@charset "UTF-8";
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 2.5px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

hr.lessmargin {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

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

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

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.table {
  width: 100%;
  margin-bottom: 5px;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c3e2ff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #90c9ff;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e4e4e4;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #cdcdcd;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cee5ce;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a5cfa5;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c1c1c1;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8c8c8c;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #efe2cd;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #e1c9a3;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #efccc7;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e2a097;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fafafa;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cacaca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9d9d9d;
}

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

.table-black,
.table-black > th,
.table-black > td {
  background-color: #c1c1c1;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #8c8c8c;
}

.table-hover .table-black:hover {
  background-color: #b4b4b4;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #b4b4b4;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-beige,
.table-beige > th,
.table-beige > td {
  background-color: #f6f2f0;
}
.table-beige th,
.table-beige td,
.table-beige thead th,
.table-beige tbody + tbody {
  border-color: #eee6e3;
}

.table-hover .table-beige:hover {
  background-color: #ece4e0;
}
.table-hover .table-beige:hover > td,
.table-hover .table-beige:hover > th {
  background-color: #ece4e0;
}

.table-green-light,
.table-green-light > th,
.table-green-light > td {
  background-color: #f5faf7;
}
.table-green-light th,
.table-green-light td,
.table-green-light thead th,
.table-green-light tbody + tbody {
  border-color: #edf5f0;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 979.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.l-section__background-image {
  background-repeat: no-repeat;
  background-size: cover;
}
.l-section__background-image--center {
  background-position: center;
}
.l-section__background--white {
  background-color: rgb(255, 255, 255);
}
.l-section__background--gray {
  background-color: #fafafa;
}
.l-section__background--gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.l-section__background--light-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0.7) 100%);
}
.l-section__background--fixed-height {
  height: 100vw;
  background-position: center;
}
@media (min-width: 768px) {
  .l-section__background--fixed-height {
    height: 50vw;
  }
}
@media (min-width: 768px) {
  .l-section__background--mobile {
    background: none !important;
  }
}
@media (max-width: 767.98px) {
  .l-section__background--no-mobile {
    background: none !important;
  }
}
.l-section__collapse + .l-section__bottom {
  display: none;
}
.l-section__collapse.in + .l-section__bottom {
  display: block;
}
.l-section__bottom {
  height: 0;
}
.l-section__bottom-btn {
  width: 60px;
  height: 60px;
  padding: 0;
  line-height: 60px;
  text-align: center;
  transform: translate(0, -75%);
}

