/*!
Theme Name: Somnomed
*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.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: 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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  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: none;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.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.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.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%;
  }
}
.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: flex !important;
}
.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
#custom-course-info.custom-course-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 15px 0;
  margin: 15px 0;
  background-color: #f0f3f6;
  border-radius: 6px;
  text-align: center;
}
@media (max-width: 992px) {
  #custom-course-info.custom-course-info {
    grid-template-columns: 1fr;
  }
}
#custom-course-info.custom-course-info > * ~ * {
  border-left: 1px solid #bec5cb;
}
@media (max-width: 992px) {
  #custom-course-info.custom-course-info > * ~ * {
    border-top: 1px solid #bec5cb;
    border-left: none;
  }
}
#custom-course-info .custom-course-info__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#custom-course-info .custom-course-info__column p {
  margin: 0;
}
#custom-course-info .custom-course-info__column.hide {
  display: none;
}
@media (max-width: 992px) {
  #custom-course-info .custom-course-info__column {
    padding: 16px;
  }
}
#custom-course-info .custom-course-info__title {
  margin-top: 0;
  margin-bottom: 16px;
  color: #728188;
  font-size: 12px;
  line-height: 22px;
  font-weight: 800;
}
#custom-course-info .custom-course-info__price {
  margin-top: 0;
  margin-bottom: 8px;
  color: #728188;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: capitalize;
}
#custom-course-info .custom-course-info__price span {
  display: block;
  font-size: 14px;
}
#custom-course-info .custom-course-info__status {
  display: inline-block;
  padding: 5px 12px;
  margin-top: 0;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #ffd200;
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  border-radius: 12px;
}
#custom-course-info .custom-course-info__login {
  display: inline-block;
  padding: 12px 16px;
  margin-top: 0;
  margin-bottom: 8px;
  color: white;
  background-color: #0984e3;
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  border-radius: 20px;
}
#custom-course-info .btn-join {
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: var(--d-blue);
  color: #fff !important;
  text-decoration: none;
  transition: 0.3s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  line-height: 3;
}
#custom-course-info .btn-join:hover {
  background-color: var(--l-blue);
}
#custom-course-info form {
  margin: 0;
}
body {
  --d-blue: #00549d;
  --l-blue: #65CBE0;
  --a-blue: #06559D;
  --main-blue: #00559D;
  --l-grey: #C6C6C6;
  --l-black: #3C3C3C;
  --grey-bg: #F4F6F8;
  --black: #000;
  --text-grey: #6D6E6E;
  --clip-svg: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8.91718L9.35849 2.3906C7.4717 0.536464 4.30189 0.536464 2.41509 2.3906C0.528302 4.24475 0.528302 7.3597 2.41509 9.21384L8.30189 14.9988C9.66038 16.3337 11.7736 16.3337 13.1321 14.9988C14.4906 13.6638 14.4906 11.5871 13.1321 10.2522L7.69811 4.9864C6.9434 4.24475 5.73585 4.24475 5.0566 4.9864C4.30189 5.72806 4.30189 6.91471 5.0566 7.5822L9.58491 12.0321' stroke='%232B9CF2' stroke-width='2'/%3E%3C/svg%3E%0A");
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 13px;
}
body .fs-16 {
  font-size: 16px;
}
.main-blue {
  color: var(--main-blue);
}
h1,
h2,
h3 {
  font-weight: bold;
  color: var(--main-blue);
}
h1,
.h1 {
  font-size: 64px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
h2,
.h2 {
  font-size: 48px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}
h3,
.h3 {
  font-size: 32px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
h4,
.h4 {
  font-size: 24px;
  color: var(--main-blue);
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
h1 .big,
h2 .big,
h3 .big,
h4 .big,
h5 .big,
h6 .big {
  font-size: 2.5em;
  line-height: 1;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
  }
  h1 .big,
  h2 .big,
  h3 .big,
  h4 .big,
  h5 .big,
  h6 .big {
    font-size: 1.5em;
  }
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: var(--a-blue);
  transition: 0.3s;
}
a:hover {
  color: var(--l-blue);
}
.section {
  padding-top: 105px;
  padding-bottom: 105px;
  line-height: 1.6;
}
.section.pt-none {
  padding-top: 0;
}
.section.pb-none {
  padding-bottom: 0;
}
.section.pt-half {
  padding-top: 60px;
}
.section.pb-half {
  padding-bottom: 60px;
}
.section.grey {
  background-color: var(--grey-bg);
}
.section.home-hero {
  background-image: url('assets/img/hero-section-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.section.grey-hero {
  background-image: url('assets/img/grey-hero-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.section.blue {
  background-color: var(--main-blue);
}
.section.blue,
.section.blue p,
.section.blue div,
.section.blue h1,
.section.blue h2,
.section.blue h3,
.section.blue h4,
.section.blue h5 {
  color: #fff;
}
.section.pt-n-none + .pt-n-none {
  padding-top: 0;
}
.section h2 {
  margin-top: 0;
  margin-bottom: 60px;
}
.btn {
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: var(--l-blue);
  color: #fff !important;
  text-decoration: none;
  transition: 0.3s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.btn.login-btn {
  color: var(--l-blue) !important;
  border: 2px solid var(--l-blue);
  background-color: transparent;
  font-size: 16px;
  line-height: 40px;
}
.btn.login-btn:hover {
  color: #fff !important;
}
.btn:hover {
  background-color: var(--l-blue);
}
.btn.btn-l {
  background-color: var(--l-blue);
}
.btn.btn-l:hover {
  background-color: var(--d-blue);
}
.nostyle {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-center {
  text-align: center;
}
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon.fb {
  background-image: url(assets/img/icons/fb.svg);
}
.icon.tw {
  background-image: url(assets/img/icons/tw.svg);
}
.icon.ln {
  background-image: url(assets/img/icons/ln.svg);
}
.icon.yt {
  background-image: url(assets/img/icons/yt.svg);
}
header {
  background-color: #fff;
  z-index: 222;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
  width: 100%;
  padding-bottom: 10px;
  position: fixed;
}
header .menu-after li:not(:first-child) {
  margin-left: 20px;
}
header .menu-main-menu-container {
  width: 100%;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  header .menu-main-menu-container {
    margin-right: 30px;
  }
}
header ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header ul.menu a {
  color: var(--l-black);
  font-size: 13px;
}
header ul.menu a:hover {
  color: var(--d-blue);
}
header .menu-after a:not(.btn) {
  color: var(--l-black);
  font-size: 13px;
}
header .menu-after a:not(.btn):hover {
  color: var(--d-blue);
}
header .mobile-toggle {
  width: 30px;
  height: 20px;
}
header .mobile-toggle span {
  transition: 0.3s;
  height: 3px;
  background-color: var(--main-blue);
}
header .mobile-toggle.open {
  position: relative;
}
header .mobile-toggle.open span {
  position: absolute;
  top: 9px;
  width: 100%;
}
header .mobile-toggle.open span:nth-child(2) {
  opacity: 0;
}
header .mobile-toggle.open span:nth-child(1) {
  transform: rotate(45deg);
}
header .mobile-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.learndash-wrapper .ld-tabs {
	margin: 0 !important;
}
@media (max-width: 990px) {
  header .menu-col {
    position: fixed;
    width: 100%;
    max-width: unset;
    top: 0;
    left: 0;
    padding-top: 50px;
    background: #fff;
    max-height: 100vh;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
  }
  header .menu-main-menu-container {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  header .menu-main-menu-container ul.menu {
    flex-direction: column;
  }
  header .menu-after {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  header .menu-after li,
  header .menu-main-menu-container ul.menu li {
    margin: 10px 0 !important;
  }
}
.home-hero {
  color: var(--main-blue);
}
.home-hero h1 {
  max-width: 700px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .shadow-card-col:not(:last-child) {
    margin-bottom: 40px;
  }
}
.shadow-card {
  background-color: #F7F8FC;
  border-radius: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 100%;
  transition: 0.3s;
}
.shadow-card:hover {
  box-shadow: rgba(0, 26, 50, 0.1) 0 33px 20px -9px;
}
.shadow-card h3 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.home-announcements {
  background-image: url(assets/img/home-annon.png);
  background-position-x: 70%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
.home-announcements h2 {
  margin-bottom: 30px;
}
.home-announcements .h3 {
  margin-top: 0;
  margin-bottom: 35px;
  max-width: 400px;
}
@media (max-width: 990px) {
  .home-announcements .order-1 {
    margin-bottom: 50px;
  }
  .home-announcements .h3 {
    max-width: 600px;
  }
}
.faq-item {
  margin-bottom: 40px;
  padding-left: 55px;
  position: relative;
}
.faq-item .faq-title {
  font-size: 21px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .faq-item .faq-title {
    font-size: 16px;
  }
}
.faq-item .faq-title:hover {
  color: var(--main-blue);
}
.faq-item .faq-title:before {
  content: '+';
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
}
.faq-item .faq-content {
  color: var(--text-grey);
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  display: none;
}
@media (max-width: 990px) {
  .faq-item .faq-content {
    font-size: 14px;
  }
}
.faq-item.active .faq-title:before {
  content: '—';
  top: 0;
  max-width: 16px;
  overflow: hidden;
}
.content-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 17px;
  margin-bottom: 20px;
}
.content-box .size,
.content-box .title {
  color: var(--text-grey);
}
@media (max-width: 990px) {
  .content-box .size,
  .content-box .title {
    margin-bottom: 15px;
  }
}
.content-box .title {
  font-size: 14px;
  line-height: 1.5;
}
.content-box .title:before {
  content: '';
  width: 20px;
  height: 17px;
  background-image: var(--clip-svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
footer.section {
  padding-top: 65px;
  padding-bottom: 50px;
}
footer .footer-content {
  max-width: 480px;
  display: block;
}
footer .footer-content > .text {
  opacity: 0.5;
}
footer .text {
  margin-top: 40px;
  font-size: 13px;
  line-height: 1.5;
}
footer .social-icons {
  max-width: 200px;
  justify-content: space-between;
}
footer .social-icons a {
  transition: 0.3s;
}
footer .social-icons a:not(:hover) {
  filter: brightness(10);
}
footer .contacts {
  gap: 30px;
}
footer .info {
  color: var(--l-grey);
}
footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
footer a {
  color: #fff;
}
footer .row-form {
  margin-top: 50px;
  margin-bottom: 30px;
}
footer .footer-copy {
  margin-top: 50px;
}
footer .somno-footer-links-privacy li:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 990px) {
  footer .row-form .h3 {
    margin-bottom: 30px;
  }
  footer .copy-col {
    margin-top: 60px;
  }
  footer .copy-col img {
    margin: 0 auto;
    display: block;
  }
  footer .footer-content {
    margin: 0 auto;
    text-align: center;
  }
  footer .somno-footer-links-privacy {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  footer .row-form {
    text-align: center;
  }
  footer .row-links .contacts {
    margin-top: 30px;
    justify-content: center;
  }
  footer .row-links .social-icons {
    margin: 0 auto;
  }
  footer .menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer .menu > li {
    text-align: center;
    width: 33%;
    flex: 0 0 33%;
    margin-bottom: 15px;
  }
}
.footer-form .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  margin: 0;
  position: relative;
}
.footer-form .wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.footer-form .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 100%;
  background: transparent;
  right: 20px;
  background: red;
  color: #fff;
  padding: 5px;
  font-size: 10px;
}
.footer-form .wpcf7-form .wpcf7-response-output {
  position: absolute;
  margin: 0;
  top: 100%;
  font-size: 10px;
  padding: 5px;
  margin-top: 5px;
}
.footer-form .wpcf7-form:not(.sent) .wpcf7-response-output {
  background: #ffb900;
}
.footer-form .wpcf7-form.sent .wpcf7-response-output {
  background: #46b450;
}
.footer-form .wpcf7-form .ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: none;
}
.footer-form .wpcf7-form > p {
  margin: 0;
  height: 50px;
}
.footer-form .wpcf7-form p:last-of-type {
  width: 115px;
  flex: 0 0 115px;
  z-index: 2;
}
.footer-form .wpcf7-form p:first-of-type {
  width: calc(100% - 115px);
  flex: 0 0 calc(100% - 115px);
  z-index: 1;
}
.footer-form .wpcf7-form input {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
.footer-form .wpcf7-form input[type="submit"] {
  justify-content: center;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: var(--d-blue);
  color: #fff !important;
  text-decoration: none;
  transition: 0.3s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: var(--l-blue);
  border: 2px solid var(--l-blue);
  cursor: pointer;
  font-weight: bold;
}
.footer-form .wpcf7-form input[type="submit"]:hover {
  background-color: var(--l-blue);
}
.footer-form .wpcf7-form input[type="submit"]:hover {
  background-color: var(--d-blue);
}
.footer-form .wpcf7-form input[type="email"] {
  border-radius: 50px;
  border: none;
  width: calc(100% + 45px);
  padding-left: 20px;
  padding-right: 50px;
}
.footer-form .wpcf7-form * {
  line-height: 1;
  margin: 0;
  outline: none !important;
}
.number-cards-row > div {
  margin-bottom: 40px;
}
.number-cards {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}
.number-cards h3 {
  margin-top: 0;
}
.number-cards .text {
  max-width: 320px;
  text-align: center;
}
.history-row {
  position: relative;
}
.history-row:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px dashed var(--d-blue);
}
@media (max-width: 767px) {
  .history-row {
    padding-left: 10px;
  }
  .history-row:before {
    left: 10px;
    transform: unset;
  }
}
.history-row > div:nth-child(2n) {
  align-self: flex-end;
}
.history-row > div:nth-child(2n).history-item .title:before {
  left: -13px;
}
@media (min-width: 768px) {
  .history-row > div:first-child,
  .history-row > div:nth-child(2n+1) {
    text-align: right;
  }
  .history-row > div:first-child.history-item .title:before,
  .history-row > div:nth-child(2n+1).history-item .title:before {
    right: -13px;
  }
}
@media (max-width: 767px) {
  .history-row > div {
    text-align: left;
  }
  .history-row > div.history-item .title:before {
    left: -13px;
  }
}
.history-item:not(:first-child) {
  margin-top: 40px;
}
.history-item .title {
  color: var(--d-blue);
  position: relative;
}
.history-item .title:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 1px;
  top: 100%;
  border-top: 1px dashed var(--d-blue);
  opacity: 0.5;
}
.history-item .text {
  margin-top: 10px;
  font-size: 14px;
  color: var(--text-grey);
}
.home-effectiveness h2 {
  margin-bottom: 30px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .home-effectiveness h2 {
    margin-top: 50px;
  }
}
.home-effectiveness .actions {
  margin-top: 35px;
}
.home-effectiveness img {
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .home-effectiveness img {
    position: absolute;
    max-width: 50vw;
    right: 15px;
  }
}
.event-item {
  padding: 30px 15px;
  height: auto;
}
.event-item.row.hor {
  margin-top: 50px;
  margin-bottom: 50px;
}
.event-item .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .event-item .image img {
    aspect-ratio: 1.5;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .event-item .image img {
    aspect-ratio: 1.1;
  }
}
@media (max-width: 575px) {
  .event-item .image img {
    aspect-ratio: 1.5;
    max-width: 320px;
    margin-bottom: 20px;
  }
}
.event-item a.title {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.event-item .meta {
  color: var(--text-grey);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.event-item .meta .website {
  width: 100%;
  flex: 0 0 100%;
}
.event-item .meta .website a {
  color: var(--text-grey);
  text-decoration: underline;
}
.event-item .meta .website a:hover {
  text-decoration: none;
}
.event-item .meta .start + .end:before {
  content: ' - ';
  margin: 0 10px;
}
.event-item .more-btn {
  color: var(--l-blue);
  font-weight: bold;
  text-transform: uppercase;
}
.event-item .more-btn:hover {
  color: var(--a-blue);
}
@media (max-width: 767px) {
  .event-item .text {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pagi-links a,
.pagi-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid;
  border-color: var(--l-blue);
  color: var(--text-grey);
}
.pagi-links a:not(:last-child),
.pagi-links span:not(:last-child) {
  margin-right: 15px;
}
.pagi-links a.current,
.pagi-links span.current {
  background-color: var(--l-blue);
  color: #fff;
  cursor: default;
}
.pagi-links a:hover {
  color: var(--l-blue);
}
.single-events iframe {
  border: none;
}
.single-events .main-row {
  margin-bottom: 20px;
}
.single-events h1 {
  margin-bottom: 20px;
}
.single-events h4 {
  margin: 0;
}
.single-events .meta > div {
  margin: 15px 0;
}
.single-events .meta > div:first-child {
  margin-top: 12px;
}
.single-events .meta label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.single-events .event-description {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-grey);
}
.single-content {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-grey);
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 0.3em;
  color: var(--main-blue);
}
.single-content .content-row h1 {
  font-size: 38px;
}
.single-content h2 {
  font-size: 32px;
}
.single-content h3 {
  font-size: 28px;
}
.single-content h4 {
  font-size: 24px;
}
.single-content h5 {
  font-size: 18px;
}
.single-content h6 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.pc-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.pc-popup .close-layer {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pc-popup .popup-inner {
  background-color: var(--black);
  color: var(--white);
  position: relative;
  z-index: 2;
  max-width: 80vw;
  max-height: 80vh;
  overflow-y: auto;
}
.pc-popup .popup-inner.with-padding {
  padding: 30px;
}
.pc-popup .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 0;
  border: 2px solid var(--yellow);
}
.pc-popup .close-btn:hover {
  background: var(--yellow);
}
.pc-popup .close-btn:hover svg path {
  fill: var(--black);
}
.pc-popup.message-popup .popup-inner {
  padding: 30px;
}
.pc-popup.message-popup .close-btn {
  top: 0;
  right: 0;
}
.pc-popup.search-popup .popup-inner {
  width: 100%;
  max-width: 500px;
}
.pc-popup.has-iframe iframe {
  max-width: 100%;
}
.pc-popup.pcdetecter-popup .close-btn {
  top: 17px;
}
.tax-resources_type .content-box,
.post-type-archive-resources .content-box {
  background: var(--grey-bg);
}
.tax-resources_type .resource-items-col,
.post-type-archive-resources .resource-items-col {
  margin-top: 50px;
  margin-bottom: 40px;
}
.tax-resources_type .resource-items-col h2,
.post-type-archive-resources .resource-items-col h2 {
  margin: 0;
}
.vsjs-in-popup .video-js,
.vsjs-in-popup video.video-resource {
  height: 70vh;
  aspect-ratio: 1.78;
  width: auto;
}
.arcticle-item-box {
  margin-bottom: 40px;
}
.article-item {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  overflow: hidden;
}
.article-item .title {
  padding: 25px 15px 35px;
  text-align: center;
}
.article-item .title a {
  color: var(--black);
  font-size: 1.2em;
}
.article-item img {
  width: 100%;
  aspect-ratio: 1.75;
  -o-object-fit: cover;
     object-fit: cover;
}
.use-style-attr-bg {
  background-image: var(--bg-img);
  background-size: cover;
  background-repeat: no-repeat;
}
.cource-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cource-item {
  position: relative;
  height: 100%;
  padding-bottom: 70px;
}
.cource-item > div {
  width: 100%;
}
.cource-item img {
  aspect-ratio: 1.33;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
.cource-item .image {
  margin-bottom: 30px;
  position: relative;
}
.cource-item .title-link {
  color: #000;
  text-decoration: none;
  font-size: 32px;
  line-height: 1;
}
.cource-item .title-link:hover {
  color: var(--d-blue);
}
.cource-item div.excerpt {
  margin-top: 10px;
  font-size: 16px;
}
.cource-item .actions {
  position: absolute;
  bottom: 0;
}
.cource-item .bage {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 9px 20px;
  border-radius: 50px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
}
.cource-item .bage.free {
  background-color: #477EED;
  color: #fff;
}
.single-content img.alignright {
  float: right;
}
.ld-modal.ld-login-modal {
  max-width: 600px;
}
.ld-modal.ld-login-modal .ld-alert {
  padding: 10px;
  min-height: unset;
  border-width: 1px;
  padding-left: 30px;
}
.ld-modal.ld-login-modal .ld-alert .ld-icon {
  left: 5px;
  font-size: 16px;
}
.ld-modal.ld-login-modal form input[type="password"],
.ld-modal.ld-login-modal form input[type="text"],
.ld-modal.ld-login-modal form input[type="email"] {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #00559e;
}
.ld-modal.ld-login-modal form p.login-remember label,
.ld-modal.ld-login-modal form p.login-username label,
.ld-modal.ld-login-modal form p.login-password label {
  text-align: left;
}
.ld-modal.ld-login-modal form p.login-remember:before,
.ld-modal.ld-login-modal form p.login-username:before,
.ld-modal.ld-login-modal form p.login-password:before {
  top: 32px !important;
}
.ld-modal.ld-login-modal form .button-primary {
  margin-bottom: 0;
}
.ld-modal.ld-login-modal .ld-login-modal-register label {
  text-align: left;
}
.ld-modal.ld-login-modal .ld-login-modal-form #loginform .login-submit #wp-submit,
.ld-modal.ld-login-modal .ld-login-modal-register #wp-submit {
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: var(--d-blue);
  text-decoration: none;
  transition: 0.3s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 1.5;
  border-color: var(--d-blue);
  color: #fff !important;
}
.ld-modal.ld-login-modal .ld-login-modal-form #loginform .login-submit #wp-submit:hover,
.ld-modal.ld-login-modal .ld-login-modal-register #wp-submit:hover {
  background-color: var(--l-blue);
}
.ld-modal.ld-login-modal .ld-login-modal-form #loginform .login-submit #wp-submit:hover,
.ld-modal.ld-login-modal .ld-login-modal-register #wp-submit:hover {
  border-color: var(--l-blue);
}
.ld-modal.ld-login-modal .ld-forgot-password-link {
 	margin: 10px 0;
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
	color: #00549d;
}
.ld-modal.ld-login-modal .ld-forgot-password-link:hover {
	text-decoration: underline;
}
.lrm-inline .lrm-user-modal-container {
  margin: 0;
  margin-top: 100px;
}
.lrm-inline .lrm-user-modal-container .lrm-form a.button,
.lrm-inline .lrm-user-modal-container .lrm-form button,
.lrm-inline .lrm-user-modal-container .lrm-form button[type=submit],
.lrm-inline .lrm-user-modal-container .lrm-form #buddypress input[type=submit],
.lrm-inline .lrm-user-modal-container .lrm-form input[type=submit] {
  background: #00559e;
}
.lrm-inline .lrm-user-modal-container .input-text,
.lrm-inline .lrm-user-modal-container input[type=email],
.lrm-inline .lrm-user-modal-container input[type=password],
.lrm-inline .lrm-user-modal-container input[type=search],
.lrm-inline .lrm-user-modal-container input[type=tel],
.lrm-inline .lrm-user-modal-container input[type=text],
.lrm-inline .lrm-user-modal-container input[type=url],
.lrm-inline .lrm-user-modal-container select,
.lrm-inline .lrm-user-modal-container textarea {
  background-color: #fff;
  border-color: #00559e;
}

body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video, 
body.learndash-cpt.learndash-embed-responsive .mejs-overlay.mejs-video.load, 
body.learndash-cpt.learndash-embed-responsive .wp-video, 
body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode {
	height: auto !important;
}
.ld-lesson-topic-list, .ld-content-actions {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
}
.learndash-wrapper .ld-content-actions .ld-content-action {
	font-size: 18px;
}
.learndash-wrapper .ld-content-actions {
	border-top: none;
}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview,
.learndash-wrapper .ld-content-actions {
	align-items: center;
}
.ld-item-title {
	font-size: 16px;
}
.learndash-wrapper .ld-button {
	color: #00559d;
}
form[name="buynow"] {
	margin: 0 !important;
}
input#btn-join {
	color: #00559D !important;
}
.elementor-widget-eael-testimonial-slider .rating-five .testimonial-star-rating li i {
	color: #5175B3 !important;
}
.elementor-tabs-content-wrapper {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.elementor-tab-title.elementor-active {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.single-sfwd-courses .ld-lesson-list, .single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
  display: none !important;
}
.custom-course-button .learndash-wrapper .ld-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #65cbe0;
    border-radius: 50px 0px 50px 50px;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 15%);
    padding: 18px 35px 18px 35px;
    display: inline-block;
    width: auto;
	transition: ease all .3s;
}
.custom-course-button .learndash-wrapper .ld-button:hover {
	color: #00559d;
	background-color: #e9f0ff !important;
	opacity: 1 !important;
}
.custom-course-button .learndash-wrapper {
	text-align: right;
}
.wpProQuiz_description, .sfwd-lessons-template .ld-lesson-topic-list {
	display: none;
}
.sfwd-lessons-template .ld-content-actions {
	margin-top: 50px;
}
.learndash-wrapper .ld-button {
	color: #fff;
}
.wpProQuiz_text {
	font-size: 20px;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_QuestionButton {
	font-size: 14px;
}
.row.content-row {
	justify-content: center;
}
.ld-profile-card .ld-profile-edit-link {
  color: #65cbe0 !important;
  border-radius:  30px;
  font-size: 16px !important;
  padding: 7px 20px;
  margin: 10px 0;
  font-weight: 700;
}

.edit-profile-main-section {
  padding: 150px 0;
}
.form-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
}
.form-left-col {
  flex: 0 0 30%;
}
.form-right-col {
  flex: 0 0 70%;
}
.profile-card img {
    border-radius: 50%;
    border: 5px solid #ddd;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.profile-main-info .profile-name {
  font-size: 48px;
  margin: 0;
  margin-bottom: 30px;
  color: #6c6c6c;
}
.profile-email {
  font-size: 24px;
  color: #6c6c6c;
}
.profile-email-link {
  color: #65cbe0;
}
.profile-email-link:hover {
  text-decoration: underline;
}
.change-photo-btn, .edit-profile-form-submit {
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 30px;
    font-size: 20px;
    cursor: pointer;
    transition: ease all .3s;
    display: inline-block;
    background-color: #65cbe0;
    color: #fff;
}
.change-photo-btn:hover, .edit-profile-form-submit:hover {
  transform: scale(1.05);
  color: #fff;
}
.change-pass-btn {
    color: #6c6c6c;
    font-size: 16px;
    text-align: left;
    display: block;
}
.change-pass-btn:hover {
  text-decoration: underline;
}
#profile-photo {
  display: none;
}
.password-section {
  display: none;
}
.edit-profile-form .form-subtitle {
    margin: 100px 0 60px;
    padding-bottom: 30px;
    border-bottom: 2px solid #ddd;
    font-size: 36px;
}
.form-left-col h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}
.form-right-col input {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 18px;
    color: #6c6c6c;
}
.form-right-col input.error {
  border-color: red;
}
.profile-custom .ld-profile-card {
  display: none !important;
}
.profile-top-row {
  text-align: center;
  margin-top: 30px;
}
.edit-profile-holder .profile-card {
  margin-bottom: 30px;
}
.profile-top-row .profile-name, .profile-top-row .profile-email {
  margin: 0;
}
.edit-profile-link {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0;
  display: inline-block;
}
.profile-custom .ld-item-name {
  align-items: center;
}
.profile-custom .ld-course-title {
  font-size: 18px;
}

.profile-custom .learndash-wrapper .ld-progress .ld-progress-heading {
  font-size: 14px;
}

.profile-custom .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label {
  font-weight: 400;
  text-transform: capitalize;
}

.registration-section {
  padding: 200px 0;
}
.registration-section .register-title {
    font-size: 24px;
    text-align: center;
}
.register-profile-form-holder, .login-form-container {
  width: 100%;
  position: relative;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 15px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  box-shadow: 0 7px 15px 0 rgb(0 0 0 / 10%);
  padding: 50px;
  max-width: 700px;
  margin: 0 auto;
}
.register-form-input-holder input:not([type="checkbox"]), .gform_wrapper input:not([type="checkbox"]) {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  outline: none;
  padding: 8px 10px;
  line-height: 1.3;
  color: #404040;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  border: 1px solid #c1c5c8;
  border-radius: 3px;
  transition: border .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 0 0 20px;
}
.terms-descr {
  margin: 0 0 0 10px;
  color: #8b8b8b;
  font-weight: 500;
}
.terms-descr a {
    color: #8b8b8b;
    text-decoration: underline;
}
.register-form-input-holder.terms-input-holder {
  display: flex;
  flex-wrap: wrap;
}
.reg-success-msg {
  padding: 30px 0;
  display: none;
  text-align: center;
}
.reg-success-msg p {
  margin: 0 0 15px;
  text-align: center;
  font-size: 21px;
  color: #5e5e5e;
}
.profile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-logout-link {
  font-size: 16px;
}
.page-id-592 .h2 {
  opacity: 0;
}
#ult-login-form #ult-login-submit {
  background-color: #65cbe0 !important;
}
.ult-form__footer a {
  color: #65cbe0 !important;
}
.gform_title {
  margin: 0 0 30px;
}
.gform_footer.top_label {
  padding-bottom: 0;
}
.sfwd-courses-template-elementor_header_footer .learndash-wrapper .ld-alert-certificate.ld-alert-success,
.sfwd-courses-template-elementor_header_footer .learndash-wrapper .ld-course-status.ld-course-status-enrolled {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
}
.register-checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}