:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-20: #005a87;
}
#start-resizable-editor-section {
  display: none;
}
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: #fff;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  color: #32373c;
  background-color: transparent;
  border: 2px solid;
}
.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.wp-block-buttons .wp-block-button:last-child {
  margin-right: 0;
}
.wp-block-buttons.alignright .wp-block-button {
  margin-right: 0;
  margin-left: 8px;
}
.wp-block-buttons.alignright .wp-block-button:first-child {
  margin-left: 0;
}
.wp-block-buttons.alignleft .wp-block-button {
  margin-left: 0;
  margin-right: 8px;
}
.wp-block-buttons.alignleft .wp-block-button:last-child {
  margin-right: 0;
}
.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 4px;
  border: 1px solid #ddd;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.wp-block-calendar tfoot a {
  color: #007cba;
  color: var(--wp-admin-theme-color);
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-columns.has-background {
  padding: 20px 38px;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 599px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
}
@media (min-width: 782px) {
  .wp-block-column {
    flex-basis: 0%;
    flex-grow: 1;
  }
  .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
  background-color: #000;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 290px;
  width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #fff;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: inherit;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
  color: #fff;
}
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 580px;
  padding: 14px;
  text-align: center;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type^="core-embed"],
.wp-block[data-align="right"] > [data-type^="core-embed"] {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"]
  > [data-type^="core-embed"]
  .wp-block-embed__wrapper,
.wp-block[data-align="right"]
  > [data-type^="core-embed"]
  .wp-block-embed__wrapper {
  min-width: 280px;
}
.wp-block-embed {
  margin-bottom: 1em;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
  padding-top: 66.66%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img,
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    object-fit: cover;
  }
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 16px);
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 10.66667px);
    margin-right: 16px;
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 12px);
    margin-right: 16px;
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item,
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 12.8px);
    margin-right: 16px;
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 13.33333px);
    margin-right: 16px;
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 13.71429px);
    margin-right: 16px;
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 14px);
    margin-right: 16px;
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 290px;
  width: 100%;
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 20px 38px;
}
.wp-block-image {
  margin-bottom: 1em;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
  display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.is-style-circle-mask img,
.is-style-rounded img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
  .is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 52px;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}
.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 20px 20px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 20px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 20px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 20px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 20px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 20px);
  }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
  margin-bottom: 20px;
}
.wp-block-media-text {
  direction: ltr;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row-align: center;
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
    .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
    .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.wp-block-navigation.is-style-light
  .wp-block-navigation-link:not(.has-text-color),
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) {
  color: #1e1e1e;
}
.wp-block-navigation.is-style-light:not(.has-background)
  .wp-block-navigation__container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
  background-color: #fff;
}
.wp-block-navigation.is-style-dark
  .wp-block-navigation-link:not(.has-text-color) {
  color: #fff;
}
.wp-block-navigation.is-style-dark:not(.has-background)
  .wp-block-navigation__container {
  background-color: #1e1e1e;
}
.items-justified-left > ul {
  justify-content: flex-start;
}
.items-justified-center > ul {
  justify-content: center;
}
.items-justified-right > ul {
  justify-content: flex-end;
}
.wp-block-navigation-link {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
}
.wp-block-navigation-link .wp-block-navigation__container:empty {
  display: none;
}
.wp-block-navigation__container {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.is-vertical .wp-block-navigation__container {
  display: block;
}
.has-child .wp-block-navigation__container {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  top: 100%;
  width: fit-content;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden;
}
.has-child
  .wp-block-navigation__container
  > .wp-block-navigation-link
  > .wp-block-navigation-link__content {
  flex-grow: 1;
}
.has-child
  .wp-block-navigation__container
  > .wp-block-navigation-link
  > .wp-block-navigation-link__submenu-icon {
  padding-right: 8px;
}
@media (min-width: 782px) {
  .has-child .wp-block-navigation__container {
    left: 24px;
  }
  .has-child .wp-block-navigation__container .wp-block-navigation__container {
    left: 100%;
    top: -1px;
  }
  .has-child
    .wp-block-navigation__container
    .wp-block-navigation__container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 8px;
    background: transparent;
  }
  .has-child
    .wp-block-navigation__container
    .wp-block-navigation-link__submenu-icon
    svg {
    transform: rotate(0);
  }
}
.has-child:hover {
  cursor: pointer;
}
.has-child:hover > .wp-block-navigation__container {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.has-child:focus-within {
  cursor: pointer;
}
.has-child:focus-within > .wp-block-navigation__container {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.wp-block-navigation-link__content {
  text-decoration: none;
  padding: 8px 16px;
}
.wp-block-navigation-link__content + .wp-block-navigation-link__content {
  padding-top: 0;
}
.has-text-color .wp-block-navigation-link__content {
  color: inherit;
}
.wp-block-navigation-link__label {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  word-break: normal;
  overflow-wrap: break-word;
}
.wp-block-navigation-link__submenu-icon {
  height: inherit;
  padding: 6px 16px;
}
.wp-block-navigation-link__submenu-icon svg {
  fill: currentColor;
}
@media (min-width: 782px) {
  .wp-block-navigation-link__submenu-icon svg {
    transform: rotate(90deg);
  }
}
.is-small-text {
  font-size: 14px;
}
.is-regular-text {
  font-size: 16px;
}
.is-large-text {
  font-size: 36px;
}
.is-larger-text {
  font-size: 48px;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
p.has-background {
  padding: 20px 38px;
}
p.has-text-color a {
  color: inherit;
}
.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.5em;
}
.wp-block-post-author__avatar {
  margin-right: 16px;
}
.wp-block-post-author__bio {
  margin-bottom: 8px;
  font-size: 0.7em;
}
.wp-block-post-author__content {
  flex-grow: 1;
  flex-basis: 0%;
}
.wp-block-post-author__name {
  font-weight: 700;
  margin: 0;
}
.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 290px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px;
}
.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right;
}
.wp-block-rss.alignleft {
  margin-right: 2em;
}
.wp-block-rss.alignright {
  margin-left: 2em;
}
.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 16px);
  }
  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 16px);
  }
  .wp-block-rss.columns-4 li {
    width: calc(25% - 16px);
  }
  .wp-block-rss.columns-5 li {
    width: calc(20% - 16px);
  }
  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 16px);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.wp-block-search {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-search .wp-block-search__label {
  width: 100%;
}
.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  max-width: 360px;
}
.wp-block-search .wp-block-search__button {
  margin-left: 10px;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: currentColor;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.wp-block-social-links {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
}
.wp-social-link {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 8px;
  transition: transform 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
  .wp-social-link {
    transition-duration: 0s;
  }
}
.wp-social-link a {
  padding: 6px;
  display: block;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
  color: currentColor;
  fill: currentColor;
}
.wp-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 28px;
  height: 28px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-spacer {
  clear: both;
}
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-video video {
  max-width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-video [poster] {
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
:root .editor-styles-wrapper .has-pale-pink-background-color,
:root .has-pale-pink-background-color {
  background-color: #f78da7;
}
:root .editor-styles-wrapper .has-vivid-red-background-color,
:root .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,
:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,
:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
:root .editor-styles-wrapper .has-light-green-cyan-background-color,
:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,
:root .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,
:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,
:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
:root .editor-styles-wrapper .has-vivid-purple-background-color,
:root .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
  background-color: #fff;
}
:root .editor-styles-wrapper .has-very-light-gray-background-color,
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,
:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
:root .editor-styles-wrapper .has-very-dark-gray-background-color,
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .editor-styles-wrapper .has-black-background-color,
:root .has-black-background-color {
  background-color: #000;
}
:root .editor-styles-wrapper .has-pale-pink-color,
:root .has-pale-pink-color {
  color: #f78da7;
}
:root .editor-styles-wrapper .has-vivid-red-color,
:root .has-vivid-red-color {
  color: #cf2e2e;
}
:root .editor-styles-wrapper .has-luminous-vivid-orange-color,
:root .has-luminous-vivid-orange-color {
  color: #ff6900;
}
:root .editor-styles-wrapper .has-luminous-vivid-amber-color,
:root .has-luminous-vivid-amber-color {
  color: #fcb900;
}
:root .editor-styles-wrapper .has-light-green-cyan-color,
:root .has-light-green-cyan-color {
  color: #7bdcb5;
}
:root .editor-styles-wrapper .has-vivid-green-cyan-color,
:root .has-vivid-green-cyan-color {
  color: #00d084;
}
:root .editor-styles-wrapper .has-pale-cyan-blue-color,
:root .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
:root .editor-styles-wrapper .has-vivid-cyan-blue-color,
:root .has-vivid-cyan-blue-color {
  color: #0693e3;
}
:root .editor-styles-wrapper .has-vivid-purple-color,
:root .has-vivid-purple-color {
  color: #9b51e0;
}
:root .editor-styles-wrapper .has-white-color,
:root .has-white-color {
  color: #fff;
}
:root .editor-styles-wrapper .has-very-light-gray-color,
:root .has-very-light-gray-color {
  color: #eee;
}
:root .editor-styles-wrapper .has-cyan-bluish-gray-color,
:root .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
:root .editor-styles-wrapper .has-very-dark-gray-color,
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .editor-styles-wrapper .has-black-color,
:root .has-black-color {
  color: #000;
}
:root
  .editor-styles-wrapper
  .has-vivid-cyan-blue-to-vivid-purple-gradient-background,
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root
  .editor-styles-wrapper
  .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root
  .editor-styles-wrapper
  .has-light-green-cyan-to-vivid-green-cyan-gradient-background,
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root
  .editor-styles-wrapper
  .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root
  .editor-styles-wrapper
  .has-luminous-vivid-orange-to-vivid-red-gradient-background,
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root
  .editor-styles-wrapper
  .has-very-light-gray-to-cyan-bluish-gray-gradient-background,
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,
:root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(
    135deg,
    #4aeadc,
    #9778d1 20%,
    #cf2aba 40%,
    #ee2c82 60%,
    #fb6962 80%,
    #fef84c
  );
}
:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,
:root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,
:root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .editor-styles-wrapper .has-purple-crush-gradient-background,
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,
:root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .editor-styles-wrapper .has-pale-ocean-gradient-background,
:root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .editor-styles-wrapper .has-electric-grass-gradient-background,
:root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .editor-styles-wrapper .has-subdued-olive-gradient-background,
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .editor-styles-wrapper .has-atomic-cream-gradient-background,
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .editor-styles-wrapper .has-nightshade-gradient-background,
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .editor-styles-wrapper .has-midnight-gradient-background,
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
:root .editor-styles-wrapper .has-link-color a,
:root .has-link-color a {
  color: #00e;
  color: var(--wp--style--color--link, #00e);
}
.editor-styles-wrapper .has-small-font-size,
.has-small-font-size {
  font-size: 13px;
}
.editor-styles-wrapper .has-normal-font-size,
.editor-styles-wrapper .has-regular-font-size,
.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px;
}
.editor-styles-wrapper .has-medium-font-size,
.has-medium-font-size {
  font-size: 20px;
}
.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  font-size: 36px;
}
.editor-styles-wrapper .has-huge-font-size,
.editor-styles-wrapper .has-larger-font-size,
.has-huge-font-size,
.has-larger-font-size {
  font-size: 42px;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-20: #005a87;
}
#start-resizable-editor-section {
  display: none;
}
.wp-block-audio figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center;
}
.wp-block-code {
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 15px;
  color: #1e1e1e;
  padding: 0.8em 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center;
}
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  margin-bottom: 28px;
  color: #40464d;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  color: #40464d;
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
}
.wp-block-navigation-link.wp-block-navigation-link {
  margin: 0;
}
.wp-block-quote {
  border-left: 4px solid #000;
  margin: 0 0 28px;
  padding-left: 1em;
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  color: #6c7781;
  font-size: 13px;
  margin-top: 1em;
  position: relative;
  font-style: normal;
}
.wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 4px solid #000;
  padding-left: 0;
  padding-right: 1em;
}
.wp-block-quote.has-text-align-center {
  border: none;
  padding-left: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  border: none;
}
.wp-block-search .wp-block-search__label {
  font-weight: 700;
}
.wp-block-group.has-background {
  padding: 20px 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-separator {
  border: none;
  border-bottom: 2px solid #8f98a1;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
.wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px;
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px;
}
.wp-block-table {
  border-collapse: collapse;
}
.wp-block-table thead {
  border-bottom: 3px solid;
}
.wp-block-table tfoot {
  border-top: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
  word-break: normal;
}
.wp-block-table figcaption,
.wp-block-video figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center;
}
#end-resizable-editor-section {
  display: none;
}
.wp-bootstrap-blocks-row.row.alignfull {
  margin-left: 0;
  margin-right: 0;
}
#cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto,
    "Helvetica Neue", sans-serif;
}
#cookie-notice,
#cookie-notice * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cookie-notice.cn-animated {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#cookie-notice.cn-animated.cn-effect-none {
  -webkit-animation-duration: 1ms !important;
  animation-duration: 1ms !important;
}
#cookie-notice .cookie-notice-container {
  display: block;
}
#cookie-notice.cookie-notice-hidden .cookie-notice-container {
  display: none;
}
#cookie-notice .cookie-revoke-container {
  display: block;
}
#cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
  display: none;
}
.cn-position-top {
  top: 0;
}
.cn-position-bottom {
  bottom: 0;
}
.cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.cookie-revoke-container {
  padding: 15px 30px;
  width: 100%;
  z-index: 1;
}
.cn-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  padding: 10px;
  outline: 0;
}
.cn-close-icon:hover {
  opacity: 1;
}
.cn-close-icon:after,
.cn-close-icon:before {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: #fff;
}
.cn-close-icon:before {
  transform: rotate(45deg);
}
.cn-close-icon:after {
  transform: rotate(-45deg);
}
#cookie-notice .cn-revoke-cookie {
  margin: 0;
}
#cookie-notice .cn-button {
  margin: 0 0 0 10px;
  border: none;
}
.cn-button {
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto,
    "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cn-button:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.cn-button.bootstrap,
.cn-button.wp-default {
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1;
}
.cn-button.wp-default {
  color: #fff;
  background: #fbb03b;
}
.cn-button.bootstrap {
  color: #fff;
  background: #00a99d;
}
.cn-text-container {
  margin: 0 0 6px 0;
}
.cn-buttons-container,
.cn-text-container {
  display: inline-block;
}
#cookie-notice.cookie-notice-visible.cn-effect-none,
#cookie-notice.cookie-revoke-visible.cn-effect-none {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
#cookie-notice.cn-effect-none {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
#cookie-notice.cn-effect-fade {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
#cookie-notice.cookie-notice-visible.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-effect-slide {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
#cookie-notice.cn-effect-slide {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
#cookie-notice.cn-position-top.cn-effect-slide {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@media all and (max-width: 900px) {
  .cookie-notice-container #cn-notice-text {
    display: block;
  }
  .cookie-notice-container #cn-notice-buttons {
    display: block;
  }
  #cookie-notice .cn-button {
    margin: 0 5px 5px 5px;
  }
}
@media all and (max-width: 480px) {
  .cookie-notice-container,
  .cookie-revoke-container {
    padding: 15px 25px;
  }
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3f50ff;
  --secondary: #59f298;
  --navy-blue: #0d1355;
  --suso-white: #f6f6ff;
  --dark-blue: #0b103f;
  --body-color: rgba(13, 19, 85, 0.6);
  --light-gray: rgba(13, 19, 85, 0.6);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Campton, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(13, 19, 85, 0.6);
  text-align: left;
  background-color: #fff !important;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  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: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "\2014\00A0";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.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,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  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 td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  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 > td,
.table-primary > th {
  background-color: #c9ceff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #9ba4ff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b0b7ff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d1fbe2;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #a9f8c9;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #baf9d3;
}
.table-navy-blue,
.table-navy-blue > td,
.table-navy-blue > th {
  background-color: #bbbdcf;
}
.table-navy-blue tbody + tbody,
.table-navy-blue td,
.table-navy-blue th,
.table-navy-blue thead th {
  border-color: #8184a7;
}
.table-hover .table-navy-blue:hover,
.table-hover .table-navy-blue:hover > td,
.table-hover .table-navy-blue:hover > th {
  background-color: #acaec4;
}
.table-suso-white,
.table-suso-white > td,
.table-suso-white > th {
  background-color: #fcfcff;
}
.table-suso-white tbody + tbody,
.table-suso-white td,
.table-suso-white th,
.table-suso-white thead th {
  border-color: #fafaff;
}
.table-hover .table-suso-white:hover,
.table-hover .table-suso-white:hover > td,
.table-hover .table-suso-white:hover > th {
  background-color: #e3e3ff;
}
.table-dark-blue,
.table-dark-blue > td,
.table-dark-blue > th {
  background-color: #bbbcc9;
}
.table-dark-blue tbody + tbody,
.table-dark-blue td,
.table-dark-blue th,
.table-dark-blue thead th {
  border-color: #80839b;
}
.table-hover .table-dark-blue:hover,
.table-hover .table-dark-blue:hover > td,
.table-hover .table-dark-blue:hover > th {
  background-color: #adaebe;
}
.table-body-color,
.table-body-color > td,
.table-body-color > th {
  background-color: rgba(220, 221, 231, 0.888);
}
.table-body-color tbody + tbody,
.table-body-color td,
.table-body-color th,
.table-body-color thead th {
  border-color: rgba(178, 180, 201, 0.792);
}
.table-hover .table-body-color:hover,
.table-hover .table-body-color:hover > td,
.table-hover .table-body-color:hover > th {
  background-color: rgba(205, 206, 221, 0.888);
}
.table-light-gray,
.table-light-gray > td,
.table-light-gray > th {
  background-color: rgba(220, 221, 231, 0.888);
}
.table-light-gray tbody + tbody,
.table-light-gray td,
.table-light-gray th,
.table-light-gray thead th {
  border-color: rgba(178, 180, 201, 0.792);
}
.table-hover .table-light-gray:hover,
.table-hover .table-light-gray:hover > td,
.table-hover .table-light-gray:hover > th {
  background-color: rgba(205, 206, 221, 0.888);
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.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 td,
.table-dark th,
.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: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.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: 767.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: 991.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: 1199.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;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: rgba(13, 19, 85, 0.6);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: rgba(13, 19, 85, 0.6);
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #3f50ff;
  border-color: #3f50ff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #192dff;
  border-color: #0c22ff;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 106, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #3f50ff;
  border-color: #3f50ff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c22ff;
  border-color: #0017fe;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 106, 255, 0.5);
}
.btn-secondary {
  color: #212529;
  background-color: #59f298;
  border-color: #59f298;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #212529;
  background-color: #36ef82;
  border-color: #2aee7b;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 211, 135, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  background-color: #59f298;
  border-color: #59f298;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #2aee7b;
  border-color: #1eed73;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 211, 135, 0.5);
}
.btn-navy-blue {
  color: #fff;
  background-color: #0d1355;
  border-color: #0d1355;
}
.btn-navy-blue.focus,
.btn-navy-blue:focus,
.btn-navy-blue:hover {
  color: #fff;
  background-color: #080c34;
  border-color: #060929;
}
.btn-navy-blue.focus,
.btn-navy-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 54, 111, 0.5);
}
.btn-navy-blue.disabled,
.btn-navy-blue:disabled {
  color: #fff;
  background-color: #0d1355;
  border-color: #0d1355;
}
.btn-navy-blue:not(:disabled):not(.disabled).active,
.btn-navy-blue:not(:disabled):not(.disabled):active,
.show > .btn-navy-blue.dropdown-toggle {
  color: #fff;
  background-color: #060929;
  border-color: #05071e;
}
.btn-navy-blue:not(:disabled):not(.disabled).active:focus,
.btn-navy-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-navy-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 54, 111, 0.5);
}
.btn-suso-white {
  color: #212529;
  background-color: #f6f6ff;
  border-color: #f6f6ff;
}
.btn-suso-white.focus,
.btn-suso-white:focus,
.btn-suso-white:hover {
  color: #212529;
  background-color: #d0d0ff;
  border-color: #c3c3ff;
}
.btn-suso-white.focus,
.btn-suso-white:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 215, 223, 0.5);
}
.btn-suso-white.disabled,
.btn-suso-white:disabled {
  color: #212529;
  background-color: #f6f6ff;
  border-color: #f6f6ff;
}
.btn-suso-white:not(:disabled):not(.disabled).active,
.btn-suso-white:not(:disabled):not(.disabled):active,
.show > .btn-suso-white.dropdown-toggle {
  color: #212529;
  background-color: #c3c3ff;
  border-color: #b6b6ff;
}
.btn-suso-white:not(:disabled):not(.disabled).active:focus,
.btn-suso-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-suso-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 215, 223, 0.5);
}
.btn-dark-blue {
  color: #fff;
  background-color: #0b103f;
  border-color: #0b103f;
}
.btn-dark-blue.focus,
.btn-dark-blue:focus,
.btn-dark-blue:hover {
  color: #fff;
  background-color: #05081e;
  border-color: #030514;
}
.btn-dark-blue.focus,
.btn-dark-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 52, 92, 0.5);
}
.btn-dark-blue.disabled,
.btn-dark-blue:disabled {
  color: #fff;
  background-color: #0b103f;
  border-color: #0b103f;
}
.btn-dark-blue:not(:disabled):not(.disabled).active,
.btn-dark-blue:not(:disabled):not(.disabled):active,
.show > .btn-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #030514;
  border-color: #020209;
}
.btn-dark-blue:not(:disabled):not(.disabled).active:focus,
.btn-dark-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 52, 92, 0.5);
}
.btn-body-color {
  color: #fff;
  background-color: rgba(13, 19, 85, 0.6);
  border-color: rgba(13, 19, 85, 0.6);
}
.btn-body-color.focus,
.btn-body-color:focus,
.btn-body-color:hover {
  color: #fff;
  background-color: rgba(8, 12, 52, 0.6);
  border-color: rgba(6, 9, 41, 0.6);
}
.btn-body-color.focus,
.btn-body-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 88, 135, 0.5);
}
.btn-body-color.disabled,
.btn-body-color:disabled {
  color: #fff;
  background-color: rgba(13, 19, 85, 0.6);
  border-color: rgba(13, 19, 85, 0.6);
}
.btn-body-color:not(:disabled):not(.disabled).active,
.btn-body-color:not(:disabled):not(.disabled):active,
.show > .btn-body-color.dropdown-toggle {
  color: #fff;
  background-color: rgba(6, 9, 41, 0.6);
  border-color: rgba(5, 7, 30, 0.6);
}
.btn-body-color:not(:disabled):not(.disabled).active:focus,
.btn-body-color:not(:disabled):not(.disabled):active:focus,
.show > .btn-body-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 88, 135, 0.5);
}
.btn-light-gray {
  color: #fff;
  background-color: rgba(13, 19, 85, 0.6);
  border-color: rgba(13, 19, 85, 0.6);
}
.btn-light-gray.focus,
.btn-light-gray:focus,
.btn-light-gray:hover {
  color: #fff;
  background-color: rgba(8, 12, 52, 0.6);
  border-color: rgba(6, 9, 41, 0.6);
}
.btn-light-gray.focus,
.btn-light-gray:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 88, 135, 0.5);
}
.btn-light-gray.disabled,
.btn-light-gray:disabled {
  color: #fff;
  background-color: rgba(13, 19, 85, 0.6);
  border-color: rgba(13, 19, 85, 0.6);
}
.btn-light-gray:not(:disabled):not(.disabled).active,
.btn-light-gray:not(:disabled):not(.disabled):active,
.show > .btn-light-gray.dropdown-toggle {
  color: #fff;
  background-color: rgba(6, 9, 41, 0.6);
  border-color: rgba(5, 7, 30, 0.6);
}
.btn-light-gray:not(:disabled):not(.disabled).active:focus,
.btn-light-gray:not(:disabled):not(.disabled):active:focus,
.show > .btn-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 88, 135, 0.5);
}
.btn-outline-primary {
  color: #3f50ff;
  border-color: #3f50ff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3f50ff;
  border-color: #3f50ff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 80, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3f50ff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3f50ff;
  border-color: #3f50ff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 80, 255, 0.5);
}
.btn-outline-secondary {
  color: #59f298;
  border-color: #59f298;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #59f298;
  border-color: #59f298;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 242, 152, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #59f298;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #59f298;
  border-color: #59f298;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 242, 152, 0.5);
}
.btn-outline-navy-blue {
  color: #0d1355;
  border-color: #0d1355;
}
.btn-outline-navy-blue:hover {
  color: #fff;
  background-color: #0d1355;
  border-color: #0d1355;
}
.btn-outline-navy-blue.focus,
.btn-outline-navy-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 19, 85, 0.5);
}
.btn-outline-navy-blue.disabled,
.btn-outline-navy-blue:disabled {
  color: #0d1355;
  background-color: transparent;
}
.btn-outline-navy-blue:not(:disabled):not(.disabled).active,
.btn-outline-navy-blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-navy-blue.dropdown-toggle {
  color: #fff;
  background-color: #0d1355;
  border-color: #0d1355;
}
.btn-outline-navy-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-navy-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-navy-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 19, 85, 0.5);
}
.btn-outline-suso-white {
  color: #f6f6ff;
  border-color: #f6f6ff;
}
.btn-outline-suso-white:hover {
  color: #212529;
  background-color: #f6f6ff;
  border-color: #f6f6ff;
}
.btn-outline-suso-white.focus,
.btn-outline-suso-white:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 255, 0.5);
}
.btn-outline-suso-white.disabled,
.btn-outline-suso-white:disabled {
  color: #f6f6ff;
  background-color: transparent;
}
.btn-outline-suso-white:not(:disabled):not(.disabled).active,
.btn-outline-suso-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-suso-white.dropdown-toggle {
  color: #212529;
  background-color: #f6f6ff;
  border-color: #f6f6ff;
}
.btn-outline-suso-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-suso-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-suso-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 255, 0.5);
}
.btn-outline-dark-blue {
  color: #0b103f;
  border-color: #0b103f;
}
.btn-outline-dark-blue:hover {
  color: #fff;
  background-color: #0b103f;
  border-color: #0b103f;
}
.btn-outline-dark-blue.focus,
.btn-outline-dark-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 16, 63, 0.5);
}
.btn-outline-dark-blue.disabled,
.btn-outline-dark-blue:disabled {
  color: #0b103f;
  background-color: transparent;
}
.btn-outline-dark-blue:not(:disabled):not(.disabled).active,
.btn-outline-dark-blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #0b103f;
  border-color: #0b103f;
}
.btn-outline-dark-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 16, 63, 0.5);
}
.btn-outline-body-color {
  color: rgba(13, 19, 85, 0.6);
  border-color: rgba(13, 19, 85, 0.6);
}
.btn-outline-body-color:hover {
  color: #fff;
  background-color: rgba(13, 19, 85, 0.6);
  border-color: rgba(13, 19, 85, 0.6);
}
.btn-outline-body-color.focus,
.btn-outline-body-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 19, 85, 0.5);
}
.btn-outline-body-color.disabled,
.btn-outline-body-color:disabled {
  color: rgba(13, 19, 85, 0.6);
  background-color: transparent;
}
.btn-outline-body-color:not(:disabled):not(.disabled).active,
.btn-outline-body-color:not(:disabled):not(.disabled):active,
.show > .btn-outline-body-color.dropdown-toggle {
  color: #fff;
  background-color: rgba(13, 19, 85, 0.6);
  border-color: rgba(13, 19, 85, 0.6);
}
.btn-outline-body-color:not(:disabled):not(.disabled).active:focus,
.btn-outline-body-color:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-body-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 19, 85, 0.5);
}
.btn-outline-light-gray {
  color: rgba(13, 19, 85, 0.6);
  border-color: rgba(13, 19, 85, 0.6);
}
.btn-outline-light-gray:hover {
  color: #fff;
  background-color: rgba(13, 19, 85, 0.6);
  border-color: rgba(13, 19, 85, 0.6);
}
.btn-outline-light-gray.focus,
.btn-outline-light-gray:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 19, 85, 0.5);
}
.btn-outline-light-gray.disabled,
.btn-outline-light-gray:disabled {
  color: rgba(13, 19, 85, 0.6);
  background-color: transparent;
}
.btn-outline-light-gray:not(:disabled):not(.disabled).active,
.btn-outline-light-gray:not(:disabled):not(.disabled):active,
.show > .btn-outline-light-gray.dropdown-toggle {
  color: #fff;
  background-color: rgba(13, 19, 85, 0.6);
  border-color: rgba(13, 19, 85, 0.6);
}
.btn-outline-light-gray:not(:disabled):not(.disabled).active:focus,
.btn-outline-light-gray:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 19, 85, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm,
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md,
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg,
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl,
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #3f50ff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0c22ff !important;
}
.bg-secondary {
  background-color: #59f298 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #2aee7b !important;
}
.bg-navy-blue {
  background-color: #0d1355 !important;
}
a.bg-navy-blue:focus,
a.bg-navy-blue:hover,
button.bg-navy-blue:focus,
button.bg-navy-blue:hover {
  background-color: #060929 !important;
}
.bg-suso-white {
  background-color: #f6f6ff !important;
}
a.bg-suso-white:focus,
a.bg-suso-white:hover,
button.bg-suso-white:focus,
button.bg-suso-white:hover {
  background-color: #c3c3ff !important;
}
.bg-dark-blue {
  background-color: #0b103f !important;
}
a.bg-dark-blue:focus,
a.bg-dark-blue:hover,
button.bg-dark-blue:focus,
button.bg-dark-blue:hover {
  background-color: #030514 !important;
}
.bg-body-color {
  background-color: rgba(13, 19, 85, 0.6) !important;
}
a.bg-body-color:focus,
a.bg-body-color:hover,
button.bg-body-color:focus,
button.bg-body-color:hover {
  background-color: rgba(6, 9, 41, 0.6) !important;
}
.bg-light-gray {
  background-color: rgba(13, 19, 85, 0.6) !important;
}
a.bg-light-gray:focus,
a.bg-light-gray:hover,
button.bg-light-gray:focus,
button.bg-light-gray:hover {
  background-color: rgba(6, 9, 41, 0.6) !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #3f50ff !important;
}
.border-secondary {
  border-color: #59f298 !important;
}
.border-navy-blue {
  border-color: #0d1355 !important;
}
.border-suso-white {
  border-color: #f6f6ff !important;
}
.border-dark-blue {
  border-color: #0b103f !important;
}
.border-body-color,
.border-light-gray {
  border-color: rgba(13, 19, 85, 0.6) !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  flex-direction: row !important;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  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;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  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 {
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    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;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    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 {
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    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;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    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 {
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    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;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    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 {
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important;
  }
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    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;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    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;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #3f50ff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0015f2 !important;
}
.text-secondary {
  color: #59f298 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #12ec6c !important;
}
.text-navy-blue {
  color: #0d1355 !important;
}
a.text-navy-blue:focus,
a.text-navy-blue:hover {
  color: #030413 !important;
}
.text-suso-white {
  color: #f6f6ff !important;
}
a.text-suso-white:focus,
a.text-suso-white:hover {
  color: #aaf !important;
}
.text-dark-blue {
  color: #0b103f !important;
}
a.text-dark-blue:focus,
a.text-dark-blue:hover {
  color: #000 !important;
}
.text-body-color {
  color: rgba(13, 19, 85, 0.6) !important;
}
a.text-body-color:focus,
a.text-body-color:hover {
  color: rgba(3, 4, 19, 0.6) !important;
}
.text-light-gray {
  color: rgba(13, 19, 85, 0.6) !important;
}
a.text-light-gray:focus,
a.text-light-gray:hover {
  color: rgba(3, 4, 19, 0.6) !important;
}
.text-body {
  color: rgba(13, 19, 85, 0.6) !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: currentColor;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:-webkit-any-link {
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
}
a:active,
a:focus {
  outline: none;
}
a[href*="mailto"] {
  word-wrap: break-word;
}
ins {
  text-decoration: none;
}
ins,
mark {
  background-color: #fff !important;
  color: rgba(13, 19, 85, 0.6);
}
mark {
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #adb5bd;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
}
input:not([type="checkbox"]),
input:not([type="radio"]),
textarea:not([type="checkbox"]),
textarea:not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus,
textarea:focus {
  outline: 0;
}
img {
  display: inline-block;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  img[src*=".svg"] {
    width: 100%;
  }
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
input {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button[type="submit"]:focus,
button[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  cursor: pointer;
}
button:active,
button:focus {
  outline: none;
}
button:focus,
button:hover {
  cursor: pointer;
}
i {
  line-height: 0;
  vertical-align: middle;
}
@font-face {
  font-family: Campton;
  src: url(../../../themes/suso/src/fonts/campton-bold-webfont.woff2)
      format("woff2"),
    url(../../../themes/suso/src/fonts/campton-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Campton;
  src: url(../../../themes/suso/src/fonts/campton-book-webfont.woff2)
      format("woff2"),
    url(../../../themes/suso/src/fonts/campton-book-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Campton;
  src: url(../../../themes/suso/src/fonts/campton-medium-italic-webfont.woff2)
      format("woff2"),
    url(../../../themes/suso/src/fonts/campton-medium-italic-webfont.woff)
      format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: Campton;
  src: url(../../../themes/suso/src/fonts/campton-medium-webfont.woff2)
      format("woff2"),
    url(../../../themes/suso/src/fonts/campton-medium-webfont.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Campton;
  src: url(../../../themes/suso/src/fonts/campton-semibold-webfont.woff2)
      format("woff2"),
    url(../../../themes/suso/src/fonts/campton-semibold-webfont.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
:root {
  font-size: 100%;
}
body {
  line-height: 1.6;
  font-size: 1rem;
}
@media (min-width: 576px) {
  body {
    font-size: 1.03125rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
  color: #0b103f;
}
.h2,
.h3,
.h4,
h2,
h3,
h4 {
  font-weight: 600;
}
.h5,
.h6,
h5,
h6 {
  line-height: 1.3;
  font-weight: 500;
}
.h1,
h1 {
  color: #3f50ff;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.75rem;
}
@media (min-width: 576px) {
  .h1,
  h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 4.25rem;
  }
}
@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 5.75rem;
  }
}
.h2,
h2 {
  line-height: 1.2;
  font-size: 2.1875rem;
}
@media (min-width: 576px) {
  .h2,
  h2 {
    font-size: 2.48438rem;
  }
}
@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 2.78125rem;
  }
}
@media (min-width: 992px) {
  .h2,
  h2 {
    font-size: 3.07812rem;
  }
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 3.375rem;
  }
}
.h3,
h3 {
  line-height: 1.2;
  font-size: 1.9375rem;
}
@media (min-width: 576px) {
  .h3,
  h3 {
    font-size: 2.17188rem;
  }
}
@media (min-width: 768px) {
  .h3,
  h3 {
    font-size: 2.40625rem;
  }
}
@media (min-width: 992px) {
  .h3,
  h3 {
    font-size: 2.64062rem;
  }
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 2.875rem;
  }
}
.h4,
h4 {
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .h4,
  h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .h4,
  h4 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .h4,
  h4 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 2rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .h5,
  h5 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px) {
  .h5,
  h5 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .h5,
  h5 {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1200px) {
  .h5,
  h5 {
    font-size: 1.5rem;
  }
}
.h6,
h6 {
  font-size: 1.1875rem;
}
@media (min-width: 576px) {
  .h6,
  h6 {
    font-size: 1.23438rem;
  }
}
@media (min-width: 768px) {
  .h6,
  h6 {
    font-size: 1.28125rem;
  }
}
@media (min-width: 992px) {
  .h6,
  h6 {
    font-size: 1.32812rem;
  }
}
@media (min-width: 1200px) {
  .h6,
  h6 {
    font-size: 1.375rem;
  }
}
b,
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
div#wpadminbar {
  top: auto;
  bottom: 0;
  position: fixed;
}
.ab-sub-wrapper {
  bottom: 2.875rem;
}
@media screen and (min-width: 48.9375rem) {
  .ab-sub-wrapper {
    bottom: 2rem;
  }
}
.admin-bar {
  margin-bottom: 2.875rem !important;
}
@media screen and (min-width: 48.9375rem) {
  .admin-bar {
    margin-bottom: 2rem !important;
  }
}
html[lang] {
  margin-top: 0 !important;
}
.wp-bootstrap-blocks-container {
  position: relative;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.background-cover {
  background-position: 50%;
  background-size: cover;
}
.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.object-fit-cover--centered {
  left: 50%;
  top: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
}
.hide {
  text-indent: -998em;
  height: 0;
  margin: 0;
  padding: 0;
}
.c-m-1,
.c-m-2 {
  margin: 0.25rem;
}
.c-m-3 {
  margin: 0.5rem;
}
.c-m-4 {
  margin: 0.75rem;
}
.c-m-5 {
  margin: 1rem;
}
.c-m-6 {
  margin: 1.5rem;
}
.c-m-7 {
  margin: 2rem;
}
.c-m-8 {
  margin: 2.5rem;
}
.c-m-9 {
  margin: 3.125rem;
}
.c-m-10 {
  margin: 4rem;
}
.c-mt-1,
.c-mt-2 {
  margin-top: 0.25rem;
}
.c-mt-3 {
  margin-top: 0.5rem;
}
.c-mt-4 {
  margin-top: 0.75rem;
}
.c-mt-5 {
  margin-top: 1rem;
}
.c-mt-6 {
  margin-top: 1.5rem;
}
.c-mt-7 {
  margin-top: 2rem;
}
.c-mt-8 {
  margin-top: 2.5rem;
}
.c-mt-9 {
  margin-top: 3.125rem;
}
.c-mt-10 {
  margin-top: 4rem;
}
.c-mr-1,
.c-mr-2 {
  margin-right: 0.25rem;
}
.c-mr-3 {
  margin-right: 0.5rem;
}
.c-mr-4 {
  margin-right: 0.75rem;
}
.c-mr-5 {
  margin-right: 1rem;
}
.c-mr-6 {
  margin-right: 1.5rem;
}
.c-mr-7 {
  margin-right: 2rem;
}
.c-mr-8 {
  margin-right: 2.5rem;
}
.c-mr-9 {
  margin-right: 3.125rem;
}
.c-mr-10 {
  margin-right: 4rem;
}
.c-mb-1,
.c-mb-2 {
  margin-bottom: 0.25rem;
}
.c-mb-3 {
  margin-bottom: 0.5rem;
}
.c-mb-4 {
  margin-bottom: 0.75rem;
}
.c-mb-5 {
  margin-bottom: 1rem;
}
.c-mb-6 {
  margin-bottom: 1.5rem;
}
.c-mb-7 {
  margin-bottom: 2rem;
}
.c-mb-8 {
  margin-bottom: 2.5rem;
}
.c-mb-9 {
  margin-bottom: 3.125rem;
}
.c-mb-10 {
  margin-bottom: 4rem;
}
.c-ml-1,
.c-ml-2 {
  margin-left: 0.25rem;
}
.c-ml-3 {
  margin-left: 0.5rem;
}
.c-ml-4 {
  margin-left: 0.75rem;
}
.c-ml-5 {
  margin-left: 1rem;
}
.c-ml-6 {
  margin-left: 1.5rem;
}
.c-ml-7 {
  margin-left: 2rem;
}
.c-ml-8 {
  margin-left: 2.5rem;
}
.c-ml-9 {
  margin-left: 3.125rem;
}
.c-ml-10 {
  margin-left: 4rem;
}
.c-mx-1,
.c-mx-2 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.c-mx-3 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.c-mx-4 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.c-mx-5 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.c-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.c-mx-7 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.c-mx-8 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.c-mx-9 {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
.c-mx-10 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.c-my-1,
.c-my-2 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.c-my-3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.c-my-4 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.c-my-5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.c-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-my-7 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.c-my-8 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.c-my-9 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.c-my-10 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.c-p-1,
.c-p-2 {
  padding: 0.25rem;
}
.c-p-3 {
  padding: 0.5rem;
}
.c-p-4 {
  padding: 0.75rem;
}
.c-p-5 {
  padding: 1rem;
}
.c-p-6 {
  padding: 1.5rem;
}
.c-p-7 {
  padding: 2rem;
}
.c-p-8 {
  padding: 2.5rem;
}
.c-p-9 {
  padding: 3.125rem;
}
.c-p-10 {
  padding: 4rem;
}
.c-pt-1,
.c-pt-2 {
  padding-top: 0.25rem;
}
.c-pt-3 {
  padding-top: 0.5rem;
}
.c-pt-4 {
  padding-top: 0.75rem;
}
.c-pt-5 {
  padding-top: 1rem;
}
.c-pt-6 {
  padding-top: 1.5rem;
}
.c-pt-7 {
  padding-top: 2rem;
}
.c-pt-8 {
  padding-top: 2.5rem;
}
.c-pt-9 {
  padding-top: 3.125rem;
}
.c-pt-10 {
  padding-top: 4rem;
}
.c-pr-1,
.c-pr-2 {
  padding-right: 0.25rem;
}
.c-pr-3 {
  padding-right: 0.5rem;
}
.c-pr-4 {
  padding-right: 0.75rem;
}
.c-pr-5 {
  padding-right: 1rem;
}
.c-pr-6 {
  padding-right: 1.5rem;
}
.c-pr-7 {
  padding-right: 2rem;
}
.c-pr-8 {
  padding-right: 2.5rem;
}
.c-pr-9 {
  padding-right: 3.125rem;
}
.c-pr-10 {
  padding-right: 4rem;
}
.c-pb-1,
.c-pb-2 {
  padding-bottom: 0.25rem;
}
.c-pb-3 {
  padding-bottom: 0.5rem;
}
.c-pb-4 {
  padding-bottom: 0.75rem;
}
.c-pb-5 {
  padding-bottom: 1rem;
}
.c-pb-6 {
  padding-bottom: 1.5rem;
}
.c-pb-7 {
  padding-bottom: 2rem;
}
.c-pb-8 {
  padding-bottom: 2.5rem;
}
.c-pb-9 {
  padding-bottom: 3.125rem;
}
.c-pb-10 {
  padding-bottom: 4rem;
}
.c-pl-1,
.c-pl-2 {
  padding-left: 0.25rem;
}
.c-pl-3 {
  padding-left: 0.5rem;
}
.c-pl-4 {
  padding-left: 0.75rem;
}
.c-pl-5 {
  padding-left: 1rem;
}
.c-pl-6 {
  padding-left: 1.5rem;
}
.c-pl-7 {
  padding-left: 2rem;
}
.c-pl-8 {
  padding-left: 2.5rem;
}
.c-pl-9 {
  padding-left: 3.125rem;
}
.c-pl-10 {
  padding-left: 4rem;
}
.c-px-1,
.c-px-2 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.c-px-3 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.c-px-4 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.c-px-5 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.c-px-7 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.c-px-8 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.c-px-9 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.c-px-10 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.c-py-1,
.c-py-2 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.c-py-3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.c-py-4 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.c-py-5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.c-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.c-py-7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.c-py-8 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.c-py-9 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.c-py-10 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 576px) {
  .c-m-2 {
    margin: 0.3125rem;
  }
  .c-m-3 {
    margin: 0.625rem;
  }
  .c-m-4 {
    margin: 0.9375rem;
  }
  .c-m-5 {
    margin: 1.25rem;
  }
  .c-m-6 {
    margin: 1.875rem;
  }
  .c-m-7 {
    margin: 2.5rem;
  }
  .c-m-8 {
    margin: 3.125rem;
  }
  .c-m-9 {
    margin: 3.90625rem;
  }
  .c-m-10 {
    margin: 5rem;
  }
  .c-mt-2 {
    margin-top: 0.3125rem;
  }
  .c-mt-3 {
    margin-top: 0.625rem;
  }
  .c-mt-4 {
    margin-top: 0.9375rem;
  }
  .c-mt-5 {
    margin-top: 1.25rem;
  }
  .c-mt-6 {
    margin-top: 1.875rem;
  }
  .c-mt-7 {
    margin-top: 2.5rem;
  }
  .c-mt-8 {
    margin-top: 3.125rem;
  }
  .c-mt-9 {
    margin-top: 3.90625rem;
  }
  .c-mt-10 {
    margin-top: 5rem;
  }
  .c-mr-2 {
    margin-right: 0.3125rem;
  }
  .c-mr-3 {
    margin-right: 0.625rem;
  }
  .c-mr-4 {
    margin-right: 0.9375rem;
  }
  .c-mr-5 {
    margin-right: 1.25rem;
  }
  .c-mr-6 {
    margin-right: 1.875rem;
  }
  .c-mr-7 {
    margin-right: 2.5rem;
  }
  .c-mr-8 {
    margin-right: 3.125rem;
  }
  .c-mr-9 {
    margin-right: 3.90625rem;
  }
  .c-mr-10 {
    margin-right: 5rem;
  }
  .c-mb-2 {
    margin-bottom: 0.3125rem;
  }
  .c-mb-3 {
    margin-bottom: 0.625rem;
  }
  .c-mb-4 {
    margin-bottom: 0.9375rem;
  }
  .c-mb-5 {
    margin-bottom: 1.25rem;
  }
  .c-mb-6 {
    margin-bottom: 1.875rem;
  }
  .c-mb-7 {
    margin-bottom: 2.5rem;
  }
  .c-mb-8 {
    margin-bottom: 3.125rem;
  }
  .c-mb-9 {
    margin-bottom: 3.90625rem;
  }
  .c-mb-10 {
    margin-bottom: 5rem;
  }
  .c-ml-2 {
    margin-left: 0.3125rem;
  }
  .c-ml-3 {
    margin-left: 0.625rem;
  }
  .c-ml-4 {
    margin-left: 0.9375rem;
  }
  .c-ml-5 {
    margin-left: 1.25rem;
  }
  .c-ml-6 {
    margin-left: 1.875rem;
  }
  .c-ml-7 {
    margin-left: 2.5rem;
  }
  .c-ml-8 {
    margin-left: 3.125rem;
  }
  .c-ml-9 {
    margin-left: 3.90625rem;
  }
  .c-ml-10 {
    margin-left: 5rem;
  }
  .c-mx-2 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .c-mx-3 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .c-mx-4 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .c-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .c-mx-6 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .c-mx-7 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .c-mx-8 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .c-mx-9 {
    margin-left: 3.90625rem;
    margin-right: 3.90625rem;
  }
  .c-mx-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-my-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-my-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-my-4 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .c-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-my-6 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-my-7 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-my-8 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .c-my-9 {
    margin-top: 3.90625rem;
    margin-bottom: 3.90625rem;
  }
  .c-my-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-p-2 {
    padding: 0.3125rem;
  }
  .c-p-3 {
    padding: 0.625rem;
  }
  .c-p-4 {
    padding: 0.9375rem;
  }
  .c-p-5 {
    padding: 1.25rem;
  }
  .c-p-6 {
    padding: 1.875rem;
  }
  .c-p-7 {
    padding: 2.5rem;
  }
  .c-p-8 {
    padding: 3.125rem;
  }
  .c-p-9 {
    padding: 3.90625rem;
  }
  .c-p-10 {
    padding: 5rem;
  }
  .c-pt-2 {
    padding-top: 0.3125rem;
  }
  .c-pt-3 {
    padding-top: 0.625rem;
  }
  .c-pt-4 {
    padding-top: 0.9375rem;
  }
  .c-pt-5 {
    padding-top: 1.25rem;
  }
  .c-pt-6 {
    padding-top: 1.875rem;
  }
  .c-pt-7 {
    padding-top: 2.5rem;
  }
  .c-pt-8 {
    padding-top: 3.125rem;
  }
  .c-pt-9 {
    padding-top: 3.90625rem;
  }
  .c-pt-10 {
    padding-top: 5rem;
  }
  .c-pr-2 {
    padding-right: 0.3125rem;
  }
  .c-pr-3 {
    padding-right: 0.625rem;
  }
  .c-pr-4 {
    padding-right: 0.9375rem;
  }
  .c-pr-5 {
    padding-right: 1.25rem;
  }
  .c-pr-6 {
    padding-right: 1.875rem;
  }
  .c-pr-7 {
    padding-right: 2.5rem;
  }
  .c-pr-8 {
    padding-right: 3.125rem;
  }
  .c-pr-9 {
    padding-right: 3.90625rem;
  }
  .c-pr-10 {
    padding-right: 5rem;
  }
  .c-pb-2 {
    padding-bottom: 0.3125rem;
  }
  .c-pb-3 {
    padding-bottom: 0.625rem;
  }
  .c-pb-4 {
    padding-bottom: 0.9375rem;
  }
  .c-pb-5 {
    padding-bottom: 1.25rem;
  }
  .c-pb-6 {
    padding-bottom: 1.875rem;
  }
  .c-pb-7 {
    padding-bottom: 2.5rem;
  }
  .c-pb-8 {
    padding-bottom: 3.125rem;
  }
  .c-pb-9 {
    padding-bottom: 3.90625rem;
  }
  .c-pb-10 {
    padding-bottom: 5rem;
  }
  .c-pl-2 {
    padding-left: 0.3125rem;
  }
  .c-pl-3 {
    padding-left: 0.625rem;
  }
  .c-pl-4 {
    padding-left: 0.9375rem;
  }
  .c-pl-5 {
    padding-left: 1.25rem;
  }
  .c-pl-6 {
    padding-left: 1.875rem;
  }
  .c-pl-7 {
    padding-left: 2.5rem;
  }
  .c-pl-8 {
    padding-left: 3.125rem;
  }
  .c-pl-9 {
    padding-left: 3.90625rem;
  }
  .c-pl-10 {
    padding-left: 5rem;
  }
  .c-px-2 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .c-px-3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .c-px-4 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .c-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .c-px-6 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .c-px-7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .c-px-8 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .c-px-9 {
    padding-left: 3.90625rem;
    padding-right: 3.90625rem;
  }
  .c-px-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-py-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-py-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-py-4 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .c-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-py-6 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-py-7 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-py-8 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .c-py-9 {
    padding-top: 3.90625rem;
    padding-bottom: 3.90625rem;
  }
  .c-py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-m-sm-1 {
    margin: 0.25rem;
  }
  .c-m-sm-2 {
    margin: 0.3125rem;
  }
  .c-m-sm-3 {
    margin: 0.625rem;
  }
  .c-m-sm-4 {
    margin: 0.9375rem;
  }
  .c-m-sm-5 {
    margin: 1.25rem;
  }
  .c-m-sm-6 {
    margin: 1.875rem;
  }
  .c-m-sm-7 {
    margin: 2.5rem;
  }
  .c-m-sm-8 {
    margin: 3.125rem;
  }
  .c-m-sm-9 {
    margin: 3.90625rem;
  }
  .c-m-sm-10 {
    margin: 5rem;
  }
  .c-mt-sm-1 {
    margin-top: 0.25rem;
  }
  .c-mt-sm-2 {
    margin-top: 0.3125rem;
  }
  .c-mt-sm-3 {
    margin-top: 0.625rem;
  }
  .c-mt-sm-4 {
    margin-top: 0.9375rem;
  }
  .c-mt-sm-5 {
    margin-top: 1.25rem;
  }
  .c-mt-sm-6 {
    margin-top: 1.875rem;
  }
  .c-mt-sm-7 {
    margin-top: 2.5rem;
  }
  .c-mt-sm-8 {
    margin-top: 3.125rem;
  }
  .c-mt-sm-9 {
    margin-top: 3.90625rem;
  }
  .c-mt-sm-10 {
    margin-top: 5rem;
  }
  .c-mr-sm-1 {
    margin-right: 0.25rem;
  }
  .c-mr-sm-2 {
    margin-right: 0.3125rem;
  }
  .c-mr-sm-3 {
    margin-right: 0.625rem;
  }
  .c-mr-sm-4 {
    margin-right: 0.9375rem;
  }
  .c-mr-sm-5 {
    margin-right: 1.25rem;
  }
  .c-mr-sm-6 {
    margin-right: 1.875rem;
  }
  .c-mr-sm-7 {
    margin-right: 2.5rem;
  }
  .c-mr-sm-8 {
    margin-right: 3.125rem;
  }
  .c-mr-sm-9 {
    margin-right: 3.90625rem;
  }
  .c-mr-sm-10 {
    margin-right: 5rem;
  }
  .c-mb-sm-1 {
    margin-bottom: 0.25rem;
  }
  .c-mb-sm-2 {
    margin-bottom: 0.3125rem;
  }
  .c-mb-sm-3 {
    margin-bottom: 0.625rem;
  }
  .c-mb-sm-4 {
    margin-bottom: 0.9375rem;
  }
  .c-mb-sm-5 {
    margin-bottom: 1.25rem;
  }
  .c-mb-sm-6 {
    margin-bottom: 1.875rem;
  }
  .c-mb-sm-7 {
    margin-bottom: 2.5rem;
  }
  .c-mb-sm-8 {
    margin-bottom: 3.125rem;
  }
  .c-mb-sm-9 {
    margin-bottom: 3.90625rem;
  }
  .c-mb-sm-10 {
    margin-bottom: 5rem;
  }
  .c-ml-sm-1 {
    margin-left: 0.25rem;
  }
  .c-ml-sm-2 {
    margin-left: 0.3125rem;
  }
  .c-ml-sm-3 {
    margin-left: 0.625rem;
  }
  .c-ml-sm-4 {
    margin-left: 0.9375rem;
  }
  .c-ml-sm-5 {
    margin-left: 1.25rem;
  }
  .c-ml-sm-6 {
    margin-left: 1.875rem;
  }
  .c-ml-sm-7 {
    margin-left: 2.5rem;
  }
  .c-ml-sm-8 {
    margin-left: 3.125rem;
  }
  .c-ml-sm-9 {
    margin-left: 3.90625rem;
  }
  .c-ml-sm-10 {
    margin-left: 5rem;
  }
  .c-mx-sm-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .c-mx-sm-2 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .c-mx-sm-3 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .c-mx-sm-4 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .c-mx-sm-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .c-mx-sm-6 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .c-mx-sm-7 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .c-mx-sm-8 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .c-mx-sm-9 {
    margin-left: 3.90625rem;
    margin-right: 3.90625rem;
  }
  .c-mx-sm-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-my-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-my-sm-2 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .c-my-sm-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-my-sm-4 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .c-my-sm-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .c-my-sm-6 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-my-sm-7 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .c-my-sm-8 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .c-my-sm-9 {
    margin-top: 3.90625rem;
    margin-bottom: 3.90625rem;
  }
  .c-my-sm-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-p-sm-1 {
    padding: 0.25rem;
  }
  .c-p-sm-2 {
    padding: 0.3125rem;
  }
  .c-p-sm-3 {
    padding: 0.625rem;
  }
  .c-p-sm-4 {
    padding: 0.9375rem;
  }
  .c-p-sm-5 {
    padding: 1.25rem;
  }
  .c-p-sm-6 {
    padding: 1.875rem;
  }
  .c-p-sm-7 {
    padding: 2.5rem;
  }
  .c-p-sm-8 {
    padding: 3.125rem;
  }
  .c-p-sm-9 {
    padding: 3.90625rem;
  }
  .c-p-sm-10 {
    padding: 5rem;
  }
  .c-pt-sm-1 {
    padding-top: 0.25rem;
  }
  .c-pt-sm-2 {
    padding-top: 0.3125rem;
  }
  .c-pt-sm-3 {
    padding-top: 0.625rem;
  }
  .c-pt-sm-4 {
    padding-top: 0.9375rem;
  }
  .c-pt-sm-5 {
    padding-top: 1.25rem;
  }
  .c-pt-sm-6 {
    padding-top: 1.875rem;
  }
  .c-pt-sm-7 {
    padding-top: 2.5rem;
  }
  .c-pt-sm-8 {
    padding-top: 3.125rem;
  }
  .c-pt-sm-9 {
    padding-top: 3.90625rem;
  }
  .c-pt-sm-10 {
    padding-top: 5rem;
  }
  .c-pr-sm-1 {
    padding-right: 0.25rem;
  }
  .c-pr-sm-2 {
    padding-right: 0.3125rem;
  }
  .c-pr-sm-3 {
    padding-right: 0.625rem;
  }
  .c-pr-sm-4 {
    padding-right: 0.9375rem;
  }
  .c-pr-sm-5 {
    padding-right: 1.25rem;
  }
  .c-pr-sm-6 {
    padding-right: 1.875rem;
  }
  .c-pr-sm-7 {
    padding-right: 2.5rem;
  }
  .c-pr-sm-8 {
    padding-right: 3.125rem;
  }
  .c-pr-sm-9 {
    padding-right: 3.90625rem;
  }
  .c-pr-sm-10 {
    padding-right: 5rem;
  }
  .c-pb-sm-1 {
    padding-bottom: 0.25rem;
  }
  .c-pb-sm-2 {
    padding-bottom: 0.3125rem;
  }
  .c-pb-sm-3 {
    padding-bottom: 0.625rem;
  }
  .c-pb-sm-4 {
    padding-bottom: 0.9375rem;
  }
  .c-pb-sm-5 {
    padding-bottom: 1.25rem;
  }
  .c-pb-sm-6 {
    padding-bottom: 1.875rem;
  }
  .c-pb-sm-7 {
    padding-bottom: 2.5rem;
  }
  .c-pb-sm-8 {
    padding-bottom: 3.125rem;
  }
  .c-pb-sm-9 {
    padding-bottom: 3.90625rem;
  }
  .c-pb-sm-10 {
    padding-bottom: 5rem;
  }
  .c-pl-sm-1 {
    padding-left: 0.25rem;
  }
  .c-pl-sm-2 {
    padding-left: 0.3125rem;
  }
  .c-pl-sm-3 {
    padding-left: 0.625rem;
  }
  .c-pl-sm-4 {
    padding-left: 0.9375rem;
  }
  .c-pl-sm-5 {
    padding-left: 1.25rem;
  }
  .c-pl-sm-6 {
    padding-left: 1.875rem;
  }
  .c-pl-sm-7 {
    padding-left: 2.5rem;
  }
  .c-pl-sm-8 {
    padding-left: 3.125rem;
  }
  .c-pl-sm-9 {
    padding-left: 3.90625rem;
  }
  .c-pl-sm-10 {
    padding-left: 5rem;
  }
  .c-px-sm-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .c-px-sm-2 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .c-px-sm-3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .c-px-sm-4 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .c-px-sm-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .c-px-sm-6 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .c-px-sm-7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .c-px-sm-8 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .c-px-sm-9 {
    padding-left: 3.90625rem;
    padding-right: 3.90625rem;
  }
  .c-px-sm-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-py-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-py-sm-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .c-py-sm-3 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .c-py-sm-4 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .c-py-sm-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-py-sm-6 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .c-py-sm-7 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-py-sm-8 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .c-py-sm-9 {
    padding-top: 3.90625rem;
    padding-bottom: 3.90625rem;
  }
  .c-py-sm-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .c-m-2 {
    margin: 0.375rem;
  }
  .c-m-3 {
    margin: 0.75rem;
  }
  .c-m-4 {
    margin: 1.125rem;
  }
  .c-m-5 {
    margin: 1.5rem;
  }
  .c-m-6 {
    margin: 2.25rem;
  }
  .c-m-7 {
    margin: 3rem;
  }
  .c-m-8 {
    margin: 3.75rem;
  }
  .c-m-9 {
    margin: 4.6875rem;
  }
  .c-m-10 {
    margin: 6rem;
  }
  .c-mt-2 {
    margin-top: 0.375rem;
  }
  .c-mt-3 {
    margin-top: 0.75rem;
  }
  .c-mt-4 {
    margin-top: 1.125rem;
  }
  .c-mt-5 {
    margin-top: 1.5rem;
  }
  .c-mt-6 {
    margin-top: 2.25rem;
  }
  .c-mt-7 {
    margin-top: 3rem;
  }
  .c-mt-8 {
    margin-top: 3.75rem;
  }
  .c-mt-9 {
    margin-top: 4.6875rem;
  }
  .c-mt-10 {
    margin-top: 6rem;
  }
  .c-mr-2 {
    margin-right: 0.375rem;
  }
  .c-mr-3 {
    margin-right: 0.75rem;
  }
  .c-mr-4 {
    margin-right: 1.125rem;
  }
  .c-mr-5 {
    margin-right: 1.5rem;
  }
  .c-mr-6 {
    margin-right: 2.25rem;
  }
  .c-mr-7 {
    margin-right: 3rem;
  }
  .c-mr-8 {
    margin-right: 3.75rem;
  }
  .c-mr-9 {
    margin-right: 4.6875rem;
  }
  .c-mr-10 {
    margin-right: 6rem;
  }
  .c-mb-2 {
    margin-bottom: 0.375rem;
  }
  .c-mb-3 {
    margin-bottom: 0.75rem;
  }
  .c-mb-4 {
    margin-bottom: 1.125rem;
  }
  .c-mb-5 {
    margin-bottom: 1.5rem;
  }
  .c-mb-6 {
    margin-bottom: 2.25rem;
  }
  .c-mb-7 {
    margin-bottom: 3rem;
  }
  .c-mb-8 {
    margin-bottom: 3.75rem;
  }
  .c-mb-9 {
    margin-bottom: 4.6875rem;
  }
  .c-mb-10 {
    margin-bottom: 6rem;
  }
  .c-ml-2 {
    margin-left: 0.375rem;
  }
  .c-ml-3 {
    margin-left: 0.75rem;
  }
  .c-ml-4 {
    margin-left: 1.125rem;
  }
  .c-ml-5 {
    margin-left: 1.5rem;
  }
  .c-ml-6 {
    margin-left: 2.25rem;
  }
  .c-ml-7 {
    margin-left: 3rem;
  }
  .c-ml-8 {
    margin-left: 3.75rem;
  }
  .c-ml-9 {
    margin-left: 4.6875rem;
  }
  .c-ml-10 {
    margin-left: 6rem;
  }
  .c-mx-2 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .c-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .c-mx-4 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .c-mx-5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-6 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .c-mx-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-8 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .c-mx-9 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .c-mx-10 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .c-my-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-my-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-my-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-my-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-8 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .c-my-9 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .c-my-10 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .c-p-2 {
    padding: 0.375rem;
  }
  .c-p-3 {
    padding: 0.75rem;
  }
  .c-p-4 {
    padding: 1.125rem;
  }
  .c-p-5 {
    padding: 1.5rem;
  }
  .c-p-6 {
    padding: 2.25rem;
  }
  .c-p-7 {
    padding: 3rem;
  }
  .c-p-8 {
    padding: 3.75rem;
  }
  .c-p-9 {
    padding: 4.6875rem;
  }
  .c-p-10 {
    padding: 6rem;
  }
  .c-pt-2 {
    padding-top: 0.375rem;
  }
  .c-pt-3 {
    padding-top: 0.75rem;
  }
  .c-pt-4 {
    padding-top: 1.125rem;
  }
  .c-pt-5 {
    padding-top: 1.5rem;
  }
  .c-pt-6 {
    padding-top: 2.25rem;
  }
  .c-pt-7 {
    padding-top: 3rem;
  }
  .c-pt-8 {
    padding-top: 3.75rem;
  }
  .c-pt-9 {
    padding-top: 4.6875rem;
  }
  .c-pt-10 {
    padding-top: 6rem;
  }
  .c-pr-2 {
    padding-right: 0.375rem;
  }
  .c-pr-3 {
    padding-right: 0.75rem;
  }
  .c-pr-4 {
    padding-right: 1.125rem;
  }
  .c-pr-5 {
    padding-right: 1.5rem;
  }
  .c-pr-6 {
    padding-right: 2.25rem;
  }
  .c-pr-7 {
    padding-right: 3rem;
  }
  .c-pr-8 {
    padding-right: 3.75rem;
  }
  .c-pr-9 {
    padding-right: 4.6875rem;
  }
  .c-pr-10 {
    padding-right: 6rem;
  }
  .c-pb-2 {
    padding-bottom: 0.375rem;
  }
  .c-pb-3 {
    padding-bottom: 0.75rem;
  }
  .c-pb-4 {
    padding-bottom: 1.125rem;
  }
  .c-pb-5 {
    padding-bottom: 1.5rem;
  }
  .c-pb-6 {
    padding-bottom: 2.25rem;
  }
  .c-pb-7 {
    padding-bottom: 3rem;
  }
  .c-pb-8 {
    padding-bottom: 3.75rem;
  }
  .c-pb-9 {
    padding-bottom: 4.6875rem;
  }
  .c-pb-10 {
    padding-bottom: 6rem;
  }
  .c-pl-2 {
    padding-left: 0.375rem;
  }
  .c-pl-3 {
    padding-left: 0.75rem;
  }
  .c-pl-4 {
    padding-left: 1.125rem;
  }
  .c-pl-5 {
    padding-left: 1.5rem;
  }
  .c-pl-6 {
    padding-left: 2.25rem;
  }
  .c-pl-7 {
    padding-left: 3rem;
  }
  .c-pl-8 {
    padding-left: 3.75rem;
  }
  .c-pl-9 {
    padding-left: 4.6875rem;
  }
  .c-pl-10 {
    padding-left: 6rem;
  }
  .c-px-2 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .c-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .c-px-4 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .c-px-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-6 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .c-px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-8 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .c-px-9 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .c-px-10 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .c-py-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-py-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-py-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-8 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .c-py-9 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .c-py-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .c-m-sm-2 {
    margin: 0.375rem;
  }
  .c-m-sm-3 {
    margin: 0.75rem;
  }
  .c-m-sm-4 {
    margin: 1.125rem;
  }
  .c-m-sm-5 {
    margin: 1.5rem;
  }
  .c-m-sm-6 {
    margin: 2.25rem;
  }
  .c-m-sm-7 {
    margin: 3rem;
  }
  .c-m-sm-8 {
    margin: 3.75rem;
  }
  .c-m-sm-9 {
    margin: 4.6875rem;
  }
  .c-m-sm-10 {
    margin: 6rem;
  }
  .c-mt-sm-2 {
    margin-top: 0.375rem;
  }
  .c-mt-sm-3 {
    margin-top: 0.75rem;
  }
  .c-mt-sm-4 {
    margin-top: 1.125rem;
  }
  .c-mt-sm-5 {
    margin-top: 1.5rem;
  }
  .c-mt-sm-6 {
    margin-top: 2.25rem;
  }
  .c-mt-sm-7 {
    margin-top: 3rem;
  }
  .c-mt-sm-8 {
    margin-top: 3.75rem;
  }
  .c-mt-sm-9 {
    margin-top: 4.6875rem;
  }
  .c-mt-sm-10 {
    margin-top: 6rem;
  }
  .c-mr-sm-2 {
    margin-right: 0.375rem;
  }
  .c-mr-sm-3 {
    margin-right: 0.75rem;
  }
  .c-mr-sm-4 {
    margin-right: 1.125rem;
  }
  .c-mr-sm-5 {
    margin-right: 1.5rem;
  }
  .c-mr-sm-6 {
    margin-right: 2.25rem;
  }
  .c-mr-sm-7 {
    margin-right: 3rem;
  }
  .c-mr-sm-8 {
    margin-right: 3.75rem;
  }
  .c-mr-sm-9 {
    margin-right: 4.6875rem;
  }
  .c-mr-sm-10 {
    margin-right: 6rem;
  }
  .c-mb-sm-2 {
    margin-bottom: 0.375rem;
  }
  .c-mb-sm-3 {
    margin-bottom: 0.75rem;
  }
  .c-mb-sm-4 {
    margin-bottom: 1.125rem;
  }
  .c-mb-sm-5 {
    margin-bottom: 1.5rem;
  }
  .c-mb-sm-6 {
    margin-bottom: 2.25rem;
  }
  .c-mb-sm-7 {
    margin-bottom: 3rem;
  }
  .c-mb-sm-8 {
    margin-bottom: 3.75rem;
  }
  .c-mb-sm-9 {
    margin-bottom: 4.6875rem;
  }
  .c-mb-sm-10 {
    margin-bottom: 6rem;
  }
  .c-ml-sm-2 {
    margin-left: 0.375rem;
  }
  .c-ml-sm-3 {
    margin-left: 0.75rem;
  }
  .c-ml-sm-4 {
    margin-left: 1.125rem;
  }
  .c-ml-sm-5 {
    margin-left: 1.5rem;
  }
  .c-ml-sm-6 {
    margin-left: 2.25rem;
  }
  .c-ml-sm-7 {
    margin-left: 3rem;
  }
  .c-ml-sm-8 {
    margin-left: 3.75rem;
  }
  .c-ml-sm-9 {
    margin-left: 4.6875rem;
  }
  .c-ml-sm-10 {
    margin-left: 6rem;
  }
  .c-mx-sm-2 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .c-mx-sm-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .c-mx-sm-4 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .c-mx-sm-5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-sm-6 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .c-mx-sm-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-sm-8 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .c-mx-sm-9 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .c-mx-sm-10 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .c-my-sm-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-my-sm-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-my-sm-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-my-sm-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-sm-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-my-sm-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-sm-8 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .c-my-sm-9 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .c-my-sm-10 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .c-p-sm-2 {
    padding: 0.375rem;
  }
  .c-p-sm-3 {
    padding: 0.75rem;
  }
  .c-p-sm-4 {
    padding: 1.125rem;
  }
  .c-p-sm-5 {
    padding: 1.5rem;
  }
  .c-p-sm-6 {
    padding: 2.25rem;
  }
  .c-p-sm-7 {
    padding: 3rem;
  }
  .c-p-sm-8 {
    padding: 3.75rem;
  }
  .c-p-sm-9 {
    padding: 4.6875rem;
  }
  .c-p-sm-10 {
    padding: 6rem;
  }
  .c-pt-sm-2 {
    padding-top: 0.375rem;
  }
  .c-pt-sm-3 {
    padding-top: 0.75rem;
  }
  .c-pt-sm-4 {
    padding-top: 1.125rem;
  }
  .c-pt-sm-5 {
    padding-top: 1.5rem;
  }
  .c-pt-sm-6 {
    padding-top: 2.25rem;
  }
  .c-pt-sm-7 {
    padding-top: 3rem;
  }
  .c-pt-sm-8 {
    padding-top: 3.75rem;
  }
  .c-pt-sm-9 {
    padding-top: 4.6875rem;
  }
  .c-pt-sm-10 {
    padding-top: 6rem;
  }
  .c-pr-sm-2 {
    padding-right: 0.375rem;
  }
  .c-pr-sm-3 {
    padding-right: 0.75rem;
  }
  .c-pr-sm-4 {
    padding-right: 1.125rem;
  }
  .c-pr-sm-5 {
    padding-right: 1.5rem;
  }
  .c-pr-sm-6 {
    padding-right: 2.25rem;
  }
  .c-pr-sm-7 {
    padding-right: 3rem;
  }
  .c-pr-sm-8 {
    padding-right: 3.75rem;
  }
  .c-pr-sm-9 {
    padding-right: 4.6875rem;
  }
  .c-pr-sm-10 {
    padding-right: 6rem;
  }
  .c-pb-sm-2 {
    padding-bottom: 0.375rem;
  }
  .c-pb-sm-3 {
    padding-bottom: 0.75rem;
  }
  .c-pb-sm-4 {
    padding-bottom: 1.125rem;
  }
  .c-pb-sm-5 {
    padding-bottom: 1.5rem;
  }
  .c-pb-sm-6 {
    padding-bottom: 2.25rem;
  }
  .c-pb-sm-7 {
    padding-bottom: 3rem;
  }
  .c-pb-sm-8 {
    padding-bottom: 3.75rem;
  }
  .c-pb-sm-9 {
    padding-bottom: 4.6875rem;
  }
  .c-pb-sm-10 {
    padding-bottom: 6rem;
  }
  .c-pl-sm-2 {
    padding-left: 0.375rem;
  }
  .c-pl-sm-3 {
    padding-left: 0.75rem;
  }
  .c-pl-sm-4 {
    padding-left: 1.125rem;
  }
  .c-pl-sm-5 {
    padding-left: 1.5rem;
  }
  .c-pl-sm-6 {
    padding-left: 2.25rem;
  }
  .c-pl-sm-7 {
    padding-left: 3rem;
  }
  .c-pl-sm-8 {
    padding-left: 3.75rem;
  }
  .c-pl-sm-9 {
    padding-left: 4.6875rem;
  }
  .c-pl-sm-10 {
    padding-left: 6rem;
  }
  .c-px-sm-2 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .c-px-sm-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .c-px-sm-4 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .c-px-sm-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-sm-6 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .c-px-sm-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-sm-8 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .c-px-sm-9 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .c-px-sm-10 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .c-py-sm-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-py-sm-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-py-sm-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-py-sm-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-sm-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-py-sm-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-sm-8 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .c-py-sm-9 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .c-py-sm-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .c-m-md-1 {
    margin: 0.25rem;
  }
  .c-m-md-2 {
    margin: 0.375rem;
  }
  .c-m-md-3 {
    margin: 0.75rem;
  }
  .c-m-md-4 {
    margin: 1.125rem;
  }
  .c-m-md-5 {
    margin: 1.5rem;
  }
  .c-m-md-6 {
    margin: 2.25rem;
  }
  .c-m-md-7 {
    margin: 3rem;
  }
  .c-m-md-8 {
    margin: 3.75rem;
  }
  .c-m-md-9 {
    margin: 4.6875rem;
  }
  .c-m-md-10 {
    margin: 6rem;
  }
  .c-mt-md-1 {
    margin-top: 0.25rem;
  }
  .c-mt-md-2 {
    margin-top: 0.375rem;
  }
  .c-mt-md-3 {
    margin-top: 0.75rem;
  }
  .c-mt-md-4 {
    margin-top: 1.125rem;
  }
  .c-mt-md-5 {
    margin-top: 1.5rem;
  }
  .c-mt-md-6 {
    margin-top: 2.25rem;
  }
  .c-mt-md-7 {
    margin-top: 3rem;
  }
  .c-mt-md-8 {
    margin-top: 3.75rem;
  }
  .c-mt-md-9 {
    margin-top: 4.6875rem;
  }
  .c-mt-md-10 {
    margin-top: 6rem;
  }
  .c-mr-md-1 {
    margin-right: 0.25rem;
  }
  .c-mr-md-2 {
    margin-right: 0.375rem;
  }
  .c-mr-md-3 {
    margin-right: 0.75rem;
  }
  .c-mr-md-4 {
    margin-right: 1.125rem;
  }
  .c-mr-md-5 {
    margin-right: 1.5rem;
  }
  .c-mr-md-6 {
    margin-right: 2.25rem;
  }
  .c-mr-md-7 {
    margin-right: 3rem;
  }
  .c-mr-md-8 {
    margin-right: 3.75rem;
  }
  .c-mr-md-9 {
    margin-right: 4.6875rem;
  }
  .c-mr-md-10 {
    margin-right: 6rem;
  }
  .c-mb-md-1 {
    margin-bottom: 0.25rem;
  }
  .c-mb-md-2 {
    margin-bottom: 0.375rem;
  }
  .c-mb-md-3 {
    margin-bottom: 0.75rem;
  }
  .c-mb-md-4 {
    margin-bottom: 1.125rem;
  }
  .c-mb-md-5 {
    margin-bottom: 1.5rem;
  }
  .c-mb-md-6 {
    margin-bottom: 2.25rem;
  }
  .c-mb-md-7 {
    margin-bottom: 3rem;
  }
  .c-mb-md-8 {
    margin-bottom: 3.75rem;
  }
  .c-mb-md-9 {
    margin-bottom: 4.6875rem;
  }
  .c-mb-md-10 {
    margin-bottom: 6rem;
  }
  .c-ml-md-1 {
    margin-left: 0.25rem;
  }
  .c-ml-md-2 {
    margin-left: 0.375rem;
  }
  .c-ml-md-3 {
    margin-left: 0.75rem;
  }
  .c-ml-md-4 {
    margin-left: 1.125rem;
  }
  .c-ml-md-5 {
    margin-left: 1.5rem;
  }
  .c-ml-md-6 {
    margin-left: 2.25rem;
  }
  .c-ml-md-7 {
    margin-left: 3rem;
  }
  .c-ml-md-8 {
    margin-left: 3.75rem;
  }
  .c-ml-md-9 {
    margin-left: 4.6875rem;
  }
  .c-ml-md-10 {
    margin-left: 6rem;
  }
  .c-mx-md-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .c-mx-md-2 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .c-mx-md-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .c-mx-md-4 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .c-mx-md-5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-md-6 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .c-mx-md-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-md-8 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .c-mx-md-9 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .c-mx-md-10 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .c-my-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-my-md-2 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .c-my-md-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .c-my-md-4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .c-my-md-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-md-6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .c-my-md-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-md-8 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .c-my-md-9 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .c-my-md-10 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .c-p-md-1 {
    padding: 0.25rem;
  }
  .c-p-md-2 {
    padding: 0.375rem;
  }
  .c-p-md-3 {
    padding: 0.75rem;
  }
  .c-p-md-4 {
    padding: 1.125rem;
  }
  .c-p-md-5 {
    padding: 1.5rem;
  }
  .c-p-md-6 {
    padding: 2.25rem;
  }
  .c-p-md-7 {
    padding: 3rem;
  }
  .c-p-md-8 {
    padding: 3.75rem;
  }
  .c-p-md-9 {
    padding: 4.6875rem;
  }
  .c-p-md-10 {
    padding: 6rem;
  }
  .c-pt-md-1 {
    padding-top: 0.25rem;
  }
  .c-pt-md-2 {
    padding-top: 0.375rem;
  }
  .c-pt-md-3 {
    padding-top: 0.75rem;
  }
  .c-pt-md-4 {
    padding-top: 1.125rem;
  }
  .c-pt-md-5 {
    padding-top: 1.5rem;
  }
  .c-pt-md-6 {
    padding-top: 2.25rem;
  }
  .c-pt-md-7 {
    padding-top: 3rem;
  }
  .c-pt-md-8 {
    padding-top: 3.75rem;
  }
  .c-pt-md-9 {
    padding-top: 4.6875rem;
  }
  .c-pt-md-10 {
    padding-top: 6rem;
  }
  .c-pr-md-1 {
    padding-right: 0.25rem;
  }
  .c-pr-md-2 {
    padding-right: 0.375rem;
  }
  .c-pr-md-3 {
    padding-right: 0.75rem;
  }
  .c-pr-md-4 {
    padding-right: 1.125rem;
  }
  .c-pr-md-5 {
    padding-right: 1.5rem;
  }
  .c-pr-md-6 {
    padding-right: 2.25rem;
  }
  .c-pr-md-7 {
    padding-right: 3rem;
  }
  .c-pr-md-8 {
    padding-right: 3.75rem;
  }
  .c-pr-md-9 {
    padding-right: 4.6875rem;
  }
  .c-pr-md-10 {
    padding-right: 6rem;
  }
  .c-pb-md-1 {
    padding-bottom: 0.25rem;
  }
  .c-pb-md-2 {
    padding-bottom: 0.375rem;
  }
  .c-pb-md-3 {
    padding-bottom: 0.75rem;
  }
  .c-pb-md-4 {
    padding-bottom: 1.125rem;
  }
  .c-pb-md-5 {
    padding-bottom: 1.5rem;
  }
  .c-pb-md-6 {
    padding-bottom: 2.25rem;
  }
  .c-pb-md-7 {
    padding-bottom: 3rem;
  }
  .c-pb-md-8 {
    padding-bottom: 3.75rem;
  }
  .c-pb-md-9 {
    padding-bottom: 4.6875rem;
  }
  .c-pb-md-10 {
    padding-bottom: 6rem;
  }
  .c-pl-md-1 {
    padding-left: 0.25rem;
  }
  .c-pl-md-2 {
    padding-left: 0.375rem;
  }
  .c-pl-md-3 {
    padding-left: 0.75rem;
  }
  .c-pl-md-4 {
    padding-left: 1.125rem;
  }
  .c-pl-md-5 {
    padding-left: 1.5rem;
  }
  .c-pl-md-6 {
    padding-left: 2.25rem;
  }
  .c-pl-md-7 {
    padding-left: 3rem;
  }
  .c-pl-md-8 {
    padding-left: 3.75rem;
  }
  .c-pl-md-9 {
    padding-left: 4.6875rem;
  }
  .c-pl-md-10 {
    padding-left: 6rem;
  }
  .c-px-md-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .c-px-md-2 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .c-px-md-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .c-px-md-4 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .c-px-md-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-md-6 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .c-px-md-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-md-8 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .c-px-md-9 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .c-px-md-10 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .c-py-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-py-md-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .c-py-md-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .c-py-md-4 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .c-py-md-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-md-6 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .c-py-md-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-md-8 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .c-py-md-9 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .c-py-md-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .c-m-2 {
    margin: 0.4375rem;
  }
  .c-m-3 {
    margin: 0.875rem;
  }
  .c-m-4 {
    margin: 1.3125rem;
  }
  .c-m-5 {
    margin: 1.75rem;
  }
  .c-m-6 {
    margin: 2.625rem;
  }
  .c-m-7 {
    margin: 3.5rem;
  }
  .c-m-8 {
    margin: 4.375rem;
  }
  .c-m-9 {
    margin: 5.46875rem;
  }
  .c-m-10 {
    margin: 7rem;
  }
  .c-mt-2 {
    margin-top: 0.4375rem;
  }
  .c-mt-3 {
    margin-top: 0.875rem;
  }
  .c-mt-4 {
    margin-top: 1.3125rem;
  }
  .c-mt-5 {
    margin-top: 1.75rem;
  }
  .c-mt-6 {
    margin-top: 2.625rem;
  }
  .c-mt-7 {
    margin-top: 3.5rem;
  }
  .c-mt-8 {
    margin-top: 4.375rem;
  }
  .c-mt-9 {
    margin-top: 5.46875rem;
  }
  .c-mt-10 {
    margin-top: 7rem;
  }
  .c-mr-2 {
    margin-right: 0.4375rem;
  }
  .c-mr-3 {
    margin-right: 0.875rem;
  }
  .c-mr-4 {
    margin-right: 1.3125rem;
  }
  .c-mr-5 {
    margin-right: 1.75rem;
  }
  .c-mr-6 {
    margin-right: 2.625rem;
  }
  .c-mr-7 {
    margin-right: 3.5rem;
  }
  .c-mr-8 {
    margin-right: 4.375rem;
  }
  .c-mr-9 {
    margin-right: 5.46875rem;
  }
  .c-mr-10 {
    margin-right: 7rem;
  }
  .c-mb-2 {
    margin-bottom: 0.4375rem;
  }
  .c-mb-3 {
    margin-bottom: 0.875rem;
  }
  .c-mb-4 {
    margin-bottom: 1.3125rem;
  }
  .c-mb-5 {
    margin-bottom: 1.75rem;
  }
  .c-mb-6 {
    margin-bottom: 2.625rem;
  }
  .c-mb-7 {
    margin-bottom: 3.5rem;
  }
  .c-mb-8 {
    margin-bottom: 4.375rem;
  }
  .c-mb-9 {
    margin-bottom: 5.46875rem;
  }
  .c-mb-10 {
    margin-bottom: 7rem;
  }
  .c-ml-2 {
    margin-left: 0.4375rem;
  }
  .c-ml-3 {
    margin-left: 0.875rem;
  }
  .c-ml-4 {
    margin-left: 1.3125rem;
  }
  .c-ml-5 {
    margin-left: 1.75rem;
  }
  .c-ml-6 {
    margin-left: 2.625rem;
  }
  .c-ml-7 {
    margin-left: 3.5rem;
  }
  .c-ml-8 {
    margin-left: 4.375rem;
  }
  .c-ml-9 {
    margin-left: 5.46875rem;
  }
  .c-ml-10 {
    margin-left: 7rem;
  }
  .c-mx-2 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .c-mx-3 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .c-mx-4 {
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
  }
  .c-mx-5 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .c-mx-6 {
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }
  .c-mx-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .c-mx-8 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .c-mx-9 {
    margin-left: 5.46875rem;
    margin-right: 5.46875rem;
  }
  .c-mx-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .c-my-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-my-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-my-4 {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  .c-my-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-my-6 {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }
  .c-my-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-my-8 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .c-my-9 {
    margin-top: 5.46875rem;
    margin-bottom: 5.46875rem;
  }
  .c-my-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .c-p-2 {
    padding: 0.4375rem;
  }
  .c-p-3 {
    padding: 0.875rem;
  }
  .c-p-4 {
    padding: 1.3125rem;
  }
  .c-p-5 {
    padding: 1.75rem;
  }
  .c-p-6 {
    padding: 2.625rem;
  }
  .c-p-7 {
    padding: 3.5rem;
  }
  .c-p-8 {
    padding: 4.375rem;
  }
  .c-p-9 {
    padding: 5.46875rem;
  }
  .c-p-10 {
    padding: 7rem;
  }
  .c-pt-2 {
    padding-top: 0.4375rem;
  }
  .c-pt-3 {
    padding-top: 0.875rem;
  }
  .c-pt-4 {
    padding-top: 1.3125rem;
  }
  .c-pt-5 {
    padding-top: 1.75rem;
  }
  .c-pt-6 {
    padding-top: 2.625rem;
  }
  .c-pt-7 {
    padding-top: 3.5rem;
  }
  .c-pt-8 {
    padding-top: 4.375rem;
  }
  .c-pt-9 {
    padding-top: 5.46875rem;
  }
  .c-pt-10 {
    padding-top: 7rem;
  }
  .c-pr-2 {
    padding-right: 0.4375rem;
  }
  .c-pr-3 {
    padding-right: 0.875rem;
  }
  .c-pr-4 {
    padding-right: 1.3125rem;
  }
  .c-pr-5 {
    padding-right: 1.75rem;
  }
  .c-pr-6 {
    padding-right: 2.625rem;
  }
  .c-pr-7 {
    padding-right: 3.5rem;
  }
  .c-pr-8 {
    padding-right: 4.375rem;
  }
  .c-pr-9 {
    padding-right: 5.46875rem;
  }
  .c-pr-10 {
    padding-right: 7rem;
  }
  .c-pb-2 {
    padding-bottom: 0.4375rem;
  }
  .c-pb-3 {
    padding-bottom: 0.875rem;
  }
  .c-pb-4 {
    padding-bottom: 1.3125rem;
  }
  .c-pb-5 {
    padding-bottom: 1.75rem;
  }
  .c-pb-6 {
    padding-bottom: 2.625rem;
  }
  .c-pb-7 {
    padding-bottom: 3.5rem;
  }
  .c-pb-8 {
    padding-bottom: 4.375rem;
  }
  .c-pb-9 {
    padding-bottom: 5.46875rem;
  }
  .c-pb-10 {
    padding-bottom: 7rem;
  }
  .c-pl-2 {
    padding-left: 0.4375rem;
  }
  .c-pl-3 {
    padding-left: 0.875rem;
  }
  .c-pl-4 {
    padding-left: 1.3125rem;
  }
  .c-pl-5 {
    padding-left: 1.75rem;
  }
  .c-pl-6 {
    padding-left: 2.625rem;
  }
  .c-pl-7 {
    padding-left: 3.5rem;
  }
  .c-pl-8 {
    padding-left: 4.375rem;
  }
  .c-pl-9 {
    padding-left: 5.46875rem;
  }
  .c-pl-10 {
    padding-left: 7rem;
  }
  .c-px-2 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .c-px-3 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .c-px-4 {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
  .c-px-5 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .c-px-6 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .c-px-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .c-px-8 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .c-px-9 {
    padding-left: 5.46875rem;
    padding-right: 5.46875rem;
  }
  .c-px-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .c-py-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-py-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-py-4 {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
  }
  .c-py-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-py-6 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .c-py-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-py-8 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .c-py-9 {
    padding-top: 5.46875rem;
    padding-bottom: 5.46875rem;
  }
  .c-py-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .c-m-sm-2 {
    margin: 0.4375rem;
  }
  .c-m-sm-3 {
    margin: 0.875rem;
  }
  .c-m-sm-4 {
    margin: 1.3125rem;
  }
  .c-m-sm-5 {
    margin: 1.75rem;
  }
  .c-m-sm-6 {
    margin: 2.625rem;
  }
  .c-m-sm-7 {
    margin: 3.5rem;
  }
  .c-m-sm-8 {
    margin: 4.375rem;
  }
  .c-m-sm-9 {
    margin: 5.46875rem;
  }
  .c-m-sm-10 {
    margin: 7rem;
  }
  .c-mt-sm-2 {
    margin-top: 0.4375rem;
  }
  .c-mt-sm-3 {
    margin-top: 0.875rem;
  }
  .c-mt-sm-4 {
    margin-top: 1.3125rem;
  }
  .c-mt-sm-5 {
    margin-top: 1.75rem;
  }
  .c-mt-sm-6 {
    margin-top: 2.625rem;
  }
  .c-mt-sm-7 {
    margin-top: 3.5rem;
  }
  .c-mt-sm-8 {
    margin-top: 4.375rem;
  }
  .c-mt-sm-9 {
    margin-top: 5.46875rem;
  }
  .c-mt-sm-10 {
    margin-top: 7rem;
  }
  .c-mr-sm-2 {
    margin-right: 0.4375rem;
  }
  .c-mr-sm-3 {
    margin-right: 0.875rem;
  }
  .c-mr-sm-4 {
    margin-right: 1.3125rem;
  }
  .c-mr-sm-5 {
    margin-right: 1.75rem;
  }
  .c-mr-sm-6 {
    margin-right: 2.625rem;
  }
  .c-mr-sm-7 {
    margin-right: 3.5rem;
  }
  .c-mr-sm-8 {
    margin-right: 4.375rem;
  }
  .c-mr-sm-9 {
    margin-right: 5.46875rem;
  }
  .c-mr-sm-10 {
    margin-right: 7rem;
  }
  .c-mb-sm-2 {
    margin-bottom: 0.4375rem;
  }
  .c-mb-sm-3 {
    margin-bottom: 0.875rem;
  }
  .c-mb-sm-4 {
    margin-bottom: 1.3125rem;
  }
  .c-mb-sm-5 {
    margin-bottom: 1.75rem;
  }
  .c-mb-sm-6 {
    margin-bottom: 2.625rem;
  }
  .c-mb-sm-7 {
    margin-bottom: 3.5rem;
  }
  .c-mb-sm-8 {
    margin-bottom: 4.375rem;
  }
  .c-mb-sm-9 {
    margin-bottom: 5.46875rem;
  }
  .c-mb-sm-10 {
    margin-bottom: 7rem;
  }
  .c-ml-sm-2 {
    margin-left: 0.4375rem;
  }
  .c-ml-sm-3 {
    margin-left: 0.875rem;
  }
  .c-ml-sm-4 {
    margin-left: 1.3125rem;
  }
  .c-ml-sm-5 {
    margin-left: 1.75rem;
  }
  .c-ml-sm-6 {
    margin-left: 2.625rem;
  }
  .c-ml-sm-7 {
    margin-left: 3.5rem;
  }
  .c-ml-sm-8 {
    margin-left: 4.375rem;
  }
  .c-ml-sm-9 {
    margin-left: 5.46875rem;
  }
  .c-ml-sm-10 {
    margin-left: 7rem;
  }
  .c-mx-sm-2 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .c-mx-sm-3 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .c-mx-sm-4 {
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
  }
  .c-mx-sm-5 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .c-mx-sm-6 {
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }
  .c-mx-sm-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .c-mx-sm-8 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .c-mx-sm-9 {
    margin-left: 5.46875rem;
    margin-right: 5.46875rem;
  }
  .c-mx-sm-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .c-my-sm-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-my-sm-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-my-sm-4 {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  .c-my-sm-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-my-sm-6 {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }
  .c-my-sm-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-my-sm-8 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .c-my-sm-9 {
    margin-top: 5.46875rem;
    margin-bottom: 5.46875rem;
  }
  .c-my-sm-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .c-p-sm-2 {
    padding: 0.4375rem;
  }
  .c-p-sm-3 {
    padding: 0.875rem;
  }
  .c-p-sm-4 {
    padding: 1.3125rem;
  }
  .c-p-sm-5 {
    padding: 1.75rem;
  }
  .c-p-sm-6 {
    padding: 2.625rem;
  }
  .c-p-sm-7 {
    padding: 3.5rem;
  }
  .c-p-sm-8 {
    padding: 4.375rem;
  }
  .c-p-sm-9 {
    padding: 5.46875rem;
  }
  .c-p-sm-10 {
    padding: 7rem;
  }
  .c-pt-sm-2 {
    padding-top: 0.4375rem;
  }
  .c-pt-sm-3 {
    padding-top: 0.875rem;
  }
  .c-pt-sm-4 {
    padding-top: 1.3125rem;
  }
  .c-pt-sm-5 {
    padding-top: 1.75rem;
  }
  .c-pt-sm-6 {
    padding-top: 2.625rem;
  }
  .c-pt-sm-7 {
    padding-top: 3.5rem;
  }
  .c-pt-sm-8 {
    padding-top: 4.375rem;
  }
  .c-pt-sm-9 {
    padding-top: 5.46875rem;
  }
  .c-pt-sm-10 {
    padding-top: 7rem;
  }
  .c-pr-sm-2 {
    padding-right: 0.4375rem;
  }
  .c-pr-sm-3 {
    padding-right: 0.875rem;
  }
  .c-pr-sm-4 {
    padding-right: 1.3125rem;
  }
  .c-pr-sm-5 {
    padding-right: 1.75rem;
  }
  .c-pr-sm-6 {
    padding-right: 2.625rem;
  }
  .c-pr-sm-7 {
    padding-right: 3.5rem;
  }
  .c-pr-sm-8 {
    padding-right: 4.375rem;
  }
  .c-pr-sm-9 {
    padding-right: 5.46875rem;
  }
  .c-pr-sm-10 {
    padding-right: 7rem;
  }
  .c-pb-sm-2 {
    padding-bottom: 0.4375rem;
  }
  .c-pb-sm-3 {
    padding-bottom: 0.875rem;
  }
  .c-pb-sm-4 {
    padding-bottom: 1.3125rem;
  }
  .c-pb-sm-5 {
    padding-bottom: 1.75rem;
  }
  .c-pb-sm-6 {
    padding-bottom: 2.625rem;
  }
  .c-pb-sm-7 {
    padding-bottom: 3.5rem;
  }
  .c-pb-sm-8 {
    padding-bottom: 4.375rem;
  }
  .c-pb-sm-9 {
    padding-bottom: 5.46875rem;
  }
  .c-pb-sm-10 {
    padding-bottom: 7rem;
  }
  .c-pl-sm-2 {
    padding-left: 0.4375rem;
  }
  .c-pl-sm-3 {
    padding-left: 0.875rem;
  }
  .c-pl-sm-4 {
    padding-left: 1.3125rem;
  }
  .c-pl-sm-5 {
    padding-left: 1.75rem;
  }
  .c-pl-sm-6 {
    padding-left: 2.625rem;
  }
  .c-pl-sm-7 {
    padding-left: 3.5rem;
  }
  .c-pl-sm-8 {
    padding-left: 4.375rem;
  }
  .c-pl-sm-9 {
    padding-left: 5.46875rem;
  }
  .c-pl-sm-10 {
    padding-left: 7rem;
  }
  .c-px-sm-2 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .c-px-sm-3 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .c-px-sm-4 {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
  .c-px-sm-5 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .c-px-sm-6 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .c-px-sm-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .c-px-sm-8 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .c-px-sm-9 {
    padding-left: 5.46875rem;
    padding-right: 5.46875rem;
  }
  .c-px-sm-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .c-py-sm-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-py-sm-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-py-sm-4 {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
  }
  .c-py-sm-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-py-sm-6 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .c-py-sm-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-py-sm-8 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .c-py-sm-9 {
    padding-top: 5.46875rem;
    padding-bottom: 5.46875rem;
  }
  .c-py-sm-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .c-m-md-2 {
    margin: 0.4375rem;
  }
  .c-m-md-3 {
    margin: 0.875rem;
  }
  .c-m-md-4 {
    margin: 1.3125rem;
  }
  .c-m-md-5 {
    margin: 1.75rem;
  }
  .c-m-md-6 {
    margin: 2.625rem;
  }
  .c-m-md-7 {
    margin: 3.5rem;
  }
  .c-m-md-8 {
    margin: 4.375rem;
  }
  .c-m-md-9 {
    margin: 5.46875rem;
  }
  .c-m-md-10 {
    margin: 7rem;
  }
  .c-mt-md-2 {
    margin-top: 0.4375rem;
  }
  .c-mt-md-3 {
    margin-top: 0.875rem;
  }
  .c-mt-md-4 {
    margin-top: 1.3125rem;
  }
  .c-mt-md-5 {
    margin-top: 1.75rem;
  }
  .c-mt-md-6 {
    margin-top: 2.625rem;
  }
  .c-mt-md-7 {
    margin-top: 3.5rem;
  }
  .c-mt-md-8 {
    margin-top: 4.375rem;
  }
  .c-mt-md-9 {
    margin-top: 5.46875rem;
  }
  .c-mt-md-10 {
    margin-top: 7rem;
  }
  .c-mr-md-2 {
    margin-right: 0.4375rem;
  }
  .c-mr-md-3 {
    margin-right: 0.875rem;
  }
  .c-mr-md-4 {
    margin-right: 1.3125rem;
  }
  .c-mr-md-5 {
    margin-right: 1.75rem;
  }
  .c-mr-md-6 {
    margin-right: 2.625rem;
  }
  .c-mr-md-7 {
    margin-right: 3.5rem;
  }
  .c-mr-md-8 {
    margin-right: 4.375rem;
  }
  .c-mr-md-9 {
    margin-right: 5.46875rem;
  }
  .c-mr-md-10 {
    margin-right: 7rem;
  }
  .c-mb-md-2 {
    margin-bottom: 0.4375rem;
  }
  .c-mb-md-3 {
    margin-bottom: 0.875rem;
  }
  .c-mb-md-4 {
    margin-bottom: 1.3125rem;
  }
  .c-mb-md-5 {
    margin-bottom: 1.75rem;
  }
  .c-mb-md-6 {
    margin-bottom: 2.625rem;
  }
  .c-mb-md-7 {
    margin-bottom: 3.5rem;
  }
  .c-mb-md-8 {
    margin-bottom: 4.375rem;
  }
  .c-mb-md-9 {
    margin-bottom: 5.46875rem;
  }
  .c-mb-md-10 {
    margin-bottom: 7rem;
  }
  .c-ml-md-2 {
    margin-left: 0.4375rem;
  }
  .c-ml-md-3 {
    margin-left: 0.875rem;
  }
  .c-ml-md-4 {
    margin-left: 1.3125rem;
  }
  .c-ml-md-5 {
    margin-left: 1.75rem;
  }
  .c-ml-md-6 {
    margin-left: 2.625rem;
  }
  .c-ml-md-7 {
    margin-left: 3.5rem;
  }
  .c-ml-md-8 {
    margin-left: 4.375rem;
  }
  .c-ml-md-9 {
    margin-left: 5.46875rem;
  }
  .c-ml-md-10 {
    margin-left: 7rem;
  }
  .c-mx-md-2 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .c-mx-md-3 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .c-mx-md-4 {
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
  }
  .c-mx-md-5 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .c-mx-md-6 {
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }
  .c-mx-md-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .c-mx-md-8 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .c-mx-md-9 {
    margin-left: 5.46875rem;
    margin-right: 5.46875rem;
  }
  .c-mx-md-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .c-my-md-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-my-md-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-my-md-4 {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  .c-my-md-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-my-md-6 {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }
  .c-my-md-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-my-md-8 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .c-my-md-9 {
    margin-top: 5.46875rem;
    margin-bottom: 5.46875rem;
  }
  .c-my-md-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .c-p-md-2 {
    padding: 0.4375rem;
  }
  .c-p-md-3 {
    padding: 0.875rem;
  }
  .c-p-md-4 {
    padding: 1.3125rem;
  }
  .c-p-md-5 {
    padding: 1.75rem;
  }
  .c-p-md-6 {
    padding: 2.625rem;
  }
  .c-p-md-7 {
    padding: 3.5rem;
  }
  .c-p-md-8 {
    padding: 4.375rem;
  }
  .c-p-md-9 {
    padding: 5.46875rem;
  }
  .c-p-md-10 {
    padding: 7rem;
  }
  .c-pt-md-2 {
    padding-top: 0.4375rem;
  }
  .c-pt-md-3 {
    padding-top: 0.875rem;
  }
  .c-pt-md-4 {
    padding-top: 1.3125rem;
  }
  .c-pt-md-5 {
    padding-top: 1.75rem;
  }
  .c-pt-md-6 {
    padding-top: 2.625rem;
  }
  .c-pt-md-7 {
    padding-top: 3.5rem;
  }
  .c-pt-md-8 {
    padding-top: 4.375rem;
  }
  .c-pt-md-9 {
    padding-top: 5.46875rem;
  }
  .c-pt-md-10 {
    padding-top: 7rem;
  }
  .c-pr-md-2 {
    padding-right: 0.4375rem;
  }
  .c-pr-md-3 {
    padding-right: 0.875rem;
  }
  .c-pr-md-4 {
    padding-right: 1.3125rem;
  }
  .c-pr-md-5 {
    padding-right: 1.75rem;
  }
  .c-pr-md-6 {
    padding-right: 2.625rem;
  }
  .c-pr-md-7 {
    padding-right: 3.5rem;
  }
  .c-pr-md-8 {
    padding-right: 4.375rem;
  }
  .c-pr-md-9 {
    padding-right: 5.46875rem;
  }
  .c-pr-md-10 {
    padding-right: 7rem;
  }
  .c-pb-md-2 {
    padding-bottom: 0.4375rem;
  }
  .c-pb-md-3 {
    padding-bottom: 0.875rem;
  }
  .c-pb-md-4 {
    padding-bottom: 1.3125rem;
  }
  .c-pb-md-5 {
    padding-bottom: 1.75rem;
  }
  .c-pb-md-6 {
    padding-bottom: 2.625rem;
  }
  .c-pb-md-7 {
    padding-bottom: 3.5rem;
  }
  .c-pb-md-8 {
    padding-bottom: 4.375rem;
  }
  .c-pb-md-9 {
    padding-bottom: 5.46875rem;
  }
  .c-pb-md-10 {
    padding-bottom: 7rem;
  }
  .c-pl-md-2 {
    padding-left: 0.4375rem;
  }
  .c-pl-md-3 {
    padding-left: 0.875rem;
  }
  .c-pl-md-4 {
    padding-left: 1.3125rem;
  }
  .c-pl-md-5 {
    padding-left: 1.75rem;
  }
  .c-pl-md-6 {
    padding-left: 2.625rem;
  }
  .c-pl-md-7 {
    padding-left: 3.5rem;
  }
  .c-pl-md-8 {
    padding-left: 4.375rem;
  }
  .c-pl-md-9 {
    padding-left: 5.46875rem;
  }
  .c-pl-md-10 {
    padding-left: 7rem;
  }
  .c-px-md-2 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .c-px-md-3 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .c-px-md-4 {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
  .c-px-md-5 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .c-px-md-6 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .c-px-md-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .c-px-md-8 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .c-px-md-9 {
    padding-left: 5.46875rem;
    padding-right: 5.46875rem;
  }
  .c-px-md-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .c-py-md-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-py-md-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-py-md-4 {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
  }
  .c-py-md-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-py-md-6 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .c-py-md-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-py-md-8 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .c-py-md-9 {
    padding-top: 5.46875rem;
    padding-bottom: 5.46875rem;
  }
  .c-py-md-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .c-m-lg-1 {
    margin: 0.25rem;
  }
  .c-m-lg-2 {
    margin: 0.4375rem;
  }
  .c-m-lg-3 {
    margin: 0.875rem;
  }
  .c-m-lg-4 {
    margin: 1.3125rem;
  }
  .c-m-lg-5 {
    margin: 1.75rem;
  }
  .c-m-lg-6 {
    margin: 2.625rem;
  }
  .c-m-lg-7 {
    margin: 3.5rem;
  }
  .c-m-lg-8 {
    margin: 4.375rem;
  }
  .c-m-lg-9 {
    margin: 5.46875rem;
  }
  .c-m-lg-10 {
    margin: 7rem;
  }
  .c-mt-lg-1 {
    margin-top: 0.25rem;
  }
  .c-mt-lg-2 {
    margin-top: 0.4375rem;
  }
  .c-mt-lg-3 {
    margin-top: 0.875rem;
  }
  .c-mt-lg-4 {
    margin-top: 1.3125rem;
  }
  .c-mt-lg-5 {
    margin-top: 1.75rem;
  }
  .c-mt-lg-6 {
    margin-top: 2.625rem;
  }
  .c-mt-lg-7 {
    margin-top: 3.5rem;
  }
  .c-mt-lg-8 {
    margin-top: 4.375rem;
  }
  .c-mt-lg-9 {
    margin-top: 5.46875rem;
  }
  .c-mt-lg-10 {
    margin-top: 7rem;
  }
  .c-mr-lg-1 {
    margin-right: 0.25rem;
  }
  .c-mr-lg-2 {
    margin-right: 0.4375rem;
  }
  .c-mr-lg-3 {
    margin-right: 0.875rem;
  }
  .c-mr-lg-4 {
    margin-right: 1.3125rem;
  }
  .c-mr-lg-5 {
    margin-right: 1.75rem;
  }
  .c-mr-lg-6 {
    margin-right: 2.625rem;
  }
  .c-mr-lg-7 {
    margin-right: 3.5rem;
  }
  .c-mr-lg-8 {
    margin-right: 4.375rem;
  }
  .c-mr-lg-9 {
    margin-right: 5.46875rem;
  }
  .c-mr-lg-10 {
    margin-right: 7rem;
  }
  .c-mb-lg-1 {
    margin-bottom: 0.25rem;
  }
  .c-mb-lg-2 {
    margin-bottom: 0.4375rem;
  }
  .c-mb-lg-3 {
    margin-bottom: 0.875rem;
  }
  .c-mb-lg-4 {
    margin-bottom: 1.3125rem;
  }
  .c-mb-lg-5 {
    margin-bottom: 1.75rem;
  }
  .c-mb-lg-6 {
    margin-bottom: 2.625rem;
  }
  .c-mb-lg-7 {
    margin-bottom: 3.5rem;
  }
  .c-mb-lg-8 {
    margin-bottom: 4.375rem;
  }
  .c-mb-lg-9 {
    margin-bottom: 5.46875rem;
  }
  .c-mb-lg-10 {
    margin-bottom: 7rem;
  }
  .c-ml-lg-1 {
    margin-left: 0.25rem;
  }
  .c-ml-lg-2 {
    margin-left: 0.4375rem;
  }
  .c-ml-lg-3 {
    margin-left: 0.875rem;
  }
  .c-ml-lg-4 {
    margin-left: 1.3125rem;
  }
  .c-ml-lg-5 {
    margin-left: 1.75rem;
  }
  .c-ml-lg-6 {
    margin-left: 2.625rem;
  }
  .c-ml-lg-7 {
    margin-left: 3.5rem;
  }
  .c-ml-lg-8 {
    margin-left: 4.375rem;
  }
  .c-ml-lg-9 {
    margin-left: 5.46875rem;
  }
  .c-ml-lg-10 {
    margin-left: 7rem;
  }
  .c-mx-lg-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .c-mx-lg-2 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .c-mx-lg-3 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .c-mx-lg-4 {
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
  }
  .c-mx-lg-5 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .c-mx-lg-6 {
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }
  .c-mx-lg-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .c-mx-lg-8 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .c-mx-lg-9 {
    margin-left: 5.46875rem;
    margin-right: 5.46875rem;
  }
  .c-mx-lg-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .c-my-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-my-lg-2 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .c-my-lg-3 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .c-my-lg-4 {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  .c-my-lg-5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .c-my-lg-6 {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }
  .c-my-lg-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .c-my-lg-8 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .c-my-lg-9 {
    margin-top: 5.46875rem;
    margin-bottom: 5.46875rem;
  }
  .c-my-lg-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .c-p-lg-1 {
    padding: 0.25rem;
  }
  .c-p-lg-2 {
    padding: 0.4375rem;
  }
  .c-p-lg-3 {
    padding: 0.875rem;
  }
  .c-p-lg-4 {
    padding: 1.3125rem;
  }
  .c-p-lg-5 {
    padding: 1.75rem;
  }
  .c-p-lg-6 {
    padding: 2.625rem;
  }
  .c-p-lg-7 {
    padding: 3.5rem;
  }
  .c-p-lg-8 {
    padding: 4.375rem;
  }
  .c-p-lg-9 {
    padding: 5.46875rem;
  }
  .c-p-lg-10 {
    padding: 7rem;
  }
  .c-pt-lg-1 {
    padding-top: 0.25rem;
  }
  .c-pt-lg-2 {
    padding-top: 0.4375rem;
  }
  .c-pt-lg-3 {
    padding-top: 0.875rem;
  }
  .c-pt-lg-4 {
    padding-top: 1.3125rem;
  }
  .c-pt-lg-5 {
    padding-top: 1.75rem;
  }
  .c-pt-lg-6 {
    padding-top: 2.625rem;
  }
  .c-pt-lg-7 {
    padding-top: 3.5rem;
  }
  .c-pt-lg-8 {
    padding-top: 4.375rem;
  }
  .c-pt-lg-9 {
    padding-top: 5.46875rem;
  }
  .c-pt-lg-10 {
    padding-top: 7rem;
  }
  .c-pr-lg-1 {
    padding-right: 0.25rem;
  }
  .c-pr-lg-2 {
    padding-right: 0.4375rem;
  }
  .c-pr-lg-3 {
    padding-right: 0.875rem;
  }
  .c-pr-lg-4 {
    padding-right: 1.3125rem;
  }
  .c-pr-lg-5 {
    padding-right: 1.75rem;
  }
  .c-pr-lg-6 {
    padding-right: 2.625rem;
  }
  .c-pr-lg-7 {
    padding-right: 3.5rem;
  }
  .c-pr-lg-8 {
    padding-right: 4.375rem;
  }
  .c-pr-lg-9 {
    padding-right: 5.46875rem;
  }
  .c-pr-lg-10 {
    padding-right: 7rem;
  }
  .c-pb-lg-1 {
    padding-bottom: 0.25rem;
  }
  .c-pb-lg-2 {
    padding-bottom: 0.4375rem;
  }
  .c-pb-lg-3 {
    padding-bottom: 0.875rem;
  }
  .c-pb-lg-4 {
    padding-bottom: 1.3125rem;
  }
  .c-pb-lg-5 {
    padding-bottom: 1.75rem;
  }
  .c-pb-lg-6 {
    padding-bottom: 2.625rem;
  }
  .c-pb-lg-7 {
    padding-bottom: 3.5rem;
  }
  .c-pb-lg-8 {
    padding-bottom: 4.375rem;
  }
  .c-pb-lg-9 {
    padding-bottom: 5.46875rem;
  }
  .c-pb-lg-10 {
    padding-bottom: 7rem;
  }
  .c-pl-lg-1 {
    padding-left: 0.25rem;
  }
  .c-pl-lg-2 {
    padding-left: 0.4375rem;
  }
  .c-pl-lg-3 {
    padding-left: 0.875rem;
  }
  .c-pl-lg-4 {
    padding-left: 1.3125rem;
  }
  .c-pl-lg-5 {
    padding-left: 1.75rem;
  }
  .c-pl-lg-6 {
    padding-left: 2.625rem;
  }
  .c-pl-lg-7 {
    padding-left: 3.5rem;
  }
  .c-pl-lg-8 {
    padding-left: 4.375rem;
  }
  .c-pl-lg-9 {
    padding-left: 5.46875rem;
  }
  .c-pl-lg-10 {
    padding-left: 7rem;
  }
  .c-px-lg-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .c-px-lg-2 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .c-px-lg-3 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .c-px-lg-4 {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
  .c-px-lg-5 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .c-px-lg-6 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .c-px-lg-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .c-px-lg-8 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .c-px-lg-9 {
    padding-left: 5.46875rem;
    padding-right: 5.46875rem;
  }
  .c-px-lg-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .c-py-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-py-lg-2 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .c-py-lg-3 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .c-py-lg-4 {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
  }
  .c-py-lg-5 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .c-py-lg-6 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .c-py-lg-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-py-lg-8 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .c-py-lg-9 {
    padding-top: 5.46875rem;
    padding-bottom: 5.46875rem;
  }
  .c-py-lg-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1200px) {
  .c-m-2 {
    margin: 0.5rem;
  }
  .c-m-3 {
    margin: 1rem;
  }
  .c-m-4 {
    margin: 1.5rem;
  }
  .c-m-5 {
    margin: 2rem;
  }
  .c-m-6 {
    margin: 3rem;
  }
  .c-m-7 {
    margin: 4rem;
  }
  .c-m-8 {
    margin: 5rem;
  }
  .c-m-9 {
    margin: 6.25rem;
  }
  .c-m-10 {
    margin: 8rem;
  }
  .c-mt-2 {
    margin-top: 0.5rem;
  }
  .c-mt-3 {
    margin-top: 1rem;
  }
  .c-mt-4 {
    margin-top: 1.5rem;
  }
  .c-mt-5 {
    margin-top: 2rem;
  }
  .c-mt-6 {
    margin-top: 3rem;
  }
  .c-mt-7 {
    margin-top: 4rem;
  }
  .c-mt-8 {
    margin-top: 5rem;
  }
  .c-mt-9 {
    margin-top: 6.25rem;
  }
  .c-mt-10 {
    margin-top: 8rem;
  }
  .c-mr-2 {
    margin-right: 0.5rem;
  }
  .c-mr-3 {
    margin-right: 1rem;
  }
  .c-mr-4 {
    margin-right: 1.5rem;
  }
  .c-mr-5 {
    margin-right: 2rem;
  }
  .c-mr-6 {
    margin-right: 3rem;
  }
  .c-mr-7 {
    margin-right: 4rem;
  }
  .c-mr-8 {
    margin-right: 5rem;
  }
  .c-mr-9 {
    margin-right: 6.25rem;
  }
  .c-mr-10 {
    margin-right: 8rem;
  }
  .c-mb-2 {
    margin-bottom: 0.5rem;
  }
  .c-mb-3 {
    margin-bottom: 1rem;
  }
  .c-mb-4 {
    margin-bottom: 1.5rem;
  }
  .c-mb-5 {
    margin-bottom: 2rem;
  }
  .c-mb-6 {
    margin-bottom: 3rem;
  }
  .c-mb-7 {
    margin-bottom: 4rem;
  }
  .c-mb-8 {
    margin-bottom: 5rem;
  }
  .c-mb-9 {
    margin-bottom: 6.25rem;
  }
  .c-mb-10 {
    margin-bottom: 8rem;
  }
  .c-ml-2 {
    margin-left: 0.5rem;
  }
  .c-ml-3 {
    margin-left: 1rem;
  }
  .c-ml-4 {
    margin-left: 1.5rem;
  }
  .c-ml-5 {
    margin-left: 2rem;
  }
  .c-ml-6 {
    margin-left: 3rem;
  }
  .c-ml-7 {
    margin-left: 4rem;
  }
  .c-ml-8 {
    margin-left: 5rem;
  }
  .c-ml-9 {
    margin-left: 6.25rem;
  }
  .c-ml-10 {
    margin-left: 8rem;
  }
  .c-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-mx-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-9 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-10 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-my-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-9 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-10 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-p-2 {
    padding: 0.5rem;
  }
  .c-p-3 {
    padding: 1rem;
  }
  .c-p-4 {
    padding: 1.5rem;
  }
  .c-p-5 {
    padding: 2rem;
  }
  .c-p-6 {
    padding: 3rem;
  }
  .c-p-7 {
    padding: 4rem;
  }
  .c-p-8 {
    padding: 5rem;
  }
  .c-p-9 {
    padding: 6.25rem;
  }
  .c-p-10 {
    padding: 8rem;
  }
  .c-pt-2 {
    padding-top: 0.5rem;
  }
  .c-pt-3 {
    padding-top: 1rem;
  }
  .c-pt-4 {
    padding-top: 1.5rem;
  }
  .c-pt-5 {
    padding-top: 2rem;
  }
  .c-pt-6 {
    padding-top: 3rem;
  }
  .c-pt-7 {
    padding-top: 4rem;
  }
  .c-pt-8 {
    padding-top: 5rem;
  }
  .c-pt-9 {
    padding-top: 6.25rem;
  }
  .c-pt-10 {
    padding-top: 8rem;
  }
  .c-pr-2 {
    padding-right: 0.5rem;
  }
  .c-pr-3 {
    padding-right: 1rem;
  }
  .c-pr-4 {
    padding-right: 1.5rem;
  }
  .c-pr-5 {
    padding-right: 2rem;
  }
  .c-pr-6 {
    padding-right: 3rem;
  }
  .c-pr-7 {
    padding-right: 4rem;
  }
  .c-pr-8 {
    padding-right: 5rem;
  }
  .c-pr-9 {
    padding-right: 6.25rem;
  }
  .c-pr-10 {
    padding-right: 8rem;
  }
  .c-pb-2 {
    padding-bottom: 0.5rem;
  }
  .c-pb-3 {
    padding-bottom: 1rem;
  }
  .c-pb-4 {
    padding-bottom: 1.5rem;
  }
  .c-pb-5 {
    padding-bottom: 2rem;
  }
  .c-pb-6 {
    padding-bottom: 3rem;
  }
  .c-pb-7 {
    padding-bottom: 4rem;
  }
  .c-pb-8 {
    padding-bottom: 5rem;
  }
  .c-pb-9 {
    padding-bottom: 6.25rem;
  }
  .c-pb-10 {
    padding-bottom: 8rem;
  }
  .c-pl-2 {
    padding-left: 0.5rem;
  }
  .c-pl-3 {
    padding-left: 1rem;
  }
  .c-pl-4 {
    padding-left: 1.5rem;
  }
  .c-pl-5 {
    padding-left: 2rem;
  }
  .c-pl-6 {
    padding-left: 3rem;
  }
  .c-pl-7 {
    padding-left: 4rem;
  }
  .c-pl-8 {
    padding-left: 5rem;
  }
  .c-pl-9 {
    padding-left: 6.25rem;
  }
  .c-pl-10 {
    padding-left: 8rem;
  }
  .c-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .c-px-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-9 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-10 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-py-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-9 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-m-sm-2 {
    margin: 0.5rem;
  }
  .c-m-sm-3 {
    margin: 1rem;
  }
  .c-m-sm-4 {
    margin: 1.5rem;
  }
  .c-m-sm-5 {
    margin: 2rem;
  }
  .c-m-sm-6 {
    margin: 3rem;
  }
  .c-m-sm-7 {
    margin: 4rem;
  }
  .c-m-sm-8 {
    margin: 5rem;
  }
  .c-m-sm-9 {
    margin: 6.25rem;
  }
  .c-m-sm-10 {
    margin: 8rem;
  }
  .c-mt-sm-2 {
    margin-top: 0.5rem;
  }
  .c-mt-sm-3 {
    margin-top: 1rem;
  }
  .c-mt-sm-4 {
    margin-top: 1.5rem;
  }
  .c-mt-sm-5 {
    margin-top: 2rem;
  }
  .c-mt-sm-6 {
    margin-top: 3rem;
  }
  .c-mt-sm-7 {
    margin-top: 4rem;
  }
  .c-mt-sm-8 {
    margin-top: 5rem;
  }
  .c-mt-sm-9 {
    margin-top: 6.25rem;
  }
  .c-mt-sm-10 {
    margin-top: 8rem;
  }
  .c-mr-sm-2 {
    margin-right: 0.5rem;
  }
  .c-mr-sm-3 {
    margin-right: 1rem;
  }
  .c-mr-sm-4 {
    margin-right: 1.5rem;
  }
  .c-mr-sm-5 {
    margin-right: 2rem;
  }
  .c-mr-sm-6 {
    margin-right: 3rem;
  }
  .c-mr-sm-7 {
    margin-right: 4rem;
  }
  .c-mr-sm-8 {
    margin-right: 5rem;
  }
  .c-mr-sm-9 {
    margin-right: 6.25rem;
  }
  .c-mr-sm-10 {
    margin-right: 8rem;
  }
  .c-mb-sm-2 {
    margin-bottom: 0.5rem;
  }
  .c-mb-sm-3 {
    margin-bottom: 1rem;
  }
  .c-mb-sm-4 {
    margin-bottom: 1.5rem;
  }
  .c-mb-sm-5 {
    margin-bottom: 2rem;
  }
  .c-mb-sm-6 {
    margin-bottom: 3rem;
  }
  .c-mb-sm-7 {
    margin-bottom: 4rem;
  }
  .c-mb-sm-8 {
    margin-bottom: 5rem;
  }
  .c-mb-sm-9 {
    margin-bottom: 6.25rem;
  }
  .c-mb-sm-10 {
    margin-bottom: 8rem;
  }
  .c-ml-sm-2 {
    margin-left: 0.5rem;
  }
  .c-ml-sm-3 {
    margin-left: 1rem;
  }
  .c-ml-sm-4 {
    margin-left: 1.5rem;
  }
  .c-ml-sm-5 {
    margin-left: 2rem;
  }
  .c-ml-sm-6 {
    margin-left: 3rem;
  }
  .c-ml-sm-7 {
    margin-left: 4rem;
  }
  .c-ml-sm-8 {
    margin-left: 5rem;
  }
  .c-ml-sm-9 {
    margin-left: 6.25rem;
  }
  .c-ml-sm-10 {
    margin-left: 8rem;
  }
  .c-mx-sm-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-sm-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-sm-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-sm-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-sm-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-sm-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-mx-sm-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-sm-9 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-sm-10 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-my-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-sm-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-sm-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-sm-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-my-sm-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-sm-9 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-sm-10 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-p-sm-2 {
    padding: 0.5rem;
  }
  .c-p-sm-3 {
    padding: 1rem;
  }
  .c-p-sm-4 {
    padding: 1.5rem;
  }
  .c-p-sm-5 {
    padding: 2rem;
  }
  .c-p-sm-6 {
    padding: 3rem;
  }
  .c-p-sm-7 {
    padding: 4rem;
  }
  .c-p-sm-8 {
    padding: 5rem;
  }
  .c-p-sm-9 {
    padding: 6.25rem;
  }
  .c-p-sm-10 {
    padding: 8rem;
  }
  .c-pt-sm-2 {
    padding-top: 0.5rem;
  }
  .c-pt-sm-3 {
    padding-top: 1rem;
  }
  .c-pt-sm-4 {
    padding-top: 1.5rem;
  }
  .c-pt-sm-5 {
    padding-top: 2rem;
  }
  .c-pt-sm-6 {
    padding-top: 3rem;
  }
  .c-pt-sm-7 {
    padding-top: 4rem;
  }
  .c-pt-sm-8 {
    padding-top: 5rem;
  }
  .c-pt-sm-9 {
    padding-top: 6.25rem;
  }
  .c-pt-sm-10 {
    padding-top: 8rem;
  }
  .c-pr-sm-2 {
    padding-right: 0.5rem;
  }
  .c-pr-sm-3 {
    padding-right: 1rem;
  }
  .c-pr-sm-4 {
    padding-right: 1.5rem;
  }
  .c-pr-sm-5 {
    padding-right: 2rem;
  }
  .c-pr-sm-6 {
    padding-right: 3rem;
  }
  .c-pr-sm-7 {
    padding-right: 4rem;
  }
  .c-pr-sm-8 {
    padding-right: 5rem;
  }
  .c-pr-sm-9 {
    padding-right: 6.25rem;
  }
  .c-pr-sm-10 {
    padding-right: 8rem;
  }
  .c-pb-sm-2 {
    padding-bottom: 0.5rem;
  }
  .c-pb-sm-3 {
    padding-bottom: 1rem;
  }
  .c-pb-sm-4 {
    padding-bottom: 1.5rem;
  }
  .c-pb-sm-5 {
    padding-bottom: 2rem;
  }
  .c-pb-sm-6 {
    padding-bottom: 3rem;
  }
  .c-pb-sm-7 {
    padding-bottom: 4rem;
  }
  .c-pb-sm-8 {
    padding-bottom: 5rem;
  }
  .c-pb-sm-9 {
    padding-bottom: 6.25rem;
  }
  .c-pb-sm-10 {
    padding-bottom: 8rem;
  }
  .c-pl-sm-2 {
    padding-left: 0.5rem;
  }
  .c-pl-sm-3 {
    padding-left: 1rem;
  }
  .c-pl-sm-4 {
    padding-left: 1.5rem;
  }
  .c-pl-sm-5 {
    padding-left: 2rem;
  }
  .c-pl-sm-6 {
    padding-left: 3rem;
  }
  .c-pl-sm-7 {
    padding-left: 4rem;
  }
  .c-pl-sm-8 {
    padding-left: 5rem;
  }
  .c-pl-sm-9 {
    padding-left: 6.25rem;
  }
  .c-pl-sm-10 {
    padding-left: 8rem;
  }
  .c-px-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-sm-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-sm-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-sm-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-sm-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-sm-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .c-px-sm-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-sm-9 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-sm-10 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-py-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-sm-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-sm-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-sm-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-py-sm-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-sm-9 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-sm-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-m-md-2 {
    margin: 0.5rem;
  }
  .c-m-md-3 {
    margin: 1rem;
  }
  .c-m-md-4 {
    margin: 1.5rem;
  }
  .c-m-md-5 {
    margin: 2rem;
  }
  .c-m-md-6 {
    margin: 3rem;
  }
  .c-m-md-7 {
    margin: 4rem;
  }
  .c-m-md-8 {
    margin: 5rem;
  }
  .c-m-md-9 {
    margin: 6.25rem;
  }
  .c-m-md-10 {
    margin: 8rem;
  }
  .c-mt-md-2 {
    margin-top: 0.5rem;
  }
  .c-mt-md-3 {
    margin-top: 1rem;
  }
  .c-mt-md-4 {
    margin-top: 1.5rem;
  }
  .c-mt-md-5 {
    margin-top: 2rem;
  }
  .c-mt-md-6 {
    margin-top: 3rem;
  }
  .c-mt-md-7 {
    margin-top: 4rem;
  }
  .c-mt-md-8 {
    margin-top: 5rem;
  }
  .c-mt-md-9 {
    margin-top: 6.25rem;
  }
  .c-mt-md-10 {
    margin-top: 8rem;
  }
  .c-mr-md-2 {
    margin-right: 0.5rem;
  }
  .c-mr-md-3 {
    margin-right: 1rem;
  }
  .c-mr-md-4 {
    margin-right: 1.5rem;
  }
  .c-mr-md-5 {
    margin-right: 2rem;
  }
  .c-mr-md-6 {
    margin-right: 3rem;
  }
  .c-mr-md-7 {
    margin-right: 4rem;
  }
  .c-mr-md-8 {
    margin-right: 5rem;
  }
  .c-mr-md-9 {
    margin-right: 6.25rem;
  }
  .c-mr-md-10 {
    margin-right: 8rem;
  }
  .c-mb-md-2 {
    margin-bottom: 0.5rem;
  }
  .c-mb-md-3 {
    margin-bottom: 1rem;
  }
  .c-mb-md-4 {
    margin-bottom: 1.5rem;
  }
  .c-mb-md-5 {
    margin-bottom: 2rem;
  }
  .c-mb-md-6 {
    margin-bottom: 3rem;
  }
  .c-mb-md-7 {
    margin-bottom: 4rem;
  }
  .c-mb-md-8 {
    margin-bottom: 5rem;
  }
  .c-mb-md-9 {
    margin-bottom: 6.25rem;
  }
  .c-mb-md-10 {
    margin-bottom: 8rem;
  }
  .c-ml-md-2 {
    margin-left: 0.5rem;
  }
  .c-ml-md-3 {
    margin-left: 1rem;
  }
  .c-ml-md-4 {
    margin-left: 1.5rem;
  }
  .c-ml-md-5 {
    margin-left: 2rem;
  }
  .c-ml-md-6 {
    margin-left: 3rem;
  }
  .c-ml-md-7 {
    margin-left: 4rem;
  }
  .c-ml-md-8 {
    margin-left: 5rem;
  }
  .c-ml-md-9 {
    margin-left: 6.25rem;
  }
  .c-ml-md-10 {
    margin-left: 8rem;
  }
  .c-mx-md-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-md-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-md-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-md-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-md-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-md-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-mx-md-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-md-9 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-md-10 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-my-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-md-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-md-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-md-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-my-md-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-md-9 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-md-10 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-p-md-2 {
    padding: 0.5rem;
  }
  .c-p-md-3 {
    padding: 1rem;
  }
  .c-p-md-4 {
    padding: 1.5rem;
  }
  .c-p-md-5 {
    padding: 2rem;
  }
  .c-p-md-6 {
    padding: 3rem;
  }
  .c-p-md-7 {
    padding: 4rem;
  }
  .c-p-md-8 {
    padding: 5rem;
  }
  .c-p-md-9 {
    padding: 6.25rem;
  }
  .c-p-md-10 {
    padding: 8rem;
  }
  .c-pt-md-2 {
    padding-top: 0.5rem;
  }
  .c-pt-md-3 {
    padding-top: 1rem;
  }
  .c-pt-md-4 {
    padding-top: 1.5rem;
  }
  .c-pt-md-5 {
    padding-top: 2rem;
  }
  .c-pt-md-6 {
    padding-top: 3rem;
  }
  .c-pt-md-7 {
    padding-top: 4rem;
  }
  .c-pt-md-8 {
    padding-top: 5rem;
  }
  .c-pt-md-9 {
    padding-top: 6.25rem;
  }
  .c-pt-md-10 {
    padding-top: 8rem;
  }
  .c-pr-md-2 {
    padding-right: 0.5rem;
  }
  .c-pr-md-3 {
    padding-right: 1rem;
  }
  .c-pr-md-4 {
    padding-right: 1.5rem;
  }
  .c-pr-md-5 {
    padding-right: 2rem;
  }
  .c-pr-md-6 {
    padding-right: 3rem;
  }
  .c-pr-md-7 {
    padding-right: 4rem;
  }
  .c-pr-md-8 {
    padding-right: 5rem;
  }
  .c-pr-md-9 {
    padding-right: 6.25rem;
  }
  .c-pr-md-10 {
    padding-right: 8rem;
  }
  .c-pb-md-2 {
    padding-bottom: 0.5rem;
  }
  .c-pb-md-3 {
    padding-bottom: 1rem;
  }
  .c-pb-md-4 {
    padding-bottom: 1.5rem;
  }
  .c-pb-md-5 {
    padding-bottom: 2rem;
  }
  .c-pb-md-6 {
    padding-bottom: 3rem;
  }
  .c-pb-md-7 {
    padding-bottom: 4rem;
  }
  .c-pb-md-8 {
    padding-bottom: 5rem;
  }
  .c-pb-md-9 {
    padding-bottom: 6.25rem;
  }
  .c-pb-md-10 {
    padding-bottom: 8rem;
  }
  .c-pl-md-2 {
    padding-left: 0.5rem;
  }
  .c-pl-md-3 {
    padding-left: 1rem;
  }
  .c-pl-md-4 {
    padding-left: 1.5rem;
  }
  .c-pl-md-5 {
    padding-left: 2rem;
  }
  .c-pl-md-6 {
    padding-left: 3rem;
  }
  .c-pl-md-7 {
    padding-left: 4rem;
  }
  .c-pl-md-8 {
    padding-left: 5rem;
  }
  .c-pl-md-9 {
    padding-left: 6.25rem;
  }
  .c-pl-md-10 {
    padding-left: 8rem;
  }
  .c-px-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-md-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-md-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-md-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-md-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-md-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .c-px-md-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-md-9 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-md-10 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-py-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-md-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-md-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-md-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-py-md-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-md-9 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-md-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-m-lg-2 {
    margin: 0.5rem;
  }
  .c-m-lg-3 {
    margin: 1rem;
  }
  .c-m-lg-4 {
    margin: 1.5rem;
  }
  .c-m-lg-5 {
    margin: 2rem;
  }
  .c-m-lg-6 {
    margin: 3rem;
  }
  .c-m-lg-7 {
    margin: 4rem;
  }
  .c-m-lg-8 {
    margin: 5rem;
  }
  .c-m-lg-9 {
    margin: 6.25rem;
  }
  .c-m-lg-10 {
    margin: 8rem;
  }
  .c-mt-lg-2 {
    margin-top: 0.5rem;
  }
  .c-mt-lg-3 {
    margin-top: 1rem;
  }
  .c-mt-lg-4 {
    margin-top: 1.5rem;
  }
  .c-mt-lg-5 {
    margin-top: 2rem;
  }
  .c-mt-lg-6 {
    margin-top: 3rem;
  }
  .c-mt-lg-7 {
    margin-top: 4rem;
  }
  .c-mt-lg-8 {
    margin-top: 5rem;
  }
  .c-mt-lg-9 {
    margin-top: 6.25rem;
  }
  .c-mt-lg-10 {
    margin-top: 8rem;
  }
  .c-mr-lg-2 {
    margin-right: 0.5rem;
  }
  .c-mr-lg-3 {
    margin-right: 1rem;
  }
  .c-mr-lg-4 {
    margin-right: 1.5rem;
  }
  .c-mr-lg-5 {
    margin-right: 2rem;
  }
  .c-mr-lg-6 {
    margin-right: 3rem;
  }
  .c-mr-lg-7 {
    margin-right: 4rem;
  }
  .c-mr-lg-8 {
    margin-right: 5rem;
  }
  .c-mr-lg-9 {
    margin-right: 6.25rem;
  }
  .c-mr-lg-10 {
    margin-right: 8rem;
  }
  .c-mb-lg-2 {
    margin-bottom: 0.5rem;
  }
  .c-mb-lg-3 {
    margin-bottom: 1rem;
  }
  .c-mb-lg-4 {
    margin-bottom: 1.5rem;
  }
  .c-mb-lg-5 {
    margin-bottom: 2rem;
  }
  .c-mb-lg-6 {
    margin-bottom: 3rem;
  }
  .c-mb-lg-7 {
    margin-bottom: 4rem;
  }
  .c-mb-lg-8 {
    margin-bottom: 5rem;
  }
  .c-mb-lg-9 {
    margin-bottom: 6.25rem;
  }
  .c-mb-lg-10 {
    margin-bottom: 8rem;
  }
  .c-ml-lg-2 {
    margin-left: 0.5rem;
  }
  .c-ml-lg-3 {
    margin-left: 1rem;
  }
  .c-ml-lg-4 {
    margin-left: 1.5rem;
  }
  .c-ml-lg-5 {
    margin-left: 2rem;
  }
  .c-ml-lg-6 {
    margin-left: 3rem;
  }
  .c-ml-lg-7 {
    margin-left: 4rem;
  }
  .c-ml-lg-8 {
    margin-left: 5rem;
  }
  .c-ml-lg-9 {
    margin-left: 6.25rem;
  }
  .c-ml-lg-10 {
    margin-left: 8rem;
  }
  .c-mx-lg-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-lg-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-lg-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-lg-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-lg-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-lg-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-mx-lg-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-lg-9 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-lg-10 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-my-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-lg-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-lg-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-lg-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-my-lg-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-lg-9 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-lg-10 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-p-lg-2 {
    padding: 0.5rem;
  }
  .c-p-lg-3 {
    padding: 1rem;
  }
  .c-p-lg-4 {
    padding: 1.5rem;
  }
  .c-p-lg-5 {
    padding: 2rem;
  }
  .c-p-lg-6 {
    padding: 3rem;
  }
  .c-p-lg-7 {
    padding: 4rem;
  }
  .c-p-lg-8 {
    padding: 5rem;
  }
  .c-p-lg-9 {
    padding: 6.25rem;
  }
  .c-p-lg-10 {
    padding: 8rem;
  }
  .c-pt-lg-2 {
    padding-top: 0.5rem;
  }
  .c-pt-lg-3 {
    padding-top: 1rem;
  }
  .c-pt-lg-4 {
    padding-top: 1.5rem;
  }
  .c-pt-lg-5 {
    padding-top: 2rem;
  }
  .c-pt-lg-6 {
    padding-top: 3rem;
  }
  .c-pt-lg-7 {
    padding-top: 4rem;
  }
  .c-pt-lg-8 {
    padding-top: 5rem;
  }
  .c-pt-lg-9 {
    padding-top: 6.25rem;
  }
  .c-pt-lg-10 {
    padding-top: 8rem;
  }
  .c-pr-lg-2 {
    padding-right: 0.5rem;
  }
  .c-pr-lg-3 {
    padding-right: 1rem;
  }
  .c-pr-lg-4 {
    padding-right: 1.5rem;
  }
  .c-pr-lg-5 {
    padding-right: 2rem;
  }
  .c-pr-lg-6 {
    padding-right: 3rem;
  }
  .c-pr-lg-7 {
    padding-right: 4rem;
  }
  .c-pr-lg-8 {
    padding-right: 5rem;
  }
  .c-pr-lg-9 {
    padding-right: 6.25rem;
  }
  .c-pr-lg-10 {
    padding-right: 8rem;
  }
  .c-pb-lg-2 {
    padding-bottom: 0.5rem;
  }
  .c-pb-lg-3 {
    padding-bottom: 1rem;
  }
  .c-pb-lg-4 {
    padding-bottom: 1.5rem;
  }
  .c-pb-lg-5 {
    padding-bottom: 2rem;
  }
  .c-pb-lg-6 {
    padding-bottom: 3rem;
  }
  .c-pb-lg-7 {
    padding-bottom: 4rem;
  }
  .c-pb-lg-8 {
    padding-bottom: 5rem;
  }
  .c-pb-lg-9 {
    padding-bottom: 6.25rem;
  }
  .c-pb-lg-10 {
    padding-bottom: 8rem;
  }
  .c-pl-lg-2 {
    padding-left: 0.5rem;
  }
  .c-pl-lg-3 {
    padding-left: 1rem;
  }
  .c-pl-lg-4 {
    padding-left: 1.5rem;
  }
  .c-pl-lg-5 {
    padding-left: 2rem;
  }
  .c-pl-lg-6 {
    padding-left: 3rem;
  }
  .c-pl-lg-7 {
    padding-left: 4rem;
  }
  .c-pl-lg-8 {
    padding-left: 5rem;
  }
  .c-pl-lg-9 {
    padding-left: 6.25rem;
  }
  .c-pl-lg-10 {
    padding-left: 8rem;
  }
  .c-px-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-lg-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-lg-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-lg-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-lg-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-lg-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .c-px-lg-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-lg-9 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-lg-10 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-py-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-lg-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-lg-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-lg-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-py-lg-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-lg-9 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-lg-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-m-xl-1 {
    margin: 0.25rem;
  }
  .c-m-xl-2 {
    margin: 0.5rem;
  }
  .c-m-xl-3 {
    margin: 1rem;
  }
  .c-m-xl-4 {
    margin: 1.5rem;
  }
  .c-m-xl-5 {
    margin: 2rem;
  }
  .c-m-xl-6 {
    margin: 3rem;
  }
  .c-m-xl-7 {
    margin: 4rem;
  }
  .c-m-xl-8 {
    margin: 5rem;
  }
  .c-m-xl-9 {
    margin: 6.25rem;
  }
  .c-m-xl-10 {
    margin: 8rem;
  }
  .c-mt-xl-1 {
    margin-top: 0.25rem;
  }
  .c-mt-xl-2 {
    margin-top: 0.5rem;
  }
  .c-mt-xl-3 {
    margin-top: 1rem;
  }
  .c-mt-xl-4 {
    margin-top: 1.5rem;
  }
  .c-mt-xl-5 {
    margin-top: 2rem;
  }
  .c-mt-xl-6 {
    margin-top: 3rem;
  }
  .c-mt-xl-7 {
    margin-top: 4rem;
  }
  .c-mt-xl-8 {
    margin-top: 5rem;
  }
  .c-mt-xl-9 {
    margin-top: 6.25rem;
  }
  .c-mt-xl-10 {
    margin-top: 8rem;
  }
  .c-mr-xl-1 {
    margin-right: 0.25rem;
  }
  .c-mr-xl-2 {
    margin-right: 0.5rem;
  }
  .c-mr-xl-3 {
    margin-right: 1rem;
  }
  .c-mr-xl-4 {
    margin-right: 1.5rem;
  }
  .c-mr-xl-5 {
    margin-right: 2rem;
  }
  .c-mr-xl-6 {
    margin-right: 3rem;
  }
  .c-mr-xl-7 {
    margin-right: 4rem;
  }
  .c-mr-xl-8 {
    margin-right: 5rem;
  }
  .c-mr-xl-9 {
    margin-right: 6.25rem;
  }
  .c-mr-xl-10 {
    margin-right: 8rem;
  }
  .c-mb-xl-1 {
    margin-bottom: 0.25rem;
  }
  .c-mb-xl-2 {
    margin-bottom: 0.5rem;
  }
  .c-mb-xl-3 {
    margin-bottom: 1rem;
  }
  .c-mb-xl-4 {
    margin-bottom: 1.5rem;
  }
  .c-mb-xl-5 {
    margin-bottom: 2rem;
  }
  .c-mb-xl-6 {
    margin-bottom: 3rem;
  }
  .c-mb-xl-7 {
    margin-bottom: 4rem;
  }
  .c-mb-xl-8 {
    margin-bottom: 5rem;
  }
  .c-mb-xl-9 {
    margin-bottom: 6.25rem;
  }
  .c-mb-xl-10 {
    margin-bottom: 8rem;
  }
  .c-ml-xl-1 {
    margin-left: 0.25rem;
  }
  .c-ml-xl-2 {
    margin-left: 0.5rem;
  }
  .c-ml-xl-3 {
    margin-left: 1rem;
  }
  .c-ml-xl-4 {
    margin-left: 1.5rem;
  }
  .c-ml-xl-5 {
    margin-left: 2rem;
  }
  .c-ml-xl-6 {
    margin-left: 3rem;
  }
  .c-ml-xl-7 {
    margin-left: 4rem;
  }
  .c-ml-xl-8 {
    margin-left: 5rem;
  }
  .c-ml-xl-9 {
    margin-left: 6.25rem;
  }
  .c-ml-xl-10 {
    margin-left: 8rem;
  }
  .c-mx-xl-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .c-mx-xl-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .c-mx-xl-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-mx-xl-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .c-mx-xl-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-mx-xl-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .c-mx-xl-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .c-mx-xl-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .c-mx-xl-9 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .c-mx-xl-10 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .c-my-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .c-my-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-my-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-my-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .c-my-xl-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .c-my-xl-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .c-my-xl-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .c-my-xl-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .c-my-xl-9 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .c-my-xl-10 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .c-p-xl-1 {
    padding: 0.25rem;
  }
  .c-p-xl-2 {
    padding: 0.5rem;
  }
  .c-p-xl-3 {
    padding: 1rem;
  }
  .c-p-xl-4 {
    padding: 1.5rem;
  }
  .c-p-xl-5 {
    padding: 2rem;
  }
  .c-p-xl-6 {
    padding: 3rem;
  }
  .c-p-xl-7 {
    padding: 4rem;
  }
  .c-p-xl-8 {
    padding: 5rem;
  }
  .c-p-xl-9 {
    padding: 6.25rem;
  }
  .c-p-xl-10 {
    padding: 8rem;
  }
  .c-pt-xl-1 {
    padding-top: 0.25rem;
  }
  .c-pt-xl-2 {
    padding-top: 0.5rem;
  }
  .c-pt-xl-3 {
    padding-top: 1rem;
  }
  .c-pt-xl-4 {
    padding-top: 1.5rem;
  }
  .c-pt-xl-5 {
    padding-top: 2rem;
  }
  .c-pt-xl-6 {
    padding-top: 3rem;
  }
  .c-pt-xl-7 {
    padding-top: 4rem;
  }
  .c-pt-xl-8 {
    padding-top: 5rem;
  }
  .c-pt-xl-9 {
    padding-top: 6.25rem;
  }
  .c-pt-xl-10 {
    padding-top: 8rem;
  }
  .c-pr-xl-1 {
    padding-right: 0.25rem;
  }
  .c-pr-xl-2 {
    padding-right: 0.5rem;
  }
  .c-pr-xl-3 {
    padding-right: 1rem;
  }
  .c-pr-xl-4 {
    padding-right: 1.5rem;
  }
  .c-pr-xl-5 {
    padding-right: 2rem;
  }
  .c-pr-xl-6 {
    padding-right: 3rem;
  }
  .c-pr-xl-7 {
    padding-right: 4rem;
  }
  .c-pr-xl-8 {
    padding-right: 5rem;
  }
  .c-pr-xl-9 {
    padding-right: 6.25rem;
  }
  .c-pr-xl-10 {
    padding-right: 8rem;
  }
  .c-pb-xl-1 {
    padding-bottom: 0.25rem;
  }
  .c-pb-xl-2 {
    padding-bottom: 0.5rem;
  }
  .c-pb-xl-3 {
    padding-bottom: 1rem;
  }
  .c-pb-xl-4 {
    padding-bottom: 1.5rem;
  }
  .c-pb-xl-5 {
    padding-bottom: 2rem;
  }
  .c-pb-xl-6 {
    padding-bottom: 3rem;
  }
  .c-pb-xl-7 {
    padding-bottom: 4rem;
  }
  .c-pb-xl-8 {
    padding-bottom: 5rem;
  }
  .c-pb-xl-9 {
    padding-bottom: 6.25rem;
  }
  .c-pb-xl-10 {
    padding-bottom: 8rem;
  }
  .c-pl-xl-1 {
    padding-left: 0.25rem;
  }
  .c-pl-xl-2 {
    padding-left: 0.5rem;
  }
  .c-pl-xl-3 {
    padding-left: 1rem;
  }
  .c-pl-xl-4 {
    padding-left: 1.5rem;
  }
  .c-pl-xl-5 {
    padding-left: 2rem;
  }
  .c-pl-xl-6 {
    padding-left: 3rem;
  }
  .c-pl-xl-7 {
    padding-left: 4rem;
  }
  .c-pl-xl-8 {
    padding-left: 5rem;
  }
  .c-pl-xl-9 {
    padding-left: 6.25rem;
  }
  .c-pl-xl-10 {
    padding-left: 8rem;
  }
  .c-px-xl-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .c-px-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-px-xl-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-px-xl-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-px-xl-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-px-xl-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-px-xl-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .c-px-xl-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .c-px-xl-9 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .c-px-xl-10 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .c-py-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .c-py-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-py-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-py-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-py-xl-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .c-py-xl-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .c-py-xl-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-py-xl-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .c-py-xl-9 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .c-py-xl-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.c-m-0 {
  margin: 0 !important;
}
.c-mt-0 {
  margin-top: 0 !important;
}
.c-mr-0 {
  margin-right: 0 !important;
}
.c-mb-0 {
  margin-bottom: 0 !important;
}
.c-ml-0,
.c-mx-0 {
  margin-left: 0 !important;
}
.c-mx-0 {
  margin-right: 0 !important;
}
.c-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 576px) {
  .c-m-sm-0 {
    margin: 0 !important;
  }
}
@media (min-width: 576px) {
  .c-mt-sm-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 576px) {
  .c-mr-sm-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .c-mb-sm-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .c-ml-sm-0,
  .c-mx-sm-0 {
    margin-left: 0 !important;
  }
  .c-mx-sm-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .c-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .c-m-md-0 {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .c-mt-md-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .c-mr-md-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .c-mb-md-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .c-ml-md-0,
  .c-mx-md-0 {
    margin-left: 0 !important;
  }
  .c-mx-md-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .c-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .c-m-lg-0 {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .c-mt-lg-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .c-mr-lg-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .c-mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .c-ml-lg-0,
  .c-mx-lg-0 {
    margin-left: 0 !important;
  }
  .c-mx-lg-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .c-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .c-m-xl-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .c-mt-xl-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .c-mr-xl-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .c-mb-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .c-ml-xl-0,
  .c-mx-xl-0 {
    margin-left: 0 !important;
  }
  .c-mx-xl-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .c-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.c-p-0 {
  padding: 0 !important;
}
.c-pt-0 {
  padding-top: 0 !important;
}
.c-pr-0 {
  padding-right: 0 !important;
}
.c-pb-0 {
  padding-bottom: 0 !important;
}
.c-pl-0,
.c-px-0 {
  padding-left: 0 !important;
}
.c-px-0 {
  padding-right: 0 !important;
}
.c-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 576px) {
  .c-p-sm-0 {
    padding: 0 !important;
  }
}
@media (min-width: 576px) {
  .c-pt-sm-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 576px) {
  .c-pr-sm-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .c-pb-sm-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .c-pl-sm-0,
  .c-px-sm-0 {
    padding-left: 0 !important;
  }
  .c-px-sm-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .c-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .c-p-md-0 {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .c-pt-md-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .c-pr-md-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .c-pb-md-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .c-pl-md-0,
  .c-px-md-0 {
    padding-left: 0 !important;
  }
  .c-px-md-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .c-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .c-p-lg-0 {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .c-pt-lg-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .c-pr-lg-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .c-pb-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .c-pl-lg-0,
  .c-px-lg-0 {
    padding-left: 0 !important;
  }
  .c-px-lg-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .c-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .c-p-xl-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .c-pt-xl-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .c-pr-xl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .c-pb-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .c-pl-xl-0,
  .c-px-xl-0 {
    padding-left: 0 !important;
  }
  .c-px-xl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .c-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.adjustable-element {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  flex-shrink: 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .adjustable-element {
    width: auto !important;
  }
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.z-index-minus-1 {
  z-index: -1;
}
.z-index-minus-2 {
  z-index: -2;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.single-transition {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fill-the-whole-space {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.font-size-10 {
  font-size: 0.625rem;
}
.font-size-11 {
  font-size: 0.6875rem;
}
.font-size-12 {
  font-size: 0.75rem;
}
.font-size-13 {
  font-size: 0.8125rem;
}
.font-size-14 {
  font-size: 0.875rem;
}
.font-size-15 {
  font-size: 0.9375rem;
}
.font-size-16 {
  font-size: 1rem;
}
.font-size-18 {
  font-size: 1.0625rem;
}
@media (min-width: 576px) {
  .font-size-18 {
    font-size: 1.07812rem;
  }
}
@media (min-width: 768px) {
  .font-size-18 {
    font-size: 1.09375rem;
  }
}
@media (min-width: 992px) {
  .font-size-18 {
    font-size: 1.10938rem;
  }
}
@media (min-width: 1200px) {
  .font-size-18 {
    font-size: 1.125rem;
  }
}
.font-size-19 {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .font-size-19 {
    font-size: 1.14062rem;
  }
}
@media (min-width: 768px) {
  .font-size-19 {
    font-size: 1.15625rem;
  }
}
@media (min-width: 992px) {
  .font-size-19 {
    font-size: 1.17188rem;
  }
}
@media (min-width: 1200px) {
  .font-size-19 {
    font-size: 1.1875rem;
  }
}
.font-size-20 {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .font-size-20 {
    font-size: 1.15625rem;
  }
}
@media (min-width: 768px) {
  .font-size-20 {
    font-size: 1.1875rem;
  }
}
@media (min-width: 992px) {
  .font-size-20 {
    font-size: 1.21875rem;
  }
}
@media (min-width: 1200px) {
  .font-size-20 {
    font-size: 1.25rem;
  }
}
.font-size-22 {
  font-size: 1.0625rem;
}
@media (min-width: 576px) {
  .font-size-22 {
    font-size: 1.14062rem;
  }
}
@media (min-width: 768px) {
  .font-size-22 {
    font-size: 1.21875rem;
  }
}
@media (min-width: 992px) {
  .font-size-22 {
    font-size: 1.29688rem;
  }
}
@media (min-width: 1200px) {
  .font-size-22 {
    font-size: 1.375rem;
  }
}
.font-size-24 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .font-size-24 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px) {
  .font-size-24 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .font-size-24 {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1200px) {
  .font-size-24 {
    font-size: 1.5rem;
  }
}
.font-size-26 {
  font-size: 1.3125rem;
}
@media (min-width: 576px) {
  .font-size-26 {
    font-size: 1.39062rem;
  }
}
@media (min-width: 768px) {
  .font-size-26 {
    font-size: 1.46875rem;
  }
}
@media (min-width: 992px) {
  .font-size-26 {
    font-size: 1.54688rem;
  }
}
@media (min-width: 1200px) {
  .font-size-26 {
    font-size: 1.625rem;
  }
}
.font-size-28 {
  font-size: 1.375rem;
}
@media (min-width: 576px) {
  .font-size-28 {
    font-size: 1.46875rem;
  }
}
@media (min-width: 768px) {
  .font-size-28 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .font-size-28 {
    font-size: 1.65625rem;
  }
}
@media (min-width: 1200px) {
  .font-size-28 {
    font-size: 1.75rem;
  }
}
.font-size-32 {
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .font-size-32 {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .font-size-32 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .font-size-32 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .font-size-32 {
    font-size: 2rem;
  }
}
.font-size-35 {
  font-size: 1.625rem;
}
@media (min-width: 576px) {
  .font-size-35 {
    font-size: 1.76562rem;
  }
}
@media (min-width: 768px) {
  .font-size-35 {
    font-size: 1.90625rem;
  }
}
@media (min-width: 992px) {
  .font-size-35 {
    font-size: 2.04688rem;
  }
}
@media (min-width: 1200px) {
  .font-size-35 {
    font-size: 2.1875rem;
  }
}
.font-size-40 {
  font-size: 1.75rem;
}
@media (min-width: 576px) {
  .font-size-40 {
    font-size: 1.9375rem;
  }
}
@media (min-width: 768px) {
  .font-size-40 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .font-size-40 {
    font-size: 2.3125rem;
  }
}
@media (min-width: 1200px) {
  .font-size-40 {
    font-size: 2.5rem;
  }
}
.font-size-46 {
  font-size: 1.9375rem;
}
@media (min-width: 576px) {
  .font-size-46 {
    font-size: 2.17188rem;
  }
}
@media (min-width: 768px) {
  .font-size-46 {
    font-size: 2.40625rem;
  }
}
@media (min-width: 992px) {
  .font-size-46 {
    font-size: 2.64062rem;
  }
}
@media (min-width: 1200px) {
  .font-size-46 {
    font-size: 2.875rem;
  }
}
.font-size-50 {
  font-size: 2.0625rem;
}
@media (min-width: 576px) {
  .font-size-50 {
    font-size: 2.32812rem;
  }
}
@media (min-width: 768px) {
  .font-size-50 {
    font-size: 2.59375rem;
  }
}
@media (min-width: 992px) {
  .font-size-50 {
    font-size: 2.85938rem;
  }
}
@media (min-width: 1200px) {
  .font-size-50 {
    font-size: 3.125rem;
  }
}
.font-size-54 {
  font-size: 2.25rem;
}
@media (min-width: 576px) {
  .font-size-54 {
    font-size: 2.53125rem;
  }
}
@media (min-width: 768px) {
  .font-size-54 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .font-size-54 {
    font-size: 3.09375rem;
  }
}
@media (min-width: 1200px) {
  .font-size-54 {
    font-size: 3.375rem;
  }
}
.font-size-80 {
  font-size: 2.75rem;
}
@media (min-width: 576px) {
  .font-size-80 {
    font-size: 3.3125rem;
  }
}
@media (min-width: 768px) {
  .font-size-80 {
    font-size: 3.875rem;
  }
}
@media (min-width: 992px) {
  .font-size-80 {
    font-size: 4.4375rem;
  }
}
@media (min-width: 1200px) {
  .font-size-80 {
    font-size: 5rem;
  }
}
.font-size-96 {
  font-size: 3.575rem;
}
@media (min-width: 576px) {
  .font-size-96 {
    font-size: 4.18125rem;
  }
}
@media (min-width: 768px) {
  .font-size-96 {
    font-size: 4.7875rem;
  }
}
@media (min-width: 992px) {
  .font-size-96 {
    font-size: 5.39375rem;
  }
}
@media (min-width: 1200px) {
  .font-size-96 {
    font-size: 6rem;
  }
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-1 {
  line-height: 1.1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-3 {
  line-height: 1.3;
}
.line-height-1-4 {
  line-height: 1.4;
}
.line-height-1-5 {
  line-height: 1.5;
}
.line-height-1-6 {
  line-height: 1.6;
}
.line-height-1-7 {
  line-height: 1.7;
}
.line-height-1-8 {
  line-height: 1.8;
}
.line-height-2 {
  line-height: 2;
}
.animated-border-bottom {
  text-decoration: none;
  background-image: -webkit-linear-gradient(
    bottom,
    currentColor 1px,
    transparent 0
  );
  background-image: linear-gradient(0deg, currentColor 1px, transparent 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-bottom: 0.125rem;
}
.animated-border-bottom:focus,
.animated-border-bottom:hover {
  background-size: 100% 100%;
}
.animated-border-bottom--reverse {
  background-size: 100% 100%;
  background-position: 100%;
}
.animated-border-bottom--reverse:focus,
.animated-border-bottom--reverse:hover {
  background-size: 0 100%;
}
.lock-position {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.opacity-0-05 {
  opacity: 0.05;
}
.opacity-0-1 {
  opacity: 0.1;
}
.opacity-0-15 {
  opacity: 0.15;
}
.opacity-0-2 {
  opacity: 0.2;
}
.opacity-0-3 {
  opacity: 0.3;
}
.opacity-0-4 {
  opacity: 0.4;
}
.opacity-0-5 {
  opacity: 0.5;
}
.opacity-0-6 {
  opacity: 0.6;
}
.opacity-0-7 {
  opacity: 0.7;
}
.opacity-0-8 {
  opacity: 0.8;
}
.opacity-0-9 {
  opacity: 0.9;
}
.opacity-1 {
  opacity: 1;
}
.hover-opacity-0-75:focus,
.hover-opacity-0-75:hover {
  opacity: 0.75;
}
.lower-headings .h1,
.lower-headings h1 {
  line-height: 1.2;
  font-size: 2.1875rem;
}
@media (min-width: 576px) {
  .lower-headings .h1,
  .lower-headings h1 {
    font-size: 2.48438rem;
  }
}
@media (min-width: 768px) {
  .lower-headings .h1,
  .lower-headings h1 {
    font-size: 2.78125rem;
  }
}
@media (min-width: 992px) {
  .lower-headings .h1,
  .lower-headings h1 {
    font-size: 3.07812rem;
  }
}
@media (min-width: 1200px) {
  .lower-headings .h1,
  .lower-headings h1 {
    font-size: 3.375rem;
  }
}
.lower-headings .h2,
.lower-headings h2 {
  line-height: 1.2;
  font-size: 1.9375rem;
}
@media (min-width: 576px) {
  .lower-headings .h2,
  .lower-headings h2 {
    font-size: 2.17188rem;
  }
}
@media (min-width: 768px) {
  .lower-headings .h2,
  .lower-headings h2 {
    font-size: 2.40625rem;
  }
}
@media (min-width: 992px) {
  .lower-headings .h2,
  .lower-headings h2 {
    font-size: 2.64062rem;
  }
}
@media (min-width: 1200px) {
  .lower-headings .h2,
  .lower-headings h2 {
    font-size: 2.875rem;
  }
}
.lower-headings .h3,
.lower-headings h3 {
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .lower-headings .h3,
  .lower-headings h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .lower-headings .h3,
  .lower-headings h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .lower-headings .h3,
  .lower-headings h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .lower-headings .h3,
  .lower-headings h3 {
    font-size: 2rem;
  }
}
.lower-headings .h4,
.lower-headings h4 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .lower-headings .h4,
  .lower-headings h4 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px) {
  .lower-headings .h4,
  .lower-headings h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .lower-headings .h4,
  .lower-headings h4 {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1200px) {
  .lower-headings .h4,
  .lower-headings h4 {
    font-size: 1.5rem;
  }
}
.lower-headings .h5,
.lower-headings h5 {
  font-size: 1.1875rem;
}
@media (min-width: 576px) {
  .lower-headings .h5,
  .lower-headings h5 {
    font-size: 1.23438rem;
  }
}
@media (min-width: 768px) {
  .lower-headings .h5,
  .lower-headings h5 {
    font-size: 1.28125rem;
  }
}
@media (min-width: 992px) {
  .lower-headings .h5,
  .lower-headings h5 {
    font-size: 1.32812rem;
  }
}
@media (min-width: 1200px) {
  .lower-headings .h5,
  .lower-headings h5 {
    font-size: 1.375rem;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ie-d-none {
    display: none !important;
  }
}
.ie-only-d-block {
  display: none !important;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ie-only-d-block {
    display: block !important;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes rotate-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes rotate-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@-webkit-keyframes float {
  50% {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
  }
}
@keyframes float {
  50% {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
  }
}
@-webkit-keyframes organic {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  }
  50% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  to {
    border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  }
}
@keyframes organic {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  }
  50% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  to {
    border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes opacity-from-hide {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-from-hide {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fill-opacity-from-hide {
  0% {
    stroke-opacity: 0;
    fill-opacity: 0;
  }
  to {
    stroke-opacity: 100%;
    fill-opacity: 100%;
  }
}
@keyframes fill-opacity-from-hide {
  0% {
    stroke-opacity: 0;
    fill-opacity: 0;
  }
  to {
    stroke-opacity: 100%;
    fill-opacity: 100%;
  }
}
.c-animation-rotate {
  -webkit-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
}
.c-animation-rotate--reverse {
  -webkit-animation-name: rotate-reverse;
  animation-name: rotate-reverse;
}
.c-animation-float {
  -webkit-animation: float 5s ease-out infinite;
  animation: float 5s ease-out infinite;
}
.c-animation-organic {
  -webkit-animation: organic 10s ease-in-out infinite alternate;
  animation: organic 10s ease-in-out infinite alternate;
}
.c-animation-dash {
  -webkit-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards;
}
.c-animation-duration--30 {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.c-animation-duration--40 {
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}
.text-hover-primary:focus,
.text-hover-primary:hover {
  color: #3f50ff !important;
}
.bg-hover-primary:focus,
.bg-hover-primary:hover {
  background-color: #3f50ff !important;
}
.text-hover-secondary:focus,
.text-hover-secondary:hover {
  color: #59f298 !important;
}
.bg-hover-secondary:focus,
.bg-hover-secondary:hover {
  background-color: #59f298 !important;
}
.text-hover-navy-blue:focus,
.text-hover-navy-blue:hover {
  color: #0d1355 !important;
}
.bg-hover-navy-blue:focus,
.bg-hover-navy-blue:hover {
  background-color: #0d1355 !important;
}
.text-hover-suso-white:focus,
.text-hover-suso-white:hover {
  color: #f6f6ff !important;
}
.bg-hover-suso-white:focus,
.bg-hover-suso-white:hover {
  background-color: #f6f6ff !important;
}
.text-hover-dark-blue:focus,
.text-hover-dark-blue:hover {
  color: #0b103f !important;
}
.bg-hover-dark-blue:focus,
.bg-hover-dark-blue:hover {
  background-color: #0b103f !important;
}
.text-hover-body-color:focus,
.text-hover-body-color:hover {
  color: rgba(13, 19, 85, 0.6) !important;
}
.bg-hover-body-color:focus,
.bg-hover-body-color:hover {
  background-color: rgba(13, 19, 85, 0.6) !important;
}
.text-hover-light-gray:focus,
.text-hover-light-gray:hover {
  color: rgba(13, 19, 85, 0.6) !important;
}
.bg-hover-light-gray:focus,
.bg-hover-light-gray:hover {
  background-color: rgba(13, 19, 85, 0.6) !important;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[data-aos="slide-up"] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
[data-aos="flip-left"] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid;
  border-color: #888 #888 #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
#cookie-notice .cookie-notice-container .cn-button {
  font-size: 0.6875rem;
}
#cookie-notice {
  border-top: 1px solid #0d1355;
}
#cookie-notice .cookie-notice-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #cookie-notice .cookie-notice-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #cookie-notice .cookie-notice-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #cookie-notice .cookie-notice-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #cookie-notice .cookie-notice-container {
    max-width: 1140px;
  }
}
#cookie-notice .cookie-notice-container .text-hover-sm:focus,
#cookie-notice .cookie-notice-container .text-hover-sm:hover {
  color: 540px !important;
}
#cookie-notice .cookie-notice-container .bg-hover-sm:focus,
#cookie-notice .cookie-notice-container .bg-hover-sm:hover {
  background-color: 540px !important;
}
#cookie-notice .cookie-notice-container .text-hover-md:focus,
#cookie-notice .cookie-notice-container .text-hover-md:hover {
  color: 720px !important;
}
#cookie-notice .cookie-notice-container .bg-hover-md:focus,
#cookie-notice .cookie-notice-container .bg-hover-md:hover {
  background-color: 720px !important;
}
#cookie-notice .cookie-notice-container .text-hover-lg:focus,
#cookie-notice .cookie-notice-container .text-hover-lg:hover {
  color: 960px !important;
}
#cookie-notice .cookie-notice-container .bg-hover-lg:focus,
#cookie-notice .cookie-notice-container .bg-hover-lg:hover {
  background-color: 960px !important;
}
#cookie-notice .cookie-notice-container .text-hover-xl:focus,
#cookie-notice .cookie-notice-container .text-hover-xl:hover {
  color: 1140px !important;
}
#cookie-notice .cookie-notice-container .bg-hover-xl:focus,
#cookie-notice .cookie-notice-container .bg-hover-xl:hover {
  background-color: 1140px !important;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  font-family: Campton, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  display: block;
}
#cookie-notice .cookie-notice-container .cn-button {
  box-shadow: none;
  margin-top: 0.5rem !important;
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
@media (min-width: 576px) {
  #cookie-notice .cookie-notice-container .cn-button {
    margin-top: 0.625rem !important;
  }
}
@media (min-width: 768px) {
  #cookie-notice .cookie-notice-container .cn-button {
    margin-top: 0.75rem !important;
  }
}
@media (min-width: 992px) {
  #cookie-notice .cookie-notice-container .cn-button {
    margin-top: 0.875rem !important;
  }
}
@media (min-width: 1200px) {
  #cookie-notice .cookie-notice-container .cn-button {
    margin-top: 1rem !important;
  }
}
@media (min-width: 576px) {
  #cookie-notice .cookie-notice-container .cn-button {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}
@media (min-width: 768px) {
  #cookie-notice .cookie-notice-container .cn-button {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
}
@media (min-width: 992px) {
  #cookie-notice .cookie-notice-container .cn-button {
    margin-left: 0.4375rem !important;
    margin-right: 0.4375rem !important;
  }
}
@media (min-width: 1200px) {
  #cookie-notice .cookie-notice-container .cn-button {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
#cookie-notice .cookie-notice-container .cn-button {
  padding: 0.375rem 0.75rem;
}
@media (min-width: 576px) {
  #cookie-notice .cookie-notice-container .cn-button {
    padding: 0.40625rem 0.8125rem;
  }
}
@media (min-width: 768px) {
  #cookie-notice .cookie-notice-container .cn-button {
    padding: 0.4375rem 0.875rem;
  }
}
@media (min-width: 992px) {
  #cookie-notice .cookie-notice-container .cn-button {
    padding: 0.46875rem 0.9375rem;
  }
}
@media (min-width: 1200px) {
  #cookie-notice .cookie-notice-container .cn-button {
    padding: 0.5rem 1rem;
  }
}
.screen-reader-shortcut-header {
  position: fixed;
  top: -1000em;
}
.screen-reader-shortcut-header:focus {
  left: 0.375rem;
  top: 0.4375rem;
  height: auto;
  width: auto;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.9375rem 1.4375rem 0.875rem;
  background: #f1f1f1;
  color: #0073aa;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
:root {
  --mb-button-size: 60px;
  --mb-bar-width: 0.6;
  --mb-bar-height: 4px;
  --mb-bar-spacing: 10px;
  --mb-animate-timeout: 0.4s;
}
.mburger {
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.mburger b {
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size) * (1 - var(--mb-bar-width)) / 2);
  width: calc(var(--mb-button-size) * var(--mb-bar-width));
  height: var(--mb-bar-height);
  border-radius: calc(var(--mb-bar-height) / 2);
  background: currentColor;
  color: inherit;
  opacity: 1;
}
.mburger b:first-of-type {
  bottom: calc(50% + var(--mb-bar-spacing));
  -webkit-transition: bottom 0.2s ease, width 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: bottom 0.2s ease, width 0.2s ease, -webkit-transform 0.2s ease;
  transition: bottom 0.2s ease, transform 0.2s ease, width 0.2s ease;
  transition: bottom 0.2s ease, transform 0.2s ease, width 0.2s ease,
    -webkit-transform 0.2s ease;
}
.mburger b:nth-of-type(2) {
  top: calc(50% - var(--mb-bar-height) / 2);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.mburger b:nth-of-type(3) {
  top: calc(50% + var(--mb-bar-spacing));
  -webkit-transition: top 0.2s ease, width 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: top 0.2s ease, width 0.2s ease, -webkit-transform 0.2s ease;
  transition: top 0.2s ease, transform 0.2s ease, width 0.2s ease;
  transition: top 0.2s ease, transform 0.2s ease, width 0.2s ease,
    -webkit-transform 0.2s ease;
}
.mm-wrapper_opened .mburger b:first-of-type {
  bottom: calc(50% - var(--mb-bar-height) / 2);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-wrapper_opened .mburger b:nth-of-type(2) {
  opacity: 0;
}
.mm-wrapper_opened .mburger b:nth-of-type(3) {
  top: calc(50% - var(--mb-bar-height) / 2);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mburger--collapse b:first-of-type {
  -webkit-transition: bottom 0.2s ease, margin 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: bottom 0.2s ease, margin 0.2s ease, -webkit-transform 0.2s ease;
  transition: bottom 0.2s ease, margin 0.2s ease, transform 0.2s ease;
  transition: bottom 0.2s ease, margin 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.2s, 0s, 0s;
  transition-delay: 0.2s, 0s, 0s;
}
.mburger--collapse b:nth-of-type(2) {
  -webkit-transition: top 0.2s ease, opacity 0s ease;
  transition: top 0.2s ease, opacity 0s ease;
  -webkit-transition-delay: 0.3s, 0.3s;
  transition-delay: 0.3s, 0.3s;
}
.mburger--collapse b:nth-of-type(3) {
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease;
  transition: top 0.2s ease, -webkit-transform 0.2s ease;
  transition: top 0.2s ease, transform 0.2s ease;
  transition: top 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.mm-wrapper_opened .mburger--collapse b:first-of-type {
  bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
  margin-bottom: calc(var(--mb-bar-spacing) + var(--mb-bar-height) / 2);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: calc(var(--mb-animate-timeout) + 0.1s),
    calc(var(--mb-animate-timeout) + 0.3s),
    calc(var(--mb-animate-timeout) + 0.3s);
  transition-delay: calc(var(--mb-animate-timeout) + 0.1s),
    calc(var(--mb-animate-timeout) + 0.3s),
    calc(var(--mb-animate-timeout) + 0.3s);
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
  top: calc(50% + var(--mb-bar-spacing));
  opacity: 0;
  -webkit-transition-delay: calc(var(--mb-animate-timeout)),
    calc(var(--mb-animate-timeout) + 0.2s);
  transition-delay: calc(var(--mb-animate-timeout)),
    calc(var(--mb-animate-timeout) + 0.2s);
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
  top: calc(50% - var(--mb-bar-height) / 2);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: calc(var(--mb-animate-timeout) + 0.3s),
    calc(var(--mb-animate-timeout) + 0.3s);
  transition-delay: calc(var(--mb-animate-timeout) + 0.3s),
    calc(var(--mb-animate-timeout) + 0.3s);
}
.mburger--spin b:first-of-type {
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.mburger--spin b:nth-of-type(2) {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mburger--spin b:nth-of-type(3) {
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.mm-wrapper_opened .mburger--spin b:first-of-type {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition-delay: calc(var(--mb-animate-timeout)),
    calc(var(--mb-animate-timeout) + 0.2s);
  transition-delay: calc(var(--mb-animate-timeout)),
    calc(var(--mb-animate-timeout) + 0.2s);
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
  -webkit-transition-delay: calc(var(--mb-animate-timeout));
  transition-delay: calc(var(--mb-animate-timeout));
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: calc(var(--mb-animate-timeout)),
    calc(var(--mb-animate-timeout) + 0.2s);
  transition-delay: calc(var(--mb-animate-timeout)),
    calc(var(--mb-animate-timeout) + 0.2s);
}
.mburger--squeeze b:first-of-type {
  -webkit-transition-delay: 0.1s, 0s;
  transition-delay: 0.1s, 0s;
}
.mburger--squeeze b:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mburger--squeeze b:nth-of-type(3) {
  -webkit-transition-delay: 0.1s, 0s;
  transition-delay: 0.1s, 0s;
}
.mm-wrapper_opened .mburger--squeeze b:first-of-type {
  -webkit-transition-delay: calc(var(--mb-animate-timeout)),
    calc(var(--mb-animate-timeout) + 0.1s);
  transition-delay: calc(var(--mb-animate-timeout)),
    calc(var(--mb-animate-timeout) + 0.1s);
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
  -webkit-transition-delay: calc(var(--mb-animate-timeout));
  transition-delay: calc(var(--mb-animate-timeout));
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
  -webkit-transition-delay: calc(var(--mb-animate-timeout)),
    calc(var(--mb-animate-timeout) + 0.1s);
  transition-delay: calc(var(--mb-animate-timeout)),
    calc(var(--mb-animate-timeout) + 0.1s);
}
.mburger--tornado b:first-of-type {
  -webkit-transition: bottom 0.2s ease, -webkit-transform 0.2s ease;
  transition: bottom 0.2s ease, -webkit-transform 0.2s ease;
  transition: bottom 0.2s ease, transform 0.2s ease;
  transition: bottom 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mburger--tornado b:nth-of-type(2) {
  -webkit-transition: opacity 0s ease, -webkit-transform 0.2s ease;
  transition: opacity 0s ease, -webkit-transform 0.2s ease;
  transition: opacity 0s ease, transform 0.2s ease;
  transition: opacity 0s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.1s, 0.1s;
  transition-delay: 0.1s, 0.1s;
}
.mburger--tornado b:nth-of-type(3) {
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease;
  transition: top 0.2s ease, -webkit-transform 0.2s ease;
  transition: top 0.2s ease, transform 0.2s ease;
  transition: top 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mm-wrapper_opened .mburger--tornado b:first-of-type {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition-delay: calc(var(--mb-animate-timeout));
  transition-delay: calc(var(--mb-animate-timeout));
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition-delay: calc(var(--mb-animate-timeout) + 0.4s),
    calc(var(--mb-animate-timeout) + 0.1s);
  transition-delay: calc(var(--mb-animate-timeout) + 0.4s),
    calc(var(--mb-animate-timeout) + 0.1s);
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition-delay: calc(var(--mb-animate-timeout) + 0.2s);
  transition-delay: calc(var(--mb-animate-timeout) + 0.2s);
}
:root {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis: hsla(0, 0%, 100%, 0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  text-decoration: none;
  color: inherit;
}
[dir="rtl"] .mm-menu {
  direction: rtl;
}
.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-panel:after {
  height: 44px;
}
.mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panel:after {
  content: "";
  display: block;
  height: var(--mm-listitem-size);
}
.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel_highest {
  z-index: 2;
}
.mm-panel_noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}
.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mm-panel__content {
  padding: 20px 20px 0;
}
.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}
[dir="rtl"] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
[dir="rtl"] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-listitem_vertical > .mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  -webkit-transform: none !important;
  transform: none !important;
}
.mm-listitem_vertical > .mm-panel:after,
.mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}
.mm-listitem_opened > .mm-panel {
  display: block;
}
.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto;
}
.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}
.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-btn {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  width: 50px;
  padding: 0;
}
.mm-btn:after,
.mm-btn:before {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border: 2px solid var(--mm-color-button);
}
.mm-btn_next:after,
.mm-btn_prev:before {
  content: "";
  border-bottom: none;
  border-right: none;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-btn_close:after,
.mm-btn_close:before {
  content: "";
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
[dir="rtl"] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
[dir="rtl"] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
[dir="rtl"] .mm-btn_close:after,
[dir="rtl"] .mm-btn_close:before {
  right: auto;
}
[dir="rtl"] .mm-btn_close:before {
  left: 25px;
}
[dir="rtl"] .mm-btn_close:after {
  left: 18px;
}
.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-navbar > * {
  min-height: 44px;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .mm-navbar_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
.mm-navbar > * {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
}
.mm-navbar__btn {
  -webkit-box-flex: 0;
  flex-grow: 0;
}
.mm-navbar__title {
  -webkit-box-flex: 1;
  flex: 1 1 50%;
  display: -webkit-box;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.mm-navbar__title:not(:last-child) {
  padding-right: 0;
}
.mm-navbar__title > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  padding-left: 0;
}
.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-right: 50px;
}
[dir="rtl"] .mm-navbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.mm-listview {
  display: block;
}
.mm-listitem,
.mm-listview {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  display: block;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}
.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none;
}
.mm-listitem__btn,
.mm-listitem__text {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}
.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 10%;
}
.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative;
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}
.mm-listitem_selected > .mm-listitem__text {
  background: hsla(0, 0%, 100%, 0.4);
  background: var(--mm-color-background-emphasis);
}
.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
}
[dir="rtl"] .mm-listitem:after {
  left: 0;
  right: 20px;
}
[dir="rtl"] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}
[dir="rtl"] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none;
}
[dir="rtl"] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}
.mm-wrapper_opened .mm-page {
  min-height: 100vh;
}
.mm-wrapper_background .mm-page {
  background: inherit;
}
.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0;
}
.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none;
}
.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}
.mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.mm-wrapper_blocking,
.mm-wrapper_blocking body {
  overflow: hidden;
}
.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
  -webkit-transition-property: none;
  transition-property: none;
}
.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
[class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0;
}
.mm-wrapper_opening
  [class*="mm-menu_pagedim"].mm-menu_opened
  ~ .mm-wrapper__blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit;
}
.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000;
}
.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff;
}
.mm-menu_position-right {
  left: auto;
  right: 0;
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}
@media (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}
.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0;
}
.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1;
}
.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu_position-bottom,
.mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}
.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}
.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
body.modal-open .mm-slideout {
  z-index: unset;
}
.mm-menu .mm-panel .mm-listview .mm-listitem__btn:after,
.mm-menu .mm-panel .mm-navbar__btn:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mm-menu__logo-wrapper:focus,
.mm-menu__logo-wrapper:hover {
  opacity: 0.75;
}
.mm-menu {
  --mm-color-background: $suso-white;
}
.mm-menu__logo-wrapper {
  width: 10rem;
  height: 2rem;
}
@media (min-width: 576px) {
  .mm-menu__logo-wrapper {
    width: 11.875rem;
    height: 2.375rem;
  }
}
@media (min-width: 768px) {
  .mm-menu__logo-wrapper {
    width: 13.75rem;
    height: 2.75rem;
  }
}
.mm-menu .mm-panel:before {
  content: "";
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-linear-gradient(113deg, #fff, #e7e9ff);
  background-image: linear-gradient(-23deg, #fff, #e7e9ff);
  z-index: -1;
}
.mm-menu .mm-panel .mm-navbar {
  border-color: transparent;
  color: #fff;
  font-size: 0.9em;
}
.mm-menu .mm-panel .mm-navbar__btn:before {
  border-color: #1e2468;
}
.mm-menu .mm-panel .mm-navbar__btn:focus:before,
.mm-menu .mm-panel .mm-navbar__btn:hover:before {
  border-color: #3f50ff;
}
.mm-menu .mm-panel .mm-navbar__title {
  color: #1e2468;
  font-weight: 700;
  text-align: center;
  padding-right: 1.25rem;
}
.mm-menu .mm-panel .mm-navbar__title:focus,
.mm-menu .mm-panel .mm-navbar__title:hover {
  color: #3f50ff;
}
.mm-menu .mm-panel .mm-listview:first-of-type {
  margin-bottom: 0;
}
.mm-menu .mm-panel .mm-listview:nth-of-type(2) {
  margin-top: 0;
}
.mm-menu .mm-panel .mm-listview .mm-listitem {
  font-size: 0.8em;
}
.mm-menu .mm-panel .mm-listview .mm-listitem:after {
  border-color: hsla(0, 0%, 50.2%, 0.3);
}
.mm-menu .mm-panel .mm-listview .mm-listitem.current-menu-item,
.mm-menu .mm-panel .mm-listview .mm-listitem.current_page_item {
  font-weight: 700;
}
.mm-menu
  .mm-panel
  .mm-listview
  .mm-listitem.current-menu-item
  .mm-btn_next:after,
.mm-menu
  .mm-panel
  .mm-listview
  .mm-listitem.current_page_item
  .mm-btn_next:after {
  border-color: #3f50ff;
}
.mm-menu .mm-panel .mm-listview .mm-listitem__text {
  color: #1e2468;
}
.mm-menu .mm-panel .mm-listview .mm-listitem__text:focus,
.mm-menu .mm-panel .mm-listview .mm-listitem__text:hover {
  font-weight: 700;
}
.mm-menu .mm-panel .mm-listview .mm-listitem__text:before {
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.mm-menu .mm-panel .mm-listview .mm-listitem__btn {
  border-left-color: hsla(0, 0%, 50.2%, 0.3);
}
.mm-menu .mm-panel .mm-listview .mm-listitem__btn:after {
  border-color: rgba(63, 80, 255, 0.75);
}
.mm-menu .mm-panel .mm-listview .mm-listitem__btn:focus:after,
.mm-menu .mm-panel .mm-listview .mm-listitem__btn:hover:after {
  border-color: #3f50ff;
}
.mm-menu .mm-panel .mm-listview .mm-listitem__btn:focus + a,
.mm-menu .mm-panel .mm-listview .mm-listitem__btn:hover + a {
  color: #3f50ff;
}
.mm-menu
  .mm-panel
  .mm-listview
  .mm-listitem.mm-listitem_selected
  .mm-listitem__text {
  color: #3f50ff;
  background: none;
}
.mm-slideout.mm-wrapper__blocker {
  z-index: 11;
}
.main-header .navbar .mburger b,
.main-header
  .navbar
  .navbar-nav
  li.dropdown
  .dropdown-wrapper
  .dropdown-toggle:after,
.main-header .navbar .navbar-nav li .nav-link,
.main-header .navbar .navbar-nav li .nav-link:before,
.main-header:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-header
  .navbar
  .navbar-nav
  li.dropdown
  .dropdown-wrapper
  .dropdown-menu
  .dropdown-item {
  font-size: 0.9375rem;
}
.main-header .navbar .navbar-nav li .nav-link {
  font-size: 1rem;
}
.main-header {
  z-index: 10;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .main-header {
    z-index: 10 !important;
  }
}
.main-header:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.main-header .navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .main-header .navbar {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
}
@media (min-width: 1200px) {
  .main-header .navbar {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.main-header .navbar__additional-text {
  left: calc(100% + 0.5rem);
  background-color: #f0eeff;
  border-radius: 0.75rem;
  white-space: nowrap;
  padding: 0.25rem 0.625rem;
  bottom: 25%;
}
@media (min-width: 992px) {
  .main-header .navbar__additional-text {
    bottom: 50%;
  }
}
.main-header .navbar .navbar-brand {
  width: 4.40625rem;
  height: 1.125rem;
}
@media (min-width: 576px) {
  .main-header .navbar .navbar-brand {
    width: 4.77344rem;
    height: 1.21875rem;
  }
}
@media (min-width: 768px) {
  .main-header .navbar .navbar-brand {
    width: 5.14062rem;
    height: 1.3125rem;
  }
}
@media (min-width: 992px) {
  .main-header .navbar .navbar-brand {
    width: 5.50781rem;
    height: 1.40625rem;
  }
}
@media (min-width: 1200px) {
  .main-header .navbar .navbar-brand {
    width: 5.875rem;
    height: 1.5rem;
  }
}
.main-header .navbar__phone:focus,
.main-header .navbar__phone:hover {
  color: #2f3aa7;
}
.main-header .navbar .navbar-nav li {
  position: static;
  color: #1e2468;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}
@media (min-width: 992px) {
  .main-header .navbar .navbar-nav li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .main-header .navbar .navbar-nav li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.main-header .navbar .navbar-nav li.dropdown .dropdown-wrapper {
  position: relative;
}
.main-header
  .navbar
  .navbar-nav
  li.dropdown
  .dropdown-wrapper
  .dropdown-toggle {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  border: none;
  position: relative;
  padding-right: 1.125rem;
}
.main-header
  .navbar
  .navbar-nav
  li.dropdown
  .dropdown-wrapper
  .dropdown-toggle:after {
  content: "";
  border: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAuMDUgMTkwLjY1Ij48cGF0aCBkPSJNMTUxLjUyIDE4Ny4xMkwzLjUyIDQwLjMzYTEyIDEyIDAgMDEwLTE3bDE5LjgtMTkuODFhMTIgMTIgMCAwMTE3IDBMMTYwIDEyMiAyNzkuNzMgMy41M2ExMiAxMiAwIDAxMTcgMGwxOS43OSAxOS44YTEyIDEyIDAgMDEwIDE3bC0xNDggMTQ2LjhhMTIgMTIgMCAwMS0xNyAweiIvPjwvc3ZnPg==)
    no-repeat;
  width: 0.675rem;
  height: 0.375rem;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  margin-left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-header .navbar .navbar-nav li.dropdown .dropdown-wrapper .dropdown-menu {
  position: absolute;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  opacity: 0;
  -webkit-transition: visibility 0s 0.2s, opacity 0.2s ease-in-out;
  transition: visibility 0s 0.2s, opacity 0.2s ease-in-out;
  visibility: hidden;
  padding: 0.5rem 0 0;
  background-color: transparent;
  left: 0;
}
.main-header
  .navbar
  .navbar-nav
  li.dropdown
  .dropdown-wrapper
  .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.main-header
  .navbar
  .navbar-nav
  li.dropdown
  .dropdown-wrapper
  .dropdown-menu
  .dropdown-item {
  padding: 0.625rem 1rem;
  color: #3f50ff;
  background-color: #fff;
  display: block;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
.main-header
  .navbar
  .navbar-nav
  li.dropdown
  .dropdown-wrapper
  .dropdown-menu
  .dropdown-item:not(:first-of-type) {
  border-top: 1px solid #e8e8e8;
}
.main-header
  .navbar
  .navbar-nav
  li.dropdown
  .dropdown-wrapper
  .dropdown-menu
  .dropdown-item.active {
  background-color: #3f50ff;
  color: #fff;
}
.main-header
  .navbar
  .navbar-nav
  li.dropdown
  .dropdown-wrapper
  .dropdown-menu
  .dropdown-item:focus,
.main-header
  .navbar
  .navbar-nav
  li.dropdown
  .dropdown-wrapper
  .dropdown-menu
  .dropdown-item:hover {
  background-color: #f6f6ff;
  color: #1e2468;
}
.main-header .navbar .navbar-nav li .nav-link {
  border-bottom: 1px solid transparent;
  line-height: 1;
  display: block;
}
.main-header .navbar .navbar-nav li .nav-link:focus,
.main-header .navbar .navbar-nav li .nav-link:hover {
  font-weight: 700;
}
.main-header .navbar .navbar-nav li .nav-link:before {
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.main-header .navbar .navbar-nav li[class*="current"] .nav-link {
  font-weight: 700;
}
.main-header .navbar .mburger {
  color: #3f50ff;
  --mb-button-size: 3rem;
  --mb-bar-height: 0.125rem;
  --mb-bar-spacing: 0.375rem;
}
.main-header .navbar .mburger:hover {
  color: #1e2468;
}
.main-header .navbar--home .mburger {
  color: #fff;
}
.main-header .navbar--home .mburger:hover {
  color: hsla(0, 0%, 100%, 0.7);
}
.main-header .navbar--home .navbar-brand__logo {
  opacity: 0;
}
.main-header .navbar--home .navbar-brand__logo--white {
  opacity: 1;
}
.main-header .navbar--home .navbar__additional-text {
  background-color: #3f50ff;
  color: #fff !important;
}
.main-header .navbar--home .navbar__phone {
  color: #59f298 !important;
}
.main-header .navbar--home .navbar__phone:focus,
.main-header .navbar--home .navbar__phone:hover {
  color: #a9ffcd !important;
}
.main-header .navbar--home .navbar-nav li,
.main-header .navbar--home .navbar-nav li[class*="current"] .nav-link:focus,
.main-header .navbar--home .navbar-nav li[class*="current"] .nav-link:hover {
  color: #fff;
}
.main-header
  .navbar--home
  .navbar-nav
  li.dropdown
  .dropdown-wrapper
  .dropdown-toggle:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAuMDUgMTkwLjY1Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUxLjUyIDE4Ny4xMkwzLjUyIDQwLjMzYTEyIDEyIDAgMDEwLTE3bDE5LjgtMTkuODFhMTIgMTIgMCAwMTE3IDBMMTYwIDEyMiAyNzkuNzMgMy41M2ExMiAxMiAwIDAxMTcgMGwxOS43OSAxOS44YTEyIDEyIDAgMDEwIDE3bC0xNDggMTQ2LjhhMTIgMTIgMCAwMS0xNyAweiIvPjwvc3ZnPg==)
    no-repeat;
}
.main-header--is-window-scrolled:after {
  visibility: visible;
  opacity: 1;
}
.main-header--is-window-scrolled .navbar {
  background-color: #fff;
}
@media (min-width: 992px) {
  .main-header--is-window-scrolled .navbar {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .main-header--is-window-scrolled .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.main-header--is-window-scrolled .navbar .mburger {
  color: #3f50ff;
}
.main-header--is-window-scrolled .navbar .mburger:hover {
  color: #1e2468;
}
.main-header--is-window-scrolled .navbar--home .navbar-brand__logo {
  opacity: 1;
}
.main-header--is-window-scrolled .navbar--home .navbar-brand__logo--white {
  opacity: 0;
}
.main-header--is-window-scrolled .navbar--home .navbar__additional-text {
  background-color: #f0eeff;
  color: #3f50ff !important;
}
.main-header--is-window-scrolled .navbar--home .navbar__phone {
  color: #3f50ff !important;
}
.main-header--is-window-scrolled .navbar--home .navbar__phone:focus,
.main-header--is-window-scrolled .navbar--home .navbar__phone:hover {
  color: #0015f2 !important;
}
.main-header--is-window-scrolled .navbar--home .navbar-nav li {
  color: #1e2468;
}
.main-header--is-window-scrolled
  .navbar--home
  .navbar-nav
  li.dropdown
  .dropdown-wrapper
  .dropdown-toggle:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAuMDUgMTkwLjY1Ij48cGF0aCBkPSJNMTUxLjUyIDE4Ny4xMkwzLjUyIDQwLjMzYTEyIDEyIDAgMDEwLTE3bDE5LjgtMTkuODFhMTIgMTIgMCAwMTE3IDBMMTYwIDEyMiAyNzkuNzMgMy41M2ExMiAxMiAwIDAxMTcgMGwxOS43OSAxOS44YTEyIDEyIDAgMDEwIDE3bC0xNDggMTQ2LjhhMTIgMTIgMCAwMS0xNyAweiIvPjwvc3ZnPg==)
    no-repeat;
}
.mm-wrapper_opened .mburger b:first-of-type {
  top: 50%;
  -webkit-transform: rotate(135deg) translateY(50%);
  transform: rotate(135deg) translateY(50%);
}
.mm-wrapper_opened .mburger b:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(225deg) translateY(-50%);
  transform: rotate(225deg) translateY(-50%);
}
.social-icons__item .social-link {
  color: rgba(13, 19, 85, 0.6);
  padding-left: 1.5rem;
}
@media (min-width: 576px) {
  .social-icons__item .social-link {
    padding-left: 1.675rem;
  }
}
@media (min-width: 768px) {
  .social-icons__item .social-link {
    padding-left: 1.85rem;
  }
}
@media (min-width: 992px) {
  .social-icons__item .social-link {
    padding-left: 2.025rem;
  }
}
@media (min-width: 1200px) {
  .social-icons__item .social-link {
    padding-left: 2.2rem;
  }
}
.social-icons__item .social-link:focus,
.social-icons__item .social-link:hover {
  color: #3f50ff;
}
.social-icons__item .social-link__icon {
  left: 0;
  fill: currentColor;
}
.social-icons__item .social-link__icon--twitter {
  width: 1.125rem;
  height: 1.125rem;
}
.social-icons__item .social-link__icon--youtube {
  width: 1.0125rem;
  height: 0.9rem;
}
.social-icons__item .social-link__icon--pinterest {
  width: 0.9rem;
  height: 0.9rem;
}
.social-icons__item .social-link__icon--facebook {
  width: 1.0125rem;
  height: 0.9rem;
}
.social-icons__item .social-link__icon--instagram {
  width: 1.125rem;
  height: 1.125rem;
}
.social-icons__item .social-link__icon--google {
  width: 1.125rem;
  height: 0.9rem;
}
.social-icons__item .social-link__icon--linkedin {
  width: 1.0125rem;
  height: 1.0125rem;
}
.social-icons__item .social-link__icon--rss {
  width: 0.7875rem;
  height: 0.9rem;
}
.social-icons__item .social-link__icon--envelope {
  width: 1.2375rem;
  height: 0.84375rem;
}
.return-to-top--is-visible {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.return-to-top {
  bottom: 3rem;
  right: 3rem;
  background: #aaa;
  width: 2.75rem;
  height: 2.75rem;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.return-to-top--is-visible {
  opacity: 0.75;
  visibility: visible;
}
.return-to-top--is-visible:hover {
  opacity: 1;
}
.return-to-top__chevron {
  width: 1.5rem;
  height: 0.8125rem;
}
.return-to-top__chevron path {
  fill: currentColor;
}
.main-footer:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-footer {
  padding-top: 6.5rem;
  padding-bottom: 5rem;
}
.main-footer:before {
  content: "";
  position: absolute;
  opacity: 0.15;
  background-image: -webkit-linear-gradient(
    271deg,
    hsla(0, 0%, 100%, 0.45),
    rgba(64, 81, 255, 0.85) 99%,
    rgba(63, 80, 255, 0.85)
  );
  background-image: linear-gradient(
    179deg,
    hsla(0, 0%, 100%, 0.45),
    rgba(64, 81, 255, 0.85) 99%,
    rgba(63, 80, 255, 0.85)
  );
}
@media (min-width: 992px) {
  .main-footer {
    padding-top: 10rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 1200px) {
  .main-footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.main-footer__blob-1 {
  bottom: 12rem;
  right: 20%;
}
@media (min-width: 768px) {
  .main-footer__blob-1 {
    bottom: auto;
    top: 12.5rem;
    right: calc(50% - 15rem);
  }
}
@media (min-width: 992px) {
  .main-footer__blob-1 {
    top: 6rem;
    right: calc(50% - 22.5rem);
  }
}
.main-footer__blob-2 {
  bottom: -6.5rem;
  right: 25%;
}
@media (min-width: 768px) {
  .main-footer__blob-2 {
    right: calc(50% + 5rem);
  }
}
.main-footer__blob-3 {
  top: 2.5rem;
  right: -10%;
}
@media (min-width: 768px) {
  .main-footer__blob-3 {
    right: calc(50% - 32.5rem);
  }
}
@media (min-width: 992px) {
  .main-footer__blob-3 {
    top: 5rem;
    right: calc(50% - 40.5rem);
  }
}
@media (min-width: 1200px) {
  .main-footer__blob-3 {
    top: 7.5rem;
    right: calc(50% - 45rem);
  }
}
.main-footer__logo-animation {
  position: relative;
  z-index: -1;
  margin-top: -8rem;
  margin-bottom: -5rem;
  width: 25rem;
  height: 18.75rem;
  left: calc(50% - 12.5rem);
}
@media (min-width: 576px) {
  .main-footer__logo-animation {
    width: 26.25rem;
    height: 19.6875rem;
    left: calc(50% - 13.125rem);
  }
}
@media (min-width: 768px) {
  .main-footer__logo-animation {
    width: 27.5rem;
    height: 20.625rem;
    left: calc(50% - 13.75rem);
  }
}
@media (min-width: 992px) {
  .main-footer__logo-animation {
    width: 28.75rem;
    height: 21.5625rem;
  }
}
@media (min-width: 1200px) {
  .main-footer__logo-animation {
    width: 30rem;
    height: 22.5rem;
  }
}
@media (min-width: 576px) {
  .main-footer__logo-animation {
    margin-bottom: -6rem;
  }
}
@media (min-width: 992px) {
  .main-footer__logo-animation {
    left: calc(50% - 17rem);
    margin-top: -3.5rem;
    margin-bottom: auto;
  }
}
@media (min-width: 1200px) {
  .main-footer__logo-animation {
    margin-top: -4rem;
    left: calc(50% - 21.625rem);
  }
}
.main-footer__copyrights {
  position: absolute;
  top: 1.75rem;
  left: calc(50% - 3.5rem);
}
@media (min-width: 576px) {
  .main-footer__copyrights {
    top: 2.5em;
    left: calc(50% - 3.925rem);
  }
}
@media (min-width: 768px) {
  .main-footer__copyrights {
    top: 1.5rem;
    left: calc(50% - 4rem);
  }
}
@media (min-width: 992px) {
  .main-footer__copyrights {
    top: 6rem;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .main-footer__copyrights {
    top: 5.5rem;
  }
}
.list-styles ul {
  list-style: none;
  line-height: 1.3;
  margin-left: 0;
  margin-top: 1rem !important;
}
@media (min-width: 576px) {
  .list-styles ul {
    margin-top: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .list-styles ul {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .list-styles ul {
    margin-top: 1.75rem !important;
  }
}
@media (min-width: 1200px) {
  .list-styles ul {
    margin-top: 2rem !important;
  }
}
.list-styles ul li {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1rem;
}
@media (min-width: 576px) {
  .list-styles ul li {
    margin-top: 0.625rem;
    padding-left: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .list-styles ul li {
    margin-top: 0.75rem;
    padding-left: 1.125rem;
  }
}
@media (min-width: 992px) {
  .list-styles ul li {
    margin-top: 0.875rem;
    padding-left: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .list-styles ul li {
    margin-top: 1rem;
    padding-left: 1.25rem;
  }
}
.list-styles ul li:first-child {
  margin-top: 0;
}
.list-styles ul li:before {
  content: "";
  position: absolute;
  left: 0;
}
.list-styles__circle--primary-color ul li:before,
.list-styles__square--primary-color ul li:before {
  background-color: #3f50ff;
}
.list-styles__circle--black-color ul li:before,
.list-styles__square--black-color ul li:before {
  background-color: #000;
}
.list-styles__circle--white-color ul li,
.list-styles__square--white-color ul li {
  color: #fff;
}
.list-styles__circle--white-color ul li:before,
.list-styles__square--white-color ul li:before {
  background-color: #fff;
}
.list-styles__circle--navy-blue-color ul li,
.list-styles__square--navy-blue-color ul li {
  color: #0d1355;
}
.list-styles__circle--navy-blue-color ul li:before,
.list-styles__square--navy-blue-color ul li:before {
  background-color: #0d1355;
}
.list-styles__circle ul li:before,
.list-styles__square ul li:before {
  height: 0.4375rem;
  width: 0.4375rem;
  top: calc(0.65em - 0.21875rem);
}
.list-styles__circle ul li:before {
  border-radius: 10rem;
}
.list-styles__tick ul li {
  color: #0d1355;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1.8;
  padding-left: 3rem;
  margin-top: 2rem;
  min-height: 2rem;
}
@media (min-width: 576px) {
  .list-styles__tick ul li {
    padding-left: 3.875rem;
    margin-top: 2.25rem;
    min-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .list-styles__tick ul li {
    padding-left: 4.75rem;
    margin-top: 2.5rem;
    min-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  .list-styles__tick ul li {
    padding-left: 5.625rem;
    margin-top: 2.75rem;
    min-height: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .list-styles__tick ul li {
    padding-left: 6.5rem;
    margin-top: 3rem;
    min-height: 3rem;
  }
}
.list-styles__tick ul li:before {
  background-color: #e4e7ff;
  border-radius: 50%;
  top: 0;
  height: 2.25rem;
  width: 2.25rem;
}
@media (min-width: 576px) {
  .list-styles__tick ul li:before {
    height: 2.4375rem;
    width: 2.4375rem;
  }
}
@media (min-width: 768px) {
  .list-styles__tick ul li:before {
    height: 2.625rem;
    width: 2.625rem;
  }
}
@media (min-width: 992px) {
  .list-styles__tick ul li:before {
    height: 2.8125rem;
    width: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .list-styles__tick ul li:before {
    height: 3rem;
    width: 3rem;
  }
}
.list-styles__tick ul li:after {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjggMUw3LjMgMTIuOGMtLjEuMS0uMy4yLS40LjJzLS4zLS4xLS40LS4yTC4yIDYuOWMtLjItLjItLjItLjYgMC0uOHMuNi0uMi45IDBsNS44IDUuNUwxOC45LjJjLjItLjIuNi0uMi45IDBzLjMuNiAwIC44eiIgZmlsbD0iIzNmNTBmZiIvPjwvc3ZnPg==);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 0.65625rem;
  left: 0.65625rem;
}
@media (min-width: 576px) {
  .list-styles__tick ul li:after {
    width: 1.01562rem;
    height: 1.01562rem;
    top: 0.71094rem;
    left: 0.71094rem;
  }
}
@media (min-width: 768px) {
  .list-styles__tick ul li:after {
    width: 1.09375rem;
    height: 1.09375rem;
    top: 0.76562rem;
    left: 0.76562rem;
  }
}
@media (min-width: 992px) {
  .list-styles__tick ul li:after {
    width: 1.17188rem;
    height: 1.17188rem;
    top: 0.82031rem;
    left: 0.82031rem;
  }
}
@media (min-width: 1200px) {
  .list-styles__tick ul li:after {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.875rem;
    left: 0.875rem;
  }
}
.list-styles__tick--primary-color ul li:before {
  background-color: #e4e7ff;
}
.list-styles__tick--primary-color ul li:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjggMUw3LjMgMTIuOGMtLjEuMS0uMy4yLS40LjJzLS4zLS4xLS40LS4yTC4yIDYuOWMtLjItLjItLjItLjYgMC0uOHMuNi0uMi45IDBsNS44IDUuNUwxOC45LjJjLjItLjIuNi0uMi45IDBzLjMuNiAwIC44eiIgZmlsbD0iIzNmNTBmZiIvPjwvc3ZnPg==);
}
.list-styles__tick--white-color ul li {
  color: #fff;
}
.list-styles__tick--white-color ul li:before {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.list-styles__tick--white-color ul li:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjggMUw3LjMgMTIuOGMtLjEuMS0uMy4yLS40LjJzLS4zLS4xLS40LS4yTC4yIDYuOWMtLjItLjItLjItLjYgMC0uOHMuNi0uMi45IDBsNS44IDUuNUwxOC45LjJjLjItLjIuNi0uMi45IDBzLjMuNiAwIC44eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.list-styles__tick--black-color ul li:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.list-styles__tick--black-color ul li:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjggMUw3LjMgMTIuOGMtLjEuMS0uMy4yLS40LjJzLS4zLS4xLS40LS4yTC4yIDYuOWMtLjItLjItLjItLjYgMC0uOHMuNi0uMi45IDBsNS44IDUuNUwxOC45LjJjLjItLjIuNi0uMi45IDBzLjMuNiAwIC44eiIvPjwvc3ZnPg==);
}
.list-styles__tick--navy-blue-color ul li:before {
  background-color: rgba(13, 19, 85, 0.5);
}
.list-styles__tick--navy-blue-color ul li:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjggMUw3LjMgMTIuOGMtLjEuMS0uMy4yLS40LjJzLS4zLS4xLS40LS4yTC4yIDYuOWMtLjItLjItLjItLjYgMC0uOHMuNi0uMi45IDBsNS44IDUuNUwxOC45LjJjLjItLjIuNi0uMi45IDBzLjMuNiAwIC44eiIgZmlsbD0iIzBEMTM1NSIvPjwvc3ZnPg==);
}
.list-styles__check ul li {
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 2.75rem;
  margin-top: 2.25rem;
}
@media (min-width: 576px) {
  .list-styles__check ul li {
    padding-left: 2.8125rem;
    margin-top: 2.4375rem;
  }
}
@media (min-width: 768px) {
  .list-styles__check ul li {
    padding-left: 2.875rem;
    margin-top: 2.625rem;
  }
}
@media (min-width: 992px) {
  .list-styles__check ul li {
    padding-left: 2.9375rem;
    margin-top: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .list-styles__check ul li {
    padding-left: 3rem;
    margin-top: 3rem;
  }
}
.list-styles__check ul li:before {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA0MSA0MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM1MjYyZmYiIHN0cm9rZS13aWR0aD0iLjYiPjxwYXRoIGQ9Ik0zOS43IDE2LjNjLS4xLS40LS41LS43LTEtLjZzLS43LjUtLjYgMWMxLjggOC4xLTIuMiAxNi4zLTkuNiAyMFMxMi4xIDM4LjQgNi44IDMyIDEuMyAxNi41IDYuMiA5LjkgMjAgLjkgMjcuNiA0LjFjLjQuMi45IDAgMS4xLS40czAtLjktLjQtMS4xYy04LTMuNC0xNy4yLTEuMi0yMi43IDUuNVMtLjUgMjQuMiA0LjMgMzEuNHMxMy43IDEwLjQgMjIgOCAxNC0xMC4xIDE0LTE4LjhjLS4xLTEuNC0uMy0yLjktLjYtNC4zeiIgZmlsbD0iIzU1NjRmZiIvPjxwYXRoIGQ9Ik0xMC41IDE5LjFjLS4yLS4xLS41LS4yLS44LS4xcy0uNS40LS41LjYuMS42LjMuOGMyLjQgMS45IDkuNyA4LjEgOS44IDguMS4yLjIuNC4yLjcuMnMuNC0uMi42LS40Yy4xLS4yIDEwLTE3LjEgMTcuOC0yNC4zLjItLjIuMy0uNS4zLS44cy0uNC0uNS0uNy0uNWMtLjMtLjEtLjYgMC0uOC4yLTcgNi41LTE1LjUgMjAuMy0xNy42IDIzLjgtMi0xLjYtNy4yLTYtOS4xLTcuNnoiIGZpbGw9IiM1MjYxZmYiLz48L2c+PC9zdmc+);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  top: calc(50% - 0.9375rem);
}
@media (min-width: 576px) {
  .list-styles__check ul li:before {
    width: 2.03125rem;
    height: 2.03125rem;
    top: calc(50% - 1.01562rem);
  }
}
@media (min-width: 768px) {
  .list-styles__check ul li:before {
    width: 2.1875rem;
    height: 2.1875rem;
    top: calc(50% - 1.09375rem);
  }
}
@media (min-width: 992px) {
  .list-styles__check ul li:before {
    width: 2.34375rem;
    height: 2.34375rem;
    top: calc(50% - 1.17188rem);
  }
}
@media (min-width: 1200px) {
  .list-styles__check ul li:before {
    width: 2.5rem;
    height: 2.5rem;
    top: calc(50% - 1.25rem);
  }
}
.list-styles__check--primary-color {
  color: #1e2468;
}
.list-styles__check--primary-color ul li:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA0MSA0MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM1MjYyZmYiIHN0cm9rZS13aWR0aD0iLjYiPjxwYXRoIGQ9Ik0zOS43IDE2LjNjLS4xLS40LS41LS43LTEtLjZzLS43LjUtLjYgMWMxLjggOC4xLTIuMiAxNi4zLTkuNiAyMFMxMi4xIDM4LjQgNi44IDMyIDEuMyAxNi41IDYuMiA5LjkgMjAgLjkgMjcuNiA0LjFjLjQuMi45IDAgMS4xLS40czAtLjktLjQtMS4xYy04LTMuNC0xNy4yLTEuMi0yMi43IDUuNVMtLjUgMjQuMiA0LjMgMzEuNHMxMy43IDEwLjQgMjIgOCAxNC0xMC4xIDE0LTE4LjhjLS4xLTEuNC0uMy0yLjktLjYtNC4zeiIgZmlsbD0iIzU1NjRmZiIvPjxwYXRoIGQ9Ik0xMC41IDE5LjFjLS4yLS4xLS41LS4yLS44LS4xcy0uNS40LS41LjYuMS42LjMuOGMyLjQgMS45IDkuNyA4LjEgOS44IDguMS4yLjIuNC4yLjcuMnMuNC0uMi42LS40Yy4xLS4yIDEwLTE3LjEgMTcuOC0yNC4zLjItLjIuMy0uNS4zLS44cy0uNC0uNS0uNy0uNWMtLjMtLjEtLjYgMC0uOC4yLTcgNi41LTE1LjUgMjAuMy0xNy42IDIzLjgtMi0xLjYtNy4yLTYtOS4xLTcuNnoiIGZpbGw9IiM1MjYxZmYiLz48L2c+PC9zdmc+);
}
.list-styles__check--white-color ul li {
  color: #fff;
}
.list-styles__check--white-color ul li:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA0MSA0MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjYiIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0zOS43IDE2LjNjLS4xLS40LS41LS43LTEtLjZzLS43LjUtLjYgMWMxLjggOC4xLTIuMiAxNi4zLTkuNiAyMFMxMi4xIDM4LjQgNi44IDMyIDEuMyAxNi41IDYuMiA5LjkgMjAgLjkgMjcuNiA0LjFjLjQuMi45IDAgMS4xLS40czAtLjktLjQtMS4xYy04LTMuNC0xNy4yLTEuMi0yMi43IDUuNVMtLjUgMjQuMiA0LjMgMzEuNHMxMy43IDEwLjQgMjIgOCAxNC0xMC4xIDE0LTE4LjhjLS4xLTEuNC0uMy0yLjktLjYtNC4zeiIvPjxwYXRoIGQ9Ik0xMC41IDE5LjFjLS4yLS4xLS41LS4yLS44LS4xcy0uNS40LS41LjYuMS42LjMuOGMyLjQgMS45IDkuNyA4LjEgOS44IDguMS4yLjIuNC4yLjcuMnMuNC0uMi42LS40Yy4xLS4yIDEwLTE3LjEgMTcuOC0yNC4zLjItLjIuMy0uNS4zLS44cy0uNC0uNS0uNy0uNWMtLjMtLjEtLjYgMC0uOC4yLTcgNi41LTE1LjUgMjAuMy0xNy42IDIzLjgtMi0xLjYtNy4yLTYtOS4xLTcuNnoiLz48L2c+PC9zdmc+);
}
.list-styles__check--black-color ul li:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA0MSA0MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iLjYiPjxwYXRoIGQ9Ik0zOS43IDE2LjNjLS4xLS40LS41LS43LTEtLjZzLS43LjUtLjYgMWMxLjggOC4xLTIuMiAxNi4zLTkuNiAyMFMxMi4xIDM4LjQgNi44IDMyIDEuMyAxNi41IDYuMiA5LjkgMjAgLjkgMjcuNiA0LjFjLjQuMi45IDAgMS4xLS40czAtLjktLjQtMS4xYy04LTMuNC0xNy4yLTEuMi0yMi43IDUuNVMtLjUgMjQuMiA0LjMgMzEuNHMxMy43IDEwLjQgMjIgOCAxNC0xMC4xIDE0LTE4LjhjLS4xLTEuNC0uMy0yLjktLjYtNC4zeiIvPjxwYXRoIGQ9Ik0xMC41IDE5LjFjLS4yLS4xLS41LS4yLS44LS4xcy0uNS40LS41LjYuMS42LjMuOGMyLjQgMS45IDkuNyA4LjEgOS44IDguMS4yLjIuNC4yLjcuMnMuNC0uMi42LS40Yy4xLS4yIDEwLTE3LjEgMTcuOC0yNC4zLjItLjIuMy0uNS4zLS44cy0uNC0uNS0uNy0uNWMtLjMtLjEtLjYgMC0uOC4yLTcgNi41LTE1LjUgMjAuMy0xNy42IDIzLjgtMi0xLjYtNy4yLTYtOS4xLTcuNnoiLz48L2c+PC9zdmc+);
}
.list-styles__check--navy-blue-color ul li:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjggMUw3LjMgMTIuOGMtLjEuMS0uMy4yLS40LjJzLS4zLS4xLS40LS4yTC4yIDYuOWMtLjItLjItLjItLjYgMC0uOHMuNi0uMi45IDBsNS44IDUuNUwxOC45LjJjLjItLjIuNi0uMi45IDBzLjMuNiAwIC44eiIgZmlsbD0iIzBEMTM1NSIvPjwvc3ZnPg==);
}
.panel--outline {
  border: 2px solid #d4d4d4;
}
.panel--full-background {
  background: #3f50ff;
  color: #fff;
}
.panel--full-background h1,
.panel--full-background h2,
.panel--full-background h3,
.panel--full-background h4,
.panel--full-background h5,
.panel--full-background h6 {
  color: #fff;
}
.acf-block-blockquote,
.entry-content .blockquote {
  border-left-color: #3f50ff;
  border-style: solid;
  margin-bottom: 0;
  font-size: medium;
  border-top: none;
  border-bottom: none;
  border-right: none;
  margin-top: 0.75rem !important;
}
@media (min-width: 576px) {
  .acf-block-blockquote,
  .entry-content .blockquote {
    margin-top: 0.9375rem !important;
  }
}
@media (min-width: 768px) {
  .acf-block-blockquote,
  .entry-content .blockquote {
    margin-top: 1.125rem !important;
  }
}
@media (min-width: 992px) {
  .acf-block-blockquote,
  .entry-content .blockquote {
    margin-top: 1.3125rem !important;
  }
}
@media (min-width: 1200px) {
  .acf-block-blockquote,
  .entry-content .blockquote {
    margin-top: 1.5rem !important;
  }
}
.acf-block-blockquote,
.entry-content .blockquote {
  padding-left: 1rem;
  border-left-width: 0.125rem;
}
@media (min-width: 576px) {
  .acf-block-blockquote,
  .entry-content .blockquote {
    padding-left: 1.125rem;
    border-left-width: 0.15625rem;
  }
}
@media (min-width: 768px) {
  .acf-block-blockquote,
  .entry-content .blockquote {
    padding-left: 1.25rem;
    border-left-width: 0.1875rem;
  }
}
@media (min-width: 992px) {
  .acf-block-blockquote,
  .entry-content .blockquote {
    padding-left: 1.375rem;
    border-left-width: 0.21875rem;
  }
}
@media (min-width: 1200px) {
  .acf-block-blockquote,
  .entry-content .blockquote {
    padding-left: 1.5rem;
    border-left-width: 0.25rem;
  }
}
.acf-block-blockquote cite,
.entry-content .blockquote cite {
  font-weight: 700;
  display: block;
  margin-top: 0.75rem !important;
}
@media (min-width: 576px) {
  .acf-block-blockquote cite,
  .entry-content .blockquote cite {
    margin-top: 0.9375rem !important;
  }
}
@media (min-width: 768px) {
  .acf-block-blockquote cite,
  .entry-content .blockquote cite {
    margin-top: 1.125rem !important;
  }
}
@media (min-width: 992px) {
  .acf-block-blockquote cite,
  .entry-content .blockquote cite {
    margin-top: 1.3125rem !important;
  }
}
@media (min-width: 1200px) {
  .acf-block-blockquote cite,
  .entry-content .blockquote cite {
    margin-top: 1.5rem !important;
  }
}
.entry-content
  > .crunch-button-wrapper
  > a:not([class*="-button"]):not([class*="__button"]),
.entry-content > a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .crunch-button-wrapper
  > a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > a:not([class*="-button"]):not([class*="__button"]) {
  text-decoration: none;
  background-image: -webkit-linear-gradient(
    bottom,
    currentColor 1px,
    transparent 0
  );
  background-image: linear-gradient(0deg, currentColor 1px, transparent 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-bottom: 0.125rem;
}
.entry-content
  > .crunch-button-wrapper
  > a:focus:not([class*="-button"]):not([class*="__button"]),
.entry-content
  > .crunch-button-wrapper
  > a:hover:not([class*="-button"]):not([class*="__button"]),
.entry-content > a:focus:not([class*="-button"]):not([class*="__button"]),
.entry-content > a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .crunch-button-wrapper
  > a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .crunch-button-wrapper
  > a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > a:hover:not([class*="-button"]):not([class*="__button"]) {
  background-size: 100% 100%;
}
.entry-content
  > .crunch-button-wrapper
  > a:not([class*="-button"]):not([class*="__button"]),
.entry-content > a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .crunch-button-wrapper
  > a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > a:not([class*="-button"]):not([class*="__button"]) {
  background-size: 100% 100%;
  background-position: 100%;
}
.entry-content
  > .crunch-button-wrapper
  > a:focus:not([class*="-button"]):not([class*="__button"]),
.entry-content
  > .crunch-button-wrapper
  > a:hover:not([class*="-button"]):not([class*="__button"]),
.entry-content > a:focus:not([class*="-button"]):not([class*="__button"]),
.entry-content > a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .crunch-button-wrapper
  > a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .crunch-button-wrapper
  > a:hover:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > a:focus:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > a:hover:not([class*="-button"]):not([class*="__button"]) {
  background-size: 0 100%;
}
.entry-content > figure > a:focus[href*=".jpeg"],
.entry-content > figure > a:focus[href*=".jpg"],
.entry-content > figure > a:focus[href*=".png"],
.entry-content > figure > a:hover[href*=".jpeg"],
.entry-content > figure > a:hover[href*=".jpg"],
.entry-content > figure > a:hover[href*=".png"],
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > figure
  > a:focus[href*=".jpeg"],
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > figure
  > a:focus[href*=".jpg"],
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > figure
  > a:focus[href*=".png"],
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > figure
  > a:hover[href*=".jpeg"],
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > figure
  > a:hover[href*=".jpg"],
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > figure
  > a:hover[href*=".png"] {
  opacity: 0.75;
}
.list-styles
  + .container
  > .entry-content
  > :first-of-type:not(.first-element-fix),
.panel + .container > .entry-content > :first-of-type:not(.first-element-fix),
[class*="acf-block-"]
  + .container
  > .entry-content
  > :first-of-type:not(.first-element-fix) {
  margin-top: 0.75em;
}
@media (min-width: 576px) {
  .list-styles
    + .container
    > .entry-content
    > :first-of-type:not(.first-element-fix),
  .panel + .container > .entry-content > :first-of-type:not(.first-element-fix),
  [class*="acf-block-"]
    + .container
    > .entry-content
    > :first-of-type:not(.first-element-fix) {
    margin-top: 0.9375em;
  }
}
@media (min-width: 768px) {
  .list-styles
    + .container
    > .entry-content
    > :first-of-type:not(.first-element-fix),
  .panel + .container > .entry-content > :first-of-type:not(.first-element-fix),
  [class*="acf-block-"]
    + .container
    > .entry-content
    > :first-of-type:not(.first-element-fix) {
    margin-top: 1.125em;
  }
}
@media (min-width: 992px) {
  .list-styles
    + .container
    > .entry-content
    > :first-of-type:not(.first-element-fix),
  .panel + .container > .entry-content > :first-of-type:not(.first-element-fix),
  [class*="acf-block-"]
    + .container
    > .entry-content
    > :first-of-type:not(.first-element-fix) {
    margin-top: 1.3125em;
  }
}
@media (min-width: 1200px) {
  .list-styles
    + .container
    > .entry-content
    > :first-of-type:not(.first-element-fix),
  .panel + .container > .entry-content > :first-of-type:not(.first-element-fix),
  [class*="acf-block-"]
    + .container
    > .entry-content
    > :first-of-type:not(.first-element-fix) {
    margin-top: 1.5em;
  }
}
.entry-content .acf-block-spacer + *,
.entry-content .acf-block-spacer + .lead,
.entry-content .acf-block-spacer + div.list-styles > ul,
.entry-content .acf-block-spacer + div.list-styles > ul > li:first-of-type,
.entry-content .acf-block-spacer + p > a > img,
.entry-content .acf-block-spacer + p > img,
.entry-content .first-element-fix + *,
.entry-content .first-element-fix + .lead,
.entry-content .first-element-fix + div.list-styles > ul,
.entry-content .first-element-fix + div.list-styles > ul > li:first-of-type,
.entry-content .first-element-fix + p > a > img,
.entry-content .first-element-fix + p > img,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .acf-block-spacer + *,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .acf-block-spacer + .lead,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  .acf-block-spacer
  + div.list-styles
  > ul,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  .acf-block-spacer
  + div.list-styles
  > ul
  > li:first-of-type,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  .acf-block-spacer
  + p
  > a
  > img,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .acf-block-spacer + p > img,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .first-element-fix + *,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .first-element-fix + .lead,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  .first-element-fix
  + div.list-styles
  > ul,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  .first-element-fix
  + div.list-styles
  > ul
  > li:first-of-type,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  .first-element-fix
  + p
  > a
  > img,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  .first-element-fix
  + p
  > img {
  margin-top: 0 !important;
}
.entry-content :last-child,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] :last-child {
  margin-bottom: 0;
}
.entry-content > .heading,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > .heading,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > h2,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > h3,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > h4,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > h5,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > h6 {
  margin-top: 0.875em;
}
@media (min-width: 576px) {
  .entry-content > .heading,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .heading,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h2,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h3,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h4,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h5,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h6 {
    margin-top: 1.09375em;
  }
}
@media (min-width: 768px) {
  .entry-content > .heading,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .heading,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h2,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h3,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h4,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h5,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h6 {
    margin-top: 1.3125em;
  }
}
@media (min-width: 992px) {
  .entry-content > .heading,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .heading,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h2,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h3,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h4,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h5,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h6 {
    margin-top: 1.53125em;
  }
}
@media (min-width: 1200px) {
  .entry-content > .heading,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .heading,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h2,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h3,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h4,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h5,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > h6 {
    margin-top: 1.75em;
  }
}
.entry-content > p,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > p {
  margin-top: 1em;
}
@media (min-width: 576px) {
  .entry-content > p,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > p {
    margin-top: 1.25em;
  }
}
@media (min-width: 768px) {
  .entry-content > p,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > p {
    margin-top: 1.5em;
  }
}
@media (min-width: 992px) {
  .entry-content > p,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > p {
    margin-top: 1.75em;
  }
}
@media (min-width: 1200px) {
  .entry-content > p,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > p {
    margin-top: 2em;
  }
}
.entry-content > p > a[class*="-button"],
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > p > a[class*="-button"] {
  margin-top: 0.75em;
}
@media (min-width: 576px) {
  .entry-content > p > a[class*="-button"],
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > p
    > a[class*="-button"] {
    margin-top: 0.9375em;
  }
}
@media (min-width: 768px) {
  .entry-content > p > a[class*="-button"],
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > p
    > a[class*="-button"] {
    margin-top: 1.125em;
  }
}
@media (min-width: 992px) {
  .entry-content > p > a[class*="-button"],
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > p
    > a[class*="-button"] {
    margin-top: 1.3125em;
  }
}
@media (min-width: 1200px) {
  .entry-content > p > a[class*="-button"],
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > p
    > a[class*="-button"] {
    margin-top: 1.5em;
  }
}
.entry-content
  > .crunch-button-wrapper
  > a:not([class*="-button"]):not([class*="__button"]),
.entry-content > a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .crunch-button-wrapper
  > a:not([class*="-button"]):not([class*="__button"]),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > a:not([class*="-button"]):not([class*="__button"]) {
  color: #3f50ff;
}
.entry-content
  > .crunch-button-wrapper
  > a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.entry-content
  > a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .crunch-button-wrapper
  > a:not([class*="-button"]):not([class*="__button"])[href*="http"],
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > a:not([class*="-button"]):not([class*="__button"])[href*="http"] {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.entry-content > a[class*="-button"],
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > a[class*="-button"] {
  margin-top: 0.75em;
}
@media (min-width: 576px) {
  .entry-content > a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > a[class*="-button"] {
    margin-top: 0.9375em;
  }
}
@media (min-width: 768px) {
  .entry-content > a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > a[class*="-button"] {
    margin-top: 1.125em;
  }
}
@media (min-width: 992px) {
  .entry-content > a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > a[class*="-button"] {
    margin-top: 1.3125em;
  }
}
@media (min-width: 1200px) {
  .entry-content > a[class*="-button"],
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > a[class*="-button"] {
    margin-top: 1.5em;
  }
}
.entry-content > .crunch-button-wrapper,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > .crunch-button-wrapper {
  margin-top: 0.75em;
}
@media (min-width: 576px) {
  .entry-content > .crunch-button-wrapper,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .crunch-button-wrapper {
    margin-top: 0.9375em;
  }
}
@media (min-width: 768px) {
  .entry-content > .crunch-button-wrapper,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .crunch-button-wrapper {
    margin-top: 1.125em;
  }
}
@media (min-width: 992px) {
  .entry-content > .crunch-button-wrapper,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .crunch-button-wrapper {
    margin-top: 1.3125em;
  }
}
@media (min-width: 1200px) {
  .entry-content > .crunch-button-wrapper,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .crunch-button-wrapper {
    margin-top: 1.5em;
  }
}
.entry-content > ul:not(.wp-block-gallery),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ul:not(.wp-block-gallery) {
  list-style-type: disc;
}
.entry-content > ol:not(.wp-block-gallery),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ol:not(.wp-block-gallery) {
  list-style-type: decimal;
}
.entry-content > ol:not(.wp-block-gallery),
.entry-content > ul:not(.wp-block-gallery),
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > ol:not(.wp-block-gallery),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ul:not(.wp-block-gallery) {
  list-style-position: outside;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 1em;
  margin-left: 0.75em;
}
@media (min-width: 576px) {
  .entry-content > ol:not(.wp-block-gallery),
  .entry-content > ul:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery) {
    margin-top: 1.25em;
    margin-left: 0.9375em;
  }
}
@media (min-width: 768px) {
  .entry-content > ol:not(.wp-block-gallery),
  .entry-content > ul:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery) {
    margin-top: 1.5em;
    margin-left: 1.125em;
  }
}
@media (min-width: 992px) {
  .entry-content > ol:not(.wp-block-gallery),
  .entry-content > ul:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery) {
    margin-top: 1.75em;
    margin-left: 1.3125em;
  }
}
@media (min-width: 1200px) {
  .entry-content > ol:not(.wp-block-gallery),
  .entry-content > ul:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery),
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery) {
    margin-top: 2em;
    margin-left: 1.5em;
  }
}
.entry-content > ol:not(.wp-block-gallery) ol,
.entry-content > ol:not(.wp-block-gallery) ul,
.entry-content > ul:not(.wp-block-gallery) ol,
.entry-content > ul:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ol:not(.wp-block-gallery)
  ol,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ol:not(.wp-block-gallery)
  ul,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ul:not(.wp-block-gallery)
  ol,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ul:not(.wp-block-gallery)
  ul {
  list-style-position: outside;
  margin-right: 0;
  margin-top: 0.5em;
  margin-left: 0.5em;
  margin-bottom: 0.75em;
}
@media (min-width: 576px) {
  .entry-content > ol:not(.wp-block-gallery) ol,
  .entry-content > ol:not(.wp-block-gallery) ul,
  .entry-content > ul:not(.wp-block-gallery) ol,
  .entry-content > ul:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery)
    ol,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery)
    ul,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery)
    ol,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery)
    ul {
    margin-top: 0.625em;
    margin-left: 0.625em;
    margin-bottom: 0.9375em;
  }
}
@media (min-width: 768px) {
  .entry-content > ol:not(.wp-block-gallery) ol,
  .entry-content > ol:not(.wp-block-gallery) ul,
  .entry-content > ul:not(.wp-block-gallery) ol,
  .entry-content > ul:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery)
    ol,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery)
    ul,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery)
    ol,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery)
    ul {
    margin-top: 0.75em;
    margin-left: 0.75em;
    margin-bottom: 1.125em;
  }
}
@media (min-width: 992px) {
  .entry-content > ol:not(.wp-block-gallery) ol,
  .entry-content > ol:not(.wp-block-gallery) ul,
  .entry-content > ul:not(.wp-block-gallery) ol,
  .entry-content > ul:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery)
    ol,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery)
    ul,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery)
    ol,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery)
    ul {
    margin-top: 0.875em;
    margin-left: 0.875em;
    margin-bottom: 1.3125em;
  }
}
@media (min-width: 1200px) {
  .entry-content > ol:not(.wp-block-gallery) ol,
  .entry-content > ol:not(.wp-block-gallery) ul,
  .entry-content > ul:not(.wp-block-gallery) ol,
  .entry-content > ul:not(.wp-block-gallery) ul,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery)
    ol,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery)
    ul,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery)
    ol,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery)
    ul {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.5em;
  }
}
.entry-content > ol:not(.wp-block-gallery) ul,
.entry-content > ul:not(.wp-block-gallery) ul,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ol:not(.wp-block-gallery)
  ul,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ul:not(.wp-block-gallery)
  ul {
  list-style-type: circle;
}
.entry-content > ol:not(.wp-block-gallery) ol,
.entry-content > ul:not(.wp-block-gallery) ol,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ol:not(.wp-block-gallery)
  ol,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ul:not(.wp-block-gallery)
  ol {
  list-style-type: lower-latin;
}
.entry-content > ol:not(.wp-block-gallery) li,
.entry-content > ul:not(.wp-block-gallery) li,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ol:not(.wp-block-gallery)
  li,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ul:not(.wp-block-gallery)
  li {
  margin-top: 0.5em;
}
@media (min-width: 576px) {
  .entry-content > ol:not(.wp-block-gallery) li,
  .entry-content > ul:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery)
    li,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery)
    li {
    margin-top: 0.625em;
  }
}
@media (min-width: 768px) {
  .entry-content > ol:not(.wp-block-gallery) li,
  .entry-content > ul:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery)
    li,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery)
    li {
    margin-top: 0.75em;
  }
}
@media (min-width: 992px) {
  .entry-content > ol:not(.wp-block-gallery) li,
  .entry-content > ul:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery)
    li,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery)
    li {
    margin-top: 0.875em;
  }
}
@media (min-width: 1200px) {
  .entry-content > ol:not(.wp-block-gallery) li,
  .entry-content > ul:not(.wp-block-gallery) li,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ol:not(.wp-block-gallery)
    li,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > ul:not(.wp-block-gallery)
    li {
    margin-top: 1em;
  }
}
.entry-content > ol:not(.wp-block-gallery) li:first-child,
.entry-content > ul:not(.wp-block-gallery) li:first-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ol:not(.wp-block-gallery)
  li:first-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > ul:not(.wp-block-gallery)
  li:first-child {
  margin-top: 0;
}
.entry-content > .list-styles ul,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > .list-styles ul {
  list-style: none;
  margin-left: 0;
}
.entry-content > .list-styles ul li:first-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .list-styles
  ul
  li:first-child {
  margin-top: 0 !important;
}
.entry-content > .wp-caption,
.entry-content > img,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 1.5em;
}
@media (min-width: 576px) {
  .entry-content > .wp-caption,
  .entry-content > img,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img {
    margin-top: 1.875em;
  }
}
@media (min-width: 768px) {
  .entry-content > .wp-caption,
  .entry-content > img,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img {
    margin-top: 2.25em;
  }
}
@media (min-width: 992px) {
  .entry-content > .wp-caption,
  .entry-content > img,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img {
    margin-top: 2.625em;
  }
}
@media (min-width: 1200px) {
  .entry-content > .wp-caption,
  .entry-content > img,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img {
    margin-top: 3em;
  }
}
.entry-content > .wp-caption.add-margin-bottom,
.entry-content > img.add-margin-bottom,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .wp-caption.add-margin-bottom,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.add-margin-bottom {
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  .entry-content > .wp-caption.add-margin-bottom,
  .entry-content > img.add-margin-bottom,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .wp-caption.add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.add-margin-bottom {
    margin-bottom: 1.875em;
  }
}
@media (min-width: 768px) {
  .entry-content > .wp-caption.add-margin-bottom,
  .entry-content > img.add-margin-bottom,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .wp-caption.add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.add-margin-bottom {
    margin-bottom: 2.25em;
  }
}
@media (min-width: 992px) {
  .entry-content > .wp-caption.add-margin-bottom,
  .entry-content > img.add-margin-bottom,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .wp-caption.add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.add-margin-bottom {
    margin-bottom: 2.625em;
  }
}
@media (min-width: 1200px) {
  .entry-content > .wp-caption.add-margin-bottom,
  .entry-content > img.add-margin-bottom,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .wp-caption.add-margin-bottom,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.add-margin-bottom {
    margin-bottom: 3em;
  }
}
.entry-content > .wp-caption.alignleft,
.entry-content > img.alignleft,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption.alignleft,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.alignleft {
  float: left;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-width: 576px) {
  .entry-content > .wp-caption.alignleft,
  .entry-content > img.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.alignleft {
    margin-right: 0.9375em;
    margin-bottom: 0.625em;
  }
}
@media (min-width: 768px) {
  .entry-content > .wp-caption.alignleft,
  .entry-content > img.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.alignleft {
    margin-right: 1.125em;
    margin-bottom: 0.75em;
  }
}
@media (min-width: 992px) {
  .entry-content > .wp-caption.alignleft,
  .entry-content > img.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.alignleft {
    margin-right: 1.3125em;
    margin-bottom: 0.875em;
  }
}
@media (min-width: 1200px) {
  .entry-content > .wp-caption.alignleft,
  .entry-content > img.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption.alignleft,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.alignleft {
    margin-right: 1.5em;
    margin-bottom: 1em;
  }
}
.entry-content > .wp-caption.alignright,
.entry-content > img.alignright,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption.alignright,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.alignright {
  float: right;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-width: 576px) {
  .entry-content > .wp-caption.alignright,
  .entry-content > img.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.alignright {
    margin-left: 0.9375em;
    margin-bottom: 0.625em;
  }
}
@media (min-width: 768px) {
  .entry-content > .wp-caption.alignright,
  .entry-content > img.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.alignright {
    margin-left: 1.125em;
    margin-bottom: 0.75em;
  }
}
@media (min-width: 992px) {
  .entry-content > .wp-caption.alignright,
  .entry-content > img.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.alignright {
    margin-left: 1.3125em;
    margin-bottom: 0.875em;
  }
}
@media (min-width: 1200px) {
  .entry-content > .wp-caption.alignright,
  .entry-content > img.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption.alignright,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.alignright {
    margin-left: 1.5em;
    margin-bottom: 1em;
  }
}
.entry-content > .wp-caption.aligncenter,
.entry-content > img.aligncenter,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption.aligncenter,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.aligncenter {
  width: auto;
  max-width: 100%;
}
@media (min-width: 576px) {
  .entry-content > .wp-caption.aligncenter,
  .entry-content > img.aligncenter,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption.aligncenter,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content > .wp-caption .wp-caption-text,
.entry-content > img .wp-caption-text,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .wp-caption
  .wp-caption-text,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > img .wp-caption-text {
  text-align: center;
  font-style: italic !important;
  margin-top: 0.5em;
  font-size: 0.8125em;
}
@media (min-width: 576px) {
  .entry-content > .wp-caption .wp-caption-text,
  .entry-content > img .wp-caption-text,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .wp-caption
    .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img .wp-caption-text {
    margin-top: 0.625em;
    font-size: 0.82812em;
  }
}
@media (min-width: 768px) {
  .entry-content > .wp-caption .wp-caption-text,
  .entry-content > img .wp-caption-text,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .wp-caption
    .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img .wp-caption-text {
    margin-top: 0.75em;
    font-size: 0.84375em;
  }
}
@media (min-width: 992px) {
  .entry-content > .wp-caption .wp-caption-text,
  .entry-content > img .wp-caption-text,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .wp-caption
    .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img .wp-caption-text {
    margin-top: 0.875em;
    font-size: 0.85938em;
  }
}
@media (min-width: 1200px) {
  .entry-content > .wp-caption .wp-caption-text,
  .entry-content > img .wp-caption-text,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .wp-caption
    .wp-caption-text,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > img .wp-caption-text {
    margin-top: 1em;
    font-size: 0.875em;
  }
}
.entry-content > .gallery-caption,
.entry-content > .wp-caption,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > .gallery-caption,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption {
  display: inline-block;
  margin-bottom: 0;
}
.entry-content > .gallery-caption img,
.entry-content > .wp-caption img,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > .gallery-caption img,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > .wp-caption img {
  margin: 0;
}
.entry-content > iframe,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > iframe {
  width: 100%;
  margin-top: 0.75em;
  height: 12.5rem;
}
@media (min-width: 576px) {
  .entry-content > iframe,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > iframe {
    margin-top: 0.9375em;
    height: 15.75rem;
  }
}
@media (min-width: 768px) {
  .entry-content > iframe,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > iframe {
    margin-top: 1.125em;
    height: 19rem;
  }
}
@media (min-width: 992px) {
  .entry-content > iframe,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > iframe {
    margin-top: 1.3125em;
    height: 22.25rem;
  }
}
@media (min-width: 1200px) {
  .entry-content > iframe,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > iframe {
    margin-top: 1.5em;
    height: 25.5rem;
  }
}
.entry-content > .gallery,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > .gallery {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 2.5rem -0.3125rem 0 !important;
}
.entry-content > .gallery.gallery-columns-2 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .gallery.gallery-columns-2
  .gallery-item {
  width: calc(50% - 0.625rem) !important;
}
.entry-content > .gallery.gallery-columns-3 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .gallery.gallery-columns-3
  .gallery-item {
  width: calc(33.33% - 0.625rem) !important;
}
.entry-content > .gallery.gallery-columns-4 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .gallery.gallery-columns-4
  .gallery-item {
  width: calc(50% - 0.625rem) !important;
}
@media (min-width: 576px) {
  .entry-content > .gallery.gallery-columns-4 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .gallery.gallery-columns-4
    .gallery-item {
    width: calc(25% - 0.625rem) !important;
  }
}
.entry-content > .gallery.gallery-columns-5 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .gallery.gallery-columns-5
  .gallery-item {
  width: calc(33.33% - 0.625rem) !important;
}
@media (min-width: 576px) {
  .entry-content > .gallery.gallery-columns-5 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .gallery.gallery-columns-5
    .gallery-item {
    width: calc(20% - 0.625rem) !important;
  }
}
.entry-content > .gallery.gallery-columns-6 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .gallery.gallery-columns-6
  .gallery-item {
  width: calc(33.33% - 0.625rem) !important;
}
@media (min-width: 576px) {
  .entry-content > .gallery.gallery-columns-6 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .gallery.gallery-columns-6
    .gallery-item {
    width: calc(25% - 0.625rem) !important;
  }
}
@media (min-width: 768px) {
  .entry-content > .gallery.gallery-columns-6 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .gallery.gallery-columns-6
    .gallery-item {
    width: calc(16.66% - 0.625rem) !important;
  }
}
.entry-content > .gallery.gallery-columns-7 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .gallery.gallery-columns-7
  .gallery-item {
  width: calc(33.33% - 0.625rem) !important;
}
@media (min-width: 576px) {
  .entry-content > .gallery.gallery-columns-7 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .gallery.gallery-columns-7
    .gallery-item {
    width: calc(25% - 0.625rem) !important;
  }
}
@media (min-width: 768px) {
  .entry-content > .gallery.gallery-columns-7 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .gallery.gallery-columns-7
    .gallery-item {
    width: calc(14.28% - 0.625rem) !important;
  }
}
.entry-content > .gallery.gallery-columns-8 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .gallery.gallery-columns-8
  .gallery-item {
  width: calc(25% - 0.625rem) !important;
}
@media (min-width: 768px) {
  .entry-content > .gallery.gallery-columns-8 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .gallery.gallery-columns-8
    .gallery-item {
    width: calc(12.5% - 0.625rem) !important;
  }
}
.entry-content > .gallery.gallery-columns-9 .gallery-item,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .gallery.gallery-columns-9
  .gallery-item {
  width: calc(25% - 0.625rem) !important;
}
@media (min-width: 768px) {
  .entry-content > .gallery.gallery-columns-9 .gallery-item,
  .wp-bootstrap-blocks-row
    [class*="col-"]
    [class=""]
    > .gallery.gallery-columns-9
    .gallery-item {
    width: calc(11.1% - 0.625rem) !important;
  }
}
.entry-content > .gallery .gallery-item,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > .gallery .gallery-item {
  flex-shrink: 0;
  margin: 0 0.3125rem;
}
.entry-content > .gallery .gallery-item .gallery-icon,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .gallery
  .gallery-item
  .gallery-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.entry-content > .gallery .gallery-item .gallery-icon a img,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > .gallery
  .gallery-item
  .gallery-icon
  a
  img {
  border: none !important;
  margin: 0;
}
.entry-content > pre,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > pre {
  background: #3a3a3a;
  border-radius: 0.25rem;
  color: #fff;
  white-space: pre-wrap;
  word-wrap: break-word;
  display: block;
  margin-top: 0.75em;
  padding: 0.5em;
}
@media (min-width: 576px) {
  .entry-content > pre,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > pre {
    margin-top: 0.9375em;
    padding: 0.625em;
  }
}
@media (min-width: 768px) {
  .entry-content > pre,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > pre {
    margin-top: 1.125em;
    padding: 0.75em;
  }
}
@media (min-width: 992px) {
  .entry-content > pre,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > pre {
    margin-top: 1.3125em;
    padding: 0.875em;
  }
}
@media (min-width: 1200px) {
  .entry-content > pre,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > pre {
    margin-top: 1.5em;
    padding: 1em;
  }
}
.entry-content > code,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > code {
  background: #f4f4f9;
  border: 1px solid #d3d3e7;
  font-style: italic;
  color: #ce375c;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.entry-content > figure,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  .entry-content > figure,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure {
    margin-top: 1.875em;
    margin-bottom: 1.875em;
  }
}
@media (min-width: 768px) {
  .entry-content > figure,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure {
    margin-top: 2.25em;
    margin-bottom: 2.25em;
  }
}
@media (min-width: 992px) {
  .entry-content > figure,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure {
    margin-top: 2.625em;
    margin-bottom: 2.625em;
  }
}
@media (min-width: 1200px) {
  .entry-content > figure,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.entry-content > figure img,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure img {
  margin: 0 !important;
}
.entry-content > figure figcaption,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure figcaption {
  font-size: 0.75em;
  text-align: left;
  border-bottom: 2px solid rgba(13, 19, 85, 0.6);
  color: rgba(13, 19, 85, 0.6);
  padding-top: 0.25rem !important;
  padding-bottom: 0.5rem !important;
}
@media (min-width: 576px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure figcaption {
    padding-top: 0.3125rem !important;
  }
}
@media (min-width: 768px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure figcaption {
    padding-top: 0.375rem !important;
  }
}
@media (min-width: 992px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure figcaption {
    padding-top: 0.4375rem !important;
  }
}
@media (min-width: 1200px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure figcaption {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure figcaption {
    padding-bottom: 0.625rem !important;
  }
}
@media (min-width: 768px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure figcaption {
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 992px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure figcaption {
    padding-bottom: 0.875rem !important;
  }
}
@media (min-width: 1200px) {
  .entry-content > figure figcaption,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > figure figcaption {
    padding-bottom: 1rem !important;
  }
}
.entry-content > table,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > table {
  margin-top: 1.5em;
}
@media (min-width: 576px) {
  .entry-content > table,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > table {
    margin-top: 1.875em;
  }
}
@media (min-width: 768px) {
  .entry-content > table,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > table {
    margin-top: 2.25em;
  }
}
@media (min-width: 992px) {
  .entry-content > table,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > table {
    margin-top: 2.625em;
  }
}
@media (min-width: 1200px) {
  .entry-content > table,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] > table {
    margin-top: 3em;
  }
}
.entry-content > table td,
.entry-content > table th,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > table td,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > table th {
  padding: 1em;
  min-width: 5rem;
  vertical-align: middle;
}
.entry-content > table td img,
.entry-content > table th img,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > table td img,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > table th img {
  margin-top: 0;
}
.entry-content > table.is-style-stripes,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > table.is-style-stripes {
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.entry-content > table.is-style-stripes td,
.entry-content > table.is-style-stripes th,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] > table.is-style-stripes td,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > table.is-style-stripes
  th {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.entry-content > table.is-style-stripes td:last-child,
.entry-content > table.is-style-stripes th:last-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > table.is-style-stripes
  td:last-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > table.is-style-stripes
  th:last-child {
  border-right: 0;
}
.entry-content > table:not(.wp-block-table),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > table:not(.wp-block-table) {
  border: 1px solid #e5e5e5;
}
.entry-content > table:not(.wp-block-table) tr,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > table:not(.wp-block-table)
  tr {
  border-bottom: 1px solid #e5e5e5;
}
.entry-content > table:not(.wp-block-table) tr:last-child:not(:first-child),
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > table:not(.wp-block-table)
  tr:last-child:not(:first-child) {
  border: 0;
}
.entry-content > table:not(.wp-block-table) td,
.entry-content > table:not(.wp-block-table) th,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > table:not(.wp-block-table)
  td,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > table:not(.wp-block-table)
  th {
  border-right: 1px solid #e5e5e5;
}
.entry-content > table:not(.wp-block-table) td:last-child,
.entry-content > table:not(.wp-block-table) th:last-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > table:not(.wp-block-table)
  td:last-child,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  > table:not(.wp-block-table)
  th:last-child {
  border: 0;
}
.entry-content .wp-block-button,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-button {
  margin-bottom: 0;
  margin-top: 1em;
}
@media (min-width: 576px) {
  .entry-content .wp-block-button,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-button {
    margin-top: 1.25em;
  }
}
@media (min-width: 768px) {
  .entry-content .wp-block-button,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-button {
    margin-top: 1.5em;
  }
}
@media (min-width: 992px) {
  .entry-content .wp-block-button,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-button {
    margin-top: 1.75em;
  }
}
@media (min-width: 1200px) {
  .entry-content .wp-block-button,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-button {
    margin-top: 2em;
  }
}
.entry-content .wp-block-button__link:focus,
.entry-content .wp-block-button__link:hover,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  .wp-block-button__link:focus,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  .wp-block-button__link:hover {
  opacity: 0.85;
}
.entry-content .wp-block-cover,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-cover {
  min-height: 12.5rem;
  margin-bottom: 0;
  height: 12.5rem;
}
@media (min-width: 576px) {
  .entry-content .wp-block-cover,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-cover {
    height: 15.875rem;
  }
}
@media (min-width: 768px) {
  .entry-content .wp-block-cover,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-cover {
    height: 19.25rem;
  }
}
@media (min-width: 992px) {
  .entry-content .wp-block-cover,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-cover {
    height: 22.625rem;
  }
}
@media (min-width: 1200px) {
  .entry-content .wp-block-cover,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-cover {
    height: 26rem;
  }
}
.entry-content .wp-block-cover,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-cover {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  .entry-content .wp-block-cover,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-cover {
    margin-top: 1.875em;
    margin-bottom: 1.875em;
  }
}
@media (min-width: 768px) {
  .entry-content .wp-block-cover,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-cover {
    margin-top: 2.25em;
    margin-bottom: 2.25em;
  }
}
@media (min-width: 992px) {
  .entry-content .wp-block-cover,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-cover {
    margin-top: 2.625em;
    margin-bottom: 2.625em;
  }
}
@media (min-width: 1200px) {
  .entry-content .wp-block-cover,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-cover {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.entry-content .wp-block-gallery,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-gallery {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  .entry-content .wp-block-gallery,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-gallery {
    margin-top: 1.875em;
    margin-bottom: 1.875em;
  }
}
@media (min-width: 768px) {
  .entry-content .wp-block-gallery,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-gallery {
    margin-top: 2.25em;
    margin-bottom: 2.25em;
  }
}
@media (min-width: 992px) {
  .entry-content .wp-block-gallery,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-gallery {
    margin-top: 2.625em;
    margin-bottom: 2.625em;
  }
}
@media (min-width: 1200px) {
  .entry-content .wp-block-gallery,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-gallery {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.entry-content .wp-block-gallery .blocks-gallery-item figure,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  .wp-block-gallery
  .blocks-gallery-item
  figure {
  margin: 0 !important;
}
.entry-content .wp-block-quote,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-quote {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  .entry-content .wp-block-quote,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-quote {
    margin-top: 1.875em;
    margin-bottom: 1.875em;
  }
}
@media (min-width: 768px) {
  .entry-content .wp-block-quote,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-quote {
    margin-top: 2.25em;
    margin-bottom: 2.25em;
  }
}
@media (min-width: 992px) {
  .entry-content .wp-block-quote,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-quote {
    margin-top: 2.625em;
    margin-bottom: 2.625em;
  }
}
@media (min-width: 1200px) {
  .entry-content .wp-block-quote,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-quote {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.entry-content .wp-block-file,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-file {
  margin-bottom: 0;
  margin-top: 1em;
}
@media (min-width: 576px) {
  .entry-content .wp-block-file,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-file {
    margin-top: 1.25em;
  }
}
@media (min-width: 768px) {
  .entry-content .wp-block-file,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-file {
    margin-top: 1.5em;
  }
}
@media (min-width: 992px) {
  .entry-content .wp-block-file,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-file {
    margin-top: 1.75em;
  }
}
@media (min-width: 1200px) {
  .entry-content .wp-block-file,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-file {
    margin-top: 2em;
  }
}
.entry-content .wp-block-file__button,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-file__button {
  display: inline-block;
}
.entry-content .wp-block-columns,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-columns {
  margin-bottom: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  .entry-content .wp-block-columns,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-columns {
    margin-top: 1.875em;
    margin-bottom: 1.875em;
  }
}
@media (min-width: 768px) {
  .entry-content .wp-block-columns,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-columns {
    margin-top: 2.25em;
    margin-bottom: 2.25em;
  }
}
@media (min-width: 992px) {
  .entry-content .wp-block-columns,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-columns {
    margin-top: 2.625em;
    margin-bottom: 2.625em;
  }
}
@media (min-width: 1200px) {
  .entry-content .wp-block-columns,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-columns {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.entry-content .wp-block-columns .wp-block-column,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  .wp-block-columns
  .wp-block-column {
  margin-bottom: 0;
}
.entry-content .wp-block-media-text,
.wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-media-text {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  .entry-content .wp-block-media-text,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-media-text {
    margin-top: 1.875em;
    margin-bottom: 1.875em;
  }
}
@media (min-width: 768px) {
  .entry-content .wp-block-media-text,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-media-text {
    margin-top: 2.25em;
    margin-bottom: 2.25em;
  }
}
@media (min-width: 992px) {
  .entry-content .wp-block-media-text,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-media-text {
    margin-top: 2.625em;
    margin-bottom: 2.625em;
  }
}
@media (min-width: 1200px) {
  .entry-content .wp-block-media-text,
  .wp-bootstrap-blocks-row [class*="col-"] [class=""] .wp-block-media-text {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.entry-content .wp-block-media-text__media,
.wp-bootstrap-blocks-row
  [class*="col-"]
  [class=""]
  .wp-block-media-text__media {
  margin: 0 !important;
}
.crunch-button__text-only-with-border-bottom:before,
.crunch-button__text-only:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.crunch-button__full-background--small,
.crunch-button__outline--small,
.crunch-button__text-only--small,
.crunch-button__text-only-with-border-bottom--small {
  font-size: 0.875rem;
}
.crunch-button__full-background--medium,
.crunch-button__outline--medium,
.crunch-button__text-only--medium,
.crunch-button__text-only-with-border-bottom--medium {
  font-size: 1rem;
}
.crunch-button__full-background--large,
.crunch-button__outline--large,
.crunch-button__text-only--large,
.crunch-button__text-only-with-border-bottom--large {
  font-size: 1.0625rem;
}
@media (min-width: 576px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large,
  .crunch-button__text-only--large,
  .crunch-button__text-only-with-border-bottom--large {
    font-size: 1.07812rem;
  }
}
@media (min-width: 768px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large,
  .crunch-button__text-only--large,
  .crunch-button__text-only-with-border-bottom--large {
    font-size: 1.09375rem;
  }
}
@media (min-width: 992px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large,
  .crunch-button__text-only--large,
  .crunch-button__text-only-with-border-bottom--large {
    font-size: 1.10938rem;
  }
}
@media (min-width: 1200px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large,
  .crunch-button__text-only--large,
  .crunch-button__text-only-with-border-bottom--large {
    font-size: 1.125rem;
  }
}
.crunch-button__text-only-with-border-bottom {
  text-decoration: none;
  background-image: -webkit-linear-gradient(
    bottom,
    currentColor 1px,
    transparent 0
  );
  background-image: linear-gradient(0deg, currentColor 1px, transparent 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-bottom: 0.125rem;
}
.crunch-button__text-only-with-border-bottom:focus,
.crunch-button__text-only-with-border-bottom:hover {
  background-size: 100% 100%;
}
.crunch-button__text-only-with-border-bottom {
  background-size: 100% 100%;
  background-position: 100%;
}
.crunch-button__text-only-with-border-bottom:focus,
.crunch-button__text-only-with-border-bottom:hover {
  background-size: 0 100%;
}
.crunch-button-wrapper.aligncenter {
  text-align: center;
}
.crunch-button-wrapper.alignright {
  text-align: right;
}
.crunch-button {
  font-weight: 600;
  position: relative;
  line-height: 1.4;
}
.crunch-button__text-only,
.crunch-button__text-only-with-border-bottom {
  padding-right: 1.75rem;
  background-repeat: no-repeat;
  font-weight: 700;
}
.crunch-button__text-only-with-border-bottom:before,
.crunch-button__text-only:before {
  content: "";
  position: absolute;
  right: 0.375rem;
  top: calc(50% - 0.3125rem);
  width: 0.75rem;
  height: 0.625rem;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
}
.crunch-button__text-only-with-border-bottom:hover:before,
.crunch-button__text-only:hover:before {
  right: 0.125rem;
}
.crunch-button__text-only-with-border-bottom:focus:before,
.crunch-button__text-only:focus:before {
  right: 0;
}
.crunch-button__text-only--primary-color,
.crunch-button__text-only-with-border-bottom--primary-color {
  color: #3f50ff;
}
.crunch-button__text-only--primary-color:before,
.crunch-button__text-only-with-border-bottom--primary-color:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMuNCAxMS4zIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMS44IDUuM0w3LjQgMS4yYy0uMS0uMS0uMS0uMyAwLS40cy4zLS4xLjUgMGw0LjQgNC4xYy4yLjIuMy40LjMuN3YuMmMwIC4yLS4xLjUtLjMuN2wtNC40IDQuMWMtLjEuMS0uMy4xLS41IDBzLS4xLS4zIDAtLjRMMTEuOCA2SDFjLS4yIDAtLjMtLjEtLjMtLjNzLjEtLjQuMy0uNHoiIGZpbGw9IiMzZjUwZmYiIHN0cm9rZT0iIzNmNTBmZiIgc3Ryb2tlLXdpZHRoPSIxLjMiLz48L3N2Zz4=);
}
.crunch-button__text-only--primary-color:hover,
.crunch-button__text-only-with-border-bottom--primary-color:hover {
  color: #3f50ff;
}
.crunch-button__text-only--primary-color:focus,
.crunch-button__text-only-with-border-bottom--primary-color:focus {
  color: #2539ff;
}
.crunch-button__text-only--white-color,
.crunch-button__text-only-with-border-bottom--white-color {
  color: #fff;
}
.crunch-button__text-only--white-color:before,
.crunch-button__text-only-with-border-bottom--white-color:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMuNCAxMS4zIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMS44IDUuM0w3LjQgMS4yYy0uMS0uMS0uMS0uMyAwLS40cy4zLS4xLjUgMGw0LjQgNC4xYy4yLjIuMy40LjMuN3YuMmMwIC4yLS4xLjUtLjMuN2wtNC40IDQuMWMtLjEuMS0uMy4xLS41IDBzLS4xLS4zIDAtLjRMMTEuOCA2SDFjLS4yIDAtLjMtLjEtLjMtLjNzLjEtLjQuMy0uNHoiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjMiLz48L3N2Zz4=);
}
.crunch-button__text-only--white-color:hover,
.crunch-button__text-only-with-border-bottom--white-color:hover {
  color: #f6f6ff;
}
.crunch-button__text-only--white-color:focus,
.crunch-button__text-only-with-border-bottom--white-color:focus {
  color: #d9ddfe;
}
.crunch-button__text-only-with-border-bottom--white-color {
  background-image: -webkit-linear-gradient(bottom, #fff 1px, transparent 0);
  background-image: linear-gradient(0deg, #fff 1px, transparent 0);
}
.crunch-button__full-background,
.crunch-button__outline {
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.6s ease !important;
  transition: all 0.6s ease !important;
  border-radius: 2rem;
  font-weight: 600;
  box-shadow: 0.125rem 1.375rem 1.8125rem -0.75rem rgba(60, 70, 170, 0.15);
}
.crunch-button__full-background--primary-color:after,
.crunch-button__full-background--primary-color:before,
.crunch-button__full-background--white-color:after,
.crunch-button__full-background--white-color:before,
.crunch-button__outline--primary-color:after,
.crunch-button__outline--primary-color:before,
.crunch-button__outline--white-color:after,
.crunch-button__outline--white-color:before {
  content: "";
  position: absolute;
  left: -2.5%;
  top: -2.5%;
  width: 105%;
  height: 105%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: inherit;
  transition: inherit;
}
.crunch-button__full-background--primary-color:focus:after,
.crunch-button__full-background--primary-color:hover:before,
.crunch-button__full-background--white-color:focus:after,
.crunch-button__full-background--white-color:hover:before,
.crunch-button__outline--primary-color:focus:after,
.crunch-button__outline--primary-color:hover:before,
.crunch-button__outline--white-color:focus:after,
.crunch-button__outline--white-color:hover:before {
  opacity: 1;
}
.crunch-button__full-background--small,
.crunch-button__outline--small {
  padding: 0.75rem 1.5rem;
  font-weight: 500;
}
.crunch-button__full-background--medium,
.crunch-button__outline--medium {
  min-width: 7rem;
  padding: 0.75rem 1.25rem;
}
@media (min-width: 576px) {
  .crunch-button__full-background--medium,
  .crunch-button__outline--medium {
    min-width: 7.75rem;
    padding: 0.8125rem 1.4375rem;
  }
}
@media (min-width: 768px) {
  .crunch-button__full-background--medium,
  .crunch-button__outline--medium {
    min-width: 8.5rem;
    padding: 0.875rem 1.625rem;
  }
}
@media (min-width: 992px) {
  .crunch-button__full-background--medium,
  .crunch-button__outline--medium {
    min-width: 9.25rem;
    padding: 0.9375rem 1.8125rem;
  }
}
@media (min-width: 1200px) {
  .crunch-button__full-background--medium,
  .crunch-button__outline--medium {
    min-width: 10rem;
    padding: 1rem 2rem;
  }
}
.crunch-button__full-background--large,
.crunch-button__outline--large {
  min-width: 8rem;
  padding: 0.75rem 1.5rem;
}
@media (min-width: 576px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large {
    min-width: 9rem;
    padding: 0.8125rem 1.6875rem;
  }
}
@media (min-width: 768px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large {
    min-width: 10rem;
    padding: 0.875rem 1.875rem;
  }
}
@media (min-width: 992px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large {
    min-width: 11rem;
    padding: 0.9375rem 2.0625rem;
  }
}
@media (min-width: 1200px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large {
    min-width: 12rem;
    padding: 1rem 2.25rem;
  }
}
.crunch-button__full-background--primary-color {
  background: #3f50ff;
  color: #fff;
}
.crunch-button__full-background--primary-color:before {
  background-image: -webkit-linear-gradient(
    181deg,
    #353dff,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
  background-image: linear-gradient(
    269deg,
    #353dff,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
}
.crunch-button__full-background--primary-color:after {
  background-image: -webkit-linear-gradient(
    181deg,
    #0008c6,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
  background-image: linear-gradient(
    269deg,
    #0008c6,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
}
.crunch-button__full-background--primary-color:focus,
.crunch-button__full-background--primary-color:hover {
  color: #fff;
}
.crunch-button__full-background--white-color {
  background: #fff;
  color: #3f50ff;
}
.crunch-button__full-background--white-color:hover {
  background: #f6f6ff;
}
.crunch-button__full-background--white-color:focus {
  background: #d9ddfe;
}
.crunch-button__full-background--white-color:focus,
.crunch-button__full-background--white-color:hover {
  color: #3f50ff;
}
.crunch-button__outline--primary-color {
  border: 1px solid #3f50ff;
  background: #fff;
  color: #3f50ff;
}
.crunch-button__outline--primary-color:before {
  background-image: -webkit-linear-gradient(
    181deg,
    #353dff,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
  background-image: linear-gradient(
    269deg,
    #353dff,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
}
.crunch-button__outline--primary-color:after {
  background-image: -webkit-linear-gradient(
    181deg,
    #0008c6,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
  background-image: linear-gradient(
    269deg,
    #0008c6,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
}
.crunch-button__outline--primary-color:focus,
.crunch-button__outline--primary-color:hover {
  color: #fff;
  border-color: transparent;
}
.crunch-button__outline--white-color {
  border: 1px solid #d9ddfe;
  background: transparent;
  color: #fff;
}
.crunch-button__outline--white-color:hover {
  background: #f6f6ff;
}
.crunch-button__outline--white-color:focus {
  background: #d9ddfe;
}
.crunch-button__outline--white-color:focus,
.crunch-button__outline--white-color:hover {
  color: #3f50ff;
}
.crunch-button__outline--unset-shadow {
  box-shadow: unset;
}
:root {
  --br-blobby: 50%;
}
.blob {
  position: relative;
  -webkit-transition: 1s linear;
  transition: 1s linear;
  display: inline-block;
  width: 10.3125rem;
  height: 9.5625rem;
}
@media (min-width: 576px) {
  .blob {
    width: 11.17188rem;
    height: 10.35938rem;
  }
}
@media (min-width: 768px) {
  .blob {
    width: 12.03125rem;
    height: 11.15625rem;
  }
}
@media (min-width: 992px) {
  .blob {
    width: 12.89062rem;
    height: 11.95312rem;
  }
}
@media (min-width: 1200px) {
  .blob {
    width: 13.75rem;
    height: 12.75rem;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .blob:not(.blob--border-only):not(.blob--border-only-big) {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70% !important;
    -webkit-animation: organic 10s ease-in-out infinite alternate !important;
    animation: organic 10s ease-in-out infinite alternate !important;
  }
}
.blob--animation-radius {
  border-radius: var(--br-blobby);
}
.blob--static-organic-radius {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.blob--primary-gradient {
  background-image: -webkit-linear-gradient(342deg, #000b5b 5%, #eef0ff);
  background-image: linear-gradient(108deg, #000b5b 5%, #eef0ff);
}
.blob--secondary-gradient {
  background-image: -webkit-linear-gradient(339deg, #7681d5 4%, #eef0ff 98%);
  background-image: linear-gradient(111deg, #7681d5 4%, #eef0ff 98%);
}
.blob--blue-green-gradient {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#59f298),
    to(#0b8ff0)
  );
  background-image: -webkit-linear-gradient(top, #59f298, #0b8ff0);
  background-image: linear-gradient(180deg, #59f298, #0b8ff0);
}
.blob--background,
.blob--border-only,
.blob--border-only-big {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.blob--border-only {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQ5IDE0NyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZWFyR3JhZGllbnQgaWQ9ImEiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTI4LjU3NTEgLTc3LjI1NTcgLTc3Ljc3MDggLTEyOS40MzIzIDU1MDkzLjMyNCAxNzExODAuOTM4KSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyNzQuMTY3IiB4Mj0iMjc0LjE2NyIgeTE9IjExNTIuNTYxIiB5Mj0iMTE1MS41NjEiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzU5ZjI5OCIvPjxzdG9wIG9mZnNldD0iLjk5NiIgc3RvcC1jb2xvcj0iIzNmNTBmZiIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZD0iTTc3Ni4zIDk1Ny4xYzI5LjgtMTcuOSA2MC40LTY4LjUgNDIuOC05Ny43LTE3LjUtMjkuMi05MC44LTQ5LjYtMTIwLjYtMzEuN3MtMjUuNSA3OS44LTggMTA5YzE3LjYgMjkuMiA1NiAzOC4zIDg1LjggMjAuNHoiIGZpbGw9Im5vbmUiIHN0cm9rZT0idXJsKCNhKSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3NiAtODIwKSIvPjwvc3ZnPg==);
}
.blob--border-only-big {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjk0IDI2OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZWFyR3JhZGllbnQgaWQ9ImEiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMjkzIDAgMCAtMjY4IC0xODcxNzEuNSAxNDc0MjguNSkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iNjQyLjYzIiB4Mj0iNjQyLjYzIiB5MT0iNTQ5LjUzIiB5Mj0iNTQ4LjUzIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM1OWYyOTgiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzZjUwZmYiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGQ9Ik0xMDk1LjQgMTU0LjVjLTMwLjkgMC01OS4xIDIwLjMtODAuNyA0OC4yLTI1LjkgMzMuMy00Mi4yIDc3LjUtNDIuMiAxMTAuNCAwIDMwLjIgMTMuOCA1Ny41IDM2IDc3LjNzNTMgMzIuMSA4Ni45IDMyLjFjMzYuNyAwIDgzLjMtMTQuMyAxMTguNS0zNi45IDI5LjktMTkuMyA1MS42LTQ0LjYgNTEuNi03Mi41IDAtMzAuNi0yNi4yLTcwLjgtNjAuOC0xMDMuMS0zMy44LTMxLjUtNzUuNy01NS41LTEwOS4zLTU1LjV6IiBmaWxsPSJub25lIiBzdHJva2U9InVybCgjYSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NzIgLTE1NCkiLz48L3N2Zz4=);
}
.blob--extra-small {
  width: 1.125rem;
  height: 1.125rem;
}
@media (min-width: 576px) {
  .blob--extra-small {
    width: 1.21875rem;
    height: 1.21875rem;
  }
}
@media (min-width: 768px) {
  .blob--extra-small {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
@media (min-width: 992px) {
  .blob--extra-small {
    width: 1.40625rem;
    height: 1.40625rem;
  }
}
@media (min-width: 1200px) {
  .blob--extra-small {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.blob--small {
  width: 6.375rem;
  height: 6.375rem;
}
@media (min-width: 576px) {
  .blob--small {
    width: 6.90625rem;
    height: 6.90625rem;
  }
}
@media (min-width: 768px) {
  .blob--small {
    width: 7.4375rem;
    height: 7.4375rem;
  }
}
@media (min-width: 992px) {
  .blob--small {
    width: 7.96875rem;
    height: 7.96875rem;
  }
}
@media (min-width: 1200px) {
  .blob--small {
    width: 8.5rem;
    height: 8.5rem;
  }
}
.blob--width-5 {
  width: 2.5rem;
}
@media (min-width: 576px) {
  .blob--width-5 {
    width: 3.125rem;
  }
}
@media (min-width: 768px) {
  .blob--width-5 {
    width: 3.75rem;
  }
}
@media (min-width: 992px) {
  .blob--width-5 {
    width: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-5 {
    width: 5rem;
  }
}
.blob--width-6-5 {
  width: 3.25rem;
}
@media (min-width: 576px) {
  .blob--width-6-5 {
    width: 4.0625rem;
  }
}
@media (min-width: 768px) {
  .blob--width-6-5 {
    width: 4.875rem;
  }
}
@media (min-width: 992px) {
  .blob--width-6-5 {
    width: 5.6875rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-6-5 {
    width: 6.5rem;
  }
}
.blob--width-7-5 {
  width: 3.75rem;
}
@media (min-width: 576px) {
  .blob--width-7-5 {
    width: 4.6875rem;
  }
}
@media (min-width: 768px) {
  .blob--width-7-5 {
    width: 5.625rem;
  }
}
@media (min-width: 992px) {
  .blob--width-7-5 {
    width: 6.5625rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-7-5 {
    width: 7.5rem;
  }
}
.blob--width-8-5 {
  width: 4.25rem;
}
@media (min-width: 576px) {
  .blob--width-8-5 {
    width: 5.3125rem;
  }
}
@media (min-width: 768px) {
  .blob--width-8-5 {
    width: 6.375rem;
  }
}
@media (min-width: 992px) {
  .blob--width-8-5 {
    width: 7.4375rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-8-5 {
    width: 8.5rem;
  }
}
.blob--width-10 {
  width: 5rem;
}
@media (min-width: 576px) {
  .blob--width-10 {
    width: 6.25rem;
  }
}
@media (min-width: 768px) {
  .blob--width-10 {
    width: 7.5rem;
  }
}
@media (min-width: 992px) {
  .blob--width-10 {
    width: 8.75rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-10 {
    width: 10rem;
  }
}
.blob--width-12-5 {
  width: 6.25rem;
}
@media (min-width: 576px) {
  .blob--width-12-5 {
    width: 7.8125rem;
  }
}
@media (min-width: 768px) {
  .blob--width-12-5 {
    width: 9.375rem;
  }
}
@media (min-width: 992px) {
  .blob--width-12-5 {
    width: 10.9375rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-12-5 {
    width: 12.5rem;
  }
}
.blob--width-15 {
  width: 7.5rem;
}
@media (min-width: 576px) {
  .blob--width-15 {
    width: 9.375rem;
  }
}
@media (min-width: 768px) {
  .blob--width-15 {
    width: 11.25rem;
  }
}
@media (min-width: 992px) {
  .blob--width-15 {
    width: 13.125rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-15 {
    width: 15rem;
  }
}
.blob--width-17-5 {
  width: 8.75rem;
}
@media (min-width: 576px) {
  .blob--width-17-5 {
    width: 10.9375rem;
  }
}
@media (min-width: 768px) {
  .blob--width-17-5 {
    width: 13.125rem;
  }
}
@media (min-width: 992px) {
  .blob--width-17-5 {
    width: 15.3125rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-17-5 {
    width: 17.5rem;
  }
}
.blob--width-20 {
  width: 10rem;
}
@media (min-width: 576px) {
  .blob--width-20 {
    width: 12.5rem;
  }
}
@media (min-width: 768px) {
  .blob--width-20 {
    width: 15rem;
  }
}
@media (min-width: 992px) {
  .blob--width-20 {
    width: 17.5rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-20 {
    width: 20rem;
  }
}
.blob--width-25 {
  width: 12.5rem;
}
@media (min-width: 576px) {
  .blob--width-25 {
    width: 15.625rem;
  }
}
@media (min-width: 768px) {
  .blob--width-25 {
    width: 18.75rem;
  }
}
@media (min-width: 992px) {
  .blob--width-25 {
    width: 21.875rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-25 {
    width: 25rem;
  }
}
.blob--width-30 {
  width: 15rem;
}
@media (min-width: 576px) {
  .blob--width-30 {
    width: 18.75rem;
  }
}
@media (min-width: 768px) {
  .blob--width-30 {
    width: 22.5rem;
  }
}
@media (min-width: 992px) {
  .blob--width-30 {
    width: 26.25rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-30 {
    width: 30rem;
  }
}
.blob--width-35 {
  width: 17.5rem;
}
@media (min-width: 576px) {
  .blob--width-35 {
    width: 21.875rem;
  }
}
@media (min-width: 768px) {
  .blob--width-35 {
    width: 26.25rem;
  }
}
@media (min-width: 992px) {
  .blob--width-35 {
    width: 30.625rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-35 {
    width: 35rem;
  }
}
.blob--width-40 {
  width: 20rem;
}
@media (min-width: 576px) {
  .blob--width-40 {
    width: 25rem;
  }
}
@media (min-width: 768px) {
  .blob--width-40 {
    width: 30rem;
  }
}
@media (min-width: 992px) {
  .blob--width-40 {
    width: 35rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-40 {
    width: 40rem;
  }
}
.blob--width-55 {
  width: 20rem;
}
@media (min-width: 576px) {
  .blob--width-55 {
    width: 25rem;
  }
}
@media (min-width: 768px) {
  .blob--width-55 {
    width: 30rem;
  }
}
@media (min-width: 992px) {
  .blob--width-55 {
    width: 35rem;
  }
}
@media (min-width: 1200px) {
  .blob--width-55 {
    width: 40rem;
  }
}
.blob--height-5 {
  height: 2.5rem;
}
@media (min-width: 576px) {
  .blob--height-5 {
    height: 3.125rem;
  }
}
@media (min-width: 768px) {
  .blob--height-5 {
    height: 3.75rem;
  }
}
@media (min-width: 992px) {
  .blob--height-5 {
    height: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-5 {
    height: 5rem;
  }
}
.blob--height-6-5 {
  height: 3.25rem;
}
@media (min-width: 576px) {
  .blob--height-6-5 {
    height: 4.0625rem;
  }
}
@media (min-width: 768px) {
  .blob--height-6-5 {
    height: 4.875rem;
  }
}
@media (min-width: 992px) {
  .blob--height-6-5 {
    height: 5.6875rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-6-5 {
    height: 6.5rem;
  }
}
.blob--height-7-5 {
  height: 3.75rem;
}
@media (min-width: 576px) {
  .blob--height-7-5 {
    height: 4.6875rem;
  }
}
@media (min-width: 768px) {
  .blob--height-7-5 {
    height: 5.625rem;
  }
}
@media (min-width: 992px) {
  .blob--height-7-5 {
    height: 6.5625rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-7-5 {
    height: 7.5rem;
  }
}
.blob--height-8-5 {
  height: 4.25rem;
}
@media (min-width: 576px) {
  .blob--height-8-5 {
    height: 5.3125rem;
  }
}
@media (min-width: 768px) {
  .blob--height-8-5 {
    height: 6.375rem;
  }
}
@media (min-width: 992px) {
  .blob--height-8-5 {
    height: 7.4375rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-8-5 {
    height: 8.5rem;
  }
}
.blob--height-10 {
  height: 5rem;
}
@media (min-width: 576px) {
  .blob--height-10 {
    height: 6.25rem;
  }
}
@media (min-width: 768px) {
  .blob--height-10 {
    height: 7.5rem;
  }
}
@media (min-width: 992px) {
  .blob--height-10 {
    height: 8.75rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-10 {
    height: 10rem;
  }
}
.blob--height-12-5 {
  height: 6.25rem;
}
@media (min-width: 576px) {
  .blob--height-12-5 {
    height: 7.8125rem;
  }
}
@media (min-width: 768px) {
  .blob--height-12-5 {
    height: 9.375rem;
  }
}
@media (min-width: 992px) {
  .blob--height-12-5 {
    height: 10.9375rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-12-5 {
    height: 12.5rem;
  }
}
.blob--height-15 {
  height: 7.5rem;
}
@media (min-width: 576px) {
  .blob--height-15 {
    height: 9.375rem;
  }
}
@media (min-width: 768px) {
  .blob--height-15 {
    height: 11.25rem;
  }
}
@media (min-width: 992px) {
  .blob--height-15 {
    height: 13.125rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-15 {
    height: 15rem;
  }
}
.blob--height-17-5 {
  height: 8.75rem;
}
@media (min-width: 576px) {
  .blob--height-17-5 {
    height: 10.9375rem;
  }
}
@media (min-width: 768px) {
  .blob--height-17-5 {
    height: 13.125rem;
  }
}
@media (min-width: 992px) {
  .blob--height-17-5 {
    height: 15.3125rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-17-5 {
    height: 17.5rem;
  }
}
.blob--height-20 {
  height: 10rem;
}
@media (min-width: 576px) {
  .blob--height-20 {
    height: 12.5rem;
  }
}
@media (min-width: 768px) {
  .blob--height-20 {
    height: 15rem;
  }
}
@media (min-width: 992px) {
  .blob--height-20 {
    height: 17.5rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-20 {
    height: 20rem;
  }
}
.blob--height-25 {
  height: 12.5rem;
}
@media (min-width: 576px) {
  .blob--height-25 {
    height: 15.625rem;
  }
}
@media (min-width: 768px) {
  .blob--height-25 {
    height: 18.75rem;
  }
}
@media (min-width: 992px) {
  .blob--height-25 {
    height: 21.875rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-25 {
    height: 25rem;
  }
}
.blob--height-30 {
  height: 15rem;
}
@media (min-width: 576px) {
  .blob--height-30 {
    height: 18.75rem;
  }
}
@media (min-width: 768px) {
  .blob--height-30 {
    height: 22.5rem;
  }
}
@media (min-width: 992px) {
  .blob--height-30 {
    height: 26.25rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-30 {
    height: 30rem;
  }
}
.blob--height-35 {
  height: 17.5rem;
}
@media (min-width: 576px) {
  .blob--height-35 {
    height: 21.875rem;
  }
}
@media (min-width: 768px) {
  .blob--height-35 {
    height: 26.25rem;
  }
}
@media (min-width: 992px) {
  .blob--height-35 {
    height: 30.625rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-35 {
    height: 35rem;
  }
}
.blob--height-40 {
  height: 20rem;
}
@media (min-width: 576px) {
  .blob--height-40 {
    height: 25rem;
  }
}
@media (min-width: 768px) {
  .blob--height-40 {
    height: 30rem;
  }
}
@media (min-width: 992px) {
  .blob--height-40 {
    height: 35rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-40 {
    height: 40rem;
  }
}
.blob--height-55 {
  height: 20rem;
}
@media (min-width: 576px) {
  .blob--height-55 {
    height: 25rem;
  }
}
@media (min-width: 768px) {
  .blob--height-55 {
    height: 30rem;
  }
}
@media (min-width: 992px) {
  .blob--height-55 {
    height: 35rem;
  }
}
@media (min-width: 1200px) {
  .blob--height-55 {
    height: 40rem;
  }
}
.blob--rotate-0 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.blob--rotate-30 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.blob--rotate-60 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.blob--rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.blob--rotate-120 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.blob--rotate-150 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
.blob--rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blob--rotate-210 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
.blob--rotate-240 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
.blob--rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.blob--rotate-300 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}
.blob--rotate-330 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}
.google-partner-logo-wrapper {
  right: 1rem;
  z-index: 5;
  width: 4.96875rem;
}
@media (min-width: 576px) {
  .google-partner-logo-wrapper {
    width: 5.38281rem;
  }
}
@media (min-width: 768px) {
  .google-partner-logo-wrapper {
    width: 5.79688rem;
  }
}
@media (min-width: 992px) {
  .google-partner-logo-wrapper {
    width: 6.21094rem;
  }
}
@media (min-width: 1200px) {
  .google-partner-logo-wrapper {
    width: 6.625rem;
  }
}
@media (min-width: 576px) {
  .google-partner-logo-wrapper {
    right: calc(50vw - 15.25rem);
  }
}
@media (min-width: 768px) {
  .google-partner-logo-wrapper {
    right: calc(50vw - 21rem);
  }
}
@media (min-width: 992px) {
  .google-partner-logo-wrapper {
    right: calc(50vw - 29rem);
  }
}
@media (min-width: 1200px) {
  .google-partner-logo-wrapper {
    right: calc(50vw - 35rem);
  }
}
.google-partner-logo-wrapper--fixed {
  position: fixed;
  bottom: 5vh;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.google-partner-logo-wrapper--visible {
  opacity: 1;
}
.sharer__link:focus,
.sharer__link:hover {
  opacity: 0.7;
}
.sharer__icon {
  width: 100%;
  max-width: 1.125rem;
  max-height: 1.125rem;
}
@media (min-width: 576px) {
  .sharer__icon {
    max-width: 1.21875rem;
    max-height: 1.21875rem;
  }
}
@media (min-width: 768px) {
  .sharer__icon {
    max-width: 1.3125rem;
    max-height: 1.3125rem;
  }
}
@media (min-width: 992px) {
  .sharer__icon {
    max-width: 1.40625rem;
    max-height: 1.40625rem;
  }
}
@media (min-width: 1200px) {
  .sharer__icon {
    max-width: 1.5rem;
    max-height: 1.5rem;
  }
}
.sharer__icon--twitter {
  position: relative;
  top: 2px;
}
.partner-logos {
  -webkit-animation: logo-transition 8s linear infinite;
  animation: logo-transition 8s linear infinite;
  display: -webkit-inline-box;
  display: inline-flex;
}
.partner-logos .single-partner {
  display: inline-table;
}
.owl-partner-logos .single-partner__logo-wrapper,
.partner-logos .single-partner__logo-wrapper {
  height: 2.5rem;
}
.owl-partner-logos .single-partner__image,
.owl-partner-logos .single-partner__logo-wrapper,
.partner-logos .single-partner__image,
.partner-logos .single-partner__logo-wrapper {
  width: auto !important;
  max-width: 100%;
}
.owl-partner-logos .single-partner__image--auto-18,
.owl-partner-logos .single-partner__logo-wrapper--auto-18,
.partner-logos .single-partner__image--auto-18,
.partner-logos .single-partner__logo-wrapper--auto-18 {
  max-height: 1.125rem;
  width: auto !important;
}
.owl-partner-logos .single-partner__image--auto-24,
.owl-partner-logos .single-partner__logo-wrapper--auto-24,
.partner-logos .single-partner__image--auto-24,
.partner-logos .single-partner__logo-wrapper--auto-24 {
  max-height: 1.5rem;
  width: auto !important;
}
.owl-partner-logos .single-partner__image--auto-30,
.owl-partner-logos .single-partner__logo-wrapper--auto-30,
.partner-logos .single-partner__image--auto-30,
.partner-logos .single-partner__logo-wrapper--auto-30 {
  max-height: 1.875rem;
  width: auto !important;
}
.owl-partner-logos .single-partner__image--auto-40,
.owl-partner-logos .single-partner__logo-wrapper--auto-40,
.partner-logos .single-partner__image--auto-40,
.partner-logos .single-partner__logo-wrapper--auto-40 {
  max-height: 2.5rem;
  width: auto !important;
}
.owl-partner-logos .single-partner__image--full,
.owl-partner-logos .single-partner__logo-wrapper--full,
.partner-logos .single-partner__image--full,
.partner-logos .single-partner__logo-wrapper--full {
  max-height: 100%;
  width: auto !important;
}
@-webkit-keyframes logo-transition {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes logo-transition {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+82aGQWAQEcVAFI2gWCMqxDWYYOPCSQPxpNianLjHGJtdY2ubGI0naeBU20ZjTBQxotGKB6IhatVoIkQSRR1EQNFRBlllGZDNGRDof4f/6eP63jDMjqf3nCvOW+7yvX+//72S9vZ25v/F/CIj/0gkErMbMPcDNDU1+SkUilB4fwr0/wTUwVD7Q/Uw3l17dWtraxXUfJ1OlwntpGk0mtzJkyfXtJsxGEvmbnif9GkvAO/evfsM/JkilUrnQp+PWZMSWlpacuvr67dptdq0oKCgbLjUZgqglgLIWMrC5H1jVa/Xj4LJvd/W1lbUbqfS3NycU1lZ+U5CQkI/GCJrbHwWF1sBCKBFAMVta3dggf4rqqqqYk+fPj0UhirlOM6aAFqdhQG4MSzLvgVsutDYeyC/tDU1NWqQX5dycnLysrOzS86cOVOVmZlZT5oVeqdXr17sjBkzvEJCQvqGhYUNGTZs2OMDBgwY7enpGQD9uYn1BdRfW11d/eW0adM+hn7uwJjbnFIGwkDXAnhrjCiOCgDs159//jlt3759eSdPnqwgWGLVE/yhtpKmjI2ZsCUqQDlUxYoVKwIjIyPHjxw58pn+/fuHiYEJ4uQayMjNfn5+X5K+CJBOIQOB6iYDeL+KsVJFRcXFlJSUTyZNmjQTXgmFOgzqo1D7QlUS4kIwBNmMYjkOQPKsC1QCVm+o/aEGrFq1aoZKpfqisbGxWGw8wNbfzJw50xvbcCyAYE6sFBvorVu3VFu3bv0LPDYJ6igyQQTNHQFju1JCplQElYChwA/iO2vWrDEgDmKB6kuExgYi5HphYeFSfId1CIAAXqLQ4BoaGoqTkpI+hkcmQ30cqa03N1hrgGYCmISq+86bN29sfn5+PIz1jtBYCwoKPsIPytoNQHhHCSybKjSg3Nzcb8PDw5+Dx8YgxfVGVpPYEjgRMDkgfXbu3Pk8KK3zQmMuLS2NR8qV2hzAO3fuBAB4P9CDgOtVO3bsWA2PTEQZ5wPV1dYU1w0g3ceOHRtw9erVL4nyEJDTSfixpTYDEJ7tD+D9RHcOJkLe/PnzX0QFMYj7mo4GToC1idztk56e/idQfPX0PMrLy/d1G0RTAYTnZADefwXI/8yECROeRSXhi1QncSbwBKjR48CBA1HANaX0fIqKiuK7BaKpAAJ4KXRn169fP+Hv7/9buP0b1K5yZwaPosZeiYmJ4QCihp6XWq2OQy5irQIgaLA4uhMwAdI9PDyehtvBhC2IYevswAmAqABrIRx851v0/C5cuLCcUGqXIHYFIPiTiwXsu6zg4OAZcHsEgiftSeBRILqAR/QszPM2f45giGtCQ0MD0fQyD0BUGrcoG68IfMrn4fZIqN49jfLEKBEobh78buXPtaSk5ACKJqlZAALr7uQ3CL/1sbGxb6KN16+ng8ebu0EmAmCf0dyWlZVFTDNPUVYWAxBI+hW6sR9//HEL3BoH1R+NY+YhAdAAYlhYWO+6urrT/DkTVxA4bgRaF6YDCKybxW+orKzsHFx+Eupj6MBLLAEQPlCMKcEDOwJoMHGOHj0aBpzWyJ87cQVFWVkIQGhgBRWY1L/77rsLUe558cnZgsGTr5sEA34cQ1MSJwCQFDkoyVia+77++uto9JklRgGE33Kgvnz+yyqVKglZ9xG09RhrAIgfp7q4uPj96OhopSPcPqF449q1a310Ot1Vigp3wb0B3EKcKIBAfa/zX9Tr9bXTp08n6AcJfQFLAeSZDefz8vKetXfgQaRINRrNIlqBxsXFTX8AA7oRoL5s/ouZmZkE+TDUutLuLiqZCiA3TvCrdyQnJz9mL9tSrMydO9cdqDCH4sTPMXArFQQQHOxp/Bfgd+OcOXOIsA9ExcHYGECO6kuAAl63RzTHSGFBcb5BcUkJXB+KITJBAD+ifN3jcPmJB1C3MYBcqa+vPwUG7lO29LGNlT179viCjO7kSIDX8jf0vlihRaFO0YktW7asQF/X4wHtYwcASYEx6SoqKj7bvHnzAFuwdReFBbswnj8erVabjSE7RScAwaEeT5FraWBgYASG4+XmLqxbCiBvDeMalLk4cImdAGSKiooi6QCsu7v7KIzW3LfnJBLJFP6LN2/ePK9Wq2+T1UjimDg6iUehUMD3DEy8fft2cnp6eiiMVyaxeE2y63Lq1KkM0MDF/GsLFy4cwomVe18BHlLxUd67dy/xAYej2mYcTYGUYV8HAn7dggULvCxVMqasnYPBv4/fP3zA9WgTSrmG3KgB6ubPn/975HUXZwOQ56dmge04yxLb0ZRSU1PzJhWRuoEurauhEZB/Y/gP1NbW3vD09JxgTPs6A4CcngHBvic1NTXYHJfQlFJSUjIZOLSW32lUVFQ4idKwCMII/gsA4E3QPiTdormLNAtnKJI+ffq8GBkZmQZy+21CFSAaWWt2AHK3ALhSw782depUYg+6cB0N598Eb6AIwbsrlujjdJmiMlm/gQMHrgfr4QewHacCiHJrKZk1a9ZUAAV2AnDo0KEDiSJhUQMP4d+srKws4SX69Kji5uY2ecyYMUdgDp/v3r3bH+Zmcf7L/v37W8EeLeRf8/X1fYQPYD+KAmuQ+tqYHlgI9fn4+Lw6e/bs0zdu3FgIv12tQI1l/B+gI0h8UMaxsCfF8w1IfT06A93FxWXQkCFDtoFLeCAjI2OcJbYjcUL4v11dXQ1rxxyACip9g1MebcxDUDw8PGZOnDgxHVzCf5BAgDlKhriUneJdUqkLH0CWeritp1OfQHJlHbCzDiPqsu6+z7JsM/XbYDJxwHVSFnK5QTY+FACSGGNOTs6BWbNmvQJU+B9z50XkKkVkBvdWhp3c4d9UKpWuYtGXnlRAGebu2LFj68qVK88QhwJrvTm+Pb1/paWl5Q4fwFr+TS8vLyUC2CNBBM+qFvzVPTExMfvAKdAicCQwQpIszTLNgGV9+L/B3iTttbFIjuX8m/369fPhlhx7Gnhqtfr44sWLl06bNi0BwCMOAYmkVJI5mwseUuCj/N9VVVWkzVYZkmMBqOV7N8GG8kcA2Z4CHJheN8Dg3bZkyZKfiDcKVYvsqudvazBTjsrBlRvEv1ZaWlp2D0Ag+Xz+TW9v70EY73J6AGFiTefOndu/aNGi3ZcvX65AdiUAEhnVas7+ObrodDo/sCk7bU3Lysq6afDWSPvFxcXDqGh0WUhISCgXdXXWaExRUdHp5cuXL8B1G+Lce3c3Ym1KAQ59BsRcpyT14ODgCENMkDSyceNGBbUO0frpp5/OxgFJnA3AhoaGUtwFQLZPjMDgpps5ayYm2pAf8Puvqam5ynQkGvS9l+IFbHyW/1BaWlocI7QS70AAW1tbmy9evLg/IiKC2wUwCN1Qs1NDTKTAY/xxfP/99yQiPcrQN9dIZWXlEir3+RRcHsKIZSXZGUCyaWfdunWvQZfjmY4sCavsAjBBRPkCR9bwxzJlypTfwa3BBnHBNZKXlxdELarXzZs3L7wrOWhrAMmmxCNHjvxTJpORzDCS3OSH6zRSe6zKgZKawx8PaHsNfsT+BiXLa0QKbHyF//CJEyfWMiIpHXYAsC0/P//w7NmzSWZEKH5xL8bKi+wmAJhKLax/AZdD7kWw+FmaWq32r9SmvAtMx24jhT0BBBcsHxQbWdSfgNFy8rV7MTZI8+jCfAkE9m3ij2316tWLUOO70gAy8MVHU9q4LT4+/iWmY9+EzTMTyOYXUF5b/f39p6KQfhRFiM3yB7tQHhso7XsNP+p95Uo1IgWVfZZKtD6OckduSwALCwtPLVu27GW06YjRSvJPbJ7qJlaampr8gX60/DEeOnRoA37Y+wRF5wmXl5cvoaiwZdu2bTFICRJrAwhCuTAxMfFDnk3nizadXZItxQqYTJ9QyoOsiTz5gEgTaEQBvH+B2oiXIUaFFgy++cqVKwmhoaGR0Mxoa9h01gIQN1TWUAp1E46zTycXV6ARkhe3TCBD/22coFUyVDUazQtMx67OIKYjgVvBOGZLrBD1fUNTn1KpnIKWgOsDFCRQFCAwU6jtrGVLly4dTTdgwcAVaJZ4MA7c6SRgtkTTxHP8+PGNSH3eDwRYRABks7OznxbYmXkI7UKZFQDkdpY7zTYH9DqK6N2oTMfO+wBBr8yIIJXDy3+nQVSpVGsY3s6dh2WjDfxfIrQLPy4u7g1GYHuHKQASCnGvq6v7ic5WB9dqDmpKycMCIMzrAWJJT0+PR7dN1IzrMtH64MGDIdB4A3W0UuWuXbsiGCffXG0qgDC/1wTs0jQ0W4YyQhtsTATQsPBUUFDwjsAZCTe3b98+iXHQgRLWqqA05pKUSDpggLvwg9FoZo1GU7paT2E6djJuFABRk5yc/GRPBRHAI5tpWih3smn9+vVvo9b16XIR3sSgIvkCSjCo9wqclFYOsiKqp7Gz2IFBKSkpsRht9mO6yM7tDoAciJ4AYrJApLhRrVb/2Z4umAXVE8a7XQi8w4cP/wuDBQEY/ZFYE0AG7bbe5HgQkTOpkjZs2DCQcdIjAIBbnqC38XJLBd999x1JPJqIUXjTTzIyY9XPACJoqa+EQAS5eC03N/cPjnLNRKoLgLSKrEcZOTBoPLpq3TsGysxlUwKiJ3grH5B1WSEga2trk8+ePTuOceBeYFQUzwHVZYqts2AIjUS8B3IiqLur7uauNxsUy6ZNmyKqq6vPiqyiNYJJsBuAnmRnIFkA7nmoJ8Wi3pcuXUqG8YSjl3HvwCBz0hYsWbRnUdgOACWy1dh+N/BoDoIp9MekpCRvWykaYMfBIOfeAuDOGtlbUgGe1AaMPwZheEpudh6QFTIfJEhdXqmpqS+BIjltbL0DJlgIYH4FfvYLWVlZ/haCKdPpdMOgzUUAWgp8qNvG+iZUhwbyWNS05p3Yxp+8tY4AxbRZQo29MzMzXx0+fPhLSqUyqIu02VqY+BWouVCzwYgl+SZkx2gtUFMDy7J6aKNdLpe7gThQSqVSQr1+8DcQ+hsNf0fCM0FMF4fjXLt27Sho2UPvvffeGV7iEckDt3wfjDWOABU4IY24PwEZGRkfggy83O6AQpYigOK+jY2NfR01LFkueISOP1ojBdZqAPIGxSJVEPkSkJCQ8LJKpfoK2K3S1sCRNLdjx479OyYm5gVcoBqOwCmF1pQtll/WYmGRpEQWB+2KJoI72FxPjRo1alxwcHCku7v7YGukuGm12qu//PJL6tGjR1VgFagxta0e2ZRs19WLpbr1iKPgcW+GlAcmkZVu0dHRflFRUcHDoPj5+QWBvPN1dXXtS2SeTCZzw0x4YsvpyRmoer2+HmQjWE3VJQUFBerz58+rd+3aVaDRaJoQtEYEjH+sstEj4R0OoJlamwPTBascWV7O3D8OmcXKDa4dBX4rJom3YG3mVe6a3bZpOAJAIVuSO1ib5eVmCyW5t1NActVh+1r+J8AAu6ig4K2spqcAAAAASUVORK5CYII=)
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@media (min-width: 576px) {
  .rd-categories-wrapper .rd-category-buttons:first-of-type a {
    position: relative;
  }
  .rd-categories-wrapper .rd-category-buttons:first-of-type a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #3f50ff;
    top: 0;
    right: -0.5rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .rd-categories-wrapper .rd-category-buttons:first-of-type a:after {
    right: -0.625rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .rd-categories-wrapper .rd-category-buttons:first-of-type a:after {
    right: -0.75rem;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .rd-categories-wrapper .rd-category-buttons:first-of-type a:after {
    right: -0.875rem;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .rd-categories-wrapper .rd-category-buttons:first-of-type a:after {
    right: -1rem;
  }
}
.rd-category-buttons a {
  display: inline-block;
  border-radius: 5rem;
  background-color: #e0e3ff;
  color: #3f50ff;
  margin-top: 1rem;
  margin-right: 0.375rem;
  border: 1px solid transparent;
  padding: 0.5625rem 0.9375rem;
}
@media (min-width: 576px) {
  .rd-category-buttons a {
    padding: 0.60938rem 1.01562rem;
  }
}
@media (min-width: 768px) {
  .rd-category-buttons a {
    padding: 0.65625rem 1.09375rem;
  }
}
@media (min-width: 992px) {
  .rd-category-buttons a {
    padding: 0.70312rem 1.17188rem;
  }
}
@media (min-width: 1200px) {
  .rd-category-buttons a {
    padding: 0.75rem 1.25rem;
  }
}
.rd-category-buttons a:focus,
.rd-category-buttons a:hover {
  background-color: rgba(224, 227, 255, 0.6);
}
.rd-category-buttons--small a {
  padding: 0.375rem 0.75rem;
}
@media (min-width: 576px) {
  .rd-category-buttons--small a {
    padding: 0.40625rem 0.8125rem;
  }
}
@media (min-width: 768px) {
  .rd-category-buttons--small a {
    padding: 0.4375rem 0.875rem;
  }
}
@media (min-width: 992px) {
  .rd-category-buttons--small a {
    padding: 0.46875rem 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .rd-category-buttons--small a {
    padding: 0.5rem 1rem;
  }
}
.rd-category-buttons--outline a {
  border: 1px solid #3f50ff;
  background-color: #fff;
}
.rd-category-buttons--outline a:focus,
.rd-category-buttons--outline a:hover {
  background-color: rgba(224, 227, 255, 0.6);
  border-color: transparent;
}
.hero-section__featured-image:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero-section--wide {
  padding-top: 10rem;
}
@media (min-width: 576px) {
  .hero-section--wide {
    padding-top: 13.125rem;
  }
}
@media (min-width: 768px) {
  .hero-section--wide {
    padding-top: 16.25rem;
  }
}
@media (min-width: 992px) {
  .hero-section--wide {
    padding-top: 19.375rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--wide {
    padding-top: 22.5rem;
  }
}
.hero-section--wide .hero-section__title {
  max-width: 55.5rem;
}
.hero-section--wide .hero-section__logos-wrapper {
  padding-right: 0;
}
@media (min-width: 576px) {
  .hero-section--wide .hero-section__logos-wrapper {
    padding-right: 1.375rem;
  }
}
@media (min-width: 768px) {
  .hero-section--wide .hero-section__logos-wrapper {
    padding-right: 2.75rem;
  }
}
@media (min-width: 992px) {
  .hero-section--wide .hero-section__logos-wrapper {
    padding-right: 4.125rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--wide .hero-section__logos-wrapper {
    padding-right: 5.5rem;
  }
}
.hero-section--work {
  padding-top: 8rem;
}
@media (min-width: 576px) {
  .hero-section--work {
    padding-top: 9rem;
  }
}
@media (min-width: 768px) {
  .hero-section--work {
    padding-top: 10rem;
  }
}
@media (min-width: 992px) {
  .hero-section--work {
    padding-top: 11rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--work {
    padding-top: 12rem;
  }
}
.hero-section--post {
  padding-top: 6.75rem;
}
@media (min-width: 576px) {
  .hero-section--post {
    padding-top: 8.4375rem;
  }
}
@media (min-width: 768px) {
  .hero-section--post {
    padding-top: 10.125rem;
  }
}
@media (min-width: 992px) {
  .hero-section--post {
    padding-top: 11.8125rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--post {
    padding-top: 13.5rem;
  }
}
.hero-section--post .hero-section__blob-2 {
  top: 6.5rem;
}
@media (min-width: 576px) {
  .hero-section--post .hero-section__blob-2 {
    top: 8.125rem;
  }
}
@media (min-width: 768px) {
  .hero-section--post .hero-section__blob-2 {
    top: 9.75rem;
  }
}
@media (min-width: 992px) {
  .hero-section--post .hero-section__blob-2 {
    top: 11.375rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--post .hero-section__blob-2 {
    top: 13rem;
  }
}
@media (min-width: 576px) {
  .hero-section--post .hero-section__blob-2 {
    right: calc(50% - 23.5rem);
  }
}
@media (min-width: 768px) {
  .hero-section--post .hero-section__blob-2 {
    right: calc(50% - 33rem);
  }
}
@media (min-width: 992px) {
  .hero-section--post .hero-section__blob-2 {
    right: calc(50% - 42rem);
  }
}
@media (min-width: 1200px) {
  .hero-section--post .hero-section__blob-2 {
    right: calc(50% - 52rem);
  }
}
.hero-section--post .hero-section__blob-3 {
  top: 3rem;
}
@media (min-width: 576px) {
  .hero-section--post .hero-section__blob-3 {
    top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .hero-section--post .hero-section__blob-3 {
    top: 4.5rem;
  }
}
@media (min-width: 992px) {
  .hero-section--post .hero-section__blob-3 {
    top: 5.25rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--post .hero-section__blob-3 {
    top: 6rem;
  }
}
@media (min-width: 576px) {
  .hero-section--post .hero-section__blob-3 {
    right: calc(50% - 26rem);
  }
}
@media (min-width: 768px) {
  .hero-section--post .hero-section__blob-3 {
    right: calc(50% - 34rem);
  }
}
@media (min-width: 992px) {
  .hero-section--post .hero-section__blob-3 {
    right: calc(50% - 44rem);
  }
}
@media (min-width: 1200px) {
  .hero-section--post .hero-section__blob-3 {
    right: calc(50% - 53rem);
  }
}
.hero-section--rd-archive {
  padding-top: 7.5rem;
}
@media (min-width: 576px) {
  .hero-section--rd-archive {
    padding-top: 9.375rem;
  }
}
@media (min-width: 768px) {
  .hero-section--rd-archive {
    padding-top: 11.25rem;
  }
}
@media (min-width: 992px) {
  .hero-section--rd-archive {
    padding-top: 13.125rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--rd-archive {
    padding-top: 15rem;
  }
}
.hero-section--rd-archive .hero-section__blob-3 {
  top: 3.0625rem;
}
@media (min-width: 576px) {
  .hero-section--rd-archive .hero-section__blob-3 {
    top: 3.82812rem;
  }
}
@media (min-width: 768px) {
  .hero-section--rd-archive .hero-section__blob-3 {
    top: 4.59375rem;
  }
}
@media (min-width: 992px) {
  .hero-section--rd-archive .hero-section__blob-3 {
    top: 5.35938rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--rd-archive .hero-section__blob-3 {
    top: 6.125rem;
  }
}
.hero-section--medium,
.hero-section--narrow {
  padding-top: 8rem;
}
@media (min-width: 576px) {
  .hero-section--medium,
  .hero-section--narrow {
    padding-top: 10.6875rem;
  }
}
@media (min-width: 768px) {
  .hero-section--medium,
  .hero-section--narrow {
    padding-top: 13.375rem;
  }
}
@media (min-width: 992px) {
  .hero-section--medium,
  .hero-section--narrow {
    padding-top: 16.0625rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--medium,
  .hero-section--narrow {
    padding-top: 18.75rem;
  }
}
.hero-section--medium .hero-section__number,
.hero-section--narrow .hero-section__number {
  left: 0;
}
@media (min-width: 576px) {
  .hero-section--medium .hero-section__number,
  .hero-section--narrow .hero-section__number {
    left: -1.75rem;
  }
}
@media (min-width: 768px) {
  .hero-section--medium .hero-section__number,
  .hero-section--narrow .hero-section__number {
    left: -3.5rem;
  }
}
@media (min-width: 992px) {
  .hero-section--medium .hero-section__number,
  .hero-section--narrow .hero-section__number {
    left: -5.25rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--medium .hero-section__number,
  .hero-section--narrow .hero-section__number {
    left: -7rem;
  }
}
.hero-section--medium .hero-section__title,
.hero-section--narrow .hero-section__title {
  max-width: 80%;
}
@media (min-width: 576px) {
  .hero-section--medium .hero-section__title,
  .hero-section--narrow .hero-section__title {
    max-width: 85%;
  }
}
@media (min-width: 768px) {
  .hero-section--medium .hero-section__title,
  .hero-section--narrow .hero-section__title {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .hero-section--medium .hero-section__title,
  .hero-section--narrow .hero-section__title {
    max-width: 95%;
  }
}
@media (min-width: 1200px) {
  .hero-section--medium .hero-section__title,
  .hero-section--narrow .hero-section__title {
    max-width: 100%;
  }
}
.hero-section--with-number {
  padding-top: 8rem;
}
@media (min-width: 576px) {
  .hero-section--with-number {
    padding-top: 13.1875rem;
  }
}
@media (min-width: 768px) {
  .hero-section--with-number {
    padding-top: 18.375rem;
  }
}
@media (min-width: 992px) {
  .hero-section--with-number {
    padding-top: 23.5625rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--with-number {
    padding-top: 28.75rem;
  }
}
.hero-section--with-logos .hero-section__blob-2 {
  top: 7.5rem;
}
@media (min-width: 576px) {
  .hero-section--with-logos .hero-section__blob-2 {
    top: 9.375rem;
  }
}
@media (min-width: 768px) {
  .hero-section--with-logos .hero-section__blob-2 {
    top: 11.25rem;
  }
}
@media (min-width: 992px) {
  .hero-section--with-logos .hero-section__blob-2 {
    top: 13.125rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--with-logos .hero-section__blob-2 {
    top: 15rem;
  }
}
.hero-section--with-logos .hero-section__blob-3 {
  top: 4.5625rem;
}
@media (min-width: 576px) {
  .hero-section--with-logos .hero-section__blob-3 {
    top: 5.70312rem;
  }
}
@media (min-width: 768px) {
  .hero-section--with-logos .hero-section__blob-3 {
    top: 6.84375rem;
  }
}
@media (min-width: 992px) {
  .hero-section--with-logos .hero-section__blob-3 {
    top: 7.98438rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--with-logos .hero-section__blob-3 {
    top: 9.125rem;
  }
}
.hero-section--with-logos .hero-section__blob-4 {
  top: 8.0625rem;
}
@media (min-width: 576px) {
  .hero-section--with-logos .hero-section__blob-4 {
    top: 10.07812rem;
  }
}
@media (min-width: 768px) {
  .hero-section--with-logos .hero-section__blob-4 {
    top: 12.09375rem;
  }
}
@media (min-width: 992px) {
  .hero-section--with-logos .hero-section__blob-4 {
    top: 14.10938rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--with-logos .hero-section__blob-4 {
    top: 16.125rem;
  }
}
.hero-section--with-logos .hero-section__blob-5 {
  top: 18rem;
}
@media (min-width: 576px) {
  .hero-section--with-logos .hero-section__blob-5 {
    top: 22.5rem;
  }
}
@media (min-width: 768px) {
  .hero-section--with-logos .hero-section__blob-5 {
    top: 27rem;
  }
}
@media (min-width: 992px) {
  .hero-section--with-logos .hero-section__blob-5 {
    top: 31.5rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--with-logos .hero-section__blob-5 {
    top: 36rem;
  }
}
.hero-section__blob-1 {
  left: -2rem;
  top: 3.75rem;
}
@media (min-width: 576px) {
  .hero-section__blob-1 {
    top: 4.6875rem;
  }
}
@media (min-width: 768px) {
  .hero-section__blob-1 {
    top: 5.625rem;
  }
}
@media (min-width: 992px) {
  .hero-section__blob-1 {
    top: 6.5625rem;
  }
}
@media (min-width: 1200px) {
  .hero-section__blob-1 {
    top: 7.5rem;
  }
}
@media (min-width: 576px) {
  .hero-section__blob-1 {
    left: calc(50% - 24rem);
  }
}
@media (min-width: 768px) {
  .hero-section__blob-1 {
    left: calc(50% - 30rem);
  }
}
@media (min-width: 992px) {
  .hero-section__blob-1 {
    left: calc(50% - 40rem);
  }
}
@media (min-width: 1200px) {
  .hero-section__blob-1 {
    left: calc(50% - 45rem);
  }
}
.hero-section__blob-2 {
  right: -6rem;
  top: 9.5rem;
}
@media (min-width: 576px) {
  .hero-section__blob-2 {
    top: 11.875rem;
  }
}
@media (min-width: 768px) {
  .hero-section__blob-2 {
    top: 14.25rem;
  }
}
@media (min-width: 992px) {
  .hero-section__blob-2 {
    top: 16.625rem;
  }
}
@media (min-width: 1200px) {
  .hero-section__blob-2 {
    top: 19rem;
  }
}
@media (min-width: 576px) {
  .hero-section__blob-2 {
    right: calc(50% - 21.5rem);
  }
}
@media (min-width: 768px) {
  .hero-section__blob-2 {
    right: calc(50% - 28rem);
  }
}
@media (min-width: 992px) {
  .hero-section__blob-2 {
    right: calc(50% - 37.5rem);
  }
}
@media (min-width: 1200px) {
  .hero-section__blob-2 {
    right: calc(50% - 44rem);
  }
}
.hero-section__blob-3 {
  right: -6rem;
  top: 6.625rem;
}
@media (min-width: 576px) {
  .hero-section__blob-3 {
    top: 8.28125rem;
  }
}
@media (min-width: 768px) {
  .hero-section__blob-3 {
    top: 9.9375rem;
  }
}
@media (min-width: 992px) {
  .hero-section__blob-3 {
    top: 11.59375rem;
  }
}
@media (min-width: 1200px) {
  .hero-section__blob-3 {
    top: 13.25rem;
  }
}
@media (min-width: 576px) {
  .hero-section__blob-3 {
    right: calc(50% - 24rem);
  }
}
@media (min-width: 768px) {
  .hero-section__blob-3 {
    right: calc(50% - 30rem);
  }
}
@media (min-width: 992px) {
  .hero-section__blob-3 {
    right: calc(50% - 40rem);
  }
}
@media (min-width: 1200px) {
  .hero-section__blob-3 {
    right: calc(50% - 47rem);
  }
}
.hero-section__blob-4 {
  right: 5.5rem;
  top: 8.5rem;
}
@media (min-width: 576px) {
  .hero-section__blob-4 {
    top: 10.625rem;
  }
}
@media (min-width: 768px) {
  .hero-section__blob-4 {
    top: 12.75rem;
  }
}
@media (min-width: 992px) {
  .hero-section__blob-4 {
    top: 14.875rem;
  }
}
@media (min-width: 1200px) {
  .hero-section__blob-4 {
    top: 17rem;
  }
}
@media (min-width: 576px) {
  .hero-section__blob-4 {
    right: calc(50% - 10rem);
  }
}
@media (min-width: 768px) {
  .hero-section__blob-4 {
    right: calc(50% - 14rem);
  }
}
@media (min-width: 992px) {
  .hero-section__blob-4 {
    right: calc(50% - 20rem);
  }
}
@media (min-width: 1200px) {
  .hero-section__blob-4 {
    right: calc(50% - 23rem);
  }
}
.hero-section__blob-4.blob--blue-green-gradient {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero-section__blob-5 {
  right: 1.3rem;
  top: 20rem;
}
@media (min-width: 576px) {
  .hero-section__blob-5 {
    top: 25rem;
  }
}
@media (min-width: 768px) {
  .hero-section__blob-5 {
    top: 30rem;
  }
}
@media (min-width: 992px) {
  .hero-section__blob-5 {
    top: 35rem;
  }
}
@media (min-width: 1200px) {
  .hero-section__blob-5 {
    top: 40rem;
  }
}
@media (min-width: 576px) {
  .hero-section__blob-5 {
    right: calc(50% - 17rem);
  }
}
@media (min-width: 768px) {
  .hero-section__blob-5 {
    right: calc(50% - 23rem);
  }
}
@media (min-width: 992px) {
  .hero-section__blob-5 {
    right: calc(50% - 28rem);
  }
}
@media (min-width: 1200px) {
  .hero-section__blob-5 {
    right: calc(50% - 37rem);
  }
}
.hero-section__blob-6 {
  left: calc(50% + 2rem);
  top: -1rem;
}
@media (min-width: 576px) {
  .hero-section__blob-6 {
    top: -1.75rem;
  }
}
@media (min-width: 768px) {
  .hero-section__blob-6 {
    top: -2.5rem;
  }
}
@media (min-width: 992px) {
  .hero-section__blob-6 {
    top: -3.25rem;
  }
}
@media (min-width: 1200px) {
  .hero-section__blob-6 {
    top: -4rem;
  }
}
@media (min-width: 576px) {
  .hero-section__blob-6 {
    left: calc(50% - 4rem);
  }
}
@media (min-width: 768px) {
  .hero-section__blob-6 {
    left: calc(50% - 6rem);
  }
}
@media (min-width: 992px) {
  .hero-section__blob-6 {
    left: calc(50% - 12rem);
  }
}
@media (min-width: 1200px) {
  .hero-section__blob-6 {
    left: calc(50% - 16rem);
  }
}
.hero-section__blob-7 {
  left: 50%;
  bottom: 12rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .hero-section__blob-7 {
    left: 75%;
    bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .hero-section__blob-7 {
    left: 65%;
  }
}
.hero-section--career .hero-section__blob-1 {
  top: -2rem;
  left: -5rem;
}
.hero-section--career .hero-section__blob-2 {
  top: 12rem;
}
.hero-section--career .hero-section__blob-6 {
  top: -6rem;
  left: calc(50% - 25rem);
}
@media (min-width: 576px) {
  .hero-section--career .hero-section__blob-6 {
    top: -7.5rem;
    left: calc(50% - 23.75rem);
  }
}
@media (min-width: 768px) {
  .hero-section--career .hero-section__blob-6 {
    top: -9rem;
    left: calc(50% - 22.5rem);
  }
}
@media (min-width: 992px) {
  .hero-section--career .hero-section__blob-6 {
    top: -10.5rem;
    left: calc(50% - 21.25rem);
  }
}
@media (min-width: 1200px) {
  .hero-section--career .hero-section__blob-6 {
    top: -12rem;
    left: calc(50% - 20rem);
  }
}
.hero-section--career .hero-section__blob-7 {
  top: 32.4rem;
  left: -3rem;
}
@media (min-width: 576px) {
  .hero-section--career .hero-section__blob-7 {
    top: 37.8rem;
    left: -0.75rem;
  }
}
@media (min-width: 768px) {
  .hero-section--career .hero-section__blob-7 {
    top: 43.2rem;
    left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .hero-section--career .hero-section__blob-7 {
    top: 48.6rem;
    left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .hero-section--career .hero-section__blob-7 {
    top: 54rem;
    left: 6rem;
  }
}
.hero-section__number {
  color: #4483fc;
  opacity: 0.07;
  font-size: 5rem;
  top: -4rem;
}
@media (min-width: 576px) {
  .hero-section__number {
    font-size: 7.25rem;
    top: -5.25rem;
  }
}
@media (min-width: 768px) {
  .hero-section__number {
    font-size: 9.5rem;
    top: -6.5rem;
  }
}
@media (min-width: 992px) {
  .hero-section__number {
    font-size: 11.75rem;
    top: -7.75rem;
  }
}
@media (min-width: 1200px) {
  .hero-section__number {
    font-size: 14rem;
    top: -9rem;
  }
}
.hero-section__content h2,
.hero-section__content h3,
.hero-section__content h4,
.hero-section__content h5,
.hero-section__content h6 {
  opacity: 0.75;
}
.hero-section__content h2,
.hero-section__content h3 {
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .hero-section__content h2,
  .hero-section__content h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .hero-section__content h2,
  .hero-section__content h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .hero-section__content h2,
  .hero-section__content h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .hero-section__content h2,
  .hero-section__content h3 {
    font-size: 2rem;
  }
}
.hero-section__dot-before {
  padding-left: 0.75rem;
  margin-left: 0.5rem;
  top: 0.125rem;
}
.hero-section__dot-before:before {
  content: "";
  top: calc(50% - 0.125rem);
  width: 0.25rem;
  height: 0.25rem;
  left: 0;
  position: absolute;
  background-color: rgba(92, 89, 89, 0.6);
  border-radius: 0.5rem;
}
.hero-section__featured-image {
  border-radius: 0.75rem;
}
.hero-section__featured-image:after {
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(15%, hsla(0, 0%, 100%, 0)),
    color-stop(97%, #316cfd)
  );
  background-image: -webkit-linear-gradient(
    top,
    hsla(0, 0%, 100%, 0) 15%,
    #316cfd 97%
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 15%,
    #316cfd 97%
  );
  position: absolute;
  opacity: 0.45;
}
.hero-section__featured-image:focus:after,
.hero-section__featured-image:hover:after {
  opacity: 0.55;
}
.hero-section__featured-image--video-placeholder {
  padding-bottom: 60%;
}
.hero-section__featured-image--video-placeholder:focus
  .hero-section__play-video-button,
.hero-section__featured-image--video-placeholder:hover
  .hero-section__play-video-button {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.hero-section__play-video-button {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
}
@media (min-width: 576px) {
  .hero-section__play-video-button {
    width: 4.875rem;
    height: 4.875rem;
  }
}
@media (min-width: 768px) {
  .hero-section__play-video-button {
    width: 5.25rem;
    height: 5.25rem;
  }
}
@media (min-width: 992px) {
  .hero-section__play-video-button {
    width: 5.625rem;
    height: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .hero-section__play-video-button {
    width: 6rem;
    height: 6rem;
  }
}
.hero-section__iframe {
  position: absolute;
  z-index: 2;
}
.hero-section__salary {
  background: #e4e7ff;
  border-radius: 0.1875rem;
}
.hero-section .work-preview__logo--auto-18 {
  height: 1.125rem;
  width: auto;
}
.hero-section .work-preview__logo--auto-24 {
  height: 1.5rem;
  width: auto;
}
.hero-section .work-preview__logo--auto-30 {
  height: 1.875rem;
  width: auto;
}
.hero-section .work-preview__logo--auto-40 {
  height: 2.5rem;
  width: auto;
}
.hero-section .work-preview__logo--full {
  width: 100%;
  height: auto;
}
.hero-section .sharer {
  color: #0d1355;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .hero-section .sharer--with-excerpt {
    position: absolute;
    left: -3.5rem;
  }
}
.crunch-dropdown__button:before,
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-drop
  .chosen-results
  li,
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-single,
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-single:after,
div.chosen-container .chosen-drop .chosen-results li,
div.chosen-container .chosen-single,
div.chosen-container .chosen-single:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.crunch-dropdown .dropdown-menu,
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-drop,
div.chosen-container .chosen-drop {
  font-size: 0.875rem;
}
.crunch-dropdown__button,
.gform_wrapper ul.gform_fields li.gfield select,
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-single
  > span,
div.chosen-container .chosen-single > span,
select.chosen-select {
  font-size: 1rem;
}
.gform_wrapper ul.gform_fields li.gfield select,
select.chosen-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid rgba(13, 19, 85, 0.6);
  color: rgba(13, 19, 85, 0.6);
  line-height: 1.3;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAuMDUgMTkwLjY1Ij48cGF0aCBkPSJNMTUxLjUyIDE4Ny4xMkwzLjUyIDQwLjMzYTEyIDEyIDAgMDEwLTE3bDE5LjgtMTkuODFhMTIgMTIgMCAwMTE3IDBMMTYwIDEyMiAyNzkuNzMgMy41M2ExMiAxMiAwIDAxMTcgMGwxOS43OSAxOS44YTEyIDEyIDAgMDEwIDE3bC0xNDggMTQ2LjhhMTIgMTIgMCAwMS0xNyAweiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem 0.625rem;
  padding: 0.5625rem 1.875rem 0.5625rem 0.9375rem !important;
}
@media (min-width: 576px) {
  .gform_wrapper ul.gform_fields li.gfield select,
  select.chosen-select {
    padding: 0.60938rem 2.03125rem 0.60938rem 1.01562rem !important;
  }
}
@media (min-width: 768px) {
  .gform_wrapper ul.gform_fields li.gfield select,
  select.chosen-select {
    padding: 0.65625rem 2.1875rem 0.65625rem 1.09375rem !important;
  }
}
@media (min-width: 992px) {
  .gform_wrapper ul.gform_fields li.gfield select,
  select.chosen-select {
    padding: 0.70312rem 2.34375rem 0.70312rem 1.17188rem !important;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper ul.gform_fields li.gfield select,
  select.chosen-select {
    padding: 0.75rem 2.5rem 0.75rem 1.25rem !important;
  }
}
.gform_wrapper ul.gform_fields li.gfield select:focus,
select.chosen-select:focus {
  outline: none;
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style],
div.chosen-container {
  width: 100% !important;
  margin-bottom: 0;
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style].chosen-container-active.chosen-with-drop
  .chosen-single,
div.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
  border-color: rgba(13, 19, 85, 0.6);
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style].chosen-container-active.chosen-with-drop
  .chosen-single:after,
div.chosen-container.chosen-container-active.chosen-with-drop
  .chosen-single:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-drop,
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-single,
div.chosen-container .chosen-drop,
div.chosen-container .chosen-single {
  border-radius: 0;
  box-shadow: none;
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-single,
div.chosen-container .chosen-single {
  height: auto;
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid rgba(13, 19, 85, 0.6);
  color: rgba(13, 19, 85, 0.6);
  padding: 0.5625rem 0.9375rem;
}
@media (min-width: 576px) {
  body
    div.gform_wrapper
    select.medium.gfield_select
    + div.chosen-container-single[style]
    .chosen-single,
  div.chosen-container .chosen-single {
    padding: 0.60938rem 1.01562rem;
  }
}
@media (min-width: 768px) {
  body
    div.gform_wrapper
    select.medium.gfield_select
    + div.chosen-container-single[style]
    .chosen-single,
  div.chosen-container .chosen-single {
    padding: 0.65625rem 1.09375rem;
  }
}
@media (min-width: 992px) {
  body
    div.gform_wrapper
    select.medium.gfield_select
    + div.chosen-container-single[style]
    .chosen-single,
  div.chosen-container .chosen-single {
    padding: 0.70312rem 1.17188rem;
  }
}
@media (min-width: 1200px) {
  body
    div.gform_wrapper
    select.medium.gfield_select
    + div.chosen-container-single[style]
    .chosen-single,
  div.chosen-container .chosen-single {
    padding: 0.75rem 1.25rem;
  }
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-single
  > span,
div.chosen-container .chosen-single > span {
  line-height: 1.3;
  margin-bottom: 0;
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-single
  > div,
div.chosen-container .chosen-single > div {
  display: none;
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-single:after,
div.chosen-container .chosen-single:after {
  content: "";
  width: 1rem;
  height: 0.625rem;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAuMDUgMTkwLjY1Ij48cGF0aCBkPSJNMTUxLjUyIDE4Ny4xMkwzLjUyIDQwLjMzYTEyIDEyIDAgMDEwLTE3bDE5LjgtMTkuODFhMTIgMTIgMCAwMTE3IDBMMTYwIDEyMiAyNzkuNzMgMy41M2ExMiAxMiAwIDAxMTcgMGwxOS43OSAxOS44YTEyIDEyIDAgMDEwIDE3bC0xNDggMTQ2LjhhMTIgMTIgMCAwMS0xNyAweiIvPjwvc3ZnPg==)
    no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-drop,
div.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid rgba(13, 19, 85, 0.6);
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-drop
  .chosen-search,
div.chosen-container .chosen-drop .chosen-search {
  display: none;
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-drop
  .chosen-results,
div.chosen-container .chosen-drop .chosen-results {
  padding: 0.5rem 0;
  margin: 0;
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-drop
  .chosen-results
  li,
div.chosen-container .chosen-drop .chosen-results li {
  color: rgba(13, 19, 85, 0.6);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 576px) {
  body
    div.gform_wrapper
    select.medium.gfield_select
    + div.chosen-container-single[style]
    .chosen-drop
    .chosen-results
    li,
  div.chosen-container .chosen-drop .chosen-results li {
    padding-left: 1.01562rem;
    padding-right: 1.01562rem;
  }
}
@media (min-width: 768px) {
  body
    div.gform_wrapper
    select.medium.gfield_select
    + div.chosen-container-single[style]
    .chosen-drop
    .chosen-results
    li,
  div.chosen-container .chosen-drop .chosen-results li {
    padding-left: 1.09375rem;
    padding-right: 1.09375rem;
  }
}
@media (min-width: 992px) {
  body
    div.gform_wrapper
    select.medium.gfield_select
    + div.chosen-container-single[style]
    .chosen-drop
    .chosen-results
    li,
  div.chosen-container .chosen-drop .chosen-results li {
    padding-left: 1.17188rem;
    padding-right: 1.17188rem;
  }
}
@media (min-width: 1200px) {
  body
    div.gform_wrapper
    select.medium.gfield_select
    + div.chosen-container-single[style]
    .chosen-drop
    .chosen-results
    li,
  div.chosen-container .chosen-drop .chosen-results li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-drop
  .chosen-results
  li.highlighted,
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-drop
  .chosen-results
  li.result-selected,
div.chosen-container .chosen-drop .chosen-results li.highlighted,
div.chosen-container .chosen-drop .chosen-results li.result-selected {
  background: transparent;
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-drop
  .chosen-results
  li.highlighted,
div.chosen-container .chosen-drop .chosen-results li.highlighted {
  color: #3f50ff;
}
body
  div.gform_wrapper
  select.medium.gfield_select
  + div.chosen-container-single[style]
  .chosen-drop
  .chosen-results
  li.result-selected,
div.chosen-container .chosen-drop .chosen-results li.result-selected {
  color: rgba(13, 19, 85, 0.6);
  font-weight: 700;
}
.crunch-dropdown.show {
  z-index: 2;
}
.crunch-dropdown__button {
  background: #fff;
  border: 1px solid rgba(13, 19, 85, 0.6);
  color: rgba(13, 19, 85, 0.6);
  padding: 0.5625rem 0.9375rem;
}
@media (min-width: 576px) {
  .crunch-dropdown__button {
    padding: 0.60938rem 1.01562rem;
  }
}
@media (min-width: 768px) {
  .crunch-dropdown__button {
    padding: 0.65625rem 1.09375rem;
  }
}
@media (min-width: 992px) {
  .crunch-dropdown__button {
    padding: 0.70312rem 1.17188rem;
  }
}
@media (min-width: 1200px) {
  .crunch-dropdown__button {
    padding: 0.75rem 1.25rem;
  }
}
.crunch-dropdown__button[aria-expanded="true"]:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.crunch-dropdown__button:after {
  display: none;
}
.crunch-dropdown__button:before {
  content: "";
  width: 1rem;
  height: 0.625rem;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAuMDUgMTkwLjY1Ij48cGF0aCBkPSJNMTUxLjUyIDE4Ny4xMkwzLjUyIDQwLjMzYTEyIDEyIDAgMDEwLTE3bDE5LjgtMTkuODFhMTIgMTIgMCAwMTE3IDBMMTYwIDEyMiAyNzkuNzMgMy41M2ExMiAxMiAwIDAxMTcgMGwxOS43OSAxOS44YTEyIDEyIDAgMDEwIDE3bC0xNDggMTQ2LjhhMTIgMTIgMCAwMS0xNyAweiIvPjwvc3ZnPg==)
    no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
}
.crunch-dropdown .dropdown-menu {
  box-shadow: none;
  background: #fff;
  border-color: currentcolor rgba(13, 19, 85, 0.6) rgba(13, 19, 85, 0.6);
  border-top: rgba(13, 19, 85, 0.6);
  margin-top: 0;
}
.crunch-dropdown .dropdown-menu ul li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 576px) {
  .crunch-dropdown .dropdown-menu ul li {
    padding-left: 1.01562rem;
    padding-right: 1.01562rem;
  }
}
@media (min-width: 768px) {
  .crunch-dropdown .dropdown-menu ul li {
    padding-left: 1.09375rem;
    padding-right: 1.09375rem;
  }
}
@media (min-width: 992px) {
  .crunch-dropdown .dropdown-menu ul li {
    padding-left: 1.17188rem;
    padding-right: 1.17188rem;
  }
}
@media (min-width: 1200px) {
  .crunch-dropdown .dropdown-menu ul li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.crunch-dropdown .dropdown-menu ul li a,
.crunch-dropdown .dropdown-menu ul li button {
  color: rgba(13, 19, 85, 0.6);
}
.crunch-dropdown .dropdown-menu ul li a:focus,
.crunch-dropdown .dropdown-menu ul li a:hover,
.crunch-dropdown .dropdown-menu ul li button:focus,
.crunch-dropdown .dropdown-menu ul li button:hover {
  color: #3f50ff;
}
.crunch-dropdown .dropdown-menu .dropdown-item.active,
.crunch-dropdown .dropdown-menu .dropdown-item.mixitup-control-active,
.crunch-dropdown .dropdown-menu .dropdown-item:focus,
.crunch-dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #3f50ff;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  .check,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  .check:before,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  label,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  label:after,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  label:before,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  label:after,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  label:before,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .button-upload,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .gform_fileupload_multifile
  div.gform_drop_area,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .ginput_preview
  .gform_delete,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_multiselect
  select.gfield_select
  option,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input),
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.gfield_description {
  font-size: 0.8125rem;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input)::-webkit-input-placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea::-webkit-input-placeholder {
  font-size: 1rem;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input)::-moz-placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea::-moz-placeholder {
  font-size: 1rem;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input):-ms-input-placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea:-ms-input-placeholder {
  font-size: 1rem;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input)::-ms-input-placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea::-ms-input-placeholder {
  font-size: 1rem;
}
.gform_wrapper form.one-line-form div.gform_heading .gform_title,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  label,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  label,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  label,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input),
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input)::placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea::placeholder {
  font-size: 1rem;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  label.gfield_label {
  font-size: 1.0625rem;
}
@media (min-width: 576px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    label.gfield_label {
    font-size: 1.07812rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    label.gfield_label {
    font-size: 1.09375rem;
  }
}
@media (min-width: 992px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    label.gfield_label {
    font-size: 1.10938rem;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    label.gfield_label {
    font-size: 1.125rem;
  }
}
.gform_wrapper {
  overflow: visible !important;
  margin: 0 !important;
}
@media (min-width: 576px) {
  .gform_wrapper.gform_validation_error form.one-line-form .gform_footer {
    bottom: 1.8125rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper.gform_validation_error form.one-line-form .gform_footer {
    bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .gform_wrapper.gform_validation_error form.one-line-form .gform_footer {
    bottom: 1.9375rem;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper.gform_validation_error form.one-line-form .gform_footer {
    bottom: 2rem;
  }
}
@media (min-width: 576px) {
  .gform_wrapper.gform_validation_error form.one-line-form .gform_footer {
    right: -0.125rem;
  }
}
.gform_wrapper.gform_validation_error .gform_footer {
  margin-top: 1rem !important;
}
@media (min-width: 576px) {
  .gform_wrapper.gform_validation_error .gform_footer {
    margin-top: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .gform_wrapper.gform_validation_error .gform_footer {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .gform_wrapper.gform_validation_error .gform_footer {
    margin-top: 1.75rem !important;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper.gform_validation_error .gform_footer {
    margin-top: 2rem !important;
  }
}
.gform_wrapper form {
  max-width: 100%;
  margin-top: 0;
  width: 100%;
  display: block;
}
.gform_wrapper form div.validation_error {
  line-height: 1.3;
  color: #ff5151;
  border-color: #ff5151;
}
.gform_wrapper form.one-line-form {
  position: relative;
  margin-top: 3rem;
}
.gform_wrapper form.one-line-form div.gform_heading .gform_title {
  color: rgba(53, 68, 226, 0.75);
  margin: 0;
}
.gform_wrapper form.one-line-form div.gform_body ul.gform_fields li.gfield {
  margin-top: 0 !important;
}
.gform_wrapper
  form.one-line-form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input),
.gform_wrapper
  form.one-line-form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea {
  background-color: #f3f3f3;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-radius: 1rem;
  height: 3rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
@media (min-width: 576px) {
  .gform_wrapper
    form.one-line-form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input),
  .gform_wrapper
    form.one-line-form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    textarea {
    border-radius: 1.375rem;
    height: 3.125rem;
    padding: 0.53125rem 10rem 0.53125rem 1.0625rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper
    form.one-line-form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input),
  .gform_wrapper
    form.one-line-form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    textarea {
    border-radius: 1.75rem;
    height: 3.25rem;
    padding: 0.6875rem 10.66667rem 0.6875rem 1.375rem;
  }
}
@media (min-width: 992px) {
  .gform_wrapper
    form.one-line-form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input),
  .gform_wrapper
    form.one-line-form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    textarea {
    border-radius: 2.125rem;
    height: 3.375rem;
    padding: 0.84375rem 11.33333rem 0.84375rem 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper
    form.one-line-form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input),
  .gform_wrapper
    form.one-line-form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    textarea {
    border-radius: 2.5rem;
    height: 3.5rem;
    padding: 1rem 12rem 1rem 2rem;
  }
}
.gform_wrapper form.one-line-form .gform_footer {
  padding-right: 0;
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: auto;
  right: 0;
}
@media (min-width: 576px) {
  .gform_wrapper form.one-line-form .gform_footer {
    position: absolute;
    -webkit-box-pack: end;
    justify-content: flex-end;
    bottom: 0;
  }
}
.gform_wrapper form.one-line-form .gform_footer .gform_ajax_spinner {
  bottom: 0.5rem;
}
@media (min-width: 576px) {
  .gform_wrapper form.one-line-form .gform_footer .gform_ajax_spinner {
    left: 100%;
    bottom: 0.25rem;
  }
}
.gform_wrapper form .crunch-button {
  border-color: transparent;
}
.gform_wrapper form .crunch-button:focus,
.gform_wrapper form .crunch-button:hover {
  background: transparent !important;
}
.gform_wrapper form .add_repeater_item,
.gform_wrapper form .gform_button,
.gform_wrapper form .gform_next_button,
.gform_wrapper form .gform_previous_button,
.gform_wrapper form .remove_repeater_item,
.gform_wrapper form input[type="button"] {
  border: none;
}
.gform_wrapper form .add_repeater_item.gf-default-disabled,
.gform_wrapper form .gform_button.gf-default-disabled,
.gform_wrapper form .gform_next_button.gf-default-disabled,
.gform_wrapper form .gform_previous_button.gf-default-disabled,
.gform_wrapper form .remove_repeater_item.gf-default-disabled,
.gform_wrapper form input[type="button"].gf-default-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.gform_wrapper form div.gform_body {
  width: 100%;
}
.gform_wrapper form div.gform_body ul.gform_fields {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.gform_wrapper form div.gform_body ul.gform_fields li.gfield {
  width: 100%;
  margin-top: 1.5rem;
  padding: 0;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.gfield_description {
  padding: 0;
  margin-top: 0.25rem;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.gfield_description.validation_message {
  color: #ff5151;
  margin-top: 0.5rem;
}
@media (min-width: 576px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.gfield_description.validation_message {
    margin-top: 0.5625rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.gfield_description.validation_message {
    margin-top: 0.625rem;
  }
}
@media (min-width: 992px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.gfield_description.validation_message {
    margin-top: 0.6875rem;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.gfield_description.validation_message {
    margin-top: 0.75rem;
  }
}
.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_error {
  background-color: transparent;
  border: none;
  margin-right: 0;
  margin-bottom: 0 !important;
  max-width: 100% !important;
  margin-top: 1rem !important;
}
@media (min-width: 40.0625rem) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):not(.width-50) {
    width: 100%;
    max-width: 100% !important;
  }
}
@media (min-width: 40.0625rem) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gfield_error.gf_left_third,
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gfield_error.gf_middle_third {
    width: calc(33.3% - 0.5rem) !important;
  }
}
@media (min-width: 768px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gfield_error.gf_left_third,
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gfield_error.gf_middle_third {
    width: calc(33.3% - 0.625rem) !important;
  }
}
@media (min-width: 40.0625rem) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gfield_error.gf_left_half,
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gfield_error.gf_right_half {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 768px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gfield_error.gf_left_half,
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gfield_error.gf_right_half {
    width: calc(50% - 0.625rem);
  }
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  label {
  color: #ff5151;
  margin-top: 0;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  label
  .gfield_required {
  color: #ff5151;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  div.ginput_container
  textarea {
  border-color: #ff5151 !important;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  div.ginput_container
  textarea::-webkit-input-placeholder {
  color: rgba(35, 35, 35, 0.5);
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  div.ginput_container
  textarea::-moz-placeholder {
  color: rgba(35, 35, 35, 0.5);
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  div.ginput_container
  textarea:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.5);
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-ms-input-placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  div.ginput_container
  textarea::-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.5);
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  div.ginput_container
  textarea::placeholder {
  color: rgba(35, 35, 35, 0.5);
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_error
  div.ginput_container.ginput_container_select
  div.chosen-container {
  width: 100% !important;
}
@media (min-width: 40.0625rem) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: calc(33.3% - 0.5rem);
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: calc(33.3% - 0.625rem);
  }
}
@media (min-width: 40.0625rem) {
  .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_left_half,
  .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_right_half {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 768px) {
  .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_left_half,
  .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_right_half {
    width: calc(50% - 0.625rem);
  }
}
.gform_wrapper form div.gform_body ul.gform_fields li.gfield.hidden_label {
  margin-top: 1.25rem;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.hidden_label
  div.ginput_container {
  margin-top: 0;
}
.gform_wrapper form div.gform_body ul.gform_fields li.gfield.hide-field,
.gform_wrapper form div.gform_body ul.gform_fields li.gfield.hide-field * {
  text-indent: -998em;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  label.gfield_label {
  color: #0d1355;
  font-weight: 600;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  label.gfield_label
  span.gfield_required {
  color: #000;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container {
  margin-top: 0.75rem;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input),
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea {
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(217, 220, 255, 0.5);
  box-shadow: none;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid transparent;
  border-radius: 1rem;
  padding: 0.5rem 0.75rem;
}
@media (min-width: 576px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input),
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    textarea {
    border-radius: 1.375rem;
    padding: 0.65625rem 0.90625rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input),
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    textarea {
    border-radius: 1.75rem;
    padding: 0.8125rem 1.0625rem;
  }
}
@media (min-width: 992px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input),
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    textarea {
    border-radius: 2.125rem;
    padding: 0.96875rem 1.21875rem;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input),
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    textarea {
    border-radius: 2.5rem;
    padding: 1.125rem 1.375rem;
  }
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input)::-webkit-input-placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea::-webkit-input-placeholder {
  color: rgba(35, 35, 35, 0.5);
  line-height: normal;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input)::-moz-placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea::-moz-placeholder {
  color: rgba(35, 35, 35, 0.5);
  line-height: normal;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input):-ms-input-placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.5);
  line-height: normal;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input)::-ms-input-placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea::-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.5);
  line-height: normal;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input)::placeholder,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea::placeholder {
  color: rgba(35, 35, 35, 0.5);
  line-height: normal;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-focus-input):not(.chosen-search-input):focus,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea:focus {
  border-color: #3f50ff;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea {
  display: block;
  resize: none;
  height: 12.5rem;
}
@media (min-width: 576px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    textarea {
    height: 14.51562rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    textarea {
    height: 16.53125rem;
  }
}
@media (min-width: 992px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    textarea {
    height: 18.54688rem;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    textarea {
    height: 20.5625rem;
  }
}
@media (min-width: 40.0625rem) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container
    textarea {
    margin-bottom: 0;
  }
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .gform_fileupload_multifile {
  width: 100%;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .gform_fileupload_multifile
  div.gform_drop_area {
  margin-bottom: 0;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .gform_fileupload_multifile
  div.gform_drop_area:hover {
  background-color: rgba(63, 80, 255, 0.1);
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .gform_fileupload_multifile
  div.gform_drop_area
  span.gform_drop_instructions {
  margin-bottom: 0;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .gform_fileupload_multifile
  div.gform_drop_area
  input.gform_button_select_files {
  background: #3f50ff;
  color: #fff;
  padding: 0.625rem 1rem !important;
  margin-top: 1rem;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .gform_fileupload_multifile
  div.gform_drop_area
  input.gform_button_select_files:hover {
  background-color: #0c22ff;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .upload-btn-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  border: 0.25rem dashed #d9dcff;
  border-radius: 1.5rem;
}
@media (min-width: 576px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_fileupload
    .upload-btn-wrapper {
    border-radius: 1.78125rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_fileupload
    .upload-btn-wrapper {
    border-radius: 2.0625rem;
  }
}
@media (min-width: 992px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_fileupload
    .upload-btn-wrapper {
    border-radius: 2.34375rem;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_fileupload
    .upload-btn-wrapper {
    border-radius: 2.625rem;
  }
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .upload-btn-wrapper--active {
  border-color: #3f50ff;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .upload-btn-wrapper
  input[type="file"] {
  background: transparent;
  border: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .upload-btn-wrapper
  .file-name-wrapper {
  padding: 1.75rem 1rem;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .upload-btn-wrapper
  .file-name-wrapper__icon {
  margin-right: 0.75rem;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .upload-btn-wrapper__browse {
  padding: 0.625rem 1rem;
  background: #fff;
  pointer-events: none;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .upload-btn-wrapper__browse:before {
  top: 15%;
  bottom: 15%;
  width: 1px;
  height: 70%;
  left: 0;
  background-color: #dde3e5;
  position: absolute;
  content: "";
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .upload-btn-wrapper
  .ginput_preview {
  margin-top: 0;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .button-upload {
  margin-top: 0 !important;
  z-index: -1;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .ginput_preview {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 0.5rem;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .ginput_preview
  .gform_delete {
  margin-right: 0.25rem;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_fileupload
  .ginput_preview
  .gform_delete:hover {
  opacity: 0.75;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_select {
  position: relative;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio {
  margin-bottom: 0 !important;
  width: calc(100% - 1rem);
  margin-left: 1rem !important;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li {
  margin-top: 0.25rem !important;
  margin-bottom: 0 !important;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  input[type="radio"] {
  position: absolute;
  opacity: 0;
  margin: 0;
  width: 0 !important;
  height: 0;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  input[type="radio"]:checked
  + label,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  input[type="radio"]:checked:focus
  + label,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  input[type="radio"]:checked:hover
  + label {
  color: #3f50ff;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  input[type="radio"]:checked
  + label
  .check,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  input[type="radio"]:checked:focus
  + label
  .check,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  input[type="radio"]:checked:hover
  + label
  .check {
  border-color: #3f50ff;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  input[type="radio"]:checked
  + label
  .check:before,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  input[type="radio"]:checked:focus
  + label
  .check:before,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  input[type="radio"]:checked:hover
  + label
  .check:before {
  opacity: 1;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  label {
  display: inline-block;
  position: relative;
  padding: 0.375rem 1rem 0.375rem 2rem;
  margin: 0;
  cursor: pointer;
  min-width: 0;
  width: auto;
  font-weight: 400;
  line-height: 1.35;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  label.active {
  color: #3f50ff;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  label.active
  .check {
  border-color: #3f50ff;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  label.active
  .check:before {
  opacity: 1;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  label:focus,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  label:hover {
  color: rgba(63, 80, 255, 0.6);
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  label:focus
  .check,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  label:hover
  .check {
  border-color: rgba(63, 80, 255, 0.6);
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  label:focus
  .check:before,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  label:hover
  .check:before {
  opacity: 0.6;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  .check {
  position: absolute;
  border: 3px solid #000;
  border-radius: 100%;
  height: 1.25rem;
  width: 1.25rem;
  left: 0;
  top: 0.375rem;
  display: block;
  cursor: pointer;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  .ginput_container_radio
  .gfield_radio
  li
  .check:before {
  content: "";
  border-radius: 100%;
  height: 0.375rem;
  width: 0.375rem;
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 3px);
  display: block;
  background-color: #3f50ff;
  opacity: 0;
  cursor: pointer;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent {
  margin-top: 0 !important;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  label,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  label {
  display: inline-block;
  color: #000;
  cursor: default;
  max-width: 100%;
  margin-left: 1.875rem;
  line-height: 1.3;
  font-weight: 400;
  position: relative;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  label
  a,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  label
  a {
  color: #3f50ff;
  border-bottom: 1px solid #3f50ff;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  label
  a:focus,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  label
  a:hover,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  label
  a:focus,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  label
  a:hover {
  border-color: transparent;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  label:after,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  label:before,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  label:after,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  label:before {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  border-radius: 3px;
  position: absolute;
  left: -1.875rem;
  top: 0;
  cursor: pointer;
  margin-right: 0.625rem;
  margin-top: 0.125rem;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  label:before,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  label:before {
  content: "";
  display: inline-block;
  border: 1px solid #000;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  label:after,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  label:after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgMzgxLjgiPjxwYXRoIGQ9Ik0xNzMuOSAzNzQuMzFMNy41IDIwNy45MWEyNS42IDI1LjYgMCAwMTAtMzYuMjFsMzYuMi0zNi4yYTI1LjU5IDI1LjU5IDAgMDEzNi4yIDBMMTkyIDI0Ny41OSA0MzIuMDkgNy41YTI1LjYgMjUuNiAwIDAxMzYuMjEgMGwzNi4yIDM2LjJhMjUuNiAyNS42IDAgMDEwIDM2LjIxbC0yOTQuNCAyOTQuNGEyNS42MSAyNS42MSAwIDAxLTM2LjIgMHoiLz48L3N2Zz4=)
    no-repeat 50%;
  background-size: 55%;
  opacity: 0;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  input[type="checkbox"],
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  input[type="checkbox"]:checked
  + label:after,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  input[type="checkbox"]:checked:focus
  + label:after,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  input[type="checkbox"]:checked:hover
  + label:after,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  input[type="checkbox"]:checked
  + label:after,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  input[type="checkbox"]:checked:focus
  + label:after,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  input[type="checkbox"]:checked:hover
  + label:after {
  opacity: 1;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  input[type="checkbox"]:focus
  + label:after,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  input[type="checkbox"]:hover
  + label:after,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  input[type="checkbox"]:focus
  + label:after,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  input[type="checkbox"]:hover
  + label:after {
  opacity: 0.75;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  .gfield_checkbox,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  .gfield_checkbox {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_checkbox
  .gfield_checkbox
  > li,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_consent
  .gfield_checkbox
  > li {
  margin: 0;
  overflow: visible;
  width: 100%;
  position: relative;
  margin-top: 0.25rem !important;
}
@media (min-width: 576px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_checkbox
    .gfield_checkbox
    > li,
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_consent
    .gfield_checkbox
    > li {
    margin-top: 0.3125rem !important;
  }
}
@media (min-width: 768px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_checkbox
    .gfield_checkbox
    > li,
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_consent
    .gfield_checkbox
    > li {
    margin-top: 0.375rem !important;
  }
}
@media (min-width: 992px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_checkbox
    .gfield_checkbox
    > li,
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_consent
    .gfield_checkbox
    > li {
    margin-top: 0.4375rem !important;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_checkbox
    .gfield_checkbox
    > li,
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_consent
    .gfield_checkbox
    > li {
    margin-top: 0.5rem !important;
  }
}
.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gsection {
  margin-right: 0 !important;
  border-bottom-color: #3f50ff;
  padding-bottom: 0.25rem;
}
@media (min-width: 576px) {
  .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gsection {
    padding-bottom: 0.28125rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gsection {
    padding-bottom: 0.3125rem;
  }
}
@media (min-width: 992px) {
  .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gsection {
    padding-bottom: 0.34375rem;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gsection {
    padding-bottom: 0.375rem;
  }
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_multiselect {
  width: 100% !important;
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_multiselect
  select.gfield_select {
  width: 100%;
  margin: 0;
  background: transparent;
  border: 2px solid #e6e6e6;
  box-shadow: none;
  display: block;
  height: auto;
  position: relative;
  border-radius: 0.3125rem;
  padding: 0.625rem 1rem;
}
@media (min-width: 576px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_multiselect
    select.gfield_select {
    padding: 0.75rem 1.125rem;
  }
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_multiselect
  select.gfield_select
  option {
  padding: 0.25rem 0.375rem;
}
@media (min-width: 576px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_multiselect
    select.gfield_select
    option {
    padding: 0.28125rem 0.40625rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_multiselect
    select.gfield_select
    option {
    padding: 0.3125rem 0.4375rem;
  }
}
@media (min-width: 992px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_multiselect
    select.gfield_select
    option {
    padding: 0.34375rem 0.46875rem;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper
    form
    div.gform_body
    ul.gform_fields
    li.gfield
    div.ginput_container_multiselect
    select.gfield_select
    option {
    padding: 0.375rem 0.5rem;
  }
}
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_multiselect
  select.gfield_select
  option:checked,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_multiselect
  select.gfield_select
  option:focus,
.gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container_multiselect
  select.gfield_select
  option:hover {
  color: #3f50ff;
  background: #eee;
}
.gform_wrapper form .gform_footer {
  padding: 0 1rem 0 0;
  margin: 0 !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .gform_wrapper form .gform_footer {
    padding: 0;
  }
}
.gform_wrapper form .gform_footer .gform_ajax_spinner {
  position: absolute;
  bottom: 1.75rem;
  left: calc(100% - 3.25rem);
  width: 3rem;
}
@media (min-width: 576px) {
  .gform_wrapper form .gform_footer .gform_ajax_spinner {
    width: 3.25rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper form .gform_footer .gform_ajax_spinner {
    width: 3.5rem;
  }
}
@media (min-width: 992px) {
  .gform_wrapper form .gform_footer .gform_ajax_spinner {
    width: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper form .gform_footer .gform_ajax_spinner {
    width: 4rem;
  }
}
@media (min-width: 576px) {
  .gform_wrapper form .gform_footer .gform_ajax_spinner {
    bottom: 2rem;
    left: calc(100% - 3.5rem);
  }
}
@media (min-width: 768px) {
  .gform_wrapper form .gform_footer .gform_ajax_spinner {
    bottom: 2.375rem;
    left: calc(100% - 3.625rem);
  }
}
@media (min-width: 992px) {
  .gform_wrapper form .gform_footer .gform_ajax_spinner {
    bottom: 2.625rem;
    left: calc(100% - 4.5rem);
  }
}
@media (min-width: 1200px) {
  .gform_wrapper form .gform_footer .gform_ajax_spinner {
    bottom: 3rem;
    left: calc(100% - 5rem);
  }
}
.gform_wrapper form .gform_footer .submit-button-wrapper {
  margin-top: 1.5rem !important;
}
@media (min-width: 576px) {
  .gform_wrapper form .gform_footer .submit-button-wrapper {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 768px) {
  .gform_wrapper form .gform_footer .submit-button-wrapper {
    margin-top: 2.25rem !important;
  }
}
@media (min-width: 992px) {
  .gform_wrapper form .gform_footer .submit-button-wrapper {
    margin-top: 2.625rem !important;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper form .gform_footer .submit-button-wrapper {
    margin-top: 3rem !important;
  }
}
.gform_wrapper form .gform_footer .submit-button-wrapper.no-drop {
  cursor: no-drop;
}
.about-hero-section {
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .about-hero-section {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .about-hero-section {
    padding-bottom: 3rem;
  }
}
.about-hero-section {
  padding-top: 7.5rem;
}
@media (min-width: 576px) {
  .about-hero-section {
    padding-top: 9.625rem;
  }
}
@media (min-width: 768px) {
  .about-hero-section {
    padding-top: 11.75rem;
  }
}
@media (min-width: 992px) {
  .about-hero-section {
    padding-top: 13.875rem;
    padding-bottom: 13.875rem;
  }
}
@media (min-width: 1200px) {
  .about-hero-section {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
.about-hero-section__image-wrapper {
  position: relative;
  max-width: 20rem;
}
@media (min-width: 576px) {
  .about-hero-section__image-wrapper {
    max-width: 22.09375rem;
  }
}
@media (min-width: 768px) {
  .about-hero-section__image-wrapper {
    max-width: 24.1875rem;
  }
}
@media (min-width: 992px) {
  .about-hero-section__image-wrapper {
    max-width: 26.28125rem;
  }
}
@media (min-width: 1200px) {
  .about-hero-section__image-wrapper {
    max-width: 28.375rem;
  }
}
@media (min-width: 992px) {
  .about-hero-section__image-wrapper {
    position: absolute;
    right: -10rem;
    top: -7.5rem;
    z-index: -1;
  }
}
.about-hero-section__image {
  width: 100%;
  max-width: 24.09375rem;
}
@media (min-width: 576px) {
  .about-hero-section__image {
    max-width: 26.10156rem;
  }
}
@media (min-width: 768px) {
  .about-hero-section__image {
    max-width: 28.10938rem;
  }
}
@media (min-width: 992px) {
  .about-hero-section__image {
    max-width: 30.11719rem;
  }
}
@media (min-width: 1200px) {
  .about-hero-section__image {
    max-width: 32.125rem;
  }
}
@media (min-width: 992px) {
  .about-hero-section__image {
    width: 26.28125rem;
  }
}
@media (min-width: 1200px) {
  .about-hero-section__image {
    width: 32.125rem;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .about-hero-section__image {
    height: 26.28125rem !important;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1200px),
  screen and (-ms-high-contrast: active) and (min-width: 1200px) {
  .about-hero-section__image {
    height: 32.125rem !important;
  }
}
.about-hero-section__border-blob {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: 24.15rem;
  height: 24.15rem;
}
@media (min-width: 576px) {
  .about-hero-section__border-blob {
    width: 26.7375rem;
    height: 26.7375rem;
  }
}
@media (min-width: 768px) {
  .about-hero-section__border-blob {
    width: 29.325rem;
    height: 29.325rem;
  }
}
@media (min-width: 992px) {
  .about-hero-section__border-blob {
    width: 31.9125rem;
    height: 31.9125rem;
  }
}
@media (min-width: 1200px) {
  .about-hero-section__border-blob {
    width: 34.5rem;
    height: 34.5rem;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .about-hero-section__border-blob {
    width: 19.2rem !important;
    height: 18.9rem !important;
  }
}
@media (-ms-high-contrast: none) and (min-width: 576px),
  screen and (-ms-high-contrast: active) and (min-width: 576px) {
  .about-hero-section__border-blob {
    width: 24rem !important;
    height: 23.625rem !important;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px),
  screen and (-ms-high-contrast: active) and (min-width: 768px) {
  .about-hero-section__border-blob {
    width: 28.8rem !important;
    height: 28.35rem !important;
  }
}
@media (-ms-high-contrast: none) and (min-width: 992px),
  screen and (-ms-high-contrast: active) and (min-width: 992px) {
  .about-hero-section__border-blob {
    width: 33.6rem !important;
    height: 33.075rem !important;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1200px),
  screen and (-ms-high-contrast: active) and (min-width: 1200px) {
  .about-hero-section__border-blob {
    width: 38.4rem !important;
    height: 37.8rem !important;
  }
}
.about-hero-section__blob-1 {
  top: -3rem;
  right: 7.5rem;
}
@media (min-width: 576px) {
  .about-hero-section__blob-1 {
    right: calc(50% - 13rem);
    top: -4rem;
  }
}
@media (min-width: 768px) {
  .about-hero-section__blob-1 {
    right: calc(50% - 16.5rem);
  }
}
@media (min-width: 1200px) {
  .about-hero-section__blob-1 {
    right: calc(50% - 20rem);
    top: -6rem;
  }
}
.about-hero-section__blob-2 {
  top: -2.25rem;
  left: 5rem;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media (min-width: 576px) {
  .about-hero-section__blob-2 {
    left: calc(50% + 1rem);
    top: -5rem;
  }
}
@media (min-width: 768px) {
  .about-hero-section__blob-2 {
    top: -6rem;
    left: calc(50% + 2rem);
  }
}
@media (min-width: 1200px) {
  .about-hero-section__blob-2 {
    top: -6.75rem;
  }
}
.about-hero-section__blob-3 {
  bottom: 1rem;
  right: 5rem;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (min-width: 576px) {
  .about-hero-section__blob-3 {
    right: calc(50% - 8rem);
    bottom: -2rem;
  }
}
@media (min-width: 768px) {
  .about-hero-section__blob-3 {
    right: calc(50% - 12rem);
  }
}
.about-hero-section__blob-4 {
  top: calc(50% + 5rem);
  right: -4.5rem;
}
@media (min-width: 576px) {
  .about-hero-section__blob-4 {
    top: calc(50% - 3rem);
  }
}
@media (min-width: 992px) {
  .about-hero-section__blob-4 {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .about-hero-section__blob-4 {
    right: calc(50% - 51rem);
  }
}
.about-hero-section__blob-5 {
  bottom: -1rem;
  left: 2rem;
}
@media (min-width: 768px) {
  .about-hero-section__blob-5 {
    left: calc(50% - 23rem);
  }
}
@media (min-width: 992px) {
  .about-hero-section__blob-5 {
    left: calc(50% - 30rem);
  }
}
@media (min-width: 1200px) {
  .about-hero-section__blob-5 {
    left: calc(50% - 37rem);
  }
}
.about-hero-section__blob-6 {
  bottom: -1.75rem;
  left: 2.5rem;
}
@media (min-width: 768px) {
  .about-hero-section__blob-6 {
    left: calc(50% - 22rem);
  }
}
@media (min-width: 992px) {
  .about-hero-section__blob-6 {
    left: calc(50% - 29rem);
  }
}
@media (min-width: 1200px) {
  .about-hero-section__blob-6 {
    left: calc(50% - 35rem);
    bottom: -2.5rem;
  }
}
.about-hero-section__blob-7 {
  bottom: 1rem;
  left: calc(50% + 2rem);
}
@media (min-width: 768px) {
  .about-hero-section__blob-7 {
    left: calc(50% - 4rem);
  }
}
@media (min-width: 1200px) {
  .about-hero-section__blob-7 {
    bottom: 2rem;
  }
}
.about-hero-section__blob-8 {
  bottom: -1rem;
  right: calc(50% - 20rem);
}
@media (min-width: 992px) {
  .about-hero-section__blob-8 {
    bottom: -3rem;
    right: calc(50% - 28rem);
  }
}
@media (min-width: 768px) {
  .about-hero-section__text-wrapper {
    max-width: 37.5rem;
  }
}
@media (min-width: 992px) {
  .about-hero-section__text-wrapper {
    max-width: 43rem;
  }
}
@media (min-width: 1200px) {
  .about-hero-section__text-wrapper {
    max-width: 48rem;
  }
}
.about-hero-section__font {
  font-size: 2.75rem;
}
@media (min-width: 576px) {
  .about-hero-section__font {
    font-size: 3.3125rem;
  }
}
@media (min-width: 768px) {
  .about-hero-section__font {
    font-size: 3.875rem;
  }
}
@media (min-width: 992px) {
  .about-hero-section__font {
    font-size: 4.4375rem;
  }
}
@media (min-width: 1200px) {
  .about-hero-section__font {
    font-size: 5rem;
  }
}
.about-hero-section__flashlight-text {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzgxIDQzNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZWFyR3JhZGllbnQgaWQ9ImEiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMzgxIDAgMCAtNDM3IC0xMDIyMjAgMjA5NzE4KSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyNjkuNzU2IiB4Mj0iMjcwLjc1NiIgeTE9IjQ3OS40MDQiIHkyPSI0NzkuNDA0Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMzZjUwZmYiLz48c3RvcCBvZmZzZXQ9Ii4yIiBzdG9wLWNvbG9yPSIjNDQ4Y2ZjIi8+PHN0b3Agb2Zmc2V0PSIuNCIgc3RvcC1jb2xvcj0iIzRhYzNmYSIvPjxzdG9wIG9mZnNldD0iLjYiIHN0b3AtY29sb3I9IiM0ZmY1ZjciLz48c3RvcCBvZmZzZXQ9Ii44IiBzdG9wLWNvbG9yPSIjNTRmNGM2Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNTlmMjk4Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03MTYuOSA0MzdjODguMyAwIDIyMS4xLTc5LjkgMjIxLjEtMTc4LjVTODA1LjMgMCA3MTYuOSAwIDU1NyAxNTkuOCA1NTcgMjU4LjUgNjI4LjYgNDM3IDcxNi45IDQzN3oiIGZpbGw9InVybCgjYSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU1NykiLz48L3N2Zz4=);
  position: relative;
  background-position: left -5% top 5%;
  background-size: 10rem 10rem;
  -webkit-animation: bg-position-animation 6s ease-out infinite;
  animation: bg-position-animation 6s ease-out infinite;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .about-hero-section__flashlight-text {
    background-image: none;
    -webkit-text-fill-color: #fff;
    color: #3f50ff;
  }
}
@media (min-width: 25.5rem) {
  .about-hero-section__flashlight-text {
    background-position: right -10% top 30%;
    background-size: 15rem 16rem;
    -webkit-animation: bg-position-animation-sm 6s ease-out infinite;
    animation: bg-position-animation-sm 6s ease-out infinite;
  }
}
@media (min-width: 768px) {
  .about-hero-section__flashlight-text {
    background-size: 18rem 19.5rem;
  }
}
@media (min-width: 992px) {
  .about-hero-section__flashlight-text {
    background-size: 22rem 24.5rem;
  }
}
@media (min-width: 1200px) {
  .about-hero-section__flashlight-text {
    background-size: 25rem 27.25rem;
  }
}
@media (min-width: 576px) {
  .about-hero-section__flashlight-text:hover {
    -webkit-animation: none;
    animation: none;
  }
}
.about-hero-section .google-partner-logo-wrapper {
  bottom: 0;
}
@media (min-width: 992px) {
  .about-hero-section .google-partner-logo-wrapper {
    bottom: -2rem;
  }
}
@media (min-width: 1200px) {
  .about-hero-section .google-partner-logo-wrapper {
    bottom: -1rem;
  }
}
@media (min-width: 992px) {
  .about-partner-logos {
    margin-top: -7rem;
  }
}
@media (min-width: 1200px) {
  .about-partner-logos {
    margin-top: -9rem;
  }
}
@-webkit-keyframes bg-position-animation {
  0% {
    background-position: left -5% top 5%;
  }
  12.5% {
    background-position: left 10% top 10%;
  }
  25% {
    background-position: left 20% top -20%;
  }
  37.5% {
    background-position: left 30% top -40%;
  }
  50% {
    background-position: left 50% top -100%;
  }
  62.5% {
    background-position: left 75% top -80%;
  }
  75% {
    background-position: left 50% top -20%;
  }
  82.5% {
    background-position: left 35% top 0;
  }
  95% {
    background-position: left 10% top 30%;
  }
  to {
    background-position: left -5% top 5%;
  }
}
@keyframes bg-position-animation {
  0% {
    background-position: left -5% top 5%;
  }
  12.5% {
    background-position: left 10% top 10%;
  }
  25% {
    background-position: left 20% top -20%;
  }
  37.5% {
    background-position: left 30% top -40%;
  }
  50% {
    background-position: left 50% top -100%;
  }
  62.5% {
    background-position: left 75% top -80%;
  }
  75% {
    background-position: left 50% top -20%;
  }
  82.5% {
    background-position: left 35% top 0;
  }
  95% {
    background-position: left 10% top 30%;
  }
  to {
    background-position: left -5% top 5%;
  }
}
@-webkit-keyframes bg-position-animation-sm {
  0% {
    background-position: right -10% top 30%;
  }
  12.5% {
    background-position: right -20% top 10%;
  }
  25% {
    background-position: right 30% top -20%;
  }
  37.5% {
    background-position: right 50% top -10%;
  }
  50% {
    background-position: right 20% top 30%;
  }
  62.5% {
    background-position: right 0 top 70%;
  }
  75% {
    background-position: right -10% top 60%;
  }
  82.5% {
    background-position: right 20% top 40%;
  }
  95% {
    background-position: right 10% top 50%;
  }
  to {
    background-position: right -10% top 30%;
  }
}
@keyframes bg-position-animation-sm {
  0% {
    background-position: right -10% top 30%;
  }
  12.5% {
    background-position: right -20% top 10%;
  }
  25% {
    background-position: right 30% top -20%;
  }
  37.5% {
    background-position: right 50% top -10%;
  }
  50% {
    background-position: right 20% top 30%;
  }
  62.5% {
    background-position: right 0 top 70%;
  }
  75% {
    background-position: right -10% top 60%;
  }
  82.5% {
    background-position: right 20% top 40%;
  }
  95% {
    background-position: right 10% top 50%;
  }
  to {
    background-position: right -10% top 30%;
  }
}
.acf-custom-background-blob--width-5 {
  width: 2.5rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--width-5 {
    width: 3.125rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--width-5 {
    width: 3.75rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--width-5 {
    width: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--width-5 {
    width: 5rem;
  }
}
.acf-custom-background-blob--width-6-5 {
  width: 3.25rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--width-6-5 {
    width: 4.0625rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--width-6-5 {
    width: 4.875rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--width-6-5 {
    width: 5.6875rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--width-6-5 {
    width: 6.5rem;
  }
}
.acf-custom-background-blob--width-7-5 {
  width: 3.75rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--width-7-5 {
    width: 4.6875rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--width-7-5 {
    width: 5.625rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--width-7-5 {
    width: 6.5625rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--width-7-5 {
    width: 7.5rem;
  }
}
.acf-custom-background-blob--width-8-5 {
  width: 4.25rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--width-8-5 {
    width: 5.3125rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--width-8-5 {
    width: 6.375rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--width-8-5 {
    width: 7.4375rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--width-8-5 {
    width: 8.5rem;
  }
}
.acf-custom-background-blob--width-10 {
  width: 5rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--width-10 {
    width: 6.25rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--width-10 {
    width: 7.5rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--width-10 {
    width: 8.75rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--width-10 {
    width: 10rem;
  }
}
.acf-custom-background-blob--width-12-5 {
  width: 6.25rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--width-12-5 {
    width: 7.8125rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--width-12-5 {
    width: 9.375rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--width-12-5 {
    width: 10.9375rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--width-12-5 {
    width: 12.5rem;
  }
}
.acf-custom-background-blob--width-15 {
  width: 7.5rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--width-15 {
    width: 9.375rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--width-15 {
    width: 11.25rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--width-15 {
    width: 13.125rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--width-15 {
    width: 15rem;
  }
}
.acf-custom-background-blob--width-17-5 {
  width: 8.75rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--width-17-5 {
    width: 10.9375rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--width-17-5 {
    width: 13.125rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--width-17-5 {
    width: 15.3125rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--width-17-5 {
    width: 17.5rem;
  }
}
.acf-custom-background-blob--width-20 {
  width: 10rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--width-20 {
    width: 12.5rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--width-20 {
    width: 15rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--width-20 {
    width: 17.5rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--width-20 {
    width: 20rem;
  }
}
.acf-custom-background-blob--width-25 {
  width: 12.5rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--width-25 {
    width: 15.625rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--width-25 {
    width: 18.75rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--width-25 {
    width: 21.875rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--width-25 {
    width: 25rem;
  }
}
.acf-custom-background-blob--width-30 {
  width: 15rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--width-30 {
    width: 18.75rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--width-30 {
    width: 22.5rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--width-30 {
    width: 26.25rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--width-30 {
    width: 30rem;
  }
}
.acf-custom-background-blob--width-35 {
  width: 17.5rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--width-35 {
    width: 21.875rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--width-35 {
    width: 26.25rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--width-35 {
    width: 30.625rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--width-35 {
    width: 35rem;
  }
}
.acf-custom-background-blob--width-40 {
  width: 20rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--width-40 {
    width: 25rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--width-40 {
    width: 30rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--width-40 {
    width: 35rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--width-40 {
    width: 40rem;
  }
}
.acf-custom-background-blob--height-5 {
  height: 2.5rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--height-5 {
    height: 3.125rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--height-5 {
    height: 3.75rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--height-5 {
    height: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--height-5 {
    height: 5rem;
  }
}
.acf-custom-background-blob--height-6-5 {
  height: 3.25rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--height-6-5 {
    height: 4.0625rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--height-6-5 {
    height: 4.875rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--height-6-5 {
    height: 5.6875rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--height-6-5 {
    height: 6.5rem;
  }
}
.acf-custom-background-blob--height-7-5 {
  height: 3.75rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--height-7-5 {
    height: 4.6875rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--height-7-5 {
    height: 5.625rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--height-7-5 {
    height: 6.5625rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--height-7-5 {
    height: 7.5rem;
  }
}
.acf-custom-background-blob--height-8-5 {
  height: 4.25rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--height-8-5 {
    height: 5.3125rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--height-8-5 {
    height: 6.375rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--height-8-5 {
    height: 7.4375rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--height-8-5 {
    height: 8.5rem;
  }
}
.acf-custom-background-blob--height-10 {
  height: 5rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--height-10 {
    height: 6.25rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--height-10 {
    height: 7.5rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--height-10 {
    height: 8.75rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--height-10 {
    height: 10rem;
  }
}
.acf-custom-background-blob--height-12-5 {
  height: 6.25rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--height-12-5 {
    height: 7.8125rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--height-12-5 {
    height: 9.375rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--height-12-5 {
    height: 10.9375rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--height-12-5 {
    height: 12.5rem;
  }
}
.acf-custom-background-blob--height-15 {
  height: 7.5rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--height-15 {
    height: 9.375rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--height-15 {
    height: 11.25rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--height-15 {
    height: 13.125rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--height-15 {
    height: 15rem;
  }
}
.acf-custom-background-blob--height-17-5 {
  height: 8.75rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--height-17-5 {
    height: 10.9375rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--height-17-5 {
    height: 13.125rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--height-17-5 {
    height: 15.3125rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--height-17-5 {
    height: 17.5rem;
  }
}
.acf-custom-background-blob--height-20 {
  height: 10rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--height-20 {
    height: 12.5rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--height-20 {
    height: 15rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--height-20 {
    height: 17.5rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--height-20 {
    height: 20rem;
  }
}
.acf-custom-background-blob--height-25 {
  height: 12.5rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--height-25 {
    height: 15.625rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--height-25 {
    height: 18.75rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--height-25 {
    height: 21.875rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--height-25 {
    height: 25rem;
  }
}
.acf-custom-background-blob--height-30 {
  height: 15rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--height-30 {
    height: 18.75rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--height-30 {
    height: 22.5rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--height-30 {
    height: 26.25rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--height-30 {
    height: 30rem;
  }
}
.acf-custom-background-blob--height-35 {
  height: 17.5rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--height-35 {
    height: 21.875rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--height-35 {
    height: 26.25rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--height-35 {
    height: 30.625rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--height-35 {
    height: 35rem;
  }
}
.acf-custom-background-blob--height-40 {
  height: 20rem;
}
@media (min-width: 576px) {
  .acf-custom-background-blob--height-40 {
    height: 25rem;
  }
}
@media (min-width: 768px) {
  .acf-custom-background-blob--height-40 {
    height: 30rem;
  }
}
@media (min-width: 992px) {
  .acf-custom-background-blob--height-40 {
    height: 35rem;
  }
}
@media (min-width: 1200px) {
  .acf-custom-background-blob--height-40 {
    height: 40rem;
  }
}
.acf-custom-background-blob__position--top-left {
  top: 0;
  left: 0;
}
.acf-custom-background-blob__position--top-center {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.acf-custom-background-blob__position--top-right {
  top: 0;
  right: 0;
}
.acf-custom-background-blob__position--middle-left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.acf-custom-background-blob__position--middle-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.acf-custom-background-blob__position--middle-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.acf-custom-background-blob__position--bottom-left {
  bottom: 0;
  left: 0;
}
.acf-custom-background-blob__position--bottom-center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.acf-custom-background-blob__position--bottom-right {
  bottom: 0;
  right: 0;
}
.image-with-gradient:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(15%, hsla(0, 0%, 100%, 0)),
    color-stop(97%, #316cfd)
  );
  background-image: -webkit-linear-gradient(
    top,
    hsla(0, 0%, 100%, 0) 15%,
    #316cfd 97%
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 15%,
    #316cfd 97%
  );
  position: absolute;
  opacity: 0.45;
}
.image-with-gradient--rounded-corner {
  border-radius: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.acf-block-team .modal,
.acf-block-team .modal.show,
.acf-block-team .team__tab:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.acf-block-team .team__navbar {
  margin-bottom: 2.5rem !important;
}
@media (min-width: 576px) {
  .acf-block-team .team__navbar {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 768px) {
  .acf-block-team .team__navbar {
    margin-bottom: 3.75rem !important;
  }
}
@media (min-width: 992px) {
  .acf-block-team .team__navbar {
    margin-bottom: 4.375rem !important;
  }
}
@media (min-width: 1200px) {
  .acf-block-team .team__navbar {
    margin-bottom: 5rem !important;
  }
}
.acf-block-team .team__members {
  max-width: 58rem;
}
@media (min-width: 576px) {
  .acf-block-team .team__members {
    max-width: 61.625rem;
  }
}
@media (min-width: 768px) {
  .acf-block-team .team__members {
    max-width: 65.25rem;
  }
}
@media (min-width: 992px) {
  .acf-block-team .team__members {
    max-width: 68.875rem;
  }
}
@media (min-width: 1200px) {
  .acf-block-team .team__members {
    max-width: 72.5rem;
  }
}
.acf-block-team .team__member {
  cursor: pointer;
}
.acf-block-team .team__tab {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (min-width: 576px) {
  .acf-block-team .team__tab {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .acf-block-team .team__tab {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .acf-block-team .team__tab {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
}
@media (min-width: 1200px) {
  .acf-block-team .team__tab {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.acf-block-team .team__tab:after {
  content: "";
  width: 100%;
  height: 0.1875rem;
  display: block;
  background-color: transparent;
  border-radius: 1.5px;
}
.acf-block-team .team__tab.active:after,
.acf-block-team .team__tab:hover:after {
  background-color: #3f50ff;
}
.acf-block-team .team__thumbnail {
  border-radius: 0.75rem;
  max-width: 100%;
}
.acf-block-team .team-modal {
  z-index: 1050;
  border-radius: 0.75rem;
  max-width: 41.25rem;
}
@media (min-width: 576px) {
  .acf-block-team .team-modal {
    max-width: 43.82812rem;
  }
}
@media (min-width: 768px) {
  .acf-block-team .team-modal {
    max-width: 46.40625rem;
  }
}
@media (min-width: 992px) {
  .acf-block-team .team-modal {
    max-width: 48.98438rem;
  }
}
@media (min-width: 1200px) {
  .acf-block-team .team-modal {
    max-width: 51.5625rem;
  }
}
@media (min-width: 992px) {
  .acf-block-team .team-modal {
    position: relative;
    -webkit-transform: translateX(5.5rem);
    transform: translateX(5.5rem);
  }
}
@media (min-width: 1200px) {
  .acf-block-team .team-modal {
    -webkit-transform: translateX(6.9375rem);
    transform: translateX(6.9375rem);
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .acf-block-team .team-modal {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    background-color: #f6f6ff;
    border: 1px solid rgba(13, 19, 85, 0.3);
  }
}
.acf-block-team .team-modal__thumbnail {
  bottom: -0.85rem;
}
@media (min-width: 992px) {
  .acf-block-team .team-modal__thumbnail {
    left: -11rem;
  }
}
@media (min-width: 1200px) {
  .acf-block-team .team-modal__thumbnail {
    left: -14rem;
  }
}
.acf-block-team .team-modal__thumbnail {
  width: 24.7rem;
}
@media (min-width: 576px) {
  .acf-block-team .team-modal__thumbnail {
    width: 26.24375rem;
  }
}
@media (min-width: 768px) {
  .acf-block-team .team-modal__thumbnail {
    width: 27.7875rem;
  }
}
@media (min-width: 992px) {
  .acf-block-team .team-modal__thumbnail {
    width: 29.33125rem;
  }
}
@media (min-width: 1200px) {
  .acf-block-team .team-modal__thumbnail {
    width: 30.875rem;
  }
}
@media (min-width: 992px) {
  .acf-block-team .team-modal__thumbnail {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .acf-block-team .team-modal__thumbnail {
    height: 24.7rem;
  }
}
@media (-ms-high-contrast: none) and (min-width: 576px),
  screen and (-ms-high-contrast: active) and (min-width: 576px) {
  .acf-block-team .team-modal__thumbnail {
    height: 26.24375rem;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px),
  screen and (-ms-high-contrast: active) and (min-width: 768px) {
  .acf-block-team .team-modal__thumbnail {
    height: 27.7875rem;
  }
}
@media (-ms-high-contrast: none) and (min-width: 992px),
  screen and (-ms-high-contrast: active) and (min-width: 992px) {
  .acf-block-team .team-modal__thumbnail {
    height: 29.33125rem;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1200px),
  screen and (-ms-high-contrast: active) and (min-width: 1200px) {
  .acf-block-team .team-modal__thumbnail {
    height: 30.875rem;
  }
}
.acf-block-team .team-modal__image {
  -webkit-transform: translate(-13%, -15.2%) scale(1.1);
  transform: translate(-13%, -15.2%) scale(1.1);
}
.acf-block-team .team-modal__content {
  position: static;
}
@media (min-width: 992px) {
  .acf-block-team .team-modal__content {
    position: relative;
    min-height: 26.5rem;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .acf-block-team .team-modal__content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
    -webkit-box-flex: 1;
    flex: 1;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .acf-block-team .team-modal__content .modal-mail-icon {
    width: 1.5rem;
    height: 1rem;
  }
}
.acf-block-team .team-modal__close {
  top: 0;
  right: 0.5rem;
  font-size: 2.5rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  .acf-block-team .team-modal__close {
    right: -2.5rem;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .acf-block-team .team-modal__close {
    right: 1rem;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .acf-block-team .team-modal .row {
    width: 100% !important;
  }
}
.acf-block-team .modal {
  opacity: 0;
}
.acf-block-team .modal.show {
  opacity: 1;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .modal-backdrop.show {
    display: none !important;
  }
}
.crunch-button__text-only-with-border-bottom:before,
.crunch-button__text-only:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.crunch-button__full-background--small,
.crunch-button__outline--small,
.crunch-button__text-only--small,
.crunch-button__text-only-with-border-bottom--small {
  font-size: 0.875rem;
}
.crunch-button__full-background--medium,
.crunch-button__outline--medium,
.crunch-button__text-only--medium,
.crunch-button__text-only-with-border-bottom--medium {
  font-size: 1rem;
}
.crunch-button__full-background--large,
.crunch-button__outline--large,
.crunch-button__text-only--large,
.crunch-button__text-only-with-border-bottom--large {
  font-size: 1.0625rem;
}
@media (min-width: 576px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large,
  .crunch-button__text-only--large,
  .crunch-button__text-only-with-border-bottom--large {
    font-size: 1.07812rem;
  }
}
@media (min-width: 768px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large,
  .crunch-button__text-only--large,
  .crunch-button__text-only-with-border-bottom--large {
    font-size: 1.09375rem;
  }
}
@media (min-width: 992px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large,
  .crunch-button__text-only--large,
  .crunch-button__text-only-with-border-bottom--large {
    font-size: 1.10938rem;
  }
}
@media (min-width: 1200px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large,
  .crunch-button__text-only--large,
  .crunch-button__text-only-with-border-bottom--large {
    font-size: 1.125rem;
  }
}
.crunch-button__text-only-with-border-bottom {
  text-decoration: none;
  background-image: -webkit-linear-gradient(
    bottom,
    currentColor 1px,
    transparent 0
  );
  background-image: linear-gradient(0deg, currentColor 1px, transparent 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-bottom: 0.125rem;
}
.crunch-button__text-only-with-border-bottom:focus,
.crunch-button__text-only-with-border-bottom:hover {
  background-size: 100% 100%;
}
.crunch-button__text-only-with-border-bottom {
  background-size: 100% 100%;
  background-position: 100%;
}
.crunch-button__text-only-with-border-bottom:focus,
.crunch-button__text-only-with-border-bottom:hover {
  background-size: 0 100%;
}
.crunch-button-wrapper.aligncenter {
  text-align: center;
}
.crunch-button-wrapper.alignright {
  text-align: right;
}
.crunch-button {
  font-weight: 600;
  position: relative;
  line-height: 1.4;
}
.crunch-button__text-only,
.crunch-button__text-only-with-border-bottom {
  padding-right: 1.75rem;
  background-repeat: no-repeat;
  font-weight: 700;
}
.crunch-button__text-only-with-border-bottom:before,
.crunch-button__text-only:before {
  content: "";
  position: absolute;
  right: 0.375rem;
  top: calc(50% - 0.3125rem);
  width: 0.75rem;
  height: 0.625rem;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
}
.crunch-button__text-only-with-border-bottom:hover:before,
.crunch-button__text-only:hover:before {
  right: 0.125rem;
}
.crunch-button__text-only-with-border-bottom:focus:before,
.crunch-button__text-only:focus:before {
  right: 0;
}
.crunch-button__text-only--primary-color,
.crunch-button__text-only-with-border-bottom--primary-color {
  color: #3f50ff;
}
.crunch-button__text-only--primary-color:before,
.crunch-button__text-only-with-border-bottom--primary-color:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMuNCAxMS4zIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMS44IDUuM0w3LjQgMS4yYy0uMS0uMS0uMS0uMyAwLS40cy4zLS4xLjUgMGw0LjQgNC4xYy4yLjIuMy40LjMuN3YuMmMwIC4yLS4xLjUtLjMuN2wtNC40IDQuMWMtLjEuMS0uMy4xLS41IDBzLS4xLS4zIDAtLjRMMTEuOCA2SDFjLS4yIDAtLjMtLjEtLjMtLjNzLjEtLjQuMy0uNHoiIGZpbGw9IiMzZjUwZmYiIHN0cm9rZT0iIzNmNTBmZiIgc3Ryb2tlLXdpZHRoPSIxLjMiLz48L3N2Zz4=);
}
.crunch-button__text-only--primary-color:hover,
.crunch-button__text-only-with-border-bottom--primary-color:hover {
  color: #3f50ff;
}
.crunch-button__text-only--primary-color:focus,
.crunch-button__text-only-with-border-bottom--primary-color:focus {
  color: #2539ff;
}
.crunch-button__text-only--white-color,
.crunch-button__text-only-with-border-bottom--white-color {
  color: #fff;
}
.crunch-button__text-only--white-color:before,
.crunch-button__text-only-with-border-bottom--white-color:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMuNCAxMS4zIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMS44IDUuM0w3LjQgMS4yYy0uMS0uMS0uMS0uMyAwLS40cy4zLS4xLjUgMGw0LjQgNC4xYy4yLjIuMy40LjMuN3YuMmMwIC4yLS4xLjUtLjMuN2wtNC40IDQuMWMtLjEuMS0uMy4xLS41IDBzLS4xLS4zIDAtLjRMMTEuOCA2SDFjLS4yIDAtLjMtLjEtLjMtLjNzLjEtLjQuMy0uNHoiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjMiLz48L3N2Zz4=);
}
.crunch-button__text-only--white-color:hover,
.crunch-button__text-only-with-border-bottom--white-color:hover {
  color: #f6f6ff;
}
.crunch-button__text-only--white-color:focus,
.crunch-button__text-only-with-border-bottom--white-color:focus {
  color: #d9ddfe;
}
.crunch-button__text-only-with-border-bottom--white-color {
  background-image: -webkit-linear-gradient(bottom, #fff 1px, transparent 0);
  background-image: linear-gradient(0deg, #fff 1px, transparent 0);
}
.crunch-button__full-background,
.crunch-button__outline {
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.6s ease !important;
  transition: all 0.6s ease !important;
  border-radius: 2rem;
  font-weight: 600;
  box-shadow: 0.125rem 1.375rem 1.8125rem -0.75rem rgba(60, 70, 170, 0.15);
}
.crunch-button__full-background--primary-color:after,
.crunch-button__full-background--primary-color:before,
.crunch-button__full-background--white-color:after,
.crunch-button__full-background--white-color:before,
.crunch-button__outline--primary-color:after,
.crunch-button__outline--primary-color:before,
.crunch-button__outline--white-color:after,
.crunch-button__outline--white-color:before {
  content: "";
  position: absolute;
  left: -2.5%;
  top: -2.5%;
  width: 105%;
  height: 105%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: inherit;
  transition: inherit;
}
.crunch-button__full-background--primary-color:focus:after,
.crunch-button__full-background--primary-color:hover:before,
.crunch-button__full-background--white-color:focus:after,
.crunch-button__full-background--white-color:hover:before,
.crunch-button__outline--primary-color:focus:after,
.crunch-button__outline--primary-color:hover:before,
.crunch-button__outline--white-color:focus:after,
.crunch-button__outline--white-color:hover:before {
  opacity: 1;
}
.crunch-button__full-background--small,
.crunch-button__outline--small {
  padding: 0.75rem 1.5rem;
  font-weight: 500;
}
.crunch-button__full-background--medium,
.crunch-button__outline--medium {
  min-width: 7rem;
  padding: 0.75rem 1.25rem;
}
@media (min-width: 576px) {
  .crunch-button__full-background--medium,
  .crunch-button__outline--medium {
    min-width: 7.75rem;
    padding: 0.8125rem 1.4375rem;
  }
}
@media (min-width: 768px) {
  .crunch-button__full-background--medium,
  .crunch-button__outline--medium {
    min-width: 8.5rem;
    padding: 0.875rem 1.625rem;
  }
}
@media (min-width: 992px) {
  .crunch-button__full-background--medium,
  .crunch-button__outline--medium {
    min-width: 9.25rem;
    padding: 0.9375rem 1.8125rem;
  }
}
@media (min-width: 1200px) {
  .crunch-button__full-background--medium,
  .crunch-button__outline--medium {
    min-width: 10rem;
    padding: 1rem 2rem;
  }
}
.crunch-button__full-background--large,
.crunch-button__outline--large {
  min-width: 8rem;
  padding: 0.75rem 1.5rem;
}
@media (min-width: 576px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large {
    min-width: 9rem;
    padding: 0.8125rem 1.6875rem;
  }
}
@media (min-width: 768px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large {
    min-width: 10rem;
    padding: 0.875rem 1.875rem;
  }
}
@media (min-width: 992px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large {
    min-width: 11rem;
    padding: 0.9375rem 2.0625rem;
  }
}
@media (min-width: 1200px) {
  .crunch-button__full-background--large,
  .crunch-button__outline--large {
    min-width: 12rem;
    padding: 1rem 2.25rem;
  }
}
.crunch-button__full-background--primary-color {
  background: #3f50ff;
  color: #fff;
}
.crunch-button__full-background--primary-color:before {
  background-image: -webkit-linear-gradient(
    181deg,
    #353dff,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
  background-image: linear-gradient(
    269deg,
    #353dff,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
}
.crunch-button__full-background--primary-color:after {
  background-image: -webkit-linear-gradient(
    181deg,
    #0008c6,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
  background-image: linear-gradient(
    269deg,
    #0008c6,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
}
.crunch-button__full-background--primary-color:focus,
.crunch-button__full-background--primary-color:hover {
  color: #fff;
}
.crunch-button__full-background--white-color {
  background: #fff;
  color: #3f50ff;
}
.crunch-button__full-background--white-color:hover {
  background: #f6f6ff;
}
.crunch-button__full-background--white-color:focus {
  background: #d9ddfe;
}
.crunch-button__full-background--white-color:focus,
.crunch-button__full-background--white-color:hover {
  color: #3f50ff;
}
.crunch-button__outline--primary-color {
  border: 1px solid #3f50ff;
  background: #fff;
  color: #3f50ff;
}
.crunch-button__outline--primary-color:before {
  background-image: -webkit-linear-gradient(
    181deg,
    #353dff,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
  background-image: linear-gradient(
    269deg,
    #353dff,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
}
.crunch-button__outline--primary-color:after {
  background-image: -webkit-linear-gradient(
    181deg,
    #0008c6,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
  background-image: linear-gradient(
    269deg,
    #0008c6,
    #afb2ff 98%,
    rgba(63, 80, 255, 0.85)
  );
}
.crunch-button__outline--primary-color:focus,
.crunch-button__outline--primary-color:hover {
  color: #fff;
  border-color: transparent;
}
.crunch-button__outline--white-color {
  border: 1px solid #d9ddfe;
  background: transparent;
  color: #fff;
}
.crunch-button__outline--white-color:hover {
  background: #f6f6ff;
}
.crunch-button__outline--white-color:focus {
  background: #d9ddfe;
}
.crunch-button__outline--white-color:focus,
.crunch-button__outline--white-color:hover {
  color: #3f50ff;
}
.crunch-button__outline--unset-shadow {
  box-shadow: unset;
}
.acf-block-content-with-testimonial__blob {
  left: 50%;
  top: 10%;
}
@media (min-width: 576px) {
  .acf-block-content-with-testimonial__blob {
    left: 25%;
    top: 5%;
  }
}
@media (min-width: 768px) {
  .acf-block-content-with-testimonial__blob {
    left: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .acf-block-content-with-testimonial__blob {
    left: -25%;
    top: -5%;
  }
}
@media (min-width: 1200px) {
  .acf-block-content-with-testimonial__blob {
    left: -50%;
    top: -10%;
  }
}
.acf-block-content-with-testimonial__decorated-text {
  color: #3544e2;
}
.acf-block-content-with-testimonial__content,
.acf-block-content-with-testimonial__name {
  color: #0d1355;
}
.acf-block-content-with-testimonial__quote {
  width: 1.75rem;
  height: 1.44375rem;
  top: -2.84375rem;
  left: -0.375rem;
}
@media (min-width: 576px) {
  .acf-block-content-with-testimonial__quote {
    width: 1.9375rem;
    height: 1.59844rem;
    top: -3.14844rem;
    left: -0.46875rem;
  }
}
@media (min-width: 768px) {
  .acf-block-content-with-testimonial__quote {
    width: 2.125rem;
    height: 1.75312rem;
    top: -3.45312rem;
    left: -0.5625rem;
  }
}
@media (min-width: 992px) {
  .acf-block-content-with-testimonial__quote {
    width: 2.3125rem;
    height: 1.90781rem;
    top: -3.75781rem;
    left: -0.65625rem;
  }
}
@media (min-width: 1200px) {
  .acf-block-content-with-testimonial__quote {
    width: 2.5rem;
    height: 2.0625rem;
    top: -4.0625rem;
    left: -0.75rem;
  }
}
.acf-block-content-with-testimonial__wrapper {
  padding-top: 30%;
  padding-bottom: 50%;
}
@media (min-width: 576px) {
  .acf-block-content-with-testimonial__wrapper {
    padding-top: 30%;
    padding-bottom: 40%;
  }
}
@media (min-width: 768px) {
  .acf-block-content-with-testimonial__wrapper {
    padding-top: 20%;
    padding-bottom: 30%;
  }
}
@media (min-width: 992px) {
  .acf-block-content-with-testimonial__wrapper {
    padding-top: 30%;
    padding-bottom: 40%;
  }
}
@media (min-width: 1200px) {
  .acf-block-content-with-testimonial__wrapper {
    margin-top: -5%;
    padding-top: 25.5%;
    padding-bottom: 32.5%;
  }
}
.acf-block-content-with-testimonial__testimonial {
  max-width: 24.5rem;
}
.acf-block-content-with-testimonial__blob-with-border {
  height: 100%;
  width: auto;
  left: 40%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.acf-block-content-with-testimonial__blob-with-border path {
  stroke-width: 2;
}
@media (min-width: 576px) {
  .acf-block-content-with-testimonial__blob-with-border path {
    stroke-width: 1.75;
  }
}
@media (min-width: 768px) {
  .acf-block-content-with-testimonial__blob-with-border path {
    stroke-width: 1.5;
  }
}
@media (min-width: 992px) {
  .acf-block-content-with-testimonial__blob-with-border path {
    stroke-width: 1.25;
  }
}
@media (min-width: 1200px) {
  .acf-block-content-with-testimonial__blob-with-border path {
    stroke-width: 1;
  }
}
@media (min-width: 768px) {
  .acf-block-content-with-testimonial__blob-with-border {
    left: 30%;
  }
}
@media (min-width: 992px) {
  .acf-block-content-with-testimonial__blob-with-border {
    left: 35%;
  }
}
@media (min-width: 576px) {
  .rd-categories-wrapper .rd-category-buttons:first-of-type a {
    position: relative;
  }
  .rd-categories-wrapper .rd-category-buttons:first-of-type a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #3f50ff;
    top: 0;
    right: -0.5rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .rd-categories-wrapper .rd-category-buttons:first-of-type a:after {
    right: -0.625rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .rd-categories-wrapper .rd-category-buttons:first-of-type a:after {
    right: -0.75rem;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .rd-categories-wrapper .rd-category-buttons:first-of-type a:after {
    right: -0.875rem;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .rd-categories-wrapper .rd-category-buttons:first-of-type a:after {
    right: -1rem;
  }
}
.rd-category-buttons a {
  display: inline-block;
  border-radius: 5rem;
  background-color: #e0e3ff;
  color: #3f50ff;
  margin-top: 1rem;
  margin-right: 0.375rem;
  border: 1px solid transparent;
  padding: 0.5625rem 0.9375rem;
}
@media (min-width: 576px) {
  .rd-category-buttons a {
    padding: 0.60938rem 1.01562rem;
  }
}
@media (min-width: 768px) {
  .rd-category-buttons a {
    padding: 0.65625rem 1.09375rem;
  }
}
@media (min-width: 992px) {
  .rd-category-buttons a {
    padding: 0.70312rem 1.17188rem;
  }
}
@media (min-width: 1200px) {
  .rd-category-buttons a {
    padding: 0.75rem 1.25rem;
  }
}
.rd-category-buttons a:focus,
.rd-category-buttons a:hover {
  background-color: rgba(224, 227, 255, 0.6);
}
.rd-category-buttons--small a {
  padding: 0.375rem 0.75rem;
}
@media (min-width: 576px) {
  .rd-category-buttons--small a {
    padding: 0.40625rem 0.8125rem;
  }
}
@media (min-width: 768px) {
  .rd-category-buttons--small a {
    padding: 0.4375rem 0.875rem;
  }
}
@media (min-width: 992px) {
  .rd-category-buttons--small a {
    padding: 0.46875rem 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .rd-category-buttons--small a {
    padding: 0.5rem 1rem;
  }
}
.rd-category-buttons--outline a {
  border: 1px solid #3f50ff;
  background-color: #fff;
}
.rd-category-buttons--outline a:focus,
.rd-category-buttons--outline a:hover {
  background-color: rgba(224, 227, 255, 0.6);
  border-color: transparent;
}
.single-rd-preview__featured-image:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.single-rd-preview__featured-image {
  border-radius: 0.75rem;
}
.single-rd-preview__featured-image:after {
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(15%, hsla(0, 0%, 100%, 0)),
    color-stop(97%, #316cfd)
  );
  background-image: -webkit-linear-gradient(
    top,
    hsla(0, 0%, 100%, 0) 15%,
    #316cfd 97%
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 15%,
    #316cfd 97%
  );
  position: absolute;
  opacity: 0.45;
}
.single-rd-preview__featured-image:focus:after,
.single-rd-preview__featured-image:hover:after {
  opacity: 0.55;
}
.single-rd-preview__featured-image--video-placeholder {
  padding-bottom: 62.5%;
}
.single-rd-preview__featured-image--video-placeholder:focus
  .hero-section__play-video-button,
.single-rd-preview__featured-image--video-placeholder:hover
  .hero-section__play-video-button {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.single-rd-preview__play-video-button {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
}
@media (min-width: 576px) {
  .single-rd-preview__play-video-button {
    width: 4.875rem;
    height: 4.875rem;
  }
}
@media (min-width: 768px) {
  .single-rd-preview__play-video-button {
    width: 5.25rem;
    height: 5.25rem;
  }
}
@media (min-width: 992px) {
  .single-rd-preview__play-video-button {
    width: 5.625rem;
    height: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .single-rd-preview__play-video-button {
    width: 6rem;
    height: 6rem;
  }
}
.single-rd-preview__dot-before {
  padding-left: 0.75rem;
  margin-left: 0.5rem;
  top: 0.125rem;
}
.single-rd-preview__dot-before:before {
  content: "";
  top: calc(50% - 0.125rem);
  width: 0.25rem;
  height: 0.25rem;
  left: 0;
  position: absolute;
  background-color: rgba(92, 89, 89, 0.6);
  border-radius: 0.5rem;
}
.single-rd-preview__iframe {
  position: absolute;
  z-index: 2;
}