.c-blog__row {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  .c-blog__row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .c-blog__row--reverse {
    flex-direction: row-reverse;
  }
}
.c-blog__row-content {
  padding: 30px 30px 0;
}
@media (min-width: 768px) {
  .c-blog__row-content {
    padding: 0 30px;
  }
}
@media (min-width: 980px) {
  .c-blog__row-content {
    padding: 0 80px;
  }
}
.c-blog__video {
  padding-top: 75%;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .c-blog__video {
    padding-top: 56.25%;
  }
}
.c-blog__video--16-9 {
  padding-top: 56.25%;
}
.c-blog__video-iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-blog__video-title {
  font-size: 20px;
  font-weight: bold;
  left: 0;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  top: 15px;
  touch-action: none;
  transform: translateY(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .c-blog__video-title {
    padding: 0 60px;
    font-size: 35px;
  }
}
.c-blog__video-title--upper {
  top: 25%;
}
.c-blog__video-title--middle {
  top: 50%;
}
.c-blog__video-title--lower {
  top: 75%;
}
.c-blog__video-btn {
  font-size: 36px;
}
@media (min-width: 768px) {
  .c-blog__video-btn {
    font-size: 72px;
  }
}
.c-blog__callout {
  border: 5px solid rgb(255, 255, 255);
  left: 5px;
  position: absolute;
  top: -10px;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-blog__callout {
    top: -15px;
    left: 0;
    transform: translateX(-30%);
  }
}
@media (min-width: 980px) {
  .c-blog__callout {
    top: -20px;
    left: 0;
    transform: translateX(-50%);
  }
}
.c-blog__callout-plus {
  border-radius: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60%;
  transform: translateX(50%);
  width: 80px;
}
@media (max-width: 979.98px) {
  .c-blog__callout-plus {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  .c-blog__callout-plus {
    width: 40px;
    height: 40px;
  }
}
.c-blog__callout-plus i {
  font-size: 52px;
  line-height: 80px;
}
@media (max-width: 979.98px) {
  .c-blog__callout-plus i {
    font-size: 36px;
    line-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .c-blog__callout-plus i {
    font-size: 26px;
    line-height: 40px;
  }
}

.c-progress-bar {
  position: relative;
}
.c-progress-bar__line {
  position: absolute;
  height: 6px;
  width: 100%;
  bottom: 16px;
  transform: translate(0, -50%);
  background-color: #DFDFDF;
}
.c-progress-bar__line--dark {
  background-color: rgb(224, 224, 224);
}
.c-progress-bar__v-line {
  position: absolute;
  left: 22px;
  width: 6px;
  height: 100%;
  transform: translate(-50%, 0);
  background-color: rgb(245, 245, 245);
}
@media (min-width: 768px) {
  .c-progress-bar__v-line {
    left: 50%;
  }
}
.c-progress-bar__v-line--dark {
  background-color: rgb(224, 224, 224);
}
.c-progress-bar__step {
  position: relative;
  padding: 0;
  height: 100%;
}
.c-progress-bar__step-title {
  margin-bottom: 0;
  height: 28px;
  text-align: center;
  color: rgb(158, 158, 158);
  font-size: 12px;
}
@media (min-width: 768px) {
  .c-progress-bar__step-title {
    margin-bottom: 0;
    height: 36px;
  }
}
@media (min-width: 980px) {
  .c-progress-bar__step-title {
    font-size: 14px;
  }
}
.c-progress-bar__step-title--checked {
  color: #298628;
}
.c-progress-bar__check {
  display: flex;
  position: relative;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  border: 3px solid #DFDFDF;
  border-radius: 50%;
  color: #298628;
}
.c-progress-bar__check--dark {
  border-color: rgb(224, 224, 224);
}
.c-progress-bar__check--checked {
  bottom: -6px;
  margin-bottom: 12px;
  background-color: #298628;
  border: none;
  color: rgb(255, 255, 255);
}
.c-progress-bar__note {
  background-color: rgb(255, 255, 255);
  font-size: 12px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}
.c-progress-bar__note-title {
  font-size: 18px;
  color: rgb(66, 66, 66);
}

.c-ratio {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.c-ratio--16-9 {
  padding-bottom: 56.25%;
}
.c-ratio--4-3 {
  padding-bottom: 75%;
}
.c-ratio--1-1 {
  padding-bottom: 100%;
  aspect-ratio: 1/1;
}
.c-ratio--2-3 {
  padding-bottom: 150%;
  aspect-ratio: 2/3;
}
@media (max-width: 767.98px) {
  .c-ratio--sm {
    height: auto;
    padding-bottom: 0;
  }
  .c-ratio--sm .c-ratio__item {
    position: static;
  }
}
@media (max-width: 979.98px) {
  .c-ratio--sm--md {
    height: auto;
    padding-bottom: 0;
  }
  .c-ratio--sm--md .c-ratio__item {
    position: static;
  }
}
.c-ratio--sm__item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-width: fill-available;
  max-width: available;
}
.c-ratio--sm__item.loaded {
  background: rgb(245, 245, 245);
}
.c-ratio--sm__item img {
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.c-ratio--sm .cmppreviewroot {
  display: flex;
  justify-content: center;
  height: 100%;
  overflow-y: auto;
  background-color: rgb(33, 33, 33);
}
.c-ratio__item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.c-ratio__item.loaded {
  background: rgb(245, 245, 245);
}
.c-ratio__item img {
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.c-ratio .cmppreviewroot {
  display: flex;
  justify-content: center;
  height: 100%;
  overflow-y: auto;
  background-color: rgb(33, 33, 33);
}
.c-ratio .cmplazyload {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.c-ratio-portrait {
  aspect-ratio: 2/3;
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .c-ratio-portrait {
    aspect-ratio: 2/2.7;
    padding-bottom: 135%;
  }
}
.c-ratio-portrait img {
  height: 100%;
}
@media only screen and (min-device-pixel-ratio: 2) {
  .c-ratio-portrait {
    padding-bottom: 150%;
  }
}

.c-scroll {
  width: 100%;
  touch-action: pan-y pan-x;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767.98px) {
  .c-scroll--mobile-x {
    overflow-x: scroll;
  }
  .c-scroll--mobile-y {
    overflow-y: scroll;
  }
}
@media (min-width: 768px) {
  .c-scroll--sm-x {
    overflow-x: scroll;
  }
  .c-scroll--sm-y {
    overflow-y: scroll;
  }
}
@media (min-width: 980px) {
  .c-scroll--md-x {
    overflow-x: auto;
  }
  .c-scroll--md-y {
    overflow-y: auto;
  }
}
.c-scroll _::-webkit-full-page-media,
.c-scroll _:future, :root .c-scroll::-webkit-scrollbar {
  appearance: color-well;
}
.c-scroll _::-webkit-full-page-media,
.c-scroll _:future, :root .c-scroll::-webkit-scrollbar:vertical {
  width: 11px;
}
.c-scroll _::-webkit-full-page-media,
.c-scroll _:future, :root .c-scroll::-webkit-scrollbar:horizontal {
  height: 11px;
}
.c-scroll _::-webkit-full-page-media,
.c-scroll _:future, :root .c-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(224, 224, 224);
}
.c-scroll--x {
  overflow-x: scroll;
}
.c-scroll--y {
  overflow-y: scroll;
}
.c-scroll__shade-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 0;
}
@media (min-width: 768px) {
  .c-scroll__shade-wrapper {
    max-height: 500px;
  }
  .c-scroll__shade-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}

.c-stain-nav {
  display: inline-block;
  position: relative;
  height: 50px;
  white-space: nowrap;
  border-radius: 25px;
  background-color: rgb(245, 245, 245);
}
@media (min-width: 768px) {
  .c-stain-nav {
    display: flex;
  }
}
.c-stain-nav__wrapper {
  height: 50px;
  overflow: hidden;
}
.c-stain-nav__track {
  height: 80px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
.c-stain-nav__stain {
  position: absolute;
  left: 0;
  height: 100%;
  flex: 1;
  border-radius: 25px;
  background-color: rgb(33, 33, 33);
  transition: transform 0.2s, width 0.2s;
}
.c-stain-nav__stain--red {
  background-color: rgb(199, 72, 55);
}
.c-stain-nav__item {
  position: relative;
  padding: 0 30px;
  z-index: 1;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  color: rgb(33, 33, 33);
  transition: color 0.2s 0.1s;
}
@media (min-width: 768px) {
  .c-stain-nav__item {
    flex: 1;
  }
}
.c-stain-nav__item:hover {
  color: rgb(33, 33, 33);
  text-decoration: none;
}
.c-stain-nav__item.active {
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.c-typo__subtitle {
  font-size: 16px;
  line-height: 25px;
  color: rgb(158, 158, 158);
}
@media (min-width: 768px) {
  .c-typo__subtitle {
    line-height: 28px;
  }
}
.c-typo__list {
  list-style: none;
  margin: 0;
}
.c-typo__list-item {
  display: flex;
  padding: 4px 0;
}
.c-typo__list-item i {
  padding-top: 2px;
}
.c-typo__quote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  color: rgb(117, 117, 117);
}
.c-typo__quote-author {
  font-size: 12px;
  color: rgb(158, 158, 158);
  text-transform: uppercase;
}

.c-youtube-player {
  cursor: pointer;
  background-size: cover;
}
.c-youtube-player::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0.5;
  transition: opacity 0.7s;
}
.c-youtube-player::after {
  content: "怣";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 65px;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
  text-shadow: 5px 0 20px rgba(0, 0, 0, 0.5);
  line-height: 1;
  color: rgb(199, 72, 55);
  opacity: 0.8;
  transition: color 0.15s, opacity 0.15s;
}
.c-youtube-player:hover::before {
  opacity: 1;
}
.c-youtube-player:hover::after {
  color: rgb(199, 72, 55);
}
.c-youtube-player--no-play-btn::after {
  display: none;
}
.c-youtube-player.clicked::after, .c-youtube-player.clicked::before {
  content: unset;
}
@media (max-width: 767.98px) {
  .c-youtube-player--mobile-lower-play::after {
    top: 60%;
  }
}
.c-youtube-player iframe {
  position: absolute;
  transform: scale(1.4);
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

@media (min-width: 980px) {
  .border-top-md {
    border-top: 1px solid rgb(224, 224, 224);
  }
  .border-md-right {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .border-md-0 {
    border-width: 0 !important;
  }
}
@media (max-width: 979.98px) {
  .border-top-sm-only {
    border-top: 1px solid rgb(224, 224, 224);
  }
}
@media (min-width: 768px) {
  .border-left-sm {
    border-left: 1px solid rgb(224, 224, 224);
  }
}
@media (min-width: 768px) {
  .border-sm {
    border: 1px solid rgb(224, 224, 224);
  }
  .border-sm-right {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .border-sm-0 {
    border-width: 0 !important;
  }
}
.border-beige {
  border-color: rgb(223, 207, 202) !important;
}

@media (min-width: 768px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
}
.max-h-full {
  max-height: 100%;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-32 {
  font-size: 32px;
}

.font-36 {
  font-size: 32px;
}

@media (min-width: 768px) {
  .font-sm-11 {
    font-size: 11px;
  }
  .font-sm-12 {
    font-size: 12px;
  }
  .font-sm-13 {
    font-size: 13px;
  }
  .font-sm-14 {
    font-size: 14px;
  }
  .font-sm-15 {
    font-size: 15px;
  }
  .font-sm-16 {
    font-size: 16px;
  }
  .font-sm-18 {
    font-size: 18px;
  }
  .font-sm-20 {
    font-size: 20px;
  }
  .font-sm-22 {
    font-size: 22px;
  }
  .font-sm-24 {
    font-size: 22px;
  }
  .font-sm-26 {
    font-size: 26px;
  }
  .font-sm-28 {
    font-size: 28px;
  }
  .font-sm-32 {
    font-size: 32px;
  }
  .font-sm-36 {
    font-size: 36px;
  }
  .font-weight-sm-bold {
    font-weight: 700;
  }
}
@media (min-width: 980px) {
  .font-md-16 {
    font-size: 16px;
  }
  .font-md-18 {
    font-size: 18px;
  }
  .font-md-24 {
    font-size: 24px;
  }
  .font-md-36 {
    font-size: 36px;
  }
}
.line-height {
  line-height: 1rem;
}

.line-height-xs {
  line-height: 1.1rem;
}

.line-height-sm {
  line-height: 1.5rem;
}

.line-height-md {
  line-height: 1.625rem;
}

.line-height-lg {
  line-height: 1.75rem;
}

.line-height-xl {
  line-height: 2.5rem;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-1 {
  line-height: 1;
}

.weight-400 {
  font-weight: 400;
}

@media (max-width: 979.98px) {
  .line-height-xs-mobile {
    line-height: 1.1rem;
  }
}
.text-truncate-2 {
  max-height: 2.6em;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-truncate-2 {
    display: block;
  }
}

.text-truncate-4 {
  max-height: 5.2em;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow-wrap: break-word;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-truncate-4 {
    display: block;
  }
}

.text-truncate-3 {
  max-height: 3.6em;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-wrap: break-word;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-truncate-3 {
    display: block;
  }
}

.red {
  color: rgb(199, 72, 55);
}

.text-light-grey {
  color: #d0d0d3;
}

.text-grey-black {
  color: #66676E;
}

.text-yellow {
  color: #f3ae14;
}

.text-dark-red {
  color: #c74837;
}

.text-green {
  color: rgb(0, 182, 125);
}

.text-tight {
  letter-spacing: -0.5px;
}

.text-decoration-light {
  text-decoration-thickness: 1px !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-line-through {
  text-decoration: line-through;
}

.text-decoration-medium {
  text-decoration-thickness: 2px !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.font-web-safe {
  font-family: arial, verdana, helvetica, sans-serif;
}

.pointer-events-none {
  pointer-events: none;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: inherit;
}

.line-height-15 {
  line-height: 1.5;
}

.striked {
  text-decoration: line-through;
}

/*# sourceMappingURL=blog.css.map */
