/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: normal;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h2, h3, h4, h5, h6, p {
  margin: 0;
}

/* Slider */
.slick-wrapper {
  margin-top: -12px;
  padding-bottom: 68px;
}

.slick-slider {
  position: relative;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  height: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 12px 0;
}
.slick-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: inline-block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide {
  outline: none;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  background-color: transparent !important;
  border: none;
  width: 32px;
  height: 32px;
  border-left: 2px solid #6d99a5;
  border-bottom: 2px solid #6d99a5;
  font-size: 0;
  cursor: pointer;
  outline: none;
  z-index: 1;
  border-radius: 0;
  padding: 0;
}
.slick-arrow:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.6;
}

.slick-prev {
  left: -68px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-next {
  right: -68px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Bold.ttf") format("truetype");
  font-weight: 700;
}
.headline-1 {
  font-family: "Assistant", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #133f49;
  line-height: 1.2;
}

.headline-2 {
  font-family: "Assistant", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #133f49;
  line-height: 1.2;
}

.body-1 {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
}

.body-2 {
  font-family: "Assistant", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.body-3 {
  font-family: "Assistant", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.page-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.section {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 160px 15px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  color: #133f49;
  background-color: #fff;
}

.kabu-container {
  max-width: 998px;
  width: 100%;
  margin: 0 auto;
  color: #133f49;
}
.kabu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col-large {
  width: 50%;
  margin: 0 15px;
}

.col-small {
  width: 32%;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 940px) {
  .section {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .kabu-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }

  .col-large, .col-small {
    margin: 0;
    width: 100%;
  }
}
.km-container {
  max-width: 1536px;
  padding: 94px 76px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  color: #132226;
}
.km-container-bg {
  background-color: #e9f3fb;
}
@media (max-width: 991px) {
  .km-container {
    padding: 0 40px;
  }
}
.km-bg {
  background-color: #e9f3fb !important;
  background-size: contain !important;
  background-position-y: 400px;
  min-height: 100vh;
  font-family: "Assistant", sans-serif;
}
@media (max-width: 991px) {
  .km-bg {
    background: #e9f3fb !important;
  }
}
.km-title-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  margin-bottom: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .km-title-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent !important;
    margin-bottom: 28px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.km-title-image {
  width: 100%;
}
.km-title-image-wrapper {
  width: 50%;
  max-width: 500px;
}
@media (max-width: 991px) {
  .km-title-image-wrapper {
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.km-title-about {
  width: 50%;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 46px;
}
@media (max-width: 991px) {
  .km-title-about {
    padding: 0 0 24px;
    max-width: 100%;
    width: 100%;
  }
}
.km-title-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
  border-bottom: 2px solid #98e0f9;
  margin-bottom: 20px;
}
.km-title-head-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.km-title-head-image-wrapper {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border: 1px solid #98e0f9;
  border-radius: 50%;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 12px;
}
.km-title-head-image-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.km-title-head-label {
  font-size: 15px;
}
.km-title-body-label {
  font-size: 37px;
  margin-bottom: 18px;
}
.km-title-body-text {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 1.47;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .km-title-body-text {
    margin-bottom: 0;
  }
}
.km-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 20px;
  line-height: 1;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #097a97;
  -webkit-box-shadow: 0 10px 8px 0 #BBBDBF;
          box-shadow: 0 10px 8px 0 #BBBDBF;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.km-btn:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #1E9FC0;
}
.km-btn-mobile {
  display: none !important;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .km-btn-mobile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block !important;
    max-width: 150px;
  }
}
@media (max-width: 450px) {
  .km-btn-mobile {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .km-btn-desktop {
    display: none !important;
  }
}
.km-btn--icon-play {
  position: relative;
  padding-right: 46px;
}
.km-btn--icon-play:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.94 13.33'%3E%3Cpolygon fill = '%23fff' points='0 13.33 0 0 10.94 6.67 0 13.33'/%3E%3C/svg%3E");
}
.km-headline-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.km-headline-title {
  font-size: 37px;
  line-height: 1;
}
@media (max-width: 991px) {
  .km-headline-title {
    font-size: 28px;
  }
}
.km-headline-about {
  margin-left: 16px;
  border-left: 1px solid #43b3e6;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 2px;
  padding-top: 10px;
}
.km-headline-about-link {
  text-decoration: none;
  outline: none;
  color: #0b638a;
}
.km-headline-about-link:hover {
  text-decoration: underline;
}
.km-headline-about select {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}
.km-lesson {
  width: 100%;
  margin: 36px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  position: relative;
}
.km-lesson-list {
  padding-top: 46px;
  padding-bottom: 46px;
  margin-bottom: 140px;
}
.km-lesson-list .slick-slide {
  padding-right: 42px;
}
.km-lesson-list .slick-list {
  margin-right: -42px;
}
@media (max-width: 1280px) {
  .km-lesson-list .slick-arrow {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .km-lesson-list .slick-prev {
    left: -30px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .km-lesson-list .slick-next {
    right: -30px;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
@media (max-width: 991px) {
  .km-lesson-list {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 36px;
  }
}
.km-lesson-date {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #58595b;
  min-width: 180px;
  padding: 8px 18px 8px 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  letter-spacing: 0.8px;
  color: #98e0f9;
  z-index: 2;
  white-space: nowrap;
  line-height: 1.3;
}
.km-lesson-date:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: inherit;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.km-lesson-date:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.89 19.69'%3E%3Cpath fill='%23fff' d='M17.89,3.23V18.69H1V3.23H17.89m1-1H0V19.69H18.89V2.23Z'/%3E%3Crect fill='%23fff' x='5.35' width='1' height='5.09'/%3E%3Crect fill='%23fff' x='12.54' width='1' height='5.09'/%3E%3Crect fill='%23fff' y='8.48' width='18.89' height='1'/%3E%3C/svg%3E");
}
.km-lesson-btn-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.km-lesson-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.km-lesson-image-wrapper {
  width: 100%;
  height: 144px;
  margin-bottom: 36px;
  position: relative;
}
.km-lesson-avatar-wrapper {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid #98e0f9;
  border-radius: 50%;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 16px;
  bottom: -24px;
}
.km-lesson-avatar-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.km-lesson-about {
  padding: 2px 18px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d1d1d1;
}
.km-lesson-about-text {
  font-size: 15px;
  height: 35px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
.km-lesson-title {
  padding: 20px 18px 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.km-lesson-title-text {
  font-size: 27px;
  font-weight: 700;
  height: 104px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.km-schedule {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  position: relative;
}
.km-schedule-title {
  padding: 0 18px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d1d1d1;
}
.km-schedule-about {
  padding: 12px 18px 18px;
}
.km-schedule-text {
  font-size: 17px;
  height: 44px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
.km-schedule-subtitle {
  font-size: 17px;
  font-weight: 700;
  line-height: 19px;
  height: 19px;
  color: #252828;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 6px;
}
.km-schedule-date {
  margin: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.km-schedule-date-icon {
  display: inline-block;
  width: 38px;
  min-width: 38px;
  height: 38px;
  margin-right: 8px;
  background-color: #097a97;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.04 19.84'%3E%3Cpath fill='%23fff' d='M19,8.55h0V2.25h-5.4V0h-1V2.25H6.39V0h-1V2.25H0V19.84H19V9.55h0ZM5.39,3.25V5.13h1V3.25h6.25V5.13h1V3.25H18v5.3H1V3.25ZM18,18.84H1V9.55H18Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
}
.km-schedule-date-text {
  height: 38px;
  font-size: 19px;
  color: #b7ebf9;
  letter-spacing: 1px;
  padding: 8px 12px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #58595b;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.km-schedule-avatar-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 16px;
  bottom: -24px;
}
.km-schedule-avatar-wrapper {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid #98e0f9;
  border-radius: 50%;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 4px;
}
.km-schedule-link {
  text-decoration: none;
  outline: none;
  position: relative;
  padding-right: 16px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #6fb8c9;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.km-schedule-link:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.76 9.46'%3E%3Cpolygon fill='%236fb8c9' points='0 9.46 0 0 7.76 4.73 0 9.46'/%3E%3C/svg%3E");
}
.km-schedule-link:hover {
  text-decoration: underline;
}
.km-schedule-link-wrapper {
  text-align: center;
}
.km-up-card {
  position: relative;
  border-radius: 6px;
  padding: 16px;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.km-up-card-title {
  font-size: 30px;
  color: #252828;
  margin-bottom: 6px;
}
.km-up-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.km-up-card-img-wrapper {
  width: 100%;
  height: 174px;
  line-height: 0;
}
@media (max-width: 991px) {
  .km-up-card-img-wrapper {
    height: 35vw;
  }
}
.km-up-card-timer {
  background-color: #98e0f9;
}
.km-up-card-timer-line {
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#047593), color-stop(5.47%, #0f80a0), color-stop(18.59%, #2694bb), color-stop(33.01%, #37a5cf), color-stop(49.21%, #44b0de), color-stop(68.66%, #4bb7e6), to(#4db9e9));
  background: -o-linear-gradient(left, #047593 0%, #0f80a0 5.47%, #2694bb 18.59%, #37a5cf 33.01%, #44b0de 49.21%, #4bb7e6 68.66%, #4db9e9 100%);
  background: linear-gradient(90deg, #047593 0%, #0f80a0 5.47%, #2694bb 18.59%, #37a5cf 33.01%, #44b0de 49.21%, #4bb7e6 68.66%, #4db9e9 100%);
}
.km-up-card-timer-line-wrapper {
  height: 5px;
  background-color: #094154;
}
.km-up-card-timer-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.km-up-card-timer-name {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #252828;
  margin: 0 4px;
  padding-top: 5px;
}
.km-up-card-timer-col {
  margin: 0 4px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.km-up-card-timer-col-time {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #0b638a;
}
.km-up-card-timer-col-label {
  display: inline-block;
  padding-top: 4px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #252828;
  font-weight: 600;
}
.km-up-card-live {
  height: 52px;
  background-color: #ed1c24;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.km-up-card-live-text {
  position: relative;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.25px;
  padding-left: 12px;
}
.km-up-card-live-text-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 2px solid #fff;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.km-up-card-avatar-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 8px;
}
.km-up-card-avatar-wrapper {
  width: 38px;
  min-width: 38px;
  height: 38px;
  border: 1px solid #98e0f9;
  border-radius: 50%;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 4px;
}
.km-up-card-subtitle {
  font-size: 27px;
  line-height: 1.15;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.km-ge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.km-ge-forum {
  width: calc(66.666% - 21px);
}
.km-ge-forum #bbpress-forums li.bbp-header, .km-ge-forum #bbpress-forums li.bbp-footer {
  background-color: #58595b;
}
.km-ge-forum #bbpress-forums .forum-titles li {
  color: #fff;
}
.km-ge-forum #bbpress-forums li.bbp-body ul.forum, .km-ge-forum #bbpress-forums li.bbp-body ul.topic {
  background-color: #f9f9f9;
  border: 1px solid #d1d1d1;
  border-bottom: none;
}
.km-ge-embed {
  width: calc(33.333% - 21px);
}
@media (max-width: 991px) {
  .km-ge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .km-ge-forum {
    width: 100%;
  }
  .km-ge-embed {
    width: 100%;
  }
}
.km-quotes {
  padding: 0 0 90px;
}
.km-quotes-wrapper {
  background-color: #f0fcff;
  border: 1px solid #98e0f9;
  padding: 56px 32px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  position: relative;
  margin-bottom: 32px;
}
.km-quotes-wrapper:before {
  content: "";
  width: 56px;
  height: 46px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.05 46.27'%3E%3Cpath fill='%2398e0f9' d='M12.4,46.27a10.57,10.57,0,0,1-9.19-4.53Q0,37.21,0,29A30.42,30.42,0,0,1,4.74,12.06Q9.48,4.74,19.09,0l4.32,8.36a24.69,24.69,0,0,0-9.19,7.32,17.26,17.26,0,0,0-3.07,10.38l.7,11.57L5.3,28.71a15.76,15.76,0,0,1,3.34-2.09,8.85,8.85,0,0,1,3.76-.84,10.64,10.64,0,0,1,7.18,2.58,8.81,8.81,0,0,1,3,7,10.93,10.93,0,0,1-2.86,8A9.77,9.77,0,0,1,12.4,46.27Zm31.64,0a10.6,10.6,0,0,1-9.2-4.53q-3.2-4.53-3.2-12.75a30.42,30.42,0,0,1,4.74-16.93Q41.11,4.74,50.73,0l4.32,8.36a24.73,24.73,0,0,0-9.2,7.32,17.32,17.32,0,0,0-3.06,10.38l.69,11.57-6.55-8.92a16.08,16.08,0,0,1,3.35-2.09A8.85,8.85,0,0,1,44,25.78a10.64,10.64,0,0,1,7.18,2.58,8.81,8.81,0,0,1,3,7,10.93,10.93,0,0,1-2.86,8A9.8,9.8,0,0,1,44,46.27Z'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .km-quotes-wrapper {
    margin-top: 32px;
    padding: 36px 16px 76px;
  }
}
.km-quotes .slick-arrow {
  width: 20px;
  height: 20px;
  border-color: #0b638a;
}
.km-quotes .slick-next {
  right: 36px;
  bottom: 40px;
  top: auto;
}
@media (max-width: 991px) {
  .km-quotes .slick-next {
    right: 18px;
  }
}
.km-quotes .slick-prev {
  left: 36px;
  bottom: 40px;
  top: auto;
}
@media (max-width: 991px) {
  .km-quotes .slick-prev {
    left: 18px;
  }
}
.km-quotes-title {
  color: #29505b;
  font-size: 30px;
  margin-bottom: 28px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
}
@media (max-width: 991px) {
  .km-quotes-title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.km-quotes-card {
  text-align: center;
}
.km-quotes-card-text {
  color: #0b638a;
  font-size: 18px;
  line-height: 1.37;
  height: 96px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .km-quotes-card-text {
    margin-top: 20px;
    font-size: 15px;
    height: 100px;
  }
}
.km-quotes-card-author {
  color: #0b638a;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .km-quotes-card-author {
    font-size: 17px;
  }
}
.km-embed {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 32px;
}
.km-blog {
  padding-bottom: 48px;
}
.km-blog .slick-arrow {
  border-radius: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  color: #58595b;
  -webkit-transform: rotate(0) !important;
      -ms-transform: rotate(0) !important;
          transform: rotate(0) !important;
  top: auto;
  bottom: 16px;
  width: auto;
  height: auto;
}
.km-blog .slick-prev {
  left: 32px;
}
.km-blog .slick-prev:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: -14px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: 2px solid #6d99a5;
  border-bottom: 2px solid #6d99a5;
}
.km-blog .slick-next {
  right: 32px;
}
.km-blog .slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: -14px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  border-left: 2px solid #6d99a5;
  border-bottom: 2px solid #6d99a5;
}
.km-blog-card {
  padding: 0 15px;
}
.km-blog-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 26px;
  border-bottom: 1px solid #d1d1d1;
}
.km-blog-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.km-blog-image-wrapper {
  width: 78px;
  min-width: 78px;
  height: 78px;
}
.km-blog-subtitle {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.km-blog-about {
  width: calc(100% - 94px);
}
.km-blog-date {
  color: #808184;
  font-size: 15px;
}
.km-blog-text {
  font-size: 16px;
  line-height: 1.3;
  color: #1d1d1d;
  overflow: hidden;
  max-height: 240px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}
.km-blog-link {
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #0b638a;
}
.km-blog-link:hover {
  text-decoration: underline;
}
.km-tb {
  background-color: transparent;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 991px) {
  .km-tb {
    padding: 64px 0 0;
    margin-bottom: 48px;
  }
}
.km-tb-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .km-tb-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.km-tb-slider-for-wrapper {
  height: 424px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .km-tb-slider-for-wrapper {
    width: 100%;
    height: 48vw;
  }
}
.km-tb-slider-for-wrapper .slick-list {
  padding: 0;
}
.km-tb-slider-for-item {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.km-tb-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.km-tb-slider-nav-wrapper {
  padding: 30px 0 30px 32px;
  width: 194px;
  min-width: 194px;
  height: 424px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .km-tb-slider-nav-wrapper {
    width: 100%;
    height: auto;
    padding: 12px 32px;
  }
}
.km-tb-slider-nav-wrapper .slick-slider .slick-list {
  padding: 0 !important;
  height: 325px !important;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
@media (max-width: 767px) {
  .km-tb-slider-nav-wrapper .slick-slider .slick-list {
    height: auto !important;
  }
}
.km-tb-slider-nav-wrapper .slick-arrow {
  border-color: #707173;
}
@media (max-width: 767px) {
  .km-tb-slider-nav-wrapper .slick-arrow {
    width: 16px;
    height: 16px;
  }
}
.km-tb-slider-nav-wrapper .slick-prev {
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
@media (max-width: 767px) {
  .km-tb-slider-nav-wrapper .slick-prev {
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.km-tb-slider-nav-wrapper .slick-next {
  left: 50%;
  bottom: -20px;
  top: auto;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .km-tb-slider-nav-wrapper .slick-next {
    left: auto;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
        -ms-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
}
.km-tb-slider-nav-item {
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .km-tb-slider-nav-item {
    padding: 0 9px;
  }
}
.km-tb-about {
  font-size: 19px;
  max-width: 590px;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .km-tb-about {
    margin-top: 0;
  }
}

.forum-btn-question-container {
  text-align: right;
}

.forum-add-question {
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 20px;
  line-height: 1;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #097a97;
  -webkit-box-shadow: 0 10px 8px 0 #BBBDBF;
          box-shadow: 0 10px 8px 0 #BBBDBF;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
@media (max-width: 450px) {
  .forum-add-question {
    margin: 10px 0;
  }
}

.mms-page-wrapper {
  font-family: "Assistant", sans-serif;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .mms-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mms-sidebar {
  background-color: #2C2C2C;
  width: 330px;
}
@media (max-width: 991px) {
  .mms-sidebar {
    background-color: transparent;
    width: 100%;
    margin-bottom: 32px;
  }
}
.mms-nav {
  list-style-type: none;
  padding: 0 0 120px;
  margin: 0;
  background-position-y: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.mms-nav-li {
  background-color: #2C2C2C;
}
.mms-nav-li:last-child {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}
.mms-nav-link {
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  padding: 14px;
  color: #919191;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.mms-nav-link:hover {
  color: #fff;
}
.mms-nav-link.active {
  color: #fff;
  background-color: #32788E;
}
@media (max-width: 991px) {
  .mms-nav {
    background: transparent;
    padding: 0;
  }
}
.mms-content {
  width: 100%;
  max-width: 672px;
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .mms-content {
    padding: 0 24px 56px;
  }
}
.mms-content-wrapper {
  width: calc(100% - 330px);
}
@media (max-width: 991px) {
  .mms-content-wrapper {
    width: 100%;
  }
}
.mms-headline {
  color: #1D333B;
  margin: 0 0 20px;
}
@media (max-width: 620px) {
  .mms-headline {
    font-size: 28px;
  }
}
.mms-plan-card {
  width: 100%;
  max-width: 420px;
  border: 1px solid #C1C1C1;
  border-radius: 12px;
  padding: 40px 28px;
  margin-bottom: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 620px) {
  .mms-plan-card {
    max-width: 100%;
  }
}
.mms-plan-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px;
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 18px;
  min-height: 32px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 620px) {
  .mms-plan-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: none;
  }
}
.mms-plan-line:last-child {
  margin-bottom: 0;
}
.mms-plan-line-flex {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 620px) {
  .mms-plan-line-flex {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mms-plan-title {
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  color: #1D333B;
}
@media (max-width: 620px) {
  .mms-plan-title {
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: 1px solid #C1C1C1;
    width: 100%;
  }
}
.mms-plan-value {
  font-size: 16px;
  color: #4f4f4f;
}
.mms-plan-btn {
  text-decoration: none;
  border: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 6px 16px;
  background-color: #007999;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.15px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.mms-plan-btn:hover {
  color: #fff;
  background-color: #0b638a;
}
.mms-about {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  min-width: 14px;
  height: 14px;
  cursor: pointer;
  position: relative;
}
.mms-about-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.27044 5.88072C5.25889 5.85053 5.25363 5.81829 5.255 5.786C5.35 4.09 6.738 3.5 8.005 3.5C9.402 3.5 10.678 4.23 10.678 5.741C10.678 6.82 10.043 7.334 9.434 7.797C8.697 8.356 8.424 8.565 8.424 9.283V9.388C8.424 9.4543 8.39767 9.51789 8.35078 9.56478C8.3039 9.61166 8.24031 9.638 8.174 9.638H7.363C7.29739 9.63801 7.2344 9.61222 7.18763 9.5662C7.14086 9.52017 7.11405 9.45761 7.113 9.392L7.11 9.175C7.072 8.248 7.605 7.677 8.278 7.188C8.869 6.744 9.243 6.452 9.243 5.817C9.243 4.992 8.615 4.649 7.929 4.649C7.127 4.649 6.677 5.127 6.587 5.783C6.569 5.92 6.459 6.033 6.321 6.033H5.496C5.46369 6.03357 5.43159 6.02753 5.4017 6.01524C5.3718 6.00296 5.34473 5.98468 5.32216 5.96155C5.29959 5.93841 5.28198 5.91091 5.27044 5.88072Z' fill='%23007999'/%3E%3Cpath d='M7.822 12.476C7.237 12.476 6.812 12.082 6.812 11.549C6.812 10.997 7.237 10.609 7.821 10.609C8.43 10.609 8.85 10.997 8.85 11.549C8.85 12.082 8.431 12.476 7.822 12.476Z' fill='%23007999'/%3E%3Cpath d='M13.6569 13.6569C12.1566 15.1571 10.1217 16 8 16C5.87827 16 3.84344 15.1571 2.34315 13.6569C0.842855 12.1566 0 10.1217 0 8C0 5.87827 0.842855 3.84344 2.34315 2.34315C3.84344 0.842855 5.87827 0 8 0C10.1217 0 12.1566 0.842855 13.6569 2.34315C15.1571 3.84344 16 5.87827 16 8C16 10.1217 15.1571 12.1566 13.6569 13.6569ZM3.05025 12.9497C4.36301 14.2625 6.14348 15 8 15C9.85652 15 11.637 14.2625 12.9497 12.9497C14.2625 11.637 15 9.85652 15 8C15 6.14348 14.2625 4.36301 12.9497 3.05025C11.637 1.7375 9.85652 1 8 1C6.14348 1 4.36301 1.7375 3.05025 3.05025C1.7375 4.36301 1 6.14348 1 8C1 9.85652 1.7375 11.637 3.05025 12.9497Z' fill='%23007999'/%3E%3C/svg%3E%0A");
}
.mms-about-body {
  position: relative;
  z-index: 1;
  width: 152px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1D333B;
  font-size: 13px;
  letter-spacing: 0.1px;
  color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.mms-about-body-wrapper {
  display: none;
  position: absolute;
  left: calc(100% + 16px);
  top: -32px;
}
.mms-about-body-wrapper:before, .mms-about-body-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: -8px;
  width: 16px;
  height: 16px;
  background-color: #1D333B;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mms-about-body-wrapper:before {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.mms-about-body-wrapper:after {
  z-index: 2;
}
@media (max-width: 620px) {
  .mms-about-body-wrapper {
    left: -32px;
    top: calc(100% + 16px);
  }
  .mms-about-body-wrapper:before, .mms-about-body-wrapper:after {
    top: -8px;
    left: 32px;
  }
}
@media (max-width: 768px) {
  .mms-about-body {
    padding: 8px;
    width: 172px;
  }
  .mms-about-body .fm-text, .mms-about-body .rs-link {
    font-size: 12px;
  }
}
.mms-about:hover .mms-about-body-wrapper {
  display: block;
}
.mms-alert {
  position: relative;
  max-width: 412px;
  border-radius: 16px;
  background-color: #98e0f9;
  color: #1D333B;
  font-size: 14px;
  line-height: 1.28;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mms-alert:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.55 21.55'%3E%3Cpath fill='%2398e0f9' d='M10.78,0A10.78,10.78,0,1,0,21.55,10.78,10.77,10.77,0,0,0,10.78,0Zm1.14,5.8-.1,2.29-.37,4.31H9.71L9.34,8.09,9.25,5.8ZM11.7,15.9a1.46,1.46,0,0,1-1.12.47,1.49,1.49,0,0,1-1.11-.47A1.65,1.65,0,0,1,9,14.76a1.62,1.62,0,0,1,.44-1.15,1.48,1.48,0,0,1,1.11-.46,1.46,1.46,0,0,1,1.12.46,1.61,1.61,0,0,1,.43,1.15A1.64,1.64,0,0,1,11.7,15.9Z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 620px) {
  .mms-alert:before {
    border: 2px solid #fff;
    top: -12px;
    left: 12px;
    background-color: #fff;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.mms-tab {
  display: none;
}
.mms-tab-list {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.mms-tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.mms-tab-body {
  border: 1px solid #C1C1C1;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.mms-tab-body:before {
  content: "";
  position: absolute;
  left: 12px;
  top: -1px;
  width: calc(100% - 24px);
  height: 2px;
  pointer-events: none;
  background-color: #fff;
}
@media (max-width: 620px) {
  .mms-tab-body {
    padding: 18px 14px;
  }
}
.mms-tab-link {
  min-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #C1C1C1;
  border-top-color: transparent;
  border-radius: 0 0 12px 12px;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #afafaf;
  cursor: pointer;
  position: relative;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
  z-index: 1;
}
.mms-tab-link-left {
  border-left-color: transparent;
}
.mms-tab-link-left:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.mms-tab-link-left:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
  height: 6px;
  background-color: #fff;
}
.mms-tab-link-left.active {
  border-left-color: #C1C1C1;
}
.mms-tab-link-left.active:before {
  left: -1px;
  top: 100%;
  border-left: 1px solid #C1C1C1;
  width: 12px;
  height: 12px;
  pointer-events: none;
}
.mms-tab-link-left.active:after {
  right: -1px;
  top: auto;
  bottom: 0;
  width: 2px;
  height: 12px;
}
.mms-tab-link-right {
  border-right-color: transparent;
  -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
          transform: translateX(-1px);
  min-width: calc(50% + 1px);
}
.mms-tab-link-right:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 8px;
  background-color: #fff;
}
.mms-tab-link-right:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.mms-tab-link-right.active {
  border-right-color: #C1C1C1;
  z-index: 0;
}
.mms-tab-link-right.active:before {
  top: auto;
  bottom: 0;
  width: 2px;
  height: 12px;
}
.mms-tab-link-right.active:after {
  right: -1px;
  top: 100%;
  border-right: 1px solid #C1C1C1;
  pointer-events: none;
}
.mms-tab-link.active {
  color: #1D333B;
  border-top-color: #C1C1C1;
  border-bottom-color: transparent;
  border-radius: 12px 12px 0 0;
}
.mms-tab-link:hover {
  color: #1D333B;
}
.mms-tab-card {
  outline: 1px solid #C1C1C1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 16px;
  width: 100%;
  min-height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 620px) {
  .mms-tab-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 12px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.mms-tab-card-block-title {
  width: 34%;
}
@media (max-width: 620px) {
  .mms-tab-card-block-title {
    width: 78%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mms-tab-card-block-about {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 620px) {
  .mms-tab-card-block-about {
    width: 78%;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.mms-tab-card-block-value {
  width: 22%;
}
.mms-tab-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #919191;
}
@media (max-width: 620px) {
  .mms-tab-card-title {
    font-size: 16px;
    margin-right: 4px;
  }
}
.mms-tab-card-text {
  font-size: 16px;
  color: #919191;
}
@media (max-width: 620px) {
  .mms-tab-card-text {
    font-size: 14px;
  }
}
.mms-tab-card-link {
  margin-top: 4px;
  font-size: 14px;
  color: #919191;
  display: inline-block;
  text-decoration: none;
}
.mms-tab-card-link:after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #919191;
  border-right: 1px solid #919191;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mms-tab-card-link:hover {
  text-decoration: underline;
}
.mms-tab-card.active, .mms-tab-card:hover {
  outline: 2px solid #41b4e7;
}
.mms-tab-card.active .mms-tab-card-title, .mms-tab-card.active .mms-tab-card-text, .mms-tab-card:hover .mms-tab-card-title, .mms-tab-card:hover .mms-tab-card-text {
  color: #1D333B;
}
.mms-tab-card.active .mms-tab-card-link, .mms-tab-card:hover .mms-tab-card-link {
  color: #007999;
}
.mms-tab-card.active .mms-tab-card-link:after, .mms-tab-card:hover .mms-tab-card-link:after {
  border-color: #007999;
}
.mms-tab-btn {
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  padding: 16px 55px;
  font-size: 18px;
  letter-spacing: 0.1px;
  color: #fff;
  background-color: #007999;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-align: center;
}
.mms-tab-btn:hover {
  color: #fff;
  background-color: #0b638a;
}
.mms-tab-btn.disabled {
  pointer-events: none;
  color: #919191;
  background-color: #E0E0E0;
}
@media (max-width: 620px) {
  .mms-tab-btn {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 264px;
    padding: 12px;
    font-size: 16px;
  }
}
.mms-tab.active {
  display: block;
}
.mms-btn {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  padding: 16px 62px;
  font-size: 18px;
  letter-spacing: 0.1px;
  color: #6d6e70;
  background-color: transparent;
  border: 1px solid #6d6e70;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mms-btn:hover {
  color: #1D333B;
  border-color: #1D333B;
  background-color: rgba(29, 51, 59, 0.1);
}
@media (max-width: 620px) {
  .mms-btn {
    width: 100%;
  }
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.color-primary {
  color: #0b638a;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mr-6 {
  margin-right: 6px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 40px;
}

.mb-6 {
  margin-bottom: 48px;
}

.mb-7 {
  margin-bottom: 56px;
}

.mb-8 {
  margin-bottom: 64px;
}

.mb-9 {
  margin-bottom: 72px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-72 {
  padding-bottom: 72px;
}

.mobile {
  display: none;
}

.transparent {
  background-color: transparent;
}

.o-hidden {
  overflow: hidden;
}

@media (max-width: 940px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
}

.woocommerce-account #primary {
  margin: 1em 0 0 0;
}

#content{
    background: white;
}

.password-input {
    position: relative;
}
.password-input button.show-password-input {
    position: absolute;
    right: 0;
    background: transparent;
    border-color: transparent;
    font-family: dashicons;
    color: #0b638a;
    height: 53px;
    width: 53px;
}
.password-input button.show-password-input::after {
    content: "\f177";
}
.password-input button.show-password-input.display-password::after {
    content: "\f530";
}