img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: 0 0 !important;
  padding: 0 !important;
}
@charset "UTF-8";
#start-resizable-editor-section {
  display: none;
}
.wp-block-audio {
  margin: 0 0 1em;
}
.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-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.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-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons
  > .wp-block-button.has-custom-font-size
  .wp-block-button__link {
  font-size: inherit;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: calc(100% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100:only-child {
  margin-right: 0;
  width: 100%;
}
@supports (column-gap: 0.5em) {
  .wp-block-buttons.is-content-justification-right
    > .wp-block-button.wp-block-button,
  .wp-block-buttons > .wp-block-button.wp-block-button {
    margin-right: 0;
    margin-left: 0;
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - 0.375em);
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - 0.25em);
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - 0.125em);
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: auto;
    flex-basis: 100%;
  }
}
.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 {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}
.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}
.wp-block-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0.5em;
}
.wp-block-buttons.is-vertical {
  flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button {
  margin-right: 0;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin-left: 0;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-buttons > .wp-block-button:last-child {
  margin-right: 0;
}
.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right > .wp-block-button {
  margin-left: 0.5em;
  margin-right: 0;
}
.wp-block-buttons.is-content-justification-right
  > .wp-block-button:first-child {
  margin-left: 0;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.wp-block-buttons.aligncenter {
  text-align: center;
}
.wp-block-buttons.alignleft .wp-block-button {
  margin-left: 0;
  margin-right: 0.5em;
}
.wp-block-buttons.alignleft .wp-block-button:last-child {
  margin-right: 0;
}
.wp-block-buttons.alignright .wp-block-button {
  margin-right: 0;
  margin-left: 0.5em;
}
.wp-block-buttons.alignright .wp-block-button:first-child {
  margin-left: 0;
}
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center)
  .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  width: 100%;
}
.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 0.25em;
  border: 1px solid #ddd;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.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-code code {
  display: block;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-columns.has-background {
  padding: 1.25em 2.375em;
}
.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 {
  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:not(:only-child) {
    flex-basis: calc(50% - 1em) !important;
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 2em;
  }
}
@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: 2em;
  }
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-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;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
.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.is-repeated,
.wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]) {
  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;
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background,
.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
  .wp-block-cover__gradient-background,
.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-20
  .wp-block-cover__gradient-background,
.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
  .wp-block-cover__gradient-background,
.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-30
  .wp-block-cover__gradient-background,
.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
  .wp-block-cover__gradient-background,
.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-40
  .wp-block-cover__gradient-background,
.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
  .wp-block-cover__gradient-background,
.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-50
  .wp-block-cover__gradient-background,
.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
  .wp-block-cover__gradient-background,
.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-60
  .wp-block-cover__gradient-background,
.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
  .wp-block-cover__gradient-background,
.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-70
  .wp-block-cover__gradient-background,
.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
  .wp-block-cover__gradient-background,
.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-80
  .wp-block-cover__gradient-background,
.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
  .wp-block-cover__gradient-background,
.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-90
  .wp-block-cover__gradient-background,
.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
  .wp-block-cover__gradient-background,
.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-100
  .wp-block-cover__gradient-background,
.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
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (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: 100%;
  z-index: 1;
  color: #fff;
}
.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 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-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}
.wp-block-cover-image-text,
.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,
.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,
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: 840px;
  padding: 0.44em;
  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-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}
.wp-block-embed {
  margin: 0 0 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-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.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__embed {
  margin-bottom: 1em;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 0.8em;
  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 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-self: flex-start;
  width: calc(50% - 1em);
}
.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 .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: 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: 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: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
  box-sizing: border-box;
  margin: 0;
}
.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 figcaption,
.wp-block-gallery figcaption {
  flex-grow: 1;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image,
.blocks-gallery-grid.is-cropped .blocks-gallery-item,
.wp-block-gallery.is-cropped .blocks-gallery-image,
.wp-block-gallery.is-cropped .blocks-gallery-item {
  align-self: inherit;
}
.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: 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;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.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% - 0.66667em);
    margin-right: 1em;
  }
  .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% - 0.75em);
    margin-right: 1em;
  }
  .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% - 0.8em);
    margin-right: 1em;
  }
  .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% - 0.83333em);
    margin-right: 1em;
  }
  .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% - 0.85714em);
    margin-right: 1em;
  }
  .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% - 0.875em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .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-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .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: 420px;
  width: 100%;
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.wp-block-group {
  box-sizing: border-box;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-image {
  margin: 0 0 1em;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
.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 {
  display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > 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;
}
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
  .wp-block-image.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-image figure {
  margin: 0;
}
ol.wp-block-latest-comments {
  margin-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 2.25em;
  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: 3.25em;
}
.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: 0.875em;
  line-height: 1.8;
  margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.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;
  padding-left: 0;
}
.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 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 0.625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  color: #555;
  font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.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;
}
.block-editor-image-alignment-control__row .components-base-control__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-editor-image-alignment-control__row
  .components-base-control__field
  .components-base-control__label {
  margin-bottom: 0;
}
ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  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 {
  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 {
  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 {
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.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 .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill .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 {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-navigation {
  position: relative;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-link,
.wp-block-navigation .wp-block-pages-list__item {
  display: flex;
  align-items: center;
  position: relative;
}
.wp-block-navigation
  .wp-block-navigation-link
  .wp-block-navigation-link__container:empty,
.wp-block-navigation
  .wp-block-pages-list__item
  .wp-block-navigation-link__container:empty {
  display: none;
}
.wp-block-navigation .wp-block-navigation-link__content,
.wp-block-navigation .wp-block-pages-list__item__link {
  color: inherit;
  display: block;
}
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation-link,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-navigation-link__container,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-navigation-link__content,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-navigation-link__content:active,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*="text-decoration"] .wp-block-pages-list__item,
.wp-block-navigation[style*="text-decoration"] .wp-block-pages-list__item__link,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-pages-list__item__link:active,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-pages-list__item__link:focus {
  text-decoration: inherit;
}
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-navigation-link__content,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-navigation-link__content:focus,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-pages-list__item__link,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-pages-list__item__link:active,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-pages-list__item__link:focus {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .wp-block-page-list__submenu-icon {
  height: inherit;
}
.wp-block-navigation .wp-block-navigation-link__submenu-icon svg,
.wp-block-navigation .wp-block-page-list__submenu-icon svg {
  stroke: currentColor;
}
.wp-block-navigation
  .wp-block-navigation-link
  .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content,
.wp-block-navigation
  .wp-block-pages-list__item
  .wp-block-pages-list__item__link {
  padding: 0;
}
.wp-block-navigation .has-child > .wp-block-navigation-link__content,
.wp-block-navigation .has-child > .wp-block-pages-list__item__link {
  margin-right: 0.5em;
}
.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation .has-child .wp-block-navigation-link__container {
  background-color: inherit;
  color: inherit;
  position: absolute;
  z-index: 2;
  flex-direction: column;
  align-items: normal;
  min-width: 200px;
  display: none;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden;
}
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-navigation-link
  > .wp-block-navigation-link__content,
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-navigation-link
  > .wp-block-pages-list__item__link,
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-pages-list__item
  > .wp-block-navigation-link__content,
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-pages-list__item
  > .wp-block-pages-list__item__link,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-navigation-link
  > .wp-block-navigation-link__content,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-navigation-link
  > .wp-block-pages-list__item__link,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-pages-list__item
  > .wp-block-navigation-link__content,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-pages-list__item
  > .wp-block-pages-list__item__link {
  flex-grow: 1;
}
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-navigation-link
  > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-navigation-link
  > .wp-block-page-list__submenu-icon,
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-pages-list__item
  > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation
  .has-child
  .submenu-container
  > .wp-block-pages-list__item
  > .wp-block-page-list__submenu-icon,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-navigation-link
  > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-navigation-link
  > .wp-block-page-list__submenu-icon,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-pages-list__item
  > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  > .wp-block-pages-list__item
  > .wp-block-page-list__submenu-icon {
  padding-right: 0.5em;
}
@media (min-width: 782px) {
  .wp-block-navigation .has-child .submenu-container .submenu-container:before,
  .wp-block-navigation
    .has-child
    .submenu-container
    .wp-block-navigation-link__container:before,
  .wp-block-navigation
    .has-child
    .wp-block-navigation-link__container
    .submenu-container:before,
  .wp-block-navigation
    .has-child
    .wp-block-navigation-link__container
    .wp-block-navigation-link__container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 0.5em;
    background: transparent;
  }
  .wp-block-navigation
    .has-child
    .submenu-container
    .wp-block-navigation-link__submenu-icon
    svg,
  .wp-block-navigation
    .has-child
    .submenu-container
    .wp-block-page-list__submenu-icon
    svg,
  .wp-block-navigation
    .has-child
    .wp-block-navigation-link__container
    .wp-block-navigation-link__submenu-icon
    svg,
  .wp-block-navigation
    .has-child
    .wp-block-navigation-link__container
    .wp-block-page-list__submenu-icon
    svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation .has-child:hover > .wp-block-navigation-link__container {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.wp-block-navigation
  .has-child:focus-within
  > .wp-block-navigation-link__container {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.wp-block-navigation .has-child:hover {
  cursor: pointer;
}
.wp-block-navigation .has-child:hover > .submenu-container {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.wp-block-navigation .has-child:focus-within {
  cursor: pointer;
}
.wp-block-navigation .has-child:focus-within > .submenu-container {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .submenu-container
  .has-child
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .submenu-container
  .has-child
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .wp-block-navigation__container
  .has-child
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .wp-block-navigation__container
  .has-child
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .submenu-container
  > .has-child:last-child
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .submenu-container
  > .has-child:last-child
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation-link__container {
  left: auto;
  right: 0;
}
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .submenu-container
  .has-child
  .submenu-container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .submenu-container
  .has-child
  .submenu-container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .submenu-container
  .has-child
  .wp-block-navigation-link__container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .submenu-container
  .has-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .wp-block-navigation__container
  .has-child
  .submenu-container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .wp-block-navigation__container
  .has-child
  .submenu-container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .wp-block-navigation__container
  .has-child
  .wp-block-navigation-link__container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right
  > .wp-block-navigation__container
  .has-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .submenu-container
  > .has-child:last-child
  .submenu-container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .submenu-container
  > .has-child:last-child
  .submenu-container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .submenu-container
  > .has-child:last-child
  .wp-block-navigation-link__container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .submenu-container
  > .has-child:last-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .submenu-container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .submenu-container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation-link__container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__container {
  left: auto;
  right: 100%;
}
.wp-block-navigation.wp-block-navigation
  .wp-block-navigation__container
  > .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .wp-block-page-list,
.wp-block-navigation.wp-block-navigation
  .wp-block-page-list
  > .wp-block-pages-list__item {
  margin: 0 2em 0 0;
}
.wp-block-navigation.wp-block-navigation
  .wp-block-navigation__container
  > .wp-block-navigation-link:last-child,
.wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child,
.wp-block-navigation.wp-block-navigation
  .wp-block-page-list
  > .wp-block-pages-list__item:last-child {
  margin-right: 0;
}
.wp-block-navigation.wp-block-navigation.has-background
  .wp-block-navigation__container
  > .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list,
.wp-block-navigation.wp-block-navigation.has-background
  .wp-block-page-list
  > .wp-block-pages-list__item {
  margin: 0 0.5em 0 0;
}
.wp-block-navigation.wp-block-navigation.has-background
  .wp-block-navigation__container
  .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation.has-background
  .wp-block-page-list
  .wp-block-pages-list__item__link {
  padding: 0.5em 1em;
}
.wp-block-navigation.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container {
  left: -1em;
  top: 100%;
}
.wp-block-navigation.wp-block-navigation
  .has-child
  .submenu-container
  .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation
  .has-child
  .submenu-container
  .wp-block-pages-list__item,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  .wp-block-pages-list__item {
  margin: 0;
}
.wp-block-navigation.wp-block-navigation
  .has-child
  .submenu-container
  .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation
  .has-child
  .submenu-container
  .wp-block-pages-list__item__link,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  .wp-block-pages-list__item__link {
  padding: 0.5em 1em;
}
.wp-block-navigation.wp-block-navigation
  .has-child
  .submenu-container
  .submenu-container,
.wp-block-navigation.wp-block-navigation
  .has-child
  .submenu-container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  .submenu-container,
.wp-block-navigation.wp-block-navigation
  .has-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__container {
  left: -1px;
}
@media (min-width: 782px) {
  .wp-block-navigation.wp-block-navigation
    .has-child
    .submenu-container
    .submenu-container,
  .wp-block-navigation.wp-block-navigation
    .has-child
    .submenu-container
    .wp-block-navigation-link__container,
  .wp-block-navigation.wp-block-navigation
    .has-child
    .wp-block-navigation-link__container
    .submenu-container,
  .wp-block-navigation.wp-block-navigation
    .has-child
    .wp-block-navigation-link__container
    .wp-block-navigation-link__container {
    left: 100%;
    top: -1px;
  }
}
.wp-block-navigation.wp-block-navigation.has-background
  .has-child
  .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background
  .has-child
  .wp-block-navigation-link__container {
  left: 0;
  top: 100%;
}
.wp-block-navigation.wp-block-navigation.has-background
  .has-child
  .submenu-container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background
  .has-child
  .submenu-container
  .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.has-background
  .has-child
  .wp-block-navigation-link__container
  .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background
  .has-child
  .wp-block-navigation-link__container
  .wp-block-navigation-link__container {
  left: 0;
}
@media (min-width: 782px) {
  .wp-block-navigation.wp-block-navigation.has-background
    .has-child
    .submenu-container
    .submenu-container,
  .wp-block-navigation.wp-block-navigation.has-background
    .has-child
    .submenu-container
    .wp-block-navigation-link__container,
  .wp-block-navigation.wp-block-navigation.has-background
    .has-child
    .wp-block-navigation-link__container
    .submenu-container,
  .wp-block-navigation.wp-block-navigation.has-background
    .has-child
    .wp-block-navigation-link__container
    .wp-block-navigation-link__container {
    left: 100%;
    top: 0;
  }
}
.wp-block-navigation:not(.has-background) .submenu-container,
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__container
  .wp-block-navigation-link__container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation__container {
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
  display: none;
}
@media (min-width: 600px) {
  .wp-block-navigation__container {
    display: flex;
    flex-wrap: wrap;
  }
  .is-vertical .wp-block-navigation__container {
    display: block;
    flex-direction: column;
    align-items: flex-start;
  }
}
.items-justified-center .wp-block-navigation__container {
  justify-content: center;
}
.items-justified-right .wp-block-navigation__container {
  justify-content: flex-end;
}
.items-justified-space-between .wp-block-navigation__container {
  justify-content: space-between;
}
.is-vertical.items-justified-center > ul {
  align-items: center;
}
.is-vertical.items-justified-right > ul {
  align-items: flex-end;
}
.is-vertical.items-justified-right > ul .wp-block-navigation-link,
.is-vertical.items-justified-right > ul .wp-block-pages-list__item {
  margin-right: 0;
  justify-content: flex-end;
}
.wp-block-navigation__responsive-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open {
  display: flex;
  flex-direction: column;
  overflow: auto;
  z-index: 100000;
  padding: 24px;
  background-color: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  line-height: 48px;
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__container
  .wp-block-page-list {
  flex-direction: column;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-link,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-link
  .wp-block-navigation-link__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-pages-list__item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-pages-list__item
  .submenu-container {
  background: transparent !important;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: inherit;
  }
  .wp-block-navigation__responsive-container:not(.is-menu-open)
    .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .submenu-container.submenu-container.submenu-container.submenu-container,
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container {
    left: 0;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  vertical-align: middle;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  pointer-events: none;
  display: block;
  width: 24px;
  height: 24px;
}
.wp-block-navigation__responsive-container-open {
  display: flex;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open {
    display: none;
  }
}
.items-justified-left .wp-block-navigation__responsive-container-open {
  margin-left: 0;
  margin-right: auto;
}
.items-justified-center .wp-block-navigation__responsive-container-open {
  margin-left: auto;
  margin-right: auto;
}
.items-justified-right .wp-block-navigation__responsive-container-open {
  margin-left: auto;
  margin-right: 0;
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
}
.wp-block-navigation__responsive-close {
  width: 100%;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  width: 100%;
  height: 100%;
}
.wp-block-navigation
  .wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-link__submenu-icon,
.wp-block-navigation
  .wp-block-navigation__responsive-container.is-menu-open
  .wp-block-page-list__submenu-icon {
  display: none;
}
.wp-block-navigation
  .wp-block-navigation__responsive-container.is-menu-open
  .has-child
  .submenu-container,
.wp-block-navigation
  .wp-block-navigation__responsive-container.is-menu-open
  .has-child
  .wp-block-navigation-link__container {
  position: relative;
  opacity: 1;
  visibility: visible;
  padding: 0 0 0 32px;
  border: none;
}
.wp-block-navigation
  .wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-link,
.wp-block-navigation
  .wp-block-navigation__responsive-container.is-menu-open
  .wp-block-pages-list__item {
  flex-direction: column;
  align-items: flex-start;
}
html.has-modal-open {
  overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-link__label {
  word-break: normal;
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-home-link__content {
  color: inherit;
  display: block;
  padding: 0.5em 1em;
}
.wp-block-navigation[style*="text-decoration"] .wp-block-home-link,
.wp-block-navigation[style*="text-decoration"] .wp-block-home-link__content,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-home-link__content:active,
.wp-block-navigation[style*="text-decoration"]
  .wp-block-home-link__content:focus {
  text-decoration: inherit;
}
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-home-link__content,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-home-link__content:active,
.wp-block-navigation:not([style*="text-decoration"])
  .wp-block-home-link__content:focus {
  text-decoration: none;
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__container
  .wp-block-home-link__container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__container
  .wp-block-home-link__container
  .wp-block-home-link__container {
  top: -1px;
}
.wp-block-navigation .wp-block-page-list {
  display: flex;
  flex-wrap: wrap;
  background-color: inherit;
}
.wp-block-navigation .wp-block-pages-list__item {
  background-color: inherit;
}
.wp-block-navigation .wp-block-page-list__submenu-icon {
  display: none;
}
.is-open .wp-block-navigation__container .wp-block-page-list,
.is-vertical .wp-block-navigation__container .wp-block-page-list,
.wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon {
  display: block;
}
@media (min-width: 480px) {
  .is-open .wp-block-navigation__container .wp-block-page-list {
    display: flex;
  }
}
.items-justified-space-between .wp-block-page-list {
  display: contents;
}
.is-small-text {
  font-size: 0.875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.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-drop-cap.has-background {
  overflow: hidden;
}
p.has-background {
  padding: 1.25em 2.375em;
}
p.has-text-color a {
  color: inherit;
}
.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.5em;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  margin-bottom: 0.7em;
  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-post-comments .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
  font-size: 0.875em;
  line-height: 1.8;
  margin: 0.36em 0 1.4em;
}
.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .comment-author {
  line-height: 1.5;
  margin-left: -3.25em;
}
.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
  font-style: normal;
}
.wp-block-post-comments .comment-meta {
  line-height: 1.5;
  margin-left: -3.25em;
}
.wp-block-post-comments .comment-body .commentmetadata {
  font-size: 0.75em;
}
.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
}
.wp-block-post-comments .comment-form-comment textarea {
  box-sizing: border-box;
  width: 100%;
}
.wp-block-post-comments .reply {
  font-size: 0.75em;
  margin-bottom: 1.4em;
}
.wp-block-post-comments input,
.wp-block-post-comments textarea {
  border: 1px solid #949494;
}
.wp-block-post-comments-form input[type="submit"] {
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow-wrap: break-word;
}
.wp-block-post-excerpt__more-link,
.wp-block-post-title a {
  display: inline-block;
}
.wp-block-preformatted {
  white-space: pre-wrap;
}
.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 1.25em;
}
.wp-block-pullquote p {
  font-size: 1.75em;
  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: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-post-template,
.wp-block-query-loop {
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-post-template li,
.wp-block-query-loop li {
  clear: both;
}
.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.is-flex-container li {
  margin: 0 0 1.25em;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container li,
  .wp-block-query-loop.is-flex-container li {
    margin-right: 1.25em;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.625em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2
    > li:nth-child(2n),
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2
    > li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3
    > li:nth-child(3n),
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3
    > li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4
    > li:nth-child(4n),
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4
    > li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5
    > li:nth-child(5n),
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5
    > li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6
    > li:nth-child(6n),
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6
    > li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-query-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.5em;
  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: 1.125em;
  text-align: right;
}
.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}
.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 1em 1em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  .wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  .wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  color: #555;
  font-size: 0.8125em;
}
.wp-block-search .wp-block-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
}
.wp-block-search .wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search .wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
}
.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search .wp-block-search__label {
  width: 100%;
}
.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  min-width: 3em;
  border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  padding: 4px;
  border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__input:focus {
  outline: none;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__button {
  padding: 0.125em 0.5em;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.wp-block-separator {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.wp-block-site-logo {
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
}
.wp-block-site-logo.is-default-size img {
  width: 120px;
  height: auto;
}
.wp-block-site-logo .aligncenter {
  display: table;
}
.wp-block-site-logo.is-style-rounded img {
  border-radius: 9999px;
}
.wp-block-social-links {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  text-indent: 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-block-social-links .wp-social-link.wp-social-link.wp-social-link {
  margin: 4px 8px 4px 0;
}
.wp-block-social-links .wp-social-link a {
  padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em;
}
.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}
.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
}
.wp-block-social-link {
  display: block;
  border-radius: 9999px;
  transition: transform 0.1s ease;
  height: auto;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-social-link {
    transition-duration: 0s;
    transition-delay: 0s;
  }
}
.wp-block-social-link a {
  display: block;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-block-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: currentColor;
  fill: currentColor;
}
.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-patreon {
  background-color: #ff424d;
  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-telegram {
  background-color: #2aabee;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  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-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-patreon {
  color: #ff424d;
}
.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-telegram {
  color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}
.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 {
  color: #d32422;
}
.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: 0.66667em;
  padding-right: 0.66667em;
}
.wp-block-spacer {
  clear: both;
}
.wp-block-tag-cloud.aligncenter {
  text-align: center;
}
.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.wp-block-table {
  margin: 0 0 1em;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  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-table .has-border-color > *,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
  border-color: inherit;
}
.wp-block-table table[style*="border-style"] > *,
.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr {
  border-style: inherit;
}
.wp-block-table table[style*="border-width"] > *,
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr {
  border-width: inherit;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  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%;
}
pre.wp-block-verse {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap;
}
.wp-block-video {
  margin: 0 0 1em;
}
.wp-block-video video {
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-post-featured-image a {
  display: inline-block;
}
.wp-block-post-featured-image img {
  max-width: 100%;
  height: auto;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%;
}
:root .has-pale-pink-background-color {
  background-color: #f78da7;
}
:root .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
:root .has-white-background-color {
  background-color: #fff;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-black-background-color {
  background-color: #000;
}
:root .has-pale-pink-color {
  color: #f78da7;
}
:root .has-vivid-red-color {
  color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
  color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
  color: #fcb900;
}
:root .has-light-green-cyan-color {
  color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
  color: #00d084;
}
:root .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
  color: #0693e3;
}
:root .has-vivid-purple-color {
  color: #9b51e0;
}
:root .has-white-color {
  color: #fff;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-black-color {
  color: #000;
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(
    135deg,
    #4aeadc,
    #9778d1 20%,
    #cf2aba 40%,
    #ee2c82 60%,
    #fb6962 80%,
    #fef84c
  );
}
:root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.has-small-font-size {
  font-size: 0.8125em;
}
.has-normal-font-size,
.has-regular-font-size {
  font-size: 1em;
}
.has-medium-font-size {
  font-size: 1.25em;
}
.has-large-font-size {
  font-size: 2.25em;
}
.has-huge-font-size,
.has-larger-font-size {
  font-size: 2.625em;
}
.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;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#cookie-law-info-bar,
.wt-cli-cookie-bar {
  box-sizing: border-box;
  font-size: 10pt;
  margin: 0 auto;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99999;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
  display: none;
  left: 0;
}
#cookie-law-info-again {
  font-size: 10pt;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
  vertical-align: middle;
}
.cli-plugin-button,
.cli-plugin-button:visited {
  display: inline-block;
  padding: 8px 16px 8px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.cli-accept-button {
  font-family: Courier;
  font-variant: small-caps;
}
.cli-plugin-button:hover {
  background-color: #111;
  color: #fff;
  text-decoration: none;
}
.small.cli-plugin-button,
.small.cli-plugin-button:visited {
  font-size: 11px;
}
.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
.large.cli-plugin-button,
.large.cli-plugin-button:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
}
.super.cli-plugin-button,
.super.cli-plugin-button:visited {
  font-size: 34px;
  padding: 8px 14px 9px;
}
.pink.cli-plugin-button,
.magenta.cli-plugin-button:visited {
  background-color: #e22092;
}
.pink.cli-plugin-button:hover {
  background-color: #c81e82;
}
.green.cli-plugin-button,
.green.cli-plugin-button:visited {
  background-color: #91bd09;
}
.green.cli-plugin-button:hover {
  background-color: #749a02;
}
.red.cli-plugin-button,
.red.cli-plugin-button:visited {
  background-color: #e62727;
}
.red.cli-plugin-button:hover {
  background-color: #cf2525;
}
.orange.cli-plugin-button,
.orange.cli-plugin-button:visited {
  background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
  background-color: #d45500;
}
.blue.cli-plugin-button,
.blue.cli-plugin-button:visited {
  background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
  background-color: #2575cf;
}
.yellow.cli-plugin-button,
.yellow.cli-plugin-button:visited {
  background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
  background-color: #fc9200;
}
.cli-bar-popup {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 20px;
}
.cli-clearboth {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .cli-settings-mobile:hover {
    box-shadow: none !important;
  }
  .cli-settings-desktop {
    display: none;
  }
  .cli-col-8 {
    max-width: 100% !important;
    width: 100% !important;
    flex: 100% !important;
    -ms-flex: 100% !important;
  }
  .cli-accordion-plusminus {
    float: right;
    font-size: 22px;
    line-height: 22px;
  }
  .cli-plugin-button {
    margin: 10px;
  }
}
@media only screen and (max-width: 567px) {
  .cli-switch .cli-slider:after {
    display: none;
  }
  .cli-tab-header a.cli-nav-link {
    font-size: 12px;
  }
  .cli-modal .cli-modal-close {
    right: -10px;
    top: -15px;
  }
}
.wt-cli-iframe-placeholder {
  background-image: url(../assets/webtoffee-gdpr-cookie-consent/public/images/cli_placeholder.svg);
  background-size: 80px;
  max-width: 100%;
  max-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #b2b0b059;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.wt-cli-iframe-placeholder .wt-cli-inner-text {
  width: 100%;
  text-align: center;
  padding: 1rem;
  border-radius: 400px;
}
.wt-cli-cookie-bar-container {
  display: none;
}
.wt-cli-necessary-checkbox {
  display: none !important;
}
a.wt-cli-ccpa-opt-out {
  text-decoration: underline !important;
}
.gdpr-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.gdpr-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gdpr-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.gdpr-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.gdpr-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.gdpr-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.gdpr-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.modal-open {
  overflow: hidden;
}
.modal-open .gdpr-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.gdpr-modal.fade .gdpr-modal-dialog {
  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: translate(0, -25%);
  transform: translate(0, -25%);
}
.gdpr-modal.show .gdpr-modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.gdpr-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: none;
}
.gdpr-modal a {
  text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
@media (min-width: 576px) {
  .gdpr-modal .gdpr-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100% - (1.75rem * 2));
  }
}
@media (min-width: 992px) {
  .gdpr-modal .gdpr-modal-dialog {
    max-width: 900px;
  }
}
.gdpr-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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;
  box-sizing: border-box;
  outline: 0;
}
.gdpr-modal .row {
  margin: 0 -15px;
}
.gdpr-modal .modal-body {
  padding: 0;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.gdpr-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
  outline: 0;
}
.gdpr-switch {
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 70px;
  font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
  display: none;
}
.gdpr-switch .gdpr-slider {
  background-color: #e3e1e8;
  height: 24px;
  width: 50px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.gdpr-switch .gdpr-slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
  background-color: #63b35f;
}
.gdpr-switch input:checked + .gdpr-slider:before {
  transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
  border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
  border-radius: 50%;
}
.gdpr-tab-content > .gdpr-tab-pane {
  display: none;
}
.gdpr-tab-content > .active {
  display: block;
}
.gdpr-fade {
  transition: opacity 0.15s linear;
}
.gdpr-nav-pills {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  align-items: stretch !important;
  -ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills,
.gdpr-tab-content {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.nav.gdpr-nav-pills {
  background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
  border: 1px solid #0070ad;
  margin-bottom: 10px;
  color: #0070ad;
  font-size: 14px;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active,
.nav.gdpr-nav-pills .show > .gdpr-nav-link {
  background-color: #0070ad;
  border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
  color: #fff;
}
.gdpr-tab-content .gdpr-button-wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
  background-color: #0070ad;
  border-color: #0070ad;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  box-sizing: border-box;
}
.gdpr-tab-content p {
  color: #343438;
  font-size: 14px;
  margin-top: 0;
}
.gdpr-tab-content h4 {
  font-size: 20px;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.cli-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cli-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cli-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cli-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  flex-direction: column;
}
.cli-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.cli-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.cli-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.cli-btn {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
.cli-btn:hover {
  opacity: 0.8;
}
.cli-btn:focus {
  outline: 0;
}
.cli-read-more-link {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}
.cli-modal-backdrop.cli-show {
  opacity: 0.8;
}
.cli-modal-open {
  overflow: hidden;
}
.cli-barmodal-open {
  overflow: hidden;
}
.cli-modal-open .cli-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cli-modal.cli-fade .cli-modal-dialog {
  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: translate(0, -25%);
  transform: translate(0, -25%);
}
.cli-modal.cli-show .cli-modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cli-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cli-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
  outline: 0;
  visibility: hidden;
}
.cli-modal.cli-show {
  visibility: visible;
}
.cli-modal a {
  text-decoration: none;
}
.cli-modal .cli-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
@media (min-width: 576px) {
  .cli-modal .cli-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100% - (1.75rem * 2));
  }
}
.cli-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.2rem;
  box-sizing: border-box;
  outline: 0;
}
.cli-modal .row {
  margin: 0 -15px;
}
.cli-modal-footer {
  position: relative;
}
.cli-modal .modal-body {
  padding: 0;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
  outline: 0;
}
.cli-switch {
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 38px;
  font-size: 14px;
  width: auto;
}
.cli-switch input[type="checkbox"] {
  display: block;
  margin: 0;
  width: 0;
  position: absolute !important;
  left: 0 !important;
  opacity: 0 !important;
}
.cli-switch .cli-slider {
  background-color: #e3e1e8;
  height: 20px;
  width: 38px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.cli-switch .cli-slider:before {
  bottom: 2px;
  content: "";
  height: 15px;
  left: 3px;
  position: absolute;
  transition: 0.4s;
  width: 15px;
}
.cli-switch input:checked + .cli-slider {
  background-color: #28a745;
}
.cli-switch input:checked + .cli-slider:before {
  transform: translateX(18px);
}
.cli-switch .cli-slider {
  border-radius: 34px;
  font-size: 0;
}
.cli-switch .cli-slider:before {
  border-radius: 50%;
}
.cli-nav-pills {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cli-nav-pills,
.cli-tab-content {
  width: 100%;
  padding: 5px 30px 5px 5px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cli-nav-pills,
  .cli-tab-content {
    padding: 30px 10px;
  }
}
.cli-nav-pills {
  background: #fff;
}
.cli-nav-pills .cli-nav-link {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  color: #2a2a2a;
  font-size: 14px;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.cli-nav-pills .cli-nav-link.cli-active,
.cli-nav-pills .cli-show > .cli-nav-link {
  background-color: #f6f6f9;
  border: 1px solid #ccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
  color: #2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
  color: #343438;
  font-size: 14px;
  margin-top: 0;
}
.cli-tab-content h4 {
  font-size: 20px;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
#cookie-law-info-bar .cli-nav-pills,
#cookie-law-info-bar .cli-tab-content,
#cookie-law-info-bar .cli-nav-pills .cli-show > .cli-nav-link,
#cookie-law-info-bar a.cli-nav-link.cli-active {
  background: 0 0;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,
#cookie-law-info-bar .cli-nav-link,
#cookie-law-info-bar .cli-tab-container p,
#cookie-law-info-bar span.cli-necessary-caption,
#cookie-law-info-bar .cli-switch .cli-slider:after {
  color: inherit;
}
#cookie-law-info-bar .cli-tab-header a:before {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row {
  margin-top: 20px;
}
#cookie-law-info-bar .cli-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
#cookie-law-info-bar .cli-col-8 {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cli-wrapper {
  max-width: 100%;
  float: none;
  margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4 {
  margin-bottom: 0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
  padding: 0.2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container {
  display: none;
  text-align: left;
}
.cli-tab-footer .cli-btn {
  padding: 10px 15px;
  width: auto;
  text-decoration: none;
}
.cli-tab-footer {
  width: 100%;
  text-align: right;
  padding: 20px 0;
}
.cli-col-12 {
  width: 100%;
}
.cli-tab-header {
  display: flex;
  justify-content: space-between;
}
.cli-tab-header a:before {
  width: 10px;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}
.cli-tab-header a:after {
  width: 2px;
  height: 10px;
  left: 4px;
  top: calc(50% - 5px);
  -webkit-transform: none;
  transform: none;
}
.cli-tab-header a:before {
  width: 7px;
  height: 7px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  content: " ";
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 10px;
}
.cli-tab-header a.cli-nav-link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cli-tab-header {
  border-radius: 5px;
  padding: 12px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
  background-color: #f2f2f2;
}
.cli-modal .cli-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  padding: 10px;
  background: 0 0;
  border: none;
}
.cli-tab-container h4 {
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 15px;
  margin: 10px 0;
}
.cli-tab-container p,
.cli-privacy-content-text {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0;
  padding: 0;
  color: #000;
}
.cli-tab-content {
  display: none;
}
.cli-tab-section .cli-tab-content {
  padding: 10px 20px 5px;
}
.cli-tab-section {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .cli-modal .cli-modal-dialog {
    max-width: 645px;
  }
}
.cli-switch .cli-slider:after {
  content: attr(data-cli-disable);
  position: absolute;
  right: 50px;
  font-size: 12px;
  text-align: right;
  min-width: 120px;
}
.cli-switch input:checked + .cli-slider:after {
  content: attr(data-cli-enable);
}
a.cli-privacy-readmore {
  font-size: 12px;
  margin-top: 12px;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
.cli-privacy-overview {
  padding-bottom: 12px;
}
a.cli-privacy-readmore:before {
  content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
  content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content {
  transition: max-height 0.25s ease-in;
}
.cli-privacy-content p {
  margin-bottom: 0;
}
.cli-modal-close svg {
  fill: #000;
}
span.cli-necessary-caption {
  color: #000;
  font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
  display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
  display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
  display: none;
}
.cli-tab-container .cli-row {
  max-height: 500px;
  overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
  z-index: -1;
}
.cli-modal.cli-blowup {
  z-index: 999999;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
.cli-bar-container {
  float: none;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cli-style-v2 a {
  cursor: pointer;
}
.cli-style-v2 .cli-plugin-main-link {
  font-weight: inherit;
}
.cli-style-v2 {
  font-size: 11pt;
  font-weight: 400;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,
#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container {
  display: block;
}
.cli-bar-message {
  width: 70%;
  text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,
#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
  width: 100%;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
  text-align: left;
  margin-left: 5%;
  margin-bottom: 10px;
}
@media (max-width: 985px) {
  .cli-bar-message {
    width: 100%;
  }
  .cli-bar-container {
    justify-content: center;
  }
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .wt-cli-ccpa-checkbox {
  display: block;
}
.wt-cli-form-group input:disabled {
  opacity: 0.5;
}
.wt-cli-custom-checkbox input[type="checkbox"] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block !important;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}
.wt-cli-custom-checkbox input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  border: solid #61a229;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: 1px 0 0 5px;
  box-sizing: border-box;
}
.wt-cli-form-group {
  margin-right: 15px;
}
.cli-style-v3 .cli-bar-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cli-style-v3 .cli-bar-btn_container,
.cli-style-v3 .wt-cli-category-widget {
  margin-top: 10px;
}
.cli-style-v3 {
  text-align: left;
}
#cookie-law-info-bar a,
.wt-cli-category-widget .wt-cli-form-group label {
  cursor: pointer;
}
.wt-cli-category-widget .wt-cli-form-group label {
  font-size: inherit;
}
#cookie-law-info-bar[data-template-id="cli-style-v3"] {
  padding: 10px 90px;
}
#cookie-law-info-bar[data-template-id="cli-style-v3"][data-cli-type="widget"] {
  padding: 10px 20px;
}
#cookie-law-info-bar[data-template-id="cli-style-v3"][data-cli-type="popup"] {
  padding: 10px 20px;
}
#cookie-law-info-bar[data-template-id="cli-style-v3"] .wt-cli-category-widget {
  display: flex;
  flex-wrap: wrap;
}
#cookie-law-info-bar[data-template-id="cli-style-v3"] {
  text-align: left;
  font-size: 11pt;
  border: 1px solid #ffffffe6;
}
#cookie-law-info-bar[data-template-id="cli-style-v3"] h5 {
  margin: 10px 0;
}
.wt-cli-category-widget-active .cli-switch,
.wt-cli-category-widget-active .wt-cli-necessary-checkbox,
.wt-cli-category-widget-active .cli-necessary-caption {
  display: none !important;
}
@media (max-width: 985px) {
  #cookie-law-info-bar[data-template-id="cli-style-v3"] {
    padding: 10px 20px;
  }
}
.wt-cli-sr-only {
  display: none;
}
.wt-cli-cookie-bar-container.wt-cli-hide-bar {
  display: none !important;
}
.wt-cli-privacy-accept-btn {
  margin-left: 10px;
}
.cli_settings_button:focus,
#cookie-law-info-again:focus,
#wt-cli-cookie-banner-title:focus,
.cli-plugin-main-link,
.cli_action_button,
.cli-privacy-readmore,
.cli-tab-header a,
.cli-switch .cli-slider,
.cli-tab-content .cli-tab-pane:focus {
  outline: 0;
}
.cli-plugin-button:focus {
  outline: 0;
  opacity: 0.7;
}
.wt-cli-ckyes-brand-logo {
  display: flex;
  align-items: center;
  font-size: 9px;
  color: #111;
  font-weight: 400;
}
.wt-cli-ckyes-brand-logo img {
  width: 65px;
  margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
  padding-bottom: 0;
}
.wt-cli-cookie-description {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0;
  padding: 0;
  color: #000;
}
.cli-modal-content,
.cli-tab-content {
  background-color: #fff;
}
.cli-privacy-content-text,
.cli-modal .cli-modal-dialog,
.cli-tab-container p,
a.cli-privacy-readmore {
  color: #000;
}
.cli-tab-header {
  background-color: #f2f2f2;
}
.cli-tab-header,
.cli-tab-header a.cli-nav-link,
span.cli-necessary-caption,
.cli-switch .cli-slider:after {
  color: #000;
}
.cli-switch .cli-slider:before {
  background-color: #fff;
}
.cli-switch input:checked + .cli-slider:before {
  background-color: #fff;
}
.cli-switch .cli-slider {
  background-color: #e3e1e8;
}
.cli-switch input:checked + .cli-slider {
  background-color: #28a745;
}
.cli-modal-close svg {
  fill: #000;
}
.cli-tab-footer .wt-cli-privacy-accept-all-btn {
  background-color: #00acad;
  color: #fff;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #00acad;
  color: #fff;
}
.cli-tab-header a:before {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.swiper-slide,
.swiper-wrapper {
  transition-property: transform;
  height: 100%;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}
.swiper-button-lock,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
  display: none;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid;
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@charset "UTF-8"; /*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs,
.irs-line {
  position: relative;
  display: block;
}
.irs,
.irs-bar,
.irs-line {
  display: block;
}
.irs-hidden-input,
.irs-line {
  outline: 0 !important;
  overflow: hidden;
}
.irs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-bar,
.irs-shadow {
  position: absolute;
  width: 0;
  left: 0;
}
.irs-shadow {
  display: none;
}
.irs-from,
.irs-handle,
.irs-max,
.irs-min,
.irs-single,
.irs-to {
  display: block;
  position: absolute;
  cursor: default;
}
.irs-handle {
  box-sizing: border-box;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-single,
.irs-to {
  top: 0;
  left: 0;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: -9999 !important;
  background: 0 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-max,
.irs--flat .irs-min {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--big,
.irs--modern,
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: #fff;
  background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #fff 0, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, #fff 0, #b4b9be 30%, #fff 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #fff;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}
.irs--big .irs-max,
.irs--big .irs-min {
  top: 0;
  padding: 1px 5px;
  color: #fff;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
  color: #fff;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: #fff;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, #fff 0, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-max,
.irs--modern .irs-min {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #fff;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-to {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: #fff;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-single:before,
.irs--modern .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: #000;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: #000;
}
.irs--sharp .irs-max,
.irs--sharp .irs-min {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: #fff;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-max,
.irs--round .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: #fff;
  border-radius: 4px;
}
.irs--round .irs-grid-pol,
.irs--square .irs-line {
  background-color: #dedede;
}
.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: #000;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-max,
.irs--square .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
  margin-top: 0;
}
.h2,
address,
dl,
h2,
ol,
pre,
ul {
  margin-bottom: 1rem;
}
button,
hr,
input {
  overflow: visible;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
  display: block;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
  margin-bottom: 0.5rem;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
label,
output {
  display: inline-block;
}
.asx-list__grid,
.asx-solutions__grid,
.asx-three__column__section .asx-list__grid,
main ol {
  counter-reset: heading;
}
: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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --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: transparent;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):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 {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
button {
  border-radius: 0;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
[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;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.container,
.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: flex;
  flex-wrap: wrap;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.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%;
}
.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: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !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: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-left,
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded {
  border-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: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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 {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: 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: sticky !important;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  z-index: 1030;
  left: 0;
  right: 0;
}
.fixed-top {
  top: 0;
}
.fixed-bottom {
  bottom: 0;
}
@supports (position: sticky) {
  .sticky-top {
    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;
}
.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;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.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) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .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;
  }
  .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) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .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;
  }
  .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) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .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;
  }
  .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) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .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-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: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.asx-mobile__wrapper .asx-post__details h6,
body {
  font-family: "Encode Sans", sans-serif;
}
.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;
}
@font-face {
  font-family: "Encode Sans";
  src: url(../assets/fonts/EncodeSans-Regular.woff2)
      format("woff2"),
    url(../assets/fonts/EncodeSans-Regular.woff)
      format("woff"),
    url(../assets/fonts/EncodeSans-Regular.ttf)
      format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Encode Sans";
  src: url(../assets/fonts/EncodeSans-Medium.woff2)
      format("woff2"),
    url(../assets/fonts/EncodeSans-Medium.woff)
      format("woff"),
    url(../assets/fonts/EncodeSans-Medium.ttf)
      format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Encode Sans";
  src: url(../assets/fonts/EncodeSans-SemiBold.woff2)
      format("woff2"),
    url(../assets/fonts/EncodeSans-SemiBold.woff)
      format("woff"),
    url(../assets/fonts/EncodeSans-SemiBold.ttf)
      format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat-Light.woff2)
      format("woff2"),
    url(../assets/fonts/Montserrat-Light.woff)
      format("woff"),
    url(../assets/fonts/Montserrat-Light.ttf)
      format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat-Regular.woff2)
      format("woff2"),
    url(../assets/fonts/Montserrat-Regular.woff)
      format("woff"),
    url(../assets/fonts/Montserrat-Regular.ttf)
      format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat-Medium.woff2)
      format("woff2"),
    url(../assets/fonts/Montserrat-Medium.woff)
      format("woff"),
    url(../assets/fonts/Montserrat-Medium.ttf)
      format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat-SemiBold.woff)
      format("woff"),
    url(../assets/fonts/Montserrat-SemiBold.ttf)
      format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat-Bold.woff2)
      format("woff2"),
    url(../assets/fonts/Montserrat-Bold.woff)
      format("woff"),
    url(../assets/fonts/Montserrat-Bold.ttf)
      format("truetype");
  font-weight: 700;
  font-display: swap;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
body {
  color: #292d3b;
  overflow-x: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
a {
  color: #00aff0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus {
  outline: 0;
}
.h1,
h1 {
  font-size: 40px;
  line-height: 50px;
}
.h2,
h2 {
  font-size: 38px;
  line-height: 50px;
}
.h3,
h3 {
  font-size: 30px;
  line-height: 40px;
}
.h4,
h4 {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
  margin-top: 26px;
}
.asx-check__group .title,
.h5,
.h6,
h5,
h6 {
  line-height: inherit;
}
.h5,
h5 {
  font-size: 20px;
}
.h6,
h6,
p,
pre {
  font-size: 16px;
}
.regular {
  font-weight: 400;
}
.alignnone {
  float: none;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.aligncenter {
  margin: 0 auto;
  display: inherit;
}
.asx-form__group.file .text::before,
.asx-read__link::after,
main ul li::before {
  content: "";
  display: block;
}
.wp-caption {
  max-width: 100%;
}
p {
  line-height: 22px;
  margin-bottom: 1.25rem;
}
pre {
  background-color: #ffcd7f;
  line-height: 24px;
}
.wp-caption-text {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 35px;
}
main ol li,
main ul li {
  margin-bottom: 10px;
  position: relative;
}
main ul {
  padding: 0;
  list-style: none;
}
main ul li {
  padding-left: 35px;
}
main ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff9c00;
  position: absolute;
  left: 14px;
  top: 10px;
}
main ol {
  padding: 0;
  list-style: none;
}
main ol li {
  padding-left: 40px;
}
main ol li::before {
  content: counter(heading) ". ";
  counter-increment: heading;
  position: absolute;
  left: 14px;
  color: #ff9c00;
  font-size: 16px;
  line-height: 24px;
}
.btn,
.next__page a {
  line-height: normal;
  -webkit-transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}
b,
strong {
  font-weight: 600;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.btn {
  border-radius: 26px;
  font-size: 18px;
  font-weight: 500;
  padding: 13px 25px;
  border: 2px solid;
  transition: all 0.3s ease;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: 0;
}
.btn span {
  position: relative;
}
.btn.primary {
  border-color: #ff9c00;
  background-color: #ff9c00;
  color: #fff;
}
.btn.primary:hover {
  border-color: #f98500;
  background-color: #f98500;
}
.btn.primary:focus {
  border-color: #eb7d00;
  background-color: #ff9c00;
  box-shadow: none;
}
.btn.primary:active {
  border-color: #eb7d00;
  background-color: #eb7d00;
}
.btn.primary.small {
  padding: 9px 23px 10px;
}
.btn.secondary {
  font-size: 15px;
  font-weight: 500;
  border-color: #ff9c00;
  background-color: transparent;
  color: #ff9c00;
}
.btn.secondary:hover {
  background-color: #f98500;
  border-color: #f98500;
  color: #fff;
}
.btn.secondary:active,
.btn.secondary:focus {
  border-color: #eb7d00;
  color: #eb7d00;
  background-color: transparent;
}
.btn.secondary:focus {
  box-shadow: none;
}
.btn.secondary.normal {
  font-size: 18px;
  font-weight: 500;
  padding: 13px 25px;
}
.btn.custom {
  color: #fff;
}
.btn.custom:hover {
  opacity: 0.8;
}
.btn.radio {
  border: 1px solid #dadce1;
  padding: 11px 23px 12px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(41, 45, 59, 0.7);
}
.asx-form__group.checkbox input[type="checkbox"]:checked ~ .text::before,
.btn.radio:hover {
  border-color: #ff9c00;
}
.btn.small,
.next__page a {
  border-radius: 21.5px;
  padding: 11px 23px 12px;
}
.btn.radio:hover {
  color: #ff9c00;
}
.btn.small {
  border-width: 1px;
}
.btn.font__large {
  font-size: 18px;
}
.btn.full {
  width: 100%;
}
.btn.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.asx-share__block ul li div:hover,
.btn.load {
  opacity: 0.6;
}
.btn.load {
  pointer-events: none;
}
.next__page a {
  border: 1px solid #ff9c00;
  font-size: 15px;
  font-weight: 500;
  background-color: transparent;
  color: #ff9c00;
  text-decoration: none;
  transition: all 0.3s ease;
}
.next__page a:hover {
  background-color: #f98500;
  border-color: #f98500;
  color: #fff;
}
.next__page a:active,
.next__page a:focus {
  background-color: transparent;
  border-color: #eb7d00;
  color: #eb7d00;
}
.next__page a:focus {
  box-shadow: none;
}
.asx-footer,
section.dark {
  background-color: #1e2d3c;
}
.asx-section__title {
  width: 100%;
  float: left;
  margin-bottom: 33px;
}
.asx-section__title h2 {
  margin-bottom: 25px;
  font-weight: 600;
}
.asx-section__title p {
  font-size: 18px;
  margin: 40px 0 20px;
}
.asx-section__title small {
  font-size: 14px;
  line-height: 15px;
  opacity: 0.5;
}
.asx-section__title.white {
  color: #fff;
}
.asx-button__group {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.asx-read__link {
  font-size: 17px;
  line-height: 25px;
  color: #00aff0;
  position: relative;
  padding-right: 23px;
  display: inline-block;
}
.asx-read__link::after {
  width: 16px;
  height: 10px;
  position: absolute;
  background-size: cover;
  background-image: url(../image/arrow.svg);
  right: 0;
  top: 9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-form,
.asx-form__block,
.asx-form__block .submiting__text,
.asx-form__row,
.asx-form__title,
section {
  width: 100%;
  float: left;
}
.asx-read__link:hover {
  color: #0088cf;
  text-decoration: none;
}
.asx-read__link:hover::after {
  background-image: url(../image/arrow-hover.svg);
}
.asx-read__link:focus {
  color: #0083c9;
}
.asx-read__link:focus::after {
  background-image: url(../image/arrow-focus.svg);
}
.asx-read__link:active {
  color: #0080c4;
}
.asx-read__link:active::after {
  background-image: url(../image/arrow-active.svg);
}
@media (max-width: 991.98px) {
  .h1,
  .h2,
  h1,
  h2 {
    font-size: 25px;
  }
  .h1,
  h1 {
    line-height: 40px;
  }
  .h2,
  h2 {
    line-height: 32px;
  }
  .h4,
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .asx-section__title h2 {
    margin-bottom: 0;
  }
  .asx-section__title p {
    margin: 10px 0 15px;
  }
  .btn.radio:hover {
    border: 1px solid #dadce1;
    color: rgba(41, 45, 59, 0.7);
  }
}
html {
  overflow: auto;
  overflow-x: hidden;
}
main {
  min-height: 80vh;
}
main.header__padding {
  padding-top: 130px;
}
section {
  padding: 70px 0 50px;
  background-position: center;
  background-size: cover;
}
section.blue {
  background-color: #2491dd;
}
section.light {
  background-color: #f7f7f7;
}
section.asx-content__editor__section {
  padding: 70px 0 50px;
  overflow-x: auto;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row.padding {
  margin-left: 0;
  margin-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 20px;
  padding-right: 20px;
}
.asx-page__banner .content .asx-search__panel .asx-search__form,
.no__padding {
  padding-right: 0;
}
.no__padding {
  padding-left: 0;
}
.slide:focus {
  outline: 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.show__overflow {
  overflow: visible;
}
@media (max-width: 991.98px) {
  section,
  section.asx-content__editor__section,
  section.asx-video__section {
    padding: 35px 0 40px;
  }
}
.asx-form__block .submiting__text {
  margin-top: 12px;
}
.asx-form__block .submiting__text p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
.asx-form__title {
  margin-bottom: 15px;
}
.asx-form__title h5 {
  margin-bottom: 0;
}
.asx-form__title.margin {
  margin-bottom: 55px;
}
.asx-form {
  position: relative;
}
.asx-form.white .asx-form__field {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.7);
}
.asx-form.white .asx-form__field:focus {
  border-color: #fff;
  color: #fff;
}
.asx-form.white .asx-form__field.error {
  border-color: #e34838;
}
.asx-form.white .placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.asx-form.file .asx-form__group,
.asx-form.subscribe .asx-form__group {
  margin: 10px 0 0;
}
.asx-form__row .asx-form__group {
  width: 50%;
  float: left;
}
.asx-form__row .asx-form__group:first-child {
  padding-right: 20px;
}
.asx-form__row .asx-form__group:last-child {
  padding-left: 20px;
}
.asx-form__row .asx-form__group:last-child .asx-field__error {
  left: 20px;
}
.asx-form__group {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 40px;
}
.asx-form__group.focus .placeholder,
.asx-form__group.has__value .placeholder {
  font-size: 12px;
  top: -20px;
}
.asx-form__group.checkbox .text,
.asx-form__group.checkbox .title,
.asx-form__group.file .text {
  font-size: 16px;
  line-height: 26px;
}
.asx-form__group.focus .asx-form__field.dark,
.asx-form__group.has__value .asx-form__field.dark {
  border-color: #666;
  color: #292d3b;
}
.asx-form__group.inline {
  width: 100%;
  max-width: 322px;
  float: none;
  display: inline-block;
  padding: 0 11px;
}
.asx-form__group.inline .asx-field__error {
  left: 11px;
}
.asx-form__group.file {
  margin-bottom: 20px;
}
.asx-form__group.file input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.asx-form__group.file .text {
  color: #fff;
  position: relative;
  padding-left: 32px;
}
.asx-form__group.file .text::before {
  width: 15px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 1px;
  background-image: url(../image/file-icon.svg);
}
.asx-form__group.file.dark .text {
  color: #292d3b;
}
.asx-form__group.file.dark .text::before {
  background-image: url(../image/file-icon-dark.svg);
}
.asx-form__group.file.blue .text {
  color: #00aff0;
}
.asx-form__group.file.blue .text::before {
  background-image: url(../image/file-icon-blue.svg);
}
.asx-form__group.checkbox input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.asx-form__group.checkbox input[type="checkbox"]:checked ~ .text::after {
  opacity: 1;
}
.asx-form__group.checkbox .text {
  color: #fff;
  position: relative;
  padding-left: 32px;
}
.asx-form__group.checkbox .text::after,
.asx-form__group.checkbox .text::before {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  display: block;
  content: "";
}
.asx-form__group.checkbox .text a {
  color: #fff;
  text-decoration: underline;
}
.asx-form__group.checkbox .text::before {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.asx-form__group.checkbox .text::after {
  width: 12px;
  height: 8px;
  top: 6px;
  left: 4px;
  opacity: 0;
  background-image: url(../image/check-white-icon.svg);
  transition: all 0.3s ease;
}
.asx-form__group.checkbox .icon__group {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  margin-right: 30px;
}
.asx-form__group.checkbox .icon__group.checked .checkbox {
  border-color: #ff9c00;
  background-image: url(../image/check-icon.svg);
}
.asx-form__group.checkbox .icon__group.checked img {
  filter: grayscale(0);
}
.asx-form__group.checkbox .icon__group .checkbox {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #666;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-size: 12px 8px;
  background-position: center;
  background-repeat: no-repeat;
}
.asx-form__group.checkbox .icon__group img {
  max-width: 130px;
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-form__group.checkbox.dark .text {
  color: #292d3b;
}
.asx-form__group.checkbox.dark .text a {
  color: #00aff0;
}
.asx-form__group.checkbox.dark .text::before {
  border-color: #666;
}
.asx-form__group.checkbox.dark .text::after {
  background-image: url(../image/check-icon.svg);
}
.asx-form__group .title {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.asx-form__field,
.asx-form__group .placeholder {
  line-height: 16px;
  -webkit-transition: all 0.3s ease;
  font-size: 16px;
}
.asx-form__group .placeholder {
  position: absolute;
  padding-bottom: 12px;
  color: #bfc6cd;
  top: 2px;
  pointer-events: none;
  transition: all 0.3s ease;
}
.asx-form__group .placeholder.dark {
  color: rgba(41, 45, 59, 0.7);
}
.asx-form__field {
  width: 100%;
  float: left;
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #5e6f81;
  padding: 0 0 12px;
  color: #bfc6cd;
  transition: all 0.3s ease;
}
.asx-form__field.dark {
  color: #292d3b;
  border-color: rgba(102, 102, 102, 0.3);
}
.asx-form__field.dark:focus {
  color: #292d3b;
  border-color: #666;
}
.asx-form__field.error {
  border-color: #e34838 !important;
}
.asx-form__field:focus {
  outline: 0;
  box-shadow: none;
  border-color: #fff;
  color: #fff;
}
.asx-field__error {
  position: absolute;
  color: #e34838;
  font-size: 12px;
  line-height: 26px;
  bottom: -25px;
  left: 0;
}
.asx-check__label,
.asx-file__label {
  cursor: pointer;
}
.asx-check__label {
  margin-right: 25px;
}
.asx-submit__group {
  width: 100%;
  float: left;
  position: relative;
}
.asx-submit__group.dark .asx-submit__loader span {
  border: 1px solid #292d3b;
  border-color: #292d3b transparent transparent;
}
.asx-submit__group.absolute {
  width: auto;
  float: none;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.asx-submit__group.inline {
  width: auto;
  float: none;
  display: inline-block;
  padding: 0 0 0 8px;
}
.asx-submit__group button.btn {
  position: relative;
  overflow: visible;
}
.asx-icons__group {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.asx-check__group {
  width: 170px;
  height: 145px;
  border: 2px solid transparent;
  border-radius: 5px;
  box-shadow: 0 0 20px #f3f3f3;
  background-color: #fff;
  margin: 0 25px 25px 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-check__group:hover {
  box-shadow: 0 0 20px #e0e0e0;
}
.asx-check__group:hover .icon img:first-child {
  opacity: 0;
  visibility: visible;
}
.asx-check__group:hover .icon img:last-child {
  opacity: 1;
  visibility: visible;
}
.asx-check__group:hover::after {
  opacity: 0.5;
  visibility: visible;
}
.asx-check__group.active {
  border-color: #ff9c00;
}
.asx-check__group.active .icon img:first-child {
  opacity: 0;
  visibility: visible;
}
.asx-check__group .icon img:first-child,
.asx-check__group.active .icon img:last-child,
.asx-check__group.active::after {
  opacity: 1;
  visibility: visible;
}
.asx-check__group.active .title {
  color: #ff9c00;
}
.asx-check__group .icon {
  width: 44px;
  height: 44px;
  position: relative;
  margin: 28px auto 23px;
}
.asx-check__group .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.asx-check__group .icon img:last-child {
  opacity: 0;
  visibility: visible;
}
.asx-check__group .title {
  font-size: 21px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-check__group input[type="checkbox"],
.asx-check__group input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.asx-check__group:last-child {
  margin: 0 0 30px;
}
.asx-check__group::after {
  content: "";
  background-image: url(../image/check-icon-large.svg);
  width: 20px;
  height: 14px;
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-privacy__text {
  width: 100%;
  float: left;
  margin: 35px 0;
}
.asx-privacy__text.white {
  color: #fff;
}
.asx-privacy__text p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
}
.asx-range__block {
  width: 100%;
  float: left;
  position: relative;
  margin-top: -15px;
}
.asx-range__block .irs--flat .irs-line {
  height: 4px;
}
.asx-range__block .irs--flat .irs-bar {
  height: 4px;
  background-color: #ff9c00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-range__block .irs--flat .irs-handle {
  top: 15px;
  width: 4px;
  height: 25px;
  background-color: #ff9c00;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-header,
.asx-logo img {
  -webkit-transition: all 0.3s ease;
}
.asx-range__block .irs--flat .irs-handle i,
.asx-range__block .irs--flat .irs-handle.state_hover i,
.asx-range__block .irs--flat .irs-handle:hover i {
  background-color: #ff9c00;
}
.asx-range__block .irs--flat .irs-from,
.asx-range__block .irs--flat .irs-grid-pol,
.asx-range__block .irs--flat .irs-to {
  display: none;
}
.asx-range__block .irs--flat .irs-grid-text {
  color: #292d3b;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: inherit;
  bottom: -5px;
}
.asx-range__block .irs--flat .irs-grid-text::before {
  content: "";
  display: block;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: -28px;
  width: 4px;
  height: 25px;
  background-color: #dadce1;
}
.asx-submit__loader {
  display: inline-block;
  position: absolute !important;
  width: 27px;
  height: 27px;
  right: -35px;
  top: 7px;
}
.asx-submit__loader span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  margin: 4px;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent;
}
.asx-submit__loader span:nth-child(1) {
  animation-delay: -0.45s;
}
.asx-submit__loader span:nth-child(2) {
  animation-delay: -0.3s;
}
.asx-submit__loader span:nth-child(3) {
  animation-delay: -0.15s;
}
textarea.asx-form__field {
  height: 80px;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.admin-bar .asx-header {
  top: 32px;
}
body.admin-bar
  .asx-header.scroll
  .asx-main__nav
  > ul
  > li.menu-item-has-children:hover
  > ul.sub-menu {
  top: 113px;
}
body.admin-bar .asx-extended__navigations.show {
  top: 162px;
}
body.admin-bar .asx-extended__navigations.scroll.show {
  top: 113px;
}
body.admin-bar .asx-products__navigations.show {
  top: 162px;
}
body.admin-bar .asx-products__navigations.scroll.show {
  top: 113px;
}
body.admin-bar
  .asx-main__nav
  > ul
  > li.menu-item-has-children:hover
  > ul.sub-menu {
  top: 162px;
}
.asx-header {
  width: 100%;
  min-height: 130px;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  padding: 45px 0 0;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  z-index: 11;
  transition: all 0.3s ease;
}

.asx-header .align-center {
  display: flex;
  align-items: center;
} 

.asx-header.header__padding {
  margin-bottom: 121px;
}
.asx-header.hover,
.asx-header.white,
.asx-header.white__header {
  background-image: none !important;
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.asx-header.hover .asx-search__btn,
.asx-header.white .asx-search__btn,
.asx-header.white__header .asx-search__btn {
  background-image: url(../image/search-hover-icon.svg);
  border-color: #666;
}
.asx-header.hover .asx-contact__btn,
.asx-header.white .asx-contact__btn,
.asx-header.white__header .asx-contact__btn {
  border-color: #ff9c00;
}
.asx-header.hover .asx-login__btn,
.asx-header.white .asx-login__btn,
.asx-header.white__header .asx-login__btn {
  background-image: url(../image/login-hover-icon.svg);
  border-color: #666;
}
.asx-header.hover .asx-mobile__btn span,
.asx-header.white .asx-mobile__btn span,
.asx-header.white__header .asx-mobile__btn span {
  background-color: #666;
}
.asx-header.hover .asx-main__nav ul li a,
.asx-header.white .asx-main__nav ul li a,
.asx-header.white__header .asx-main__nav ul li a {
  color: #5a5a5a;
}
.asx-header.hover .asx-main__nav ul li a:hover,
.asx-header.white .asx-main__nav ul li a:hover,
.asx-header.white__header .asx-main__nav ul li a:hover {
  color: #ff9c00;
}
.asx-header.hover .asx-main__nav ul li a:focus,
.asx-header.white .asx-main__nav ul li a:focus,
.asx-header.white__header .asx-main__nav ul li a:focus {
  color: #eb7d00;
}
.asx-header.hover .asx-main__nav ul li a:active,
.asx-header.white .asx-main__nav ul li a:active,
.asx-header.white__header .asx-main__nav ul li a:active {
  color: #ff9c00;
}
.asx-header.hover .asx-logo img:first-child,
.asx-header.white .asx-logo img:first-child,
.asx-header.white__header .asx-logo img:first-child {
  opacity: 0;
  visibility: hidden;
}
.asx-header.hover .asx-logo img:last-child,
.asx-header.white .asx-logo img:last-child,
.asx-header.white__header .asx-logo img:last-child,
.asx-logo img:first-child {
  opacity: 1;
  visibility: visible;
}
.asx-header.scroll {
  min-height: 81px;
  padding: 17px 0 20px;
}

.asx-header.scroll .asx-logo{
  width: 75px;
  height: 75px;
}

.asx-header.scroll .asx-main__nav > ul > li > a {
  padding: 5px 19px 35px;
}
.asx-header.scroll .asx-main__nav > ul > li.show__products a {
  padding: 5px 19px 35px 50px;
}
.asx-header.scroll .asx-main__nav > ul > li > ul.sub-menu {
  top: 50px;
}
.asx-header.scroll .asx-main__nav > ul > li:hover > ul.sub-menu {
  top: 81px;
}
.asx-logo {
  width: 125px;
  height: 125px;
  margin: -8px 0 0;
  position: relative;
}
.asx-logo img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.asx-logo img:last-child {
  opacity: 0;
  visibility: hidden;
}
.asx-menu__block a.btn {
  margin-left: 19px;
}
.asx-main__nav {
  margin: 8px 0 0;
  float: left;
}
.asx-main__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.asx-main__nav ul li {
  float: left;
  margin: 0;
}
.asx-main__nav ul li.outside__link a {
  position: relative;
  padding-right: 13px;
}
.asx-main__nav ul li.outside__link a::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 8px;
  height: 8px;
  display: block;
  background-image: url(../image/outside-link.svg);
}
.asx-main__nav ul li a {
  font-size: 16px;
  line-height: inherit;
  color: #fff;
  padding: 5px 19px 54px;
}
.asx-main__nav ul li a:hover {
  text-decoration: none;
  color: #ff9c00;
}
.asx-main__nav > ul > li.new a {
  position: relative;
}
.asx-main__nav > ul > li.new a::before {
  content: "New";
  position: absolute;
  display: block;
  top: -7px;
  right: 0;
  border-radius: 6px;
  border: 1px solid #00aff0;
  color: #00aff0;
  font-size: 9px;
  line-height: 11px;
  padding: 0 4px;
}
.asx-main__nav > ul > li.show__extended > a,
.asx-main__nav > ul > li.show__products > a {
  position: relative;
}
.asx-main__nav > ul > li.show__extended > a:hover::after,
.asx-main__nav > ul > li.show__products > a:hover::after {
  background-image: url(../image/arrow-orange.svg);
}
.asx-main__nav > ul > li.show__extended > a::after,
.asx-main__nav > ul > li.show__products > a::after {
  content: "";
  width: 8px;
  height: 5px;
  position: absolute;
  background-image: url(../image/arrow-light.svg);
  right: 8px;
  top: 14px;
  display: block;
}
.asx-main__nav > ul > li.menu-item-has-children > a,
.asx-search__btn {
  position: relative;
}
.asx-main__nav > ul > li.show__products > a {
  padding: 5px 19px 54px 50px;
}
.asx-main__nav > ul > li.menu-item-has-children > a:hover::after {
  background-image: url(../image/arrow-orange.svg);
}
.asx-main__nav > ul > li.menu-item-has-children > a::after {
  content: "";
  width: 8px;
  height: 5px;
  position: absolute;
  background-image: url(../image/arrow-light.svg);
  right: 8px;
  top: 14px;
  display: block;
}
.asx-main__nav > ul > li.menu-item-has-children:hover > ul.sub-menu {
  top: 130px;
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.asx-main__nav > ul > li.menu-item-has-children:hover > ul.sub-menu li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.asx-main__nav > ul > li ul.sub-menu {
  width: auto;
  position: fixed;
  background-color: #fff;
  top: 75px;
  opacity: 0;
  margin: 0;
  visibility: hidden;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  padding: 20px 50px 21px 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-main__nav > ul > li ul.sub-menu::before {
  content: "";
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.asx-contact__btn,
.asx-login__btn,
.asx-search__btn {
  height: 43px;
  background-position: center;
  background-repeat: no-repeat;
}
.asx-main__nav > ul > li ul.sub-menu li {
  width: auto;
  display: inline-block;
  clear: both;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all 0.3s ease;
  transition: 0.2s all 0.3s ease;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.asx-main__nav > ul > li ul.sub-menu li a {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 15px 8px 25px;
  color: #5a5a5a;
}
.asx-search__btn {
  width: 43px;
  display: block;
  background-image: url(../image/search-icon.svg);
  background-size: 18px 18px;
  background-color: transparent;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-search__btn:focus {
  outline: 0;
}
.asx-login__btn {
  width: 43px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 10px 0 0;
  background-image: url(../image/login-icon.svg);
  background-size: 18px 18px;
}
.asx-search__bar {
  width: 100%;
  float: left;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 11;
  background-color: #fff;
  opacity: 0;
  padding: 44px 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.asx-search__form,
.asx-search__form .asx-search__group {
  position: relative;
  width: 100%;
  float: left;
}
.asx-search__bar.show {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.asx-search__bar.scroll {
  padding: 16px 0 23px;
}
.asx-search__form {
  padding-right: 36px;
}
.asx-search__form .asx-search__field {
  width: 100%;
  float: left;
  color: #292d3b;
  font-size: 16px;
  line-height: 26px;
  border: none;
  border-bottom: 1px solid #dadce1;
  padding: 7px 0 8px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-hide__search,
.asx-search__form .asx-search__submit {
  width: 18px;
  display: block;
  position: absolute;
  background-color: transparent;
  height: 18px;
}
.asx-search__form .asx-search__field:focus {
  outline: 0;
  border-color: #949494;
}
.asx-search__form .asx-search__field.white {
  color: #fff;
}
.asx-search__form .asx-search__field.white:focus {
  border-color: #fff;
}
.asx-search__form .asx-search__field.white::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.asx-search__form .asx-search__submit {
  top: 14px;
  right: 13px;
  background-image: url(../image/search-submit.svg);
  border: none;
  padding: 0;
}
.asx-search__form .asx-search__submit:focus {
  outline: 0;
}
.asx-hide__search {
  top: 15px;
  right: 0;
  padding: 0;
  border: none;
}
.asx-hide__search::after,
.asx-hide__search::before {
  width: 21px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: -1px;
  display: block;
  content: "";
}
.asx-hide__search:focus {
  outline: 0;
}
.asx-hide__search::before {
  background-color: #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.asx-hide__search::after {
  background-color: #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.asx-mobile__btn {
  position: relative;
  width: 30px;
  height: 26px;
  display: block;
  margin: 9px 0 0;
}
.asx-mobile__btn span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-mobile__btn span:nth-child(1) {
  top: 5px;
}
.asx-mobile__btn span:nth-child(2) {
  top: 12px;
}
.asx-mobile__btn span:nth-child(3) {
  top: 19px;
}
.asx-mobile__btn.show span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.asx-mobile__btn.show span:nth-child(2) {
  opacity: 0;
  left: -5px;
}
.asx-mobile__btn.show span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.asx-contact__btn {
  width: 43px;
  display: block;
  background-image: url(../image/email-icon.svg);
  background-size: 20px 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  margin: 0 10px 0 15px;
}
.asx-extended__navigations,
.asx-products__navigations {
  z-index: 10;
  border-bottom: 1px solid #c1c1c1;
  background-color: #fff;
  float: left;
  pointer-events: none;
}
.asx-extended__navigations {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  padding: 25px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-extended__navigations.show {
  opacity: 1;
  visibility: visible;
  top: 130px;
  pointer-events: inherit;
}
.asx-extended__navigations.show .nav__column {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.asx-extended__navigations.scroll {
  top: 111px;
}
.asx-extended__navigations.scroll.show {
  top: 81px;
}
.asx-extended__navigations .nav__column {
  width: 100%;
  float: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  -webkit-transition: 0.3s all 0.2s ease;
  transition: 0.3s all 0.2s ease;
}
.asx-extended__navigations .nav__column a,
.asx-extended__navigations .nav__column a h4 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-extended__navigations .nav__column a:hover,
.asx-extended__navigations .nav__column a:hover h4 {
  color: #ff9c00;
}
.asx-extended__navigations .nav__column.column__1 {
  -webkit-transition: 0.3s all 0.2s ease;
  transition: 0.3s all 0.2s ease;
}
.asx-extended__navigations .nav__column.column__2 {
  -webkit-transition: 0.5s all 0.2s ease;
  transition: 0.5s all 0.2s ease;
}
.asx-extended__navigations .nav__column.column__3 {
  -webkit-transition: 0.7s all 0.2s ease;
  transition: 0.7s all 0.2s ease;
}
.asx-extended__navigations .nav__column.column__4 {
  -webkit-transition: 0.9s all 0.2s ease;
  transition: 0.9s all 0.2s ease;
}
.asx-extended__navigations .asx-post__title {
  width: 100%;
  float: left;
  color: #4badf6;
  margin-bottom: 17px;
  font-weight: 600;
}
.asx-extended__navigations .asx-post__details {
  width: 100%;
  float: left;
  margin-top: 0;
  padding: 25px 20px 0 0;
}
.asx-extended__navigations .asx-post__details .image {
  width: 100%;
  height: 120px;
  float: left;
  margin-bottom: 13px;
  border: 1px solid #f3f3f3;
  background-position: center;
  background-size: cover;
}
.asx-extended__navigations .asx-post__details h6 {
  font-size: 16px;
  line-height: 20px;
  color: #5a5a5a;
  margin-bottom: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-extended__navigations .asx-post__details h6:hover {
  text-decoration: none;
  color: #ff9c00;
}
.asx-extended__navigations .asx-post__details:hover {
  text-decoration: none;
}
.asx-extended__navigations .asx-post__details:hover h6 {
  color: #ff9c00;
}
.asx-extended__navigations .asx-read__link {
  font-size: 14px;
  line-height: 18px;
  padding-right: 20px;
}
.asx-extended__navigations .asx-read__link::after {
  top: 5px;
  width: 12px;
  height: 8px;
  background-image: url(../image/arrow-blue.svg);
}
.asx-extended__navigations .asx-read__link:hover::after {
  background-image: url(../image/arrow-blue-hover.svg);
}
.asx-extended__navigations .asx-read__link:focus::after {
  background-image: url(../image/arrow-blue-focus.svg);
}
.asx-extended__navigations .asx-read__link:active::after {
  background-image: url(../image/arrow-blue-active.svg);
}
.asx-extended__navigations .widget_nav_menu {
  width: 100%;
  float: left;
  margin-top: 25px;
}
.asx-extended__navigations .widget_nav_menu h4 {
  font-weight: 600;
  margin-bottom: 30px;
}
.asx-extended__navigations .widget_nav_menu .menu-domains-menu-container {
  width: 100%;
  height: 100%;
}
.asx-extended__navigations .widget_nav_menu ul {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.asx-extended__navigations .widget_nav_menu ul li {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}
.asx-extended__navigations .widget_nav_menu ul li.heading {
  margin-bottom: 20px;
}
.asx-extended__navigations .widget_nav_menu ul li.heading a {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #292d3b;
}
.asx-extended__navigations .widget_nav_menu ul li.all {
  margin-bottom: 60px;
}
.asx-extended__navigations .widget_nav_menu ul li.all a {
  font-size: 14px;
  line-height: 18px;
  color: #00aff0;
  position: absolute;
  bottom: 10px;
  padding-right: 20px;
  display: inline-block;
}
.asx-extended__navigations .widget_nav_menu ul li.all a::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 12px;
  height: 8px;
  background-image: url(../image/arrow-blue.svg);
}
.asx-extended__navigations .widget_nav_menu ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #5a5a5a;
  text-decoration: none;
}
.asx-extended__navigations .widget_nav_menu ul li a:hover {
  color: #ff9c00;
}
.asx-extended__navigations .widget_nav_menu ul li a:focus {
  color: #eb7d00;
}
.asx-extended__navigations .widget_nav_menu ul li a:active {
  color: #ff9c00;
}
.asx-products__navigations {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  padding: 49px 0 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-products__navigations.show {
  opacity: 1;
  visibility: visible;
  top: 130px;
  pointer-events: inherit;
}
.asx-products__navigations.show .nav__column {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.asx-products__navigations.scroll {
  top: 111px;
}
.asx-products__navigations.scroll.show {
  top: 81px;
}
.asx-products__navigations .btn {
  font-size: 15px;
  line-height: 22px;
}
.asx-products__nav {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.asx-products__nav a {
  text-decoration: none;
}
.asx-products__nav a h5 {
  color: #292d3b;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-products__nav a:hover h5 {
  color: #ff9c00;
}
.asx-products__nav p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #5a5a5a;
}
.asx-products__small {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.asx-products__small ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.asx-products__small ul li {
  width: 100%;
  float: left;
  margin: 0 0 7px;
}
.asx-products__small ul li a {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
.asx-products__small ul li a:hover {
  color: #ff9c00;
}
.asx-products__small ul li.outside__link a {
  position: relative;
  padding-right: 13px;
}
.asx-products__small ul li.outside__link a::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 8px;
  height: 8px;
  display: block;
  background-image: url(../image/outside-link.svg);
}
@media (max-width: 1199.98px) {
  .asx-header.scroll .asx-main__nav ul li.menu-item-has-children a,
  .asx-header.scroll .asx-main__nav ul li.show__expertises a,
  .asx-header.scroll .asx-main__nav ul li.show__extended a,
  .asx-header.scroll .asx-main__nav ul li.show__products a {
    padding: 5px 20px 5px 5px;
  }
  .asx-header.scroll .asx-main__nav ul li a,
  .asx-main__nav ul li a {
    padding: 5px;
  }
  .asx-main__nav ul li {
    margin: 0 1px;
  }
  .asx-main__nav ul li.menu-item-has-children > a,
  .asx-main__nav ul li.show__expertises > a,
  .asx-main__nav ul li.show__extended > a,
  .asx-main__nav ul li.show__products > a {
    padding: 5px 20px 5px 5px;
  }
}
@media (max-width: 991.98px) {
  .asx-logo {
    width: 160px;
    height: 43px;
    margin: 0;
  }
  .asx-contact__btn {
    margin: 0 10px 0 0;
  }
}
.asx-mobile__wrapper {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9;
  padding: 40px 20px 50px;
  top: 151px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-mobile__wrapper.show,
.asx-service__block .icon img:first-child {
  opacity: 1;
  visibility: visible;
}
.asx-mobile__wrapper.show {
  top: 121px;
}
.asx-mobile__wrapper.scroll {
  top: 111px;
}
.asx-mobile__wrapper.scroll.show {
  opacity: 1;
  visibility: visible;
  top: 81px;
}
.asx-mobile__wrapper .asx-mobile__content {
  width: 100%;
  height: 100%;
  overflow: auto;
  float: left;
}
.asx-mobile__wrapper .asx-additinal__bar,
.asx-mobile__wrapper .asx-menu__block {
  width: 100%;
  float: left;
}
.asx-mobile__wrapper .asx-additinal__bar {
  margin-top: 15px;
}
.asx-mobile__wrapper .asx-search__icon {
  width: 43px;
  height: 43px;
  display: block;
  background-image: url(../image/search-hover-icon.svg);
  background-position: center;
  background-size: cover;
  border: none;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-mobile__wrapper .asx-search__icon:focus {
  outline: 0;
}
.asx-mobile__wrapper .asx-nav__line {
  width: 100%;
  height: 2px;
  display: block;
  float: left;
  background-color: #dadce1;
  position: relative;
  margin: 37px 0 40px;
}
.asx-mobile__wrapper .asx-nav__line::after {
  content: "";
  width: 70px;
  height: 4px;
  display: block;
  position: absolute;
  right: 33px;
  bottom: 0;
  background-color: #ff9c00;
}
.asx-mobile__wrapper .asx-post__details {
  width: 100%;
  float: left;
}
.asx-mobile__wrapper .asx-post__details .image {
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  float: left;
  border: 1px solid #dcdee3;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.asx-mobile__wrapper .asx-post__details .image img {
  width: 100%;
  float: left;
  height: auto;
}
.asx-mobile__wrapper .asx-post__details h6 {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #292d3b;
  margin-bottom: 5px;
}
.asx-achievement__block .counter,
.asx-achievement__block h5,
.asx-mobile__nav ul li a,
.asx-solution__block.number::after,
.asx-testimonial__block .text p,
.asx-testimonials__slider .swiper-slide .details .text,
.asx-testimonials__slider .swiper-slide .details .text p span.quote {
  font-family: Montserrat, sans-serif;
}
.asx-mobile__nav {
  width: 100%;
  float: left;
}
.asx-mobile__nav ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.asx-mobile__nav ul li {
  width: 100%;
  float: left;
}
.asx-mobile__nav ul li a {
  position: relative;
  font-weight: 500;
  display: inline-block;
  color: #666;
}
.asx-mobile__nav ul li a:active,
.asx-mobile__nav ul li a:focus {
  text-decoration: none;
}
.asx-mobile__nav ul li a.show__sub {
  color: #ff9c00;
}
.asx-mobile__nav ul li a.show__sub::after {
  background-image: url(../image/arrow-orange.svg) !important;
}
.asx-mobile__nav ul li a.show__sub ~ ul {
  display: block !important;
}
.asx-mobile__nav ul li ul {
  padding-left: 10px;
}
.asx-mobile__nav ul li ul li a {
  margin-bottom: 5px;
}
.asx-mobile__nav ul li.all a {
  font-size: 14px;
  color: #62abd6;
}
.asx-mobile__nav ul li.all a::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 12px;
  right: -17px;
  background-image: url(../image/arrow-blue.svg);
}
.asx-mobile__nav ul li.menu-item-has-children > a::after {
  content: "";
  width: 8px;
  height: 5px;
  position: absolute;
  background-image: url(../image/arrow-light.svg);
  right: -14px;
  top: 21px;
  display: block;
}
.asx-footer,
.asx-footer .widget {
  width: 100%;
  float: left;
}
.asx-mobile__nav
  ul
  li.menu-item-has-children
  ul
  li.menu-item-has-children
  a::after {
  top: 16px;
}
.asx-mobile__nav ul li ul.sub-menu {
  display: none;
}
.asx-mobile__nav > ul > li > a {
  font-size: 23px;
  line-height: inherit;
  padding: 6px 0;
  color: #666;
  margin-bottom: 6px;
  display: inline-block;
}
.asx-mobile__nav > ul > li > ul {
  padding: 0 0 0 17px;
}
.asx-mobile__nav > ul > li > ul > li > a {
  font-size: 18px;
  padding: 5px 0;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .asx-mobile__wrapper .asx-post__details .image {
    height: 163px;
  }
}
.asx-footer {
  color: #fff;
}
.asx-contacts__widget h5::after,
.asx-footer .widget_nav_menu h5::after,
.asx-footer__information h5::after {
  background-color: #fff;
  content: "";
  bottom: 0;
  display: block;
}
.asx-footer .widget_nav_menu h5 {
  font-weight: 400;
  line-height: inherit;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 23px;
}
.asx-footer .widget_nav_menu h5::after {
  width: 60px;
  height: 1px;
  position: absolute;
}
.asx-footer .widget_nav_menu ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.asx-footer .widget_nav_menu ul li {
  width: 100%;
  float: left;
  margin-bottom: 9px;
}
.asx-footer .widget_nav_menu ul li a {
  font-size: 14px;
  line-height: 22px;
}
.asx-footer .widget_nav_menu ul li a:hover {
  color: #ff9c00;
  text-decoration: none;
}
.asx-footer .widget_nav_menu ul li.outside__link a {
  position: relative;
  padding-right: 13px;
}
.asx-footer .widget_nav_menu ul li.outside__link a::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 8px;
  height: 8px;
  display: block;
  background-image: url(../image/outside-link-blue.svg);
}
.asx-copyrights__block {
  padding: 20px 0;
  border-top: 1px solid #44505d;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.asx-contacts__widget .contact__line a:hover,
.asx-copyrights__block a:hover,
.asx-footer__information .about__widget p a:hover {
  color: #ff9c00;
  text-decoration: none;
}
.asx-footer__logo {
  width: 100%;
  float: left;
  margin-bottom: 42px;
}
.asx-footer__logo img {
  height: auto;
  max-width: 100%;
}
.asx-footer__information {
  width: 100%;
  float: left;
}
.asx-footer__information h5 {
  font-weight: 400;
  line-height: inherit;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 23px;
}
.asx-footer__information h5::after {
  width: 60px;
  height: 1px;
  position: absolute;
}
.asx-footer__information .btn {
  margin-bottom: 19px;
}
.asx-footer__information .about__widget p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.asx-brand__logo {
  width: 50%;
  height: 35px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
.asx-brand__logos,
.asx-contacts__widget {
  width: 100%;
  float: left;
}
.asx-brand__logo:nth-child(odd) {
  text-align: left;
  padding-right: 5px;
}
.asx-brand__logo:nth-child(even) {
  text-align: right;
  padding-left: 5px;
}
.asx-brand__logo:nth-child(2n + 1) {
  clear: left;
}
.asx-brand__logo:nth-child(2) img,
.asx-brand__logo:nth-child(3) img {
  margin-top: 10px;
}
.asx-brand__logo:nth-child(4) img {
  margin-top: 2px;
}
.asx-brand__logos {
  max-width: 220px;
  margin-bottom: 30px;
}
.asx-contacts__widget h5 {
  font-weight: 400;
  line-height: inherit;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 23px;
}
.asx-contacts__widget .asx-social__block,
.asx-contacts__widget .contact__line a.icon,
.asx-contacts__widget .contact__line div.icon {
  padding-left: 23px;
}
.asx-contacts__widget h5::after {
  width: 60px;
  height: 1px;
  position: absolute;
}
.asx-contacts__widget .contact__line {
  width: 100%;
  float: left;
  margin-bottom: 9px;
}
.asx-contacts__widget .contact__line p {
  font-size: 14px;
  line-height: 22px;
  color: #00aff0;
  margin-bottom: 15px;
}
.asx-contacts__widget .contact__line a,
.asx-contacts__widget .contact__line div {
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
.asx-contacts__widget .contact__line a.icon::before,
.asx-contacts__widget .contact__line div.icon::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-size: cover;
}
.asx-contacts__widget .contact__line a.icon.phone::before,
.asx-contacts__widget .contact__line div.icon.phone::before {
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  background-image: url(../image/phone-icon-white.svg);
}
.asx-contacts__widget .contact__line a.icon.contacts::before,
.asx-contacts__widget .contact__line div.icon.contacts::before {
  width: 16px;
  height: 12px;
  left: 0;
  top: 4px;
  background-image: url(../image/email-icon-white.svg);
}
.asx-contacts__widget .contact__line a.icon.address::before,
.asx-contacts__widget .contact__line div.icon.address::before {
  width: 12px;
  height: 16px;
  left: 2px;
  top: 3px;
  background-image: url(../image/location-icon-white.svg);
}
@media (max-width: 991.98px) {
  .asx-footer {
    padding: 42px 0 0;
  }
  .asx-footer__logo {
    margin: 0 0 25px;
  }
  .asx-footer__information .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  footer .widget_nav_menu {
    margin-bottom: 20px;
  }
  .asx-copyrights__block {
    margin-top: 20px;
  }
}
.asx-hero__section {
  min-height: 100vh;
  color: #fff;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.asx-hero__section .content {
  width: 100%;
  float: left;
}
.asx-hero__section .content h1 {
  margin-bottom: 20px;
  font-weight: 600;
}
.asx-hero__section .content p {
  font-size: 18px;
  line-height: inherit;
}
.asx-hero__section .button__row {
  width: 100%;
  float: left;
  margin-top: 58px;
}
.asx-hero__section .button__row.bottom {
  margin-top: 0;
  margin-bottom: 70px;
}
.asx-hero__section .button__row a {
  margin: 0 20px 15px 0;
}
.asx-content__wrapper,
.asx-image__wrapper {
  width: 100%;
  height: 100vh;
  min-height: 720px;
  position: relative;
}
.asx-content,
.asx-image {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
}
.asx-image {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.asx-content {
  padding: 265px 0 195px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.asx-content .asx-image {
  position: static;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 991.98px) {
  .asx-content__wrapper,
  .asx-hero__section {
    height: auto;
    min-height: 667px;
  }
  .asx-hero__section .button__row {
    margin-top: 30px;
  }
  .asx-content__wrapper .asx-content {
    width: 100%;
    float: left;
    position: static;
    padding: 170px 0 70px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .asx-content__wrapper .asx-content .asx-image {
    margin: 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  .asx-content__wrapper,
  .asx-hero__section {
    min-height: 500px;
  }
  .asx-content__wrapper .asx-content {
    padding: 170px 0 50px;
  }
  .asx-hero__section .content h1 {
    font-size: 25px;
    line-height: 40px;
  }
}
.asx-achievements__section {
  padding: 58px 0 60px;
}
.asx-achievement__slider .slide {
  outline: 0;
}
.asx-services__section {
  padding: 70px 0 60px;
}
.asx-achievement__block {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.asx-achievement__block .icon {
  margin-bottom: 10px;
}
.asx-achievement__block .icon img {
  display: inline-block;
}
.asx-achievement__block h5 {
  margin-bottom: 0;
  font-weight: 400;
}
.asx-achievement__block .counter {
  font-weight: 700;
  font-size: 44px;
  line-height: normal;
  margin-top: -2.5px;
}
.asx-achievement__block .counter .append {
  margin-left: -12px;
}
.asx-achievement__block h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  margin: -8px 0 0;
}
.asx-line {
  width: 100%;
  height: 1px;
  background-color: #dadce1;
  position: relative;
  margin: 25px 0 70px;
}
.asx-line::before {
  content: "";
  width: 70px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #ff9c00;
}
.asx-line.left::before {
  bottom: 0;
  left: 0;
}
.asx-line.right::before {
  right: 206px;
}
.asx-service__block {
  width: 100%;
  min-height: 292px;
  float: left;
  background-color: #fff;
  border-radius: 4px;
  padding: 14px 31px 40px;
  margin: 20px 0;
  box-shadow: 0 0 20px #f1f1f1;
}
.asx-service__block.no__icon {
  min-height: 128px;
}
.asx-service__block.no__icon h4 {
  margin-bottom: 0;
}
.asx-service__block .icon {
  width: 60px;
  height: 47px;
  position: relative;
  margin-bottom: 28px;
  margin-top: 10px;
}
.asx-service__block .icon img {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-service__block .icon img:last-child {
  opacity: 0;
  visibility: hidden;
}
.asx-service__block h4 {
  color: #292d3b;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-service__block p {
  font-size: 16px;
  line-height: 24px;
  color: #292d3b;
  margin-top: 25px;
  margin-bottom: 0;
}
.asx-services__slider {
  width: 100%;
  float: left;
}
.asx-services__slider .slide {
  width: 100%;
  padding: 0 20px;
}
.asx-services__slider .slide:active,
.asx-services__slider .slide:focus {
  outline: 0;
}
a.asx-service__block:hover {
  text-decoration: none;
  box-shadow: 0 0 20px #ced2d4;
}
a.asx-service__block:hover .icon img:first-child {
  opacity: 0;
  visibility: hidden;
}
a.asx-service__block:hover .icon img:last-child {
  opacity: 1;
  visibility: visible;
}
a.asx-service__block:hover h4 {
  color: #ff9c00;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  bottom: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  display: inline-block;
  margin: 0 2.5px;
  position: relative;
  background-color: transparent;
  opacity: 1;
  border-radius: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #dadce1;
  font-size: 0;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-list__block.number::after,
.asx-solution__block.number::after {
  content: "0" counter(heading);
  top: 30px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #ff9c00;
  height: 3px;
}
@media (max-width: 991.98px) {
  .asx-achievements__section,
  .asx-services__section {
    padding: 35px 0 40px;
  }
  .asx-services__section .asx-section__title h2 {
    margin-bottom: 0;
  }
  .asx-achievement__slider {
    margin: 0 0 10px;
  }
  .asx-services__slider .slide {
    padding: 0 7px;
  }
  .asx-achievement__block {
    margin-bottom: 0;
  }
  .asx-achievement__block h5 {
    font-size: 14.25px;
  }
  .asx-achievement__block .counter {
    font-size: 33px;
    line-height: 37.5px;
  }
  .asx-achievement__block h6 {
    font-size: 11.25px;
  }
  .asx-line {
    margin: 25px 0 30px;
  }
  .asx-service__block {
    margin: 10px 0 5px;
    height: auto;
    min-height: 284px;
    padding: 20px 24px;
  }
  .asx-service__block .icon,
  .asx-service__block h4 {
    margin-bottom: 20px;
  }
}
.asx-solutions__section {
  padding: 70px 0 80px;
}
.asx-solutions__section .asx-button__group {
  margin-top: 0;
}
.asx-solution__block.number::after {
  counter-increment: heading;
  font-size: 40px;
  line-height: 31px;
  color: #ff9c00;
  position: absolute;
  left: 23px;
}
.asx-list__block::before,
.asx-solution__block::before {
  left: 5px;
  background-color: #192837;
  -webkit-transition: all 0.5s ease;
}
.asx-solution__block {
  width: 100%;
  min-height: 240px;
  float: left;
  padding: 36px 55px 40px 80px;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}
.asx-solution__block::before {
  content: "";
  width: 82px;
  height: 82px;
  position: absolute;
  top: 0;
  z-index: 0;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.asx-solution__block .content {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding-bottom: 33px;
}
.asx-solution__block p {
  margin-bottom: 0;
}
.asx-solution__block h4 {
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
}
.asx-solution__block .asx-read__link,
.asx-solution__block h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
}
.asx-solution__block h4::after {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  background-color: #fff;
}
a.asx-solution__block:hover {
  color: #fff;
}
a.asx-solution__block:hover::before {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #132333;
}
a.asx-solution__block:focus::before {
  opacity: 0.5;
  background-color: #132333;
}
@media (max-width: 991.98px) {
  .asx-solutions__section {
    padding: 35px 0 40px;
  }
  .asx-solution__block {
    padding: 24px 10px 20px 60px;
  }
  .asx-solution__block::before {
    width: 62px;
    height: 62px;
    left: 0;
  }
  .asx-solution__block.number::after {
    font-size: 30px;
    line-height: 24px;
    left: 17px;
    top: 22px;
  }
}
@media (max-width: 767.98px) {
  .asx-solution__block {
    min-height: auto;
    margin-bottom: 10px;
  }
}
.asx-cta__section {
  padding: 69px 0;
}
.asx-cta__section__2 {
  padding: 0 0 50px;
}
.asx-cta__section .asx-form__block {
  width: 100%;
  float: left;
  margin-top: 36px;
  margin-bottom: 5px;
}
.asx-cta__section .asx-section__title,
.asx-cta__section .asx-section__title h2 {
  margin-bottom: 0;
}
.asx-cta__section .asx-section__title p {
  margin-top: 25px;
  margin-bottom: 0;
}
.asx-cta__section .asx-button__group {
  margin-top: 35px;
}
.asx-cta__block {
  width: 100%;
  float: left;
  min-height: 148px;
  background-size: cover;
  background-position: center;
  border-bottom: 4px solid #ff9c00;
  padding: 12px 40px 45px;
  color: #292d3b;
}
.asx-cta__block:hover {
  color: #292d3b;
}
.asx-cta__block .asx-form.white h4,
.asx-cta__block .asx-form.white p,
.asx-cta__block.font-white {
  color: #fff;
}
.asx-cta__block.has__icon {
  padding: 65px 40px;
}
.asx-cta__block.no-text .wrapper {
  padding: 15px 0;
}
.asx-cta__block .wrapper {
  width: 100%;
  float: left;
}
.asx-cta__block.small__block {
  min-height: 82px;
  padding: 20px 24px;
}
.asx-cta__block.small__block h4 {
  font-size: 15px;
  line-height: 23px;
}
.asx-cta__block.small__block .text {
  margin-top: 0;
}
.asx-cta__block.small__block .text p {
  font-size: 14px;
  line-height: 23px;
}
.asx-cta__block.small__block .btn {
  padding: 8px 25px 9px;
}
.asx-cta__block.small__block .icon__group a {
  width: 60px;
  height: 60px;
  margin: 0;
}
.asx-cta__block.hide-border {
  border: none;
}
.asx-cta__block h4 {
  margin-bottom: 0;
  font-weight: 600;
}
.asx-cta__block .text {
  width: 100%;
  float: left;
  margin-top: 5px;
}
.asx-cta__block .text p {
  margin-bottom: 0;
}
.asx-cta__block .button__group {
  width: 100%;
  height: 100%;
  position: relative;
}
.asx-cta__block .button__group a,
.asx-cta__block .button__group button {
  position: absolute;
  top: 70%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.asx-cta__block .icon__group {
  width: 100%;
  height: 100%;
  float: left;
}
.asx-cta__block .icon__group a,
.asx-cta__block .icon__group div.icon {
  width: 120px;
  height: 120px;
  margin: -28px 0;
  border-radius: 50%;
  background-color: #ff9c00;
  display: block;
  position: relative;
  float: right;
}
.asx-cta__block .icon__group a img,
.asx-cta__block .icon__group div.icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.asx-cta__block .asx-form.white .asx-form__group .asx-form__field {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.7);
}
.asx-cta__block .asx-form.white .asx-form__group .asx-form__field:focus {
  border-color: #fff;
  color: #fff;
}
.asx-cta__block .asx-form.white .asx-form__group .asx-form__field.error {
  border-color: #e34838;
}
.asx-cta__block .asx-form.white .asx-form__group .placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.asx-cta__block .asx-form .text {
  margin-bottom: 20px;
}
.asx-cta__block .asx-form__group .placeholder {
  color: rgba(41, 45, 59, 0.7);
}
.asx-cta__block .asx-form__group.inline {
  max-width: 48%;
}
.asx-cta__block .asx-form__group.inline.first {
  padding: 0 2% 0 0;
}
.asx-cta__block .asx-form__group.inline.second {
  padding: 0 0 0 2%;
}
.asx-cta__block .asx-form__group.inline.second .asx-field__error {
  left: 5%;
}
.asx-cta__block .asx-form__group.inline .asx-field__error {
  left: 0;
}
.asx-cta__block .asx-form .button__group button {
  top: 60%;
}
.asx-cta__block .asx-form__field {
  border-color: rgba(41, 45, 59, 0.3);
}
@media (max-width: 991.98px) {
  .asx-cta__block .asx-form__group.inline {
    max-width: 100%;
    padding: 0;
    margin: 20px 0 15px;
  }
  .asx-cta__block .asx-form__group.inline.first,
  .asx-cta__block .asx-form__group.inline.second {
    padding: 0;
  }
  .asx-cta__block .asx-form__group.inline.second .asx-field__error {
    left: 0;
  }
  .asx-cta__block .asx-form .button__group {
    text-align: center;
  }
  .asx-cta__section,
  .asx-cta__section__2 {
    padding: 35px 0 40px;
  }
  .asx-cta__section .asx-form__block {
    width: 70%;
    margin: 10px 15% 0;
  }
  .asx-cta__section .asx-form__block .asx-form__group {
    margin-bottom: 13px;
  }
  .asx-cta__section .asx-form__block .asx-form__group .placeholder {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .asx-cta__section .asx-form__block .asx-form__group .asx-form__field {
    text-align: center;
  }
  .asx-cta__section .asx-form__block .asx-form__group.inline {
    margin-bottom: 30px;
  }
  .asx-cta__section .asx-form__block .asx-form__group.inline .asx-field__error {
    left: 0;
    right: 0;
    text-align: center;
  }
  .asx-cta__section .asx-form__block .asx-form .asx-submit__group {
    width: 100%;
    text-align: center;
  }
  .asx-cta__section
    .asx-form__block
    .asx-form
    .asx-submit__group
    button.float-right {
    float: none !important;
  }
  .asx-cta__block.has__icon {
    padding: 40px 30px;
  }
  .asx-cta__block.small__block {
    padding: 20px 24px;
  }
  .asx-cta__block.small__block .icon__group a,
  .asx-cta__block.small__block .icon__group div.icon {
    margin: 20px 0 0;
  }
  .asx-cta__block .button__group {
    margin-top: 30px;
  }
  .asx-cta__block .button__group a,
  .asx-cta__block .button__group button {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .asx-cta__block .icon__group a,
  .asx-cta__block .icon__group div.icon {
    width: 80px;
    height: 80px;
    float: left;
    margin: 20px 0 0;
  }
}
@media (max-width: 767.98px) {
  .asx-cta__section .asx-section__title {
    width: 80%;
    margin: 0 10% 15px;
  }
  .asx-cta__section.blue {
    background-color: transparent;
    position: relative;
  }
  .asx-cta__section .asx-button__group {
    margin-top: 0;
  }
  .asx-cta__section.form__section {
    background-color: #1e2d3c;
  }
}
@media (max-width: 575.98px) {
  .asx-cta__block {
    text-align: center;
  }
  .asx-cta__block.small__block .icon__group a,
  .asx-cta__block.small__block .icon__group div.icon {
    margin: 20px auto 0;
  }
  .asx-cta__block .icon__group a,
  .asx-cta__block .icon__group div.icon {
    float: none;
    margin: 20px auto 0;
  }
  .asx-cta__block.no-text .wrapper {
    padding: 0;
  }
}
.asx-expertises__section {
  padding: 70px 0 80px;
}
.asx-expertise__block {
  width: 100%;
  height: 180px;
  float: left;
  background-size: cover;
  background-position: center;
  margin: 20px 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.asx-expertise__block .content {
  width: 100%;
  height: 88px;
  float: left;
  position: relative;
  z-index: 2;
}
.asx-expertise__block .content h5 {
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  padding-bottom: 13px;
  margin-bottom: 0;
}
.asx-expertise__block .content h5::after,
.asx-expertise__block::before {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  content: "";
}
.asx-expertise__block .content h5::after {
  width: 60px;
  height: 1px;
  display: block;
  background-color: #fff;
  bottom: 0;
  transition: all 0.3s ease;
}
.asx-expertise__block::before {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(19, 35, 51, 0.9);
  transition: all 0.3s ease;
}
a.asx-expertise__block:hover .content h5::after {
  width: 100%;
  background-color: #ff9c00;
}
a.asx-expertise__block:hover::before {
  background-color: rgba(23, 36, 49, 0.7);
}
@media (max-width: 991.98px) {
  .asx-expertises__section {
    padding: 35px 0 40px;
  }
  .asx-expertise__block {
    margin: 20px 0 0;
  }
}
.asx-technologies__section {
  padding: 70px 0 80px;
}
.asx-technologies__section .asx-button__group {
  margin-top: 50px;
}
.asx-technologies__section a.asx-technology__block:hover .content {
  box-shadow: 0 0 10px #f1f1f1;
  z-index: 1;
}
.asx-technologies__section a.asx-technology__block:active .content,
.asx-technologies__section a.asx-technology__block:focus .content {
  box-shadow: none;
  border: 1px solid #dadce1;
}
.asx-technology:hover {
  z-index: 1;
}
.asx-technology__block {
  width: 100%;
  float: left;
  position: relative;
  padding: 0.5px;
}
.asx-technology__block .content {
  width: 100%;
  height: 130px;
  background-color: #fff;
  float: left;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-technology__block img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  padding: 0 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .asx-technologies__section {
    padding: 35px 0 40px;
  }
  .asx-technologies__section .asx-button__group {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .asx-technology__block .content {
    height: 71px;
  }
  .asx-technology__block img {
    max-height: 36px;
  }
}
.asx-testimonials__slider__section {
  padding: 70px 0 80px;
  position: relative;
}
.asx-testimonials__slider__section .asx-button__group {
  margin-top: 0;
}
.asx-testimonials__slider {
  overflow: visible;
  margin-top: 40px;
}
.asx-testimonials__slider__section.slider .layer {
  width: 826px;
  display: block;
  position: absolute;
  left: 50%;
  top: 193px;
  bottom: 175px;
  z-index: 0;
  background-position: center;
  background-size: cover;
}
.asx-testimonials__slider__section.grid {
  padding: 70px 0 40px;
}
.asx-testimonials__slider .swiper-slide {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.asx-testimonials__slider .swiper-slide:focus {
  outline: 0;
}
.asx-testimonials__slider .swiper-slide .content {
  width: 100%;
  float: left;
}
.asx-testimonials__slider .swiper-slide .content h4 {
  font-weight: 600;
  margin-bottom: 50px;
}
.asx-testimonials__slider .swiper-slide .details {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 100px;
  left: 80px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.asx-testimonials__slider .swiper-slide .details .author__image {
  position: absolute;
  left: 0;
  top: 0;
}
.asx-testimonials__slider .swiper-slide .details .avatar {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.asx-testimonials__slider .swiper-slide .details .text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 14px;
  padding-top: 5px;
  padding-right: 20px;
  margin-bottom: 5px;
}
.asx-testimonials__slider .swiper-slide .details .text::before {
  content: "";
  width: 1px;
  top: 0;
  left: 0;
  bottom: 40px;
  display: block;
  position: absolute;
  background-color: #dadce1;
}
.asx-testimonials__slider .swiper-slide .details .text::after {
  content: "";
  width: 2px;
  height: 50px;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #ff9c00;
}
.asx-testimonials__slider .swiper-slide .details .text p {
  font-style: italic;
  line-height: 23px;
}
.asx-testimonials__slider .swiper-slide .details .text p span.quote {
  font-size: 100px;
  font-weight: 500;
  font-style: normal;
  line-height: 23px;
  position: relative;
  color: rgba(41, 45, 59, 0.1);
}
.asx-testimonials__slider .swiper-slide .details .text p span.quote.first {
  display: block;
  bottom: -20px;
  margin: 0 -38px -25px -8px;
}
.asx-testimonials__slider .swiper-slide .details .text p span.quote.last {
  display: inline-block;
  margin: -30px 0 0 -20px;
  top: 51px;
  float: none;
}
.asx-testimonials__slider .swiper-slide .details .author {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
}
.asx-testimonials__slider .swiper-slide .details .read__more {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 14px;
}
.asx-testimonials__slider .swiper-slide .image {
  width: 100%;
  min-height: 506px;
  position: relative;
  float: left;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.asx-testimonials__slider .swiper-slide .image img {
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.asx-testimonials__slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.asx-testimonials__slider .swiper-slide.swiper-slide-active .details {
  opacity: 1;
  left: 0;
}
.asx-testimonials__slider .swiper-slide.swiper-slide-active .image {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.asx-testimonials__slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 4px;
  border: 1px solid #666;
  left: -40px;
  top: 50%;
  position: absolute;
  cursor: pointer;
}
.asx-testimonials__slider .swiper-button-next::before,
.asx-testimonials__slider .swiper-button-prev::before {
  content: "";
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5.5px 0 0 -3px;
}
.asx-testimonials__slider .swiper-button-prev::before {
  width: 6px;
  display: block;
  background-image: url(../image/arrow-left.svg);
}
.asx-testimonials__slider .swiper-button-prev::after {
  display: none;
}
.asx-testimonials__slider .swiper-button-prev:hover {
  opacity: 0.8;
}
.asx-testimonials__slider .swiper-button-next {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 4px;
  border: 1px solid #666;
  right: -40px;
  top: 50%;
  position: absolute;
  cursor: pointer;
}
.asx-testimonials__slider .swiper-button-next::before {
  width: 6px;
  display: block;
  background-image: url(../image/arrow-right.svg);
}
.asx-cases__section .asx-quote__block .avatar,
.asx-feedback .avatar,
.asx-quote__founders .avatar,
.asx-testimonial__block .author__block .avatar {
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.asx-testimonials__slider .swiper-button-next::after {
  display: none;
}
.asx-testimonials__slider .swiper-button-next:hover {
  opacity: 0.8;
}
.asx-testimonials__grid {
  width: 100%;
  float: left;
}
.asx-testimonial__block {
  width: 100%;
  float: left;
  padding: 35px 30px;
  box-shadow: 0 0 10px #f9f9f9;
  margin-bottom: 40px;
}
.asx-testimonial__block .author__block {
  width: 100%;
  min-height: 80px;
  float: left;
  position: relative;
  padding: 15px 0 0 105px;
  margin-bottom: 25px;
}
.asx-testimonial__block .author__block .avatar {
  width: 80px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.asx-testimonial__block .author__block .details {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 26px;
  color: #292d3b;
}
.asx-testimonial__block .author__block .details .author {
  margin-bottom: 2px;
}
.asx-testimonial__block .author__block .details .author b {
  font-weight: 600;
}
.asx-testimonial__block .text {
  width: 100%;
  float: left;
  padding: 4px 0 0 15px;
  position: relative;
  margin-bottom: 22px;
}
.asx-testimonial__block .text::after,
.asx-testimonial__block .text::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
}
.asx-testimonial__block .text::before {
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dadce1;
}
.asx-testimonial__block .text::after {
  width: 2px;
  height: 50px;
  top: 0;
  background-color: #ff9c00;
}
.asx-testimonial__block .text p {
  font-size: 16px;
  font-style: italic;
  line-height: 23px;
  color: #292d3b;
  margin-bottom: 10px;
}
.asx-feedback .text p span.quote,
.asx-large__feedback__section .text p span.quote,
.asx-testimonial__block .text p span.quote {
  font-family: Montserrat, sans-serif;
  font-style: normal;
}
.asx-testimonial__block .text p span.quote {
  font-size: 100px;
  font-weight: 500;
  line-height: 23px;
  position: relative;
  color: rgba(41, 45, 59, 0.1);
}
.asx-testimonial__block .text p span.quote.first {
  display: block;
  bottom: -20px;
  margin: 0 -38px -25px -8px;
}
.asx-testimonial__block .text p span.quote.last {
  display: inline-block;
  margin: -30px 0 0 -20px;
  top: 51px;
  float: none;
}
@media screen and (max-width: 1500px) {
  .asx-testimonials__slider .swiper-button-prev {
    left: 20px;
  }
  .asx-testimonials__slider .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 991.98px) {
  .asx-testimonials__slider {
    margin-top: 10px;
  }
  .asx-testimonials__slider__section {
    padding: 35px 0 40px;
  }
  .asx-testimonials__slider__section.slider > .layer {
    display: none;
  }
  .asx-testimonials__slider__section .asx-button__group {
    margin-top: 0;
  }
  .asx-testimonials__slider .swiper-slide .details {
    padding-left: 0;
  }
  .asx-testimonials__slider .swiper-slide .details .author__image {
    width: 70%;
    margin: 0 15%;
    position: static;
    text-align: center;
  }
  .asx-testimonials__slider .swiper-slide .details .avatar {
    margin: 0 auto 5px;
  }
  .asx-testimonials__slider .swiper-slide .image {
    min-height: inherit;
    margin-top: 50px;
  }
  .asx-testimonials__slider .swiper-slide .image img {
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .asx-testimonials__slider .swiper-slide .image .layer {
    content: "";
    width: auto;
    display: block;
    position: absolute;
    left: -20px;
    top: -20px;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    background-position: center;
    background-size: cover;
  }
  .asx-testimonials__slider .swiper-slide .content h4 {
    margin-bottom: 15px;
  }
  .asx-testimonials__slider .swiper-button-next,
  .asx-testimonials__slider .swiper-button-prev {
    top: 55px;
  }
}
.asx-clients__section {
  padding: 70px 0 80px;
  position: relative;
}
.asx-clients__section .asx-line {
  margin: 0 0 70px;
}
.asx-clients__slider .swiper-slide {
  height: 70px;
}
.asx-clients__slider .swiper-slide .asx-client__block {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0;
  margin-bottom: 0;
}
.asx-clients__slider .swiper-slide .asx-client__block img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  filter: none;
  padding: 0 10px;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.asx-clients__row {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.asx-client__block {
  width: 19.5%;
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}
.asx-client__block img {
  filter: grayscale(100%);
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-client__block:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.asx-client__block:active img {
  filter: grayscale(0);
  opacity: 0.9;
}
.asx-client__block:focus img {
  filter: grayscale(0);
  opacity: 1;
}
@media (max-width: 991.98px) {
  .asx-clients__section {
    padding: 35px 0 40px;
  }
  .asx-clients__section::before {
    display: none;
  }
  .asx-clients__section .asx-line {
    margin: 0 0 30px;
  }
}
.asx-certificates__partners__section {
  padding: 70px 0;
}
.asx-partner__logo {
  width: 100%;
  height: 85px;
  margin-top: 20px;
  text-align: center;
  position: relative;
}
.asx-partner__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .asx-certificates__partners__section {
    padding: 35px 0 40px;
  }
}
.asx-contacts__section {
  padding: 70px 0 50px;
}
.asx-contact__block.white {
  color: #fff;
}
.asx-contact__block.dark .phones a {
  color: #292d3b;
}
.asx-contact__block h5 {
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 50px;
}
.asx-contact__block .phones {
  width: 100%;
  float: left;
}
.asx-contact__block .phones a {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
}
.asx-contact__block .phones a::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../image/phone-icon.svg);
}
.asx-contact__block .address {
  width: 100%;
  float: left;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.asx-contact__block .address::before {
  content: "";
  width: 12px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../image/location-icon.svg);
}
.asx-social__block {
  width: 100%;
  float: left;
  padding-left: 23px;
}
.asx-social {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  margin-right: 5px;
  float: left;
  position: relative;
}
.asx-social:hover {
  opacity: 0.7;
}
.asx-social::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.asx-social.ln {
  background-color: #0077b5;
}
.asx-social.ln::before {
  width: 16px;
  height: 15px;
  background-image: url(../image/ln-icon.svg);
}
.asx-social.yt {
  background-color: red;
}
.asx-social.yt::before {
  width: 16px;
  height: 11px;
  background-image: url(../image/yt-icon.svg);
}
.asx-social.tw {
  background-color: #54aced;
}
.asx-social.tw::before {
  width: 15px;
  height: 12px;
  background-image: url(../image/tw-icon.svg);
}
.asx-social.fb {
  background-color: #3a5897;
}
.asx-social.fb::before {
  width: 8px;
  height: 16px;
  background-image: url(../image/fb-icon.svg);
}
@media (max-width: 991.98px) {
  .asx-contacts__section {
    padding: 35px 0 40px;
  }
  .asx-contacts__section .asx-section__title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .asx-form__row .asx-form__group {
    width: 100%;
  }
  .asx-form__row .asx-form__group:first-child,
  .asx-form__row .asx-form__group:last-child {
    padding-right: 0;
    padding-left: 0;
  }
  .asx-form__row .asx-form__group:first-child .asx-field__error,
  .asx-form__row .asx-form__group:last-child .asx-field__error {
    left: 0;
  }
  .asx-submit__group.absolute {
    position: static;
    width: 100%;
    float: left;
  }
  .asx-form .asx-form__group {
    width: 100%;
  }
  .asx-contact__block {
    margin-top: 30px;
  }
  .asx-contact__block h5 {
    margin-bottom: 28px;
  }
}
.asx-contacts__section__tabs {
  padding-bottom: 0;
}
.asx-tabs__wrapper {
  width: 100%;
  float: left;
}
.asx-tabs__navigation {
  width: 50%;
  float: left;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-bottom-color: #fff;
  padding: 22px 20px 21px;
  background-color: #fff;
  position: relative;
}
.asx-tabs__navigation.active::after,
.asx-tabs__navigation.active::before {
  content: "";
  position: absolute;
  display: block;
}
.asx-tabs__navigation.active {
  background-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.asx-tabs__navigation.active h5 {
  font-weight: 600;
  color: #292d3b;
}
.asx-tabs__navigation.active::before {
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background-color: #ff9c00;
}
.asx-tabs__navigation.active::after {
  left: 1px;
  right: 1px;
  bottom: -2px;
  height: 1px;
  background-color: #f7f7f7;
}
.asx-tabs__navigation h5 {
  color: rgba(41, 45, 59, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.asx-tabs__navigations {
  width: 100%;
  float: left;
}
.asx-tabs__content {
  width: 100%;
  float: left;
  display: none;
}
.asx-tabs__content h5 {
  margin-bottom: 40px;
  font-weight: 600;
}
.asx-tabs__content.active {
  display: block;
}
.asx-tabs__contents {
  width: 100%;
  float: left;
  border-top: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  padding: 70px 0;
}
.asx-tabs__content .asx-submit__loader span {
  border-color: #ff9c00 transparent transparent;
}
@media (max-width: 991.98px) {
  .asx-tabs__contents {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .asx-tabs__navigation {
    height: 105px;
    padding: 0;
    position: relative;
  }
  .asx-tabs__navigation h5 {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.asx-posts__section {
  padding: 70px 0 80px;
  position: relative;
}
.asx-posts__section .asx-line {
  margin: 80px 0 0;
  background-color: #284058;
}
.asx-posts__section .asx-line::before {
  background-color: #fff;
}
.asx-posts__section .asx-posts__grid {
  margin-top: 20px;
}
.asx-posts__slider .slick-dots {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.asx-posts__slider .slick-dots li {
  width: 10px;
  height: 2px;
  display: inline-block;
  margin: 0 2.5px;
  position: relative;
}
.asx-page__banner .content.underline::after,
.asx-post__block .details .date::before,
.asx-post__block .details .time::before {
  display: block;
  left: 0;
  content: "";
}
.asx-posts__slider .slick-dots li button {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #284058;
  font-size: 0;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-posts__slider .slick-dots li.slick-active button {
  background-color: #ff9c00;
  height: 3px;
}
.asx-posts__slider .asx-post__block {
  margin: 20px 0 10px;
}
.asx-post__block {
  width: 100%;
  min-height: 358px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #284058;
  background-color: #1e2d3c;
  margin: 0 0 40px;
}
.asx-post__block.white {
  background-color: #fff;
  border: 1px solid #dadce1;
}
.asx-post__block.white .excerpt {
  color: #292d3b;
}
.asx-post__block.white:focus,
.asx-post__block.white:hover {
  background-color: #fff;
  border: 1px solid #dadce1;
  box-shadow: 0 0 25px #dadce1;
}
.asx-post__block.white .details .date::before {
  background-image: url(../image/calendar-icon-dark.svg);
}
.asx-post__block.white .details .time::before {
  background-image: url(../image/time-icon-dark.svg);
}
.asx-post__block .image {
  width: 100%;
  height: 186px;
  background-size: cover;
  background-position: center;
  float: left;
}
.asx-post__block .excerpt {
  width: 100%;
  min-height: 170px;
  float: left;
  padding: 25px 29px 55px;
  position: relative;
  color: #fff;
}
.asx-post__block .excerpt h5 {
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.asx-post__block .details {
  position: absolute;
  bottom: 25px;
  font-size: 16px;
  line-height: normal;
}
.asx-post__block .details .date {
  position: relative;
  padding-left: 22px;
  float: left;
  margin-right: 22px;
}
.asx-post__block .details .date::before {
  position: absolute;
  top: 4px;
  width: 15px;
  height: 13px;
  background-image: url(../image/calendar-icon.svg);
}
.asx-post__block .details .time {
  position: relative;
  padding-left: 21px;
  float: left;
}
.asx-post__block .details .time::before {
  position: absolute;
  top: 4px;
  width: 13px;
  height: 13px;
  background-image: url(../image/time-icon.svg);
}
.asx-post__block:hover {
  background-color: #284058;
  border-color: #fff;
}
.asx-post__block:active,
.asx-post__block:focus {
  background-color: #1e2d3c;
  border-color: #fff;
}
@media (max-width: 991.98px) {
  .asx-posts__section {
    position: relative;
    padding: 35px 0 40px;
  }
  .asx-posts__section .asx-line {
    margin: 40px 0 0;
  }
  .asx-posts__section .container {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .asx-post__block {
    min-height: inherit;
  }
  .asx-post__block .excerpt {
    padding: 22px 20px;
  }
  .asx-post__block .excerpt h5 {
    font-size: 18px;
    line-height: inherit;
  }
}
.asx-latest__news__section {
  padding: 80px 0 72px;
}
.asx-latest__news__section .asx-section__title {
  margin-bottom: 10px;
}
.asx-post__list {
  width: 100%;
  float: left;
  margin-top: 20px;
  color: #00aff0;
}
.asx-post__list:hover {
  color: #ff9c00;
  text-decoration: none;
}
.asx-post__list h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .asx-latest__news__section {
    padding: 35px 0 40px;
  }
  .asx-latest__news__section .asx-section__title {
    margin-bottom: 15px;
  }
  .asx-post__list {
    margin-top: 10px;
  }
}
.asx-page__banner {
  padding: 0;
  height: 50vh;
  min-height: 420px;
}
.asx-page__banner .content__wrapper {
  width: 100%;
  float: left;
  height: 50vh;
  position: relative;
  min-height: 420px;
  color: #fff;
}
.asx-page__banner .content {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  padding-top: 85px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.asx-page__banner .content.underline {
  border: none;
  padding-bottom: 44px;
}
.asx-page__banner .content.underline::after {
  width: 190px;
  height: 4px;
  position: absolute;
  bottom: 0;
  background-color: #ff9c00;
}
.asx-page__banner .content.no__underline::after {
  display: none;
}
.asx-page__banner .content.search {
  height: 50px;
  margin-top: 15px;
}
.asx-page__banner .content.margin__small p {
  margin: 15px 0 0;
}
.asx-page__banner .content h1,
.asx-page__banner .content h2 {
  font-weight: 600;
}
.asx-page__banner .content h1.no__underline,
.asx-page__banner .content h2.no__underline,
.asx-page__banner .content h3,
.asx-page__banner .content h4,
.asx-page__banner .content h5 {
  font-weight: 400;
}
.asx-page__banner .content h1,
.asx-page__banner .content h2,
.asx-page__banner .content h3,
.asx-page__banner .content h4,
.asx-page__banner .content h5 {
  position: relative;
  margin-bottom: 0;
}
.asx-page__banner .content .vacancy__btn {
  margin-top: 45px;
}
.asx-page__banner .content .text {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.asx-page__banner .content .text p {
  font-size: 18px;
  line-height: 26px;
  margin: 15px 0 0;
}
.asx-page__banner .content .text .date,
.asx-page__banner .content .text .location,
.asx-page__banner .content .text .position__type {
  font-size: 16px;
  line-height: inherit;
  display: block;
  float: left;
  margin-right: 25px;
  padding-left: 20px;
  position: relative;
}
.asx-page__banner .content .text .date::before,
.asx-page__banner .content .text .location::before,
.asx-page__banner .content .text .position__type::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.asx-page__banner .content .text .location::before {
  width: 12px;
  height: 16px;
  background-image: url(../image/location-icon-white.svg);
}
.asx-page__banner .content .text .position__type::before {
  width: 13px;
  height: 13px;
  background-image: url(../image/time-icon.svg);
}
.asx-page__banner .content .text .date::before {
  width: 15px;
  height: 13px;
  background-image: url(../image/calendar-icon.svg);
}
.asx-page__banner .content .asx-form {
  margin-left: -10px;
}
.asx-page__banner .content .asx-form__block {
  margin-top: 20px;
}
.asx-page__banner .content .asx-form__group.inline {
  max-width: 433px;
}
.asx-page__banner .content .asx-search__line {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-page__banner .content .asx-search__line.hide {
  position: absolute;
  top: 100px;
  opacity: 0;
  visibility: hidden;
}
.asx-page__banner .content .asx-search__line h2 {
  float: left;
  margin: 0 10px 0 0;
}
.asx-page__banner .content .asx-search__line .search__query {
  float: left;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  margin: -4px 0 0;
  position: relative;
}
.asx-page__banner .content .asx-search__line .search__query .close__search {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-page__banner
  .content
  .asx-search__line
  .search__query
  .close__search::after,
.asx-page__banner
  .content
  .asx-search__line
  .search__query
  .close__search::before {
  content: "";
  width: 13px;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #fff;
  top: 4px;
}
.asx-page__banner
  .content
  .asx-search__line
  .search__query
  .close__search::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.asx-page__banner
  .content
  .asx-search__line
  .search__query
  .close__search::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.asx-page__banner
  .content
  .asx-search__line
  .search__query
  .close__search:hover {
  opacity: 0.7;
}
.asx-page__banner .content .asx-search__panel {
  width: 100%;
  float: left;
  position: absolute;
  top: -100px;
  opacity: 0;
  margin-top: 0;
  visibility: hidden;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-page__banner .content .asx-search__panel.show {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.asx-page__banner
  .content
  .asx-search__panel
  .asx-search__form
  .asx-search__submit {
  background-image: url(../image/search-white-submit.svg);
}
.asx-page__banner .image {
  width: 100%;
  float: left;
  height: 50vh;
  position: relative;
  min-height: 420px;
}
.asx-page__banner .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-bottom: 0;
  padding-top: 80px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.asx-page__banner .button__row {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.asx-page__banner .button__row a {
  float: left;
  margin: 0 20px 10px 0;
}
.asx-page__banner .button__row ul {
  float: left;
  padding: 0;
  margin: 11px 0 0;
  list-style: none;
}
.asx-page__banner .button__row ul li {
  display: block;
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
  padding: 0 18px;
  position: relative;
}
.asx-page__banner .button__row ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  right: -1px;
  top: 7px;
}
.asx-icons__row:last-child::after,
.asx-page__banner .button__row ul li::before,
.asx-page__banner .button__row ul li:last-child::after {
  display: none;
}
.asx-page__banner .button__row ul li:last-child {
  padding: 0 0 0 18px;
}
@media (max-width: 991.98px) {
  .asx-page__banner {
    height: auto;
    min-height: 420px;
    padding: 0 0 50px;
  }
  .asx-page__banner .content {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .asx-page__banner .content__wrapper {
    padding: 170px 0 20px;
    height: auto;
    min-height: inherit;
  }
  .asx-page__banner .content h3 {
    font-size: 25px;
    line-height: 40px;
  }
  .asx-page__banner .content h3::after {
    width: 80px;
  }
  .asx-page__banner .image {
    height: auto;
    min-height: inherit;
    text-align: center;
    margin: 0 0 30px;
  }
  .asx-page__banner .image img {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 0;
    padding-top: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@media (max-width: 767.98px) {
  .asx-page__banner .button__row ul {
    width: 100%;
    clear: both;
  }
  .asx-page__banner .button__row ul li:first-child {
    padding: 0 18px 0 0;
  }
  .asx-page__banner .content .asx-form__group.inline {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.asx-more__stories__section,
.asx-page__title {
  padding: 70px 0 80px;
}
.asx-page__title h1 {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .asx-page__title {
    padding: 35px 0 40px;
  }
}
.asx-video__block {
  width: 100%;
  height: 336px;
  float: left;
  position: relative;
}
.asx-video__block .thumbnail {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-video__block .video {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-video__block .video iframe,
.asx-video__block .video video {
  width: 100%;
  height: 100%;
}
.asx-video__block .video iframe:active,
.asx-video__block .video iframe:focus,
.asx-video__block .video video:active,
.asx-video__block .video video:focus {
  outline: 0;
  box-shadow: none;
}
.asx-video__block .play__btn {
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  cursor: pointer;
}
.asx-video__block .play__btn:hover::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.asx-video__block .play__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-feedback .text::before,
.asx-icons__row::after,
.asx-quote__founders .content::before {
  background-color: #ff9c00;
  content: "";
}
.asx-video__block .play__btn::after {
  content: "";
  background-image: url(../image/play-icon.svg);
  display: block;
  position: absolute;
  width: 13px;
  height: 16px;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -8px 0 0 -6.5px;
}
.asx-history,
.asx-history .items,
.asx-history .items .item,
.asx-history .title {
  width: 100%;
  float: left;
}
.asx-video__block.play .video {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.asx-video__block.play .thumbnail {
  opacity: 0;
  visibility: hidden;
}
.asx-video__block.play .play__btn {
  top: 30%;
  opacity: 0;
  visibility: hidden;
}
.asx-history .title h4 {
  color: #292d3b;
  margin-bottom: 25px;
  font-weight: 600;
  margin-top: 0;
}
.asx-history .items .item {
  position: relative;
  padding-left: 130px;
  margin-bottom: 20px;
}
.asx-history .items .item .year {
  width: 115px;
  position: absolute;
  left: 0;
  top: 0;
}
.asx-history .items .item .year h4 {
  line-height: 24px;
  font-weight: 600;
  text-align: right;
  margin-top: 0;
  color: #1a1a1a;
}
.asx-history .items .item .text {
  width: 100%;
  float: left;
}
.asx-history .items .item .text p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .asx-video__block {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .asx-video__block {
    height: 250px;
  }
}
.asx-icons__text__section {
  padding: 78px 0 50px;
}
.asx-icons__row {
  width: 100%;
  float: left;
  position: relative;
  padding: 23px 0 0 110px;
  margin-bottom: 20px;
}
.asx-icons__row::after {
  width: 2px;
  display: block;
  position: absolute;
  top: 100px;
  bottom: -10px;
  left: 44px;
}
.asx-icons__row .icon {
  position: absolute;
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
  border: 2px solid #ff9c00;
  left: 0;
  top: 0;
}
.asx-icons__row .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.asx-icons__row .text {
  width: 100%;
  float: left;
}
.asx-icons__row .text h4 {
  font-weight: 600;
  color: #292d3b;
  margin-bottom: 10px;
  margin-top: 0;
}
.asx-icons__row .text ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.asx-icons__row .text ul li {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}
.asx-icons__row .text ul li::before {
  content: "";
  background-image: url(../image/check-item-icon.svg);
  width: 12px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .asx-icons__text__section {
    padding: 35px 0 40px;
  }
  .asx-icons__row .text h4.h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .asx-icons__row .text ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.asx-industry__recognition__section {
  padding: 70px 0 40px;
}
.asx-industry__recognition__section .asx-section__title {
  margin-bottom: 30px;
}
.asx-logos__grid {
  width: 100%;
  float: left;
  text-align: center;
}
.asx-logos__grid .logo {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 20px 20px 30px;
}
.asx-logos__grid .logo img {
  vertical-align: middle;
}
.asx-logos__slider {
  width: 100%;
  float: left;
}
.asx-logos__slider .logo {
  width: 100%;
  height: 130px;
  float: left;
  position: relative;
}
.asx-logos__slider .logo img {
  padding: 0 20px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 120px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.asx-feedback,
.asx-feedback .text {
  width: 100%;
  float: left;
  position: relative;
}
@media (max-width: 991.98px) {
  .asx-industry__recognition__section {
    padding: 35px 0 40px;
  }
  .asx-industry__recognition__section .asx-section__title h2 {
    margin-bottom: 30px;
  }
}
.asx-text__icons__list__section {
  padding: 70px 0 65px;
}
.asx-feedback {
  padding-left: 100px;
  margin-top: 15px;
}
.asx-feedback .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  display: block;
  overflow: hidden;
}
.asx-feedback .text {
  padding-left: 14px;
  border-left: 1px solid #dadce1;
  margin-bottom: 15px;
}
.asx-feedback .text::before {
  width: 2px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.asx-feedback .text p {
  font-style: italic;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.asx-feedback .text p span.quote {
  font-size: 100px;
  font-weight: 500;
  line-height: 23px;
  position: relative;
  color: rgba(41, 45, 59, 0.1);
}
.asx-feedback .text p span.quote.first {
  display: block;
  bottom: -20px;
  margin: 0 -38px -25px -8px;
}
.asx-feedback .text p span.quote.last {
  display: inline-block;
  margin: -30px 0 0 -20px;
  top: 51px;
  float: none;
}
.asx-feedback .author {
  width: 100%;
  float: left;
  padding-left: 15px;
}
.asx-feedback .author p {
  font-size: 18px;
  line-height: 26px;
}
.asx-icons__list {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.asx-icons__list .item {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 55px;
  margin-bottom: 46px;
}
.asx-icons__list .item:last-child {
  margin-bottom: 0;
}
.asx-icons__list .icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.asx-icons__list .text {
  width: 100%;
  float: left;
}
.asx-icons__list .text h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .asx-text__icons__list__section {
    padding: 35px 0 40px;
  }
  .asx-icons__list {
    margin-top: 50px;
  }
  .asx-feedback {
    padding-left: 0;
  }
  .asx-feedback .avatar {
    position: static;
    margin-bottom: 20px;
  }
}
.asx-large__feedback__section {
  padding: 40px 0;
  color: #fff;
}
.asx-large__feedback__section .text__wrapper {
  width: 100%;
  float: left;
  margin: 45px 0 0;
  padding: 0 0 0 15px;
  position: relative;
}
.asx-large__feedback__section .text__wrapper .line {
  width: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.4);
}
.asx-large__feedback__section .text__wrapper::after {
  content: "";
  width: 2px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.asx-large__feedback__section .text {
  width: 100%;
  float: left;
  position: relative;
}
.asx-large__feedback__section .text p {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.asx-large__feedback__section .text p span.quote {
  font-size: 100px;
  font-weight: 600;
  line-height: 23px;
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  z-index: -1;
}
.asx-large__feedback__section .text p span.quote.first {
  display: block;
  bottom: -20px;
  margin: 0 -38px -25px -8px;
}
.asx-large__feedback__section .text p span.quote.last {
  display: inline-block;
  margin: -30px 0 0 -20px;
  top: 51px;
  float: none;
}
.asx-large__feedback__section .author__detail {
  width: 100%;
  float: left;
  position: relative;
}
.asx-large__feedback__section .avatar {
  width: 240px;
  height: 240px;
  display: block;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.asx-quote__founders.without__avatar .content::before,
.asx-quote__founders.without__avatar .quote::after,
.asx-quote__founders.without__avatar .quote::before {
  display: none;
}
.asx-large__feedback__section .avatar.small {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
}
.asx-large__feedback__section .author {
  width: 100%;
  float: left;
}
.asx-large__feedback__section .author h5 {
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.asx-quote__founders .text p,
.asx-quote__founders .text p span.quote {
  font-family: Montserrat, sans-serif;
  position: relative;
}
.asx-large__feedback__section .author h5 b {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .asx-large__feedback__section {
    padding: 40px 0;
  }
  .asx-large__feedback__section .avatar,
  .asx-large__feedback__section .text__wrapper {
    margin: 0;
  }
  .asx-large__feedback__section .author__detail {
    padding: 35px 0 0 150px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .asx-large__feedback__section .avatar.small {
    width: 80px;
    height: 80px;
  }
  .asx-large__feedback__section .author__detail {
    padding: 12px 0 0 100px;
    margin-bottom: 0;
  }
}
.asx-quote__founders {
  width: 100%;
  min-height: 80px;
  float: left;
  position: relative;
  padding-left: 100px;
}
.asx-quote__founders__section {
  padding: 80px 0;
}
.asx-quote__founders.without__avatar {
  background-color: #fff5e5;
  padding: 15px 20px 15px 15px;
  border-left: 4px solid #ff9c00;
}
.asx-quote__founders.without__avatar .content {
  padding: 0;
  margin: 0;
}
.asx-quote__founders.without__avatar .quote {
  margin-bottom: 10px;
}
.asx-quote__founders.without__avatar .quote p {
  margin-bottom: 0;
}
.asx-quote__founders .avatar {
  width: 80px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.asx-quote__founders .content {
  width: 100%;
  float: left;
  margin-top: 3px;
  padding: 2px 0 0 13px;
  position: relative;
}
.asx-quote__founders .content::before {
  width: 2px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.asx-quote__founders .text {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 7px;
}
.asx-quote__founders .text p {
  font-style: italic;
  margin-bottom: 10px;
  z-index: 1;
}
.asx-quote__founders .text p span.quote {
  font-size: 100px;
  font-weight: 500;
  font-style: normal;
  line-height: 23px;
  color: rgba(41, 45, 59, 0.1);
}
.asx-quote__founders .text p span.quote.first {
  display: block;
  bottom: -20px;
  margin: 0 -38px -25px -8px;
}
.asx-quote__founders .text p span.quote.last {
  display: inline-block;
  margin: -30px 0 0 -20px;
  top: 51px;
  float: none;
}
.asx-quote__founders .author {
  width: 100%;
  float: left;
  color: #292d3b;
}
.asx-quote__founders .author h6 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Encode Sans", sans-serif;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .asx-quote__founders {
    padding-left: 0;
  }
  .asx-quote__founders__section {
    padding: 35px 0 40px;
  }
  .asx-quote__founders .avatar {
    position: static;
    margin-bottom: 20px;
  }
}
.asx-text__image__section {
  padding: 70px 0 10px;
}
.asx-text__image__section .images__grid {
  width: 100%;
  float: left;
}
.asx-text__image__section .images__grid .image__row {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.asx-text__image__section .asx-section__title {
  margin-bottom: 70px;
}
.asx-text__image__section .asx-section__title h2 {
  margin-bottom: 0;
}
.asx-text__image__section .text {
  width: 100%;
  float: left;
}
.asx-text__image__section .text h4 {
  margin-top: 0;
}
.asx-text__image__section .image {
  width: 100%;
  float: left;
}
.asx-text__image__section .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.asx-text__image__section .asx-button__group {
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .asx-text__image__section {
    padding: 40px 0 10px;
  }
  .asx-text__image__section .asx-section__title {
    margin-bottom: 35px;
  }
  .asx-text__image__section .images__grid .image__row {
    margin-bottom: 40px;
  }
  .asx-text__image__section .image,
  .asx-text__image__section .image.left__side {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .asx-text__image__section .asx-button__group {
    margin: 14px 0 0;
  }
}
@media (max-width: 767.98px) {
  .asx-text__image__section .asx-button__group {
    margin-top: 15px;
  }
}
.asx-cases__section {
  padding: 50px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-cases__section.load {
  opacity: 0.5;
  pointer-events: none;
}
.asx-cases__section .asx-quote__block {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0 60px;
  padding: 86px 0 86px 100px;
}
.asx-cases__section .asx-quote__block.small__padding {
  padding: 45px 0 35px 100px;
}
.asx-cases__section .asx-quote__block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1500px;
  right: -1500px;
  z-index: -1;
  background-color: #f7f7f7;
}
.asx-cases__section .asx-quote__block .avatar {
  width: 80px;
  position: absolute;
  top: 83px;
  left: 0;
}
.asx-cases__section .asx-quote__block .content {
  width: 100%;
  float: left;
  position: relative;
  padding: 3px 0 0 16px;
}
.asx-cases__section .asx-quote__block .content::before {
  content: "";
  width: 2px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff9c00;
}
.asx-cases__section .asx-quote__block .content .text {
  width: 100%;
  float: left;
  margin-bottom: 12px;
  position: relative;
}
.asx-cases__section .asx-quote__block .content .text p {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 23px;
  color: #292d3b;
  margin-bottom: 10px;
}
.asx-cases__section .asx-quote__block .content .text p span.quote {
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 500;
  font-style: normal;
  line-height: 23px;
  position: relative;
  color: rgba(41, 45, 59, 0.1);
}
.asx-cases__section .asx-quote__block .content .text p span.quote.first {
  display: block;
  bottom: -20px;
  margin: 0 -38px -25px -8px;
}
.asx-cases__section .asx-quote__block .content .text p span.quote.last {
  display: inline-block;
  margin: -30px 0 0 -20px;
  top: 51px;
  float: none;
}
.asx-cases__section .asx-quote__block .content .author {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 26px;
  color: #292d3b;
}
.asx-categories__filtering {
  width: 100%;
  float: left;
  margin-bottom: 45px;
}
.asx-categories__filtering ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.asx-categories__filtering ul li {
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #292d3b;
  opacity: 0.5;
  padding-left: 29px;
  margin-right: 30px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-categories__filtering ul li .icon img,
.asx-list__block .icon img {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
}
.asx-categories__filtering ul li::before {
  display: none;
}
.asx-categories__filtering ul li .icon {
  width: 26px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12.5px;
}
.asx-categories__filtering ul li .icon img {
  position: absolute;
  left: 50%;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.asx-categories__filtering ul li .icon img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.asx-categories__filtering ul li .icon img:nth-child(2),
.asx-categories__filtering ul li.active .icon img:nth-child(1),
.asx-categories__filtering ul li:hover .icon img:nth-child(1),
.asx-three__column__section .asx-list__item .icon img:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
.asx-categories__filtering ul li.active,
.asx-categories__filtering ul li:hover {
  opacity: 1;
  color: #ff9c00;
}
.asx-cases__load__more.hide,
.asx-categories__filtering ul li.active .icon img:nth-child(2),
.asx-categories__filtering ul li:hover .icon img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.asx-cases__posts {
  width: 100%;
  float: left;
}
.asx-case__block {
  width: 100%;
  min-height: 540px;
  float: left;
  margin-bottom: 40px;
  padding: 40px;
  overflow: hidden;
}
.asx-case__block.related {
  min-height: 510px;
}
.asx-case__block.related.no__image .content {
  width: 100%;
}
.asx-case__block.related .content {
  width: 55%;
}
.asx-case__block.related .content h4 {
  margin-bottom: 40px;
  margin-top: 0;
}
.asx-case__block.related .text {
  margin-bottom: 0;
}
.asx-case__block.related .image__wrapper {
  left: 55%;
  position: absolute;
}
.asx-case__block .image {
  width: 100%;
  float: left;
  text-align: center;
  margin: 10px 0 0;
  padding: 0 10px;
}
.asx-case__block .content {
  width: 100%;
  float: left;
  color: #fff;
  padding-top: 100px;
}
.asx-case__block .content__wrapper {
  width: 100%;
  min-height: 460px;
  position: relative;
  float: left;
}
.asx-case__block .content h4 {
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 45px;
  margin-top: 0;
}
.asx-case__block .image__wrapper {
  width: 100%;
  min-height: 460px;
  position: relative;
  float: left;
  text-align: center;
}
.asx-case__block .image__wrapper img {
  padding-top: 50px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.asx-case__block .terms__list {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
}
.asx-case__block .terms__list li {
  float: left;
  font-size: 14px;
  line-height: 28px;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 14px;
  margin: 0 15px 15px 0;
  border-radius: 25px;
}
.asx-case__block .terms__list li::before,
.asx-list__block.no__icon::before {
  display: none;
}
.asx-case__block .text {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.asx-case__block .text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.asx-case__block .text ul {
  margin: 0 0 5px;
  padding: 0 0 0 18px;
}
.asx-cases__load__more {
  width: 100%;
  float: left;
}
.asx-cases__load__more.hide {
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .asx-cases__section .asx-quote__block {
    padding: 86px 0;
  }
  .asx-cases__section .asx-quote__block .avatar {
    position: static;
    margin-bottom: 20px;
  }
  .asx-cases__section .asx-quote__block.small__padding {
    padding: 45px 0 35px;
  }
  .asx-case__block {
    padding: 25px;
  }
  .asx-case__block .terms__list {
    position: static;
  }
  .asx-case__block .content {
    padding-top: 35px;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .asx-case__block .content h4,
  .asx-case__block .text {
    margin-bottom: 20px;
  }
  .asx-case__block.related .content {
    width: 100%;
  }
  .asx-case__block.related .content .text,
  .asx-case__block.related .content h4 {
    margin-bottom: 20px;
  }
}
.asx-case__details__section {
  padding: 80px 0;
}
.asx-case__details__section .content {
  width: 100%;
  float: left;
}
.asx-case__details__section .content h2,
.asx-case__details__section .content h3,
.asx-case__details__section .content h4,
.asx-case__details__section .content h5,
.asx-case__details__section .content h6 {
  margin-bottom: 40px;
}
.asx-case__details__section .details {
  width: 100%;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 10px #f1f1f1;
  border-radius: 4px;
}
.asx-case__details__section .details .top__line {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dadce1;
  padding: 30px 30px 20px;
}
.asx-case__details__section .details .client {
  position: relative;
  padding: 7px 0 7px 62px;
}
.asx-case__details__section .details .client .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.asx-case__details__section .details .client h6 {
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  color: #292d3b;
}
.asx-case__details__section .details .logo {
  margin: 9px 0 0;
}
.asx-case__details__section .details .logo img {
  max-width: 80px;
  max-height: 40px;
}
.asx-case__details__section .details .bottom__line {
  width: 100%;
  float: left;
  padding: 20px 30px 30px;
}
.asx-case__details__section .details .bottom__line .line__row {
  width: 100%;
  float: left;
  position: relative;
  padding: 5px 0 0 57px;
  margin-bottom: 30px;
}
.asx-case__details__section .details .bottom__line .line__row:last-child {
  margin-bottom: 0;
}
.asx-case__details__section .details .bottom__line .line__row .icon {
  width: 45px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.asx-case__details__section .details .bottom__line .line__row .content {
  width: 100%;
  float: left;
}
.asx-case__details__section .details .bottom__line .line__row .content h6 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}
.asx-case__details__section .details .bottom__line .line__row .content .text {
  width: 100%;
  float: left;
}
.asx-case__details__section
  .details
  .bottom__line
  .line__row
  .content
  .text
  h6 {
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.asx-list__block.number::after,
.asx-three__column__section .asx-list__item.no__icon::after {
  counter-increment: heading;
  font-size: 40px;
  line-height: 31px;
  font-family: Montserrat, sans-serif;
}
.asx-case__details__section
  .details
  .bottom__line
  .line__row
  .content
  .text
  h6
  b,
.asx-case__details__section
  .details
  .bottom__line
  .line__row
  .content
  .text
  h6
  strong {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .asx-case__details__section {
    padding: 35px 0 40px;
  }
}
.asx-list__section {
  padding: 70px 0 80px;
}
.asx-list__section .asx-button__group {
  margin-top: 0;
}
.asx-list__section a.asx-list__block:hover {
  color: #fff;
}
.asx-list__section a.asx-list__block:hover::before {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #132333;
}
.asx-list__section a.asx-list__block:focus::before {
  opacity: 0.5;
  background-color: #132333;
}
.asx-list__block.number::after {
  color: #ff9c00;
  position: absolute;
  left: 23px;
}
.asx-list__block {
  width: 100%;
  min-height: 240px;
  float: left;
  padding: 36px 55px 40px 80px;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}
.asx-list__block::before {
  content: "";
  width: 82px;
  height: 82px;
  position: absolute;
  top: 0;
  z-index: 0;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.asx-list__block.no__icon {
  padding: 36px 25px 40px;
}
.asx-list__block .content {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding-bottom: 33px;
}
.asx-list__block p {
  margin-bottom: 0;
}
.asx-list__block h4 {
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
}
.asx-list__block h4::after {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.asx-list__block .icon {
  position: absolute;
  width: 82px;
  height: 82px;
  display: block;
  top: 0;
  left: 5px;
}
.asx-list__block .icon img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.asx-list__block .asx-read__link {
  position: absolute;
  left: 0;
  bottom: 0;
}
.asx-three__column__section {
  padding: 70px 0 50px;
}
.asx-three__column__section .asx-list__item {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0;
}
.asx-three__column__section .asx-list__item::before {
  content: "";
  width: 82px;
  height: 82px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #192837;
  border-radius: 3px;
  z-index: 0;
}
.asx-three__column__section .asx-list__item .icon {
  position: absolute;
  width: 82px;
  height: 82px;
  display: block;
  top: 0;
  left: 5px;
}
.asx-three__column__section .asx-list__item .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-three__column__section .asx-list__item .icon img:nth-child(2),
.asx-three__column__section:hover .icon img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.asx-three__column__section .asx-list__item .content {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 39px 0 0 75px;
}
.asx-three__column__section .asx-list__item h4 {
  font-weight: 600;
  margin-top: 0;
}
.asx-three__column__section .asx-list__item.no__icon::after {
  content: "0" counter(heading);
  color: #ff9c00;
  position: absolute;
  top: 33px;
  left: 18px;
}
.asx-three__column__section .asx-list__item.no__icon .content::before {
  content: "";
  width: 11px;
  height: 10px;
  display: block;
  position: absolute;
  left: 5px;
  top: 43px;
  background-image: url(../image/arrow-orange-1.svg);
}
.asx-three__column__section:hover .icon img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .asx-list__section,
  .asx-three__column__section {
    padding: 35px 0 30px;
  }
  .asx-list__section .asx-list__item,
  .asx-three__column__section .asx-list__item {
    margin: 10px 0;
  }
  .asx-list__block {
    padding: 24px 10px 20px 60px;
    margin-bottom: 20px;
  }
  .asx-list__block .icon,
  .asx-list__block::before {
    width: 62px;
    height: 62px;
    left: 0;
  }
  .asx-list__block .icon img {
    padding: 0 10px;
  }
  .asx-list__block.no__icon {
    min-height: inherit;
    padding: 10px 0;
  }
  .asx-list__block.no__icon .content {
    padding-bottom: 20px;
  }
  .asx-list__block.number::after {
    font-size: 30px;
    line-height: 24px;
    left: 17px;
    top: 22px;
  }
}
.asx-our__leadership__section,
.asx-results__section {
  padding: 70px 0;
}
@media (max-width: 767.98px) {
  .asx-list__block {
    min-height: auto;
    margin-bottom: 10px;
  }
}
.asx-results__section .result__grid {
  width: 100%;
  float: left;
}
.asx-results__section .result__row {
  margin-bottom: 60px;
  position: relative;
}
.asx-results__section .result__row .counter {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  border-radius: 50%;
  border: 2px solid #ff9c00;
  overflow: hidden;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  color: #ff9c00;
}
.asx-results__section .result__row::after,
.asx-results__section .result__row::before {
  content: "";
  display: block;
  width: 2px;
  background-color: #ff9c00;
  position: absolute;
  left: 50%;
}
.asx-results__section .result__row::after {
  top: 50%;
  bottom: 0;
  margin: 30px 0 -60px -1px;
}
.asx-results__section .result__row::before {
  top: 0;
  bottom: 50%;
  margin: -30px 0 30px -1px;
}
.asx-faq,
.asx-faq .title,
.asx-faq__section,
.asx-faqs__block,
.asx-results__section .result__row .text {
  width: 100%;
  float: left;
}
.asx-results__section .result__row:last-child {
  margin-bottom: 0;
}
.asx-results__section .result__row:first-child::before,
.asx-results__section .result__row:last-child::after {
  display: none;
}
.asx-results__section .result__row .text {
  margin-top: 88px;
}
.asx-results__section .result__row .text.padding__left {
  padding-left: 30px;
}
.asx-results__section .result__row .text.padding__right {
  padding-right: 30px;
}
.asx-results__section .result__row .text h4 {
  margin-top: 0;
}
.asx-results__section .result__row .text h5 {
  font-size: 22px;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .asx-results__section .result__row {
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .asx-results__section .result__row .image {
    padding-left: 60px;
    padding-right: 30px;
  }
  .asx-results__section .result__row .text {
    margin-top: 30px;
  }
  .asx-results__section .result__row .text.padding__left,
  .asx-results__section .result__row .text.padding__right {
    padding-right: 0;
    padding-left: 60px;
  }
  .asx-results__section .result__row .text h5 {
    margin-bottom: 20px;
  }
  .asx-results__section .result__row .counter,
  .asx-results__section .result__row::after,
  .asx-results__section .result__row::before {
    left: 40px;
  }
}
.asx-faq {
  margin-bottom: 24px;
  border: 1px solid #dadce1;
  border-radius: 5px;
  background-color: #fff;
}
.asx-faq .title::after,
.asx-faq .title::before {
  display: block;
  background-color: #8f8f8f;
  content: "";
}
.asx-faq.show .content {
  display: block;
}
.asx-faq.show .title::after {
  height: 0;
}
.asx-faq .title {
  cursor: pointer;
  padding: 22px 60px 22px 29px;
  position: relative;
}
.asx-faq .title h4 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.asx-faq .title::before {
  width: 24px;
  height: 2px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -1px;
}
.asx-faq .title::after {
  width: 2px;
  height: 24px;
  position: absolute;
  right: 41px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.asx-faq .content {
  width: 100%;
  float: left;
  display: none;
  border-top: 1px solid #dadce1;
  padding: 20px 29px 10px;
}
.asx-faq .content h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.asx-faq .content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .asx-faq .title h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.asx-video__section {
  padding: 70px 0 58px;
}
.asx-video__section .content {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.asx-portfolio__slider {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 0;
}
.asx-portfolio__slider__section .swiper-button-next,
.asx-portfolio__slider__section .swiper-button-prev {
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #666;
  border-radius: 4px;
}
.asx-portfolio__slider__section .swiper-button-next::after,
.asx-portfolio__slider__section .swiper-button-prev::after {
  content: "";
  width: 6px;
  height: 11px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5.5px 0 0 -2.5px;
}
.asx-portfolio__slider__section .swiper-button-next:focus,
.asx-portfolio__slider__section .swiper-button-prev:focus {
  box-shadow: none;
  outline: 0;
}
.asx-portfolio__slider__section .swiper-button-next {
  right: -47px;
}
.asx-portfolio__slider__section .swiper-button-next::after {
  background-image: url(../image/arrow-next.svg);
}
.asx-portfolio__slider__section .swiper-button-prev {
  left: -47px;
}
.asx-portfolio__slider__section .swiper-button-prev::after {
  background-image: url(../image/arrow-prev.svg);
}
.asx-portfolio__slider__section .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.asx-portfolio__slider__section .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #666;
}
.asx-portfolio__slider__section
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff9c00;
}
@media screen and (max-width: 1400px) {
  .asx-portfolio__slider__section .swiper-button-next,
  .asx-portfolio__slider__section .swiper-button-prev {
    display: none;
  }
  .asx-portfolio__slider__section .swiper-pagination {
    display: block;
  }
}
.asx-leadership__block {
  width: 100%;
  float: left;
  margin-top: 45px;
}
.asx-leadership__block.right .image img {
  right: 0;
  left: auto;
}
.asx-leadership__block .image {
  width: 100%;
  height: 396px;
  position: relative;
  float: left;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 10px #f1f1f1;
  margin-bottom: 23px;
}
.asx-leadership__block .image img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.asx-search__row .asx-search__group,
.asx-team__block {
  position: relative;
}
.asx-leadership__block .title {
  width: 100%;
  float: left;
  margin-bottom: 13px;
}
.asx-leadership__block .title .name {
  width: 100%;
  float: left;
}
.asx-leadership__block .title .name h4 {
  display: block;
  float: left;
  margin-top: 0;
}
.asx-leadership__block .title .name a {
  float: left;
  margin: 3px 0 0 10px;
}
.asx-leadership__block .title h4 {
  margin-bottom: 0;
  font-weight: 600;
}
.asx-leadership__block .title h5 {
  width: 100%;
  float: left;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.asx-leadership__block .title .linkedin {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../image/linkedin-icon.svg);
}
.asx-leadership__block .text,
.asx-team__block {
  width: 100%;
  float: left;
}
@media (max-width: 991.98px) {
  .asx-our__leadership__section {
    padding: 35px 0 40px;
  }
}
.asx-team__section {
  padding: 70px 0 10px;
}
.asx-team__block {
  padding-left: 153px;
  margin: 0 0 70px;
}
.asx-team__block .image {
  width: 153px;
  height: 184px;
  display: block;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 15px #f2f2f2;
}
.asx-team__block .content {
  width: 100%;
  float: left;
  min-height: 154px;
  margin-top: 30px;
  background-color: #fff;
  padding: 13px;
  box-shadow: 0 0 15px #f2f2f2;
}
.asx-404__section,
.asx-get__pricing__section {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
}
.asx-team__block .content .title {
  width: 100%;
  float: left;
}
.asx-team__block .content .title h6 {
  margin-bottom: 0;
  font-weight: 600;
}
.asx-team__block .content .title p {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 0;
}
.asx-team__block .content .social {
  width: 100%;
  float: left;
  margin-top: 25px;
}
.asx-team__block .content .social a {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 10px;
  background-position: center;
  background-size: cover;
}
.asx-team__block .content .social a.linkedin {
  background-image: url(../image/linkedin-icon.svg);
}
.asx-team__block .content .social a.email {
  background-image: url(../image/email-icon-1.svg);
}
@media (max-width: 991.98px) {
  .asx-team__section {
    padding: 35px 0 0;
  }
  .asx-team__block {
    margin: 10px 0 40px;
  }
}
.asx-404__section {
  padding: 150px 0 170px;
}
.asx-404__section .content {
  width: 100%;
  float: left;
}
.asx-404__section .content .title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.asx-404__section .content .title span {
  display: block;
  float: left;
  font-size: 200px;
  font-weight: 600;
  line-height: 200px;
  color: #fff;
}
.asx-404__section .content .title span img {
  margin: -40px 0 0;
}
.asx-404__section .content .title span:nth-child(2) {
  margin-left: -25px;
  margin-right: -25px;
}
.asx-404__section .content .text {
  width: 100%;
  float: left;
  color: #fff;
}
.asx-404__section .content .text h1 {
  margin-bottom: 5px;
}
.asx-404__section .content .button__group {
  width: 100%;
  float: left;
  margin-top: 5px;
}
.asx-404__section .content .button__group a {
  float: left;
  margin: 0 20px 20px 0;
}
.asx-search__row {
  width: 100%;
  max-width: 273px;
  float: left;
  margin-left: 18px;
}
.asx-search__row .asx-search__field {
  width: 100%;
  float: left;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 26px;
  padding: 11px 40px 11px 0;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.asx-search__row .asx-search__field:focus {
  outline: 0;
  box-shadow: none;
}
.asx-search__row .asx-search__submit {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 14px;
  right: 13px;
  background-image: url(../image/search-white-submit.svg);
  border: none;
  padding: 0;
  background-color: transparent;
}
.asx-search__row .asx-search__submit:focus {
  outline: 0;
}
@media (max-width: 991.98px) {
  .asx-404__section .content .title {
    margin-bottom: 10px;
  }
  .asx-404__section .content .title span {
    font-size: 100px;
    line-height: 120px;
  }
  .asx-404__section .content .title span img {
    width: 120px;
    margin: -25px 0 0;
  }
  .asx-404__section .content .title span:nth-child(2) {
    margin-left: -20px;
    margin-right: -20px;
  }
  .asx-404__section .asx-search__row {
    max-width: inherit;
    margin-left: 0;
    margin-top: 10px;
  }
}
.asx-get__pricing__section {
  padding: 180px 0 265px;
}
.asx-get__pricing__section .content {
  width: 100%;
  float: left;
  color: #fff;
  margin-bottom: 40px;
}
.asx-get__pricing__section .content h1 {
  margin-bottom: 20px;
}
.asx-get__pricing__section .logos__row {
  width: 100%;
  padding: 0 50px;
  margin: 70px 0 0;
}
.asx-get__pricing__section .logos__row .logo {
  width: 100%;
  height: 50px;
  position: relative;
}
.asx-get__pricing__section .logos__row .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.asx-get__pricing__section .asx-form {
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 4px;
  padding: 29px 40px 20px;
}
.asx-get__pricing__section .asx-form .steps__pagination {
  width: 100%;
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.asx-get__pricing__section .asx-form .step__navigation {
  margin: 18px 0 12px;
}
.asx-get__pricing__section .asx-form .asx-submit__group {
  width: 100%;
}
.asx-get__pricing__section .asx-form .asx-form__group {
  width: 100%;
  margin-bottom: 0;
}
.asx-get__pricing__section .asx-form .asx-form__group.half {
  width: 50%;
  margin: 10px 0 30px;
  padding: 0 20px;
}
.asx-get__pricing__section
  .asx-form
  .asx-form__group.checkbox
  input[type="checkbox"],
.asx-get__pricing__section
  .asx-form
  .asx-form__group.radio
  input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.asx-get__pricing__section .asx-form .asx-form__group.half .asx-field__error {
  left: 20px;
}
.asx-get__pricing__section .asx-form .asx-form__group label {
  margin: 0 9px 10px;
}
.asx-get__pricing__section
  .asx-form
  .asx-form__group.radio
  input[type="radio"]:checked
  ~ .btn {
  color: #ff9c00;
  border-color: #ff9c00;
}
.asx-get__pricing__section
  .asx-form
  .asx-form__group.checkbox
  input[type="checkbox"]:checked
  ~ .btn {
  color: #ff9c00;
  border-color: #ff9c00;
}
.asx-get__pricing__section .asx-form .form__steps {
  width: 100%;
  float: left;
}
.asx-get__pricing__section .asx-form .form__steps h4 {
  font-weight: 600;
  margin-bottom: 22px;
}
.asx-get__pricing__section .asx-form .form__steps .step {
  display: none;
}
.asx-get__pricing__section .asx-form .form__steps .step.active {
  display: block;
}
.asx-get__pricing__section .asx-form .form__steps .step.step__4 {
  padding: 0 140px;
}
@media (max-width: 991.98px) {
  .asx-get__pricing__section {
    padding: 120px 0 150px;
  }
  .asx-get__pricing__section .asx-form {
    padding: 29px 20px 20px;
  }
  .asx-get__pricing__section .asx-form .form__steps .step.step__4,
  .asx-get__pricing__section .logos__row {
    padding: 0;
  }
  .asx-get__pricing__section .logos__row .logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .asx-get__pricing__section {
    padding: 120px 0 80px;
  }
  .asx-get__pricing__section .asx-form .asx-form__group.half {
    width: 100%;
    padding: 0;
  }
  .asx-get__pricing__section .asx-form .asx-form__group.half .asx-field__error {
    left: 0;
  }
}
.asx-book__section {
  padding: 70px 0 80px;
}
.asx-book__section .image {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.asx-book__section .image img {
  box-shadow: 15px 15px 25px #c3c2c3;
}
.asx-article__block:hover,
.asx-post__author:hover {
  box-shadow: 0 0 25px #dadce1;
}
.asx-book__section .content {
  widows: 100%;
  float: left;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .asx-book__section {
    padding: 35px 0 40px;
  }
  .asx-book__section .image {
    margin-top: 0;
  }
}
.asx-blog__section {
  padding: 55px 0 77px;
}
.asx-blog__section .blog__filter {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.asx-blog__section .blog__filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.asx-blog__section .blog__filter ul li {
  float: left;
  padding: 0;
  margin: 0 30px 20px 0;
}
.asx-blog__section .blog__filter ul li a {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: rgba(41, 45, 59, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-blog__section .blog__filter ul li a.active,
.asx-blog__section .blog__filter ul li a:hover {
  color: #ff9c00;
  text-decoration: none;
}
.asx-blog__section .blog__filter ul li::before {
  display: none;
}
.asx-blog__section .asx-search__form {
  padding-right: 0;
  margin-top: -10px;
  margin-bottom: 30px;
}
.asx-blog__section .asx-search__form .asx-search__field {
  padding-right: 46px;
}
.asx-blog__section.small__padding {
  padding: 55px 0 27px;
}
.asx-article__block {
  width: 100%;
  float: left;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #dadce1;
  border-radius: 5px;
  overflow: hidden;
}
.asx-article__block.large {
  min-height: 310px;
  padding: 30px 40px;
  margin-bottom: 50px;
  border: none;
  border-radius: 0;
}
.asx-article__block.large .categories {
  top: 30px;
  left: 40px;
  right: 40px;
  z-index: 2;
}
.asx-article__block.large .categories li {
  background-color: rgba(255, 255, 255, 0.5);
}
.asx-article__block.large .excerpt {
  width: auto;
  min-height: auto;
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 40px;
  right: 40px;
  z-index: 2;
  padding: 0;
}
.asx-article__block.large .excerpt h4 {
  margin-top: 0;
}
.asx-article__block.large .excerpt p {
  margin-bottom: 30px;
}
.asx-article__block.large .excerpt .details {
  width: 100%;
  float: left;
  position: static;
}
.asx-article__block.large .excerpt .details .date::before {
  background-image: url(../image/calendar-icon.svg);
}
.asx-article__block.large .excerpt .details .time::before {
  background-image: url(../image/time-icon.svg);
}
.asx-article__block.large::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: bottom center;
  background-image: url(../image/blog/layer.svg);
}
.asx-article__block .categories {
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none;
  top: 170px;
  left: 30px;
  right: 30px;
}
.asx-article__block .categories li {
  float: left;
  margin: 0 15px 15px 0;
  background-color: #dadce1;
  font-size: 14px;
  padding: 4px 13px 5px;
  display: block;
  border-radius: 25px;
  color: #292d3b;
}
.asx-article__block .categories li::before {
  display: none;
}
.asx-article__block .thumbnail {
  width: 100%;
  height: 186px;
  background-position: center;
  background-size: cover;
  float: left;
}
.asx-article__block .excerpt {
  width: 100%;
  float: left;
  min-height: 182px;
  padding: 30px 31px;
  color: #292d3b;
}
.asx-article__block .excerpt h5 {
  line-height: normal;
}
.asx-article__block .excerpt .details {
  position: absolute;
  bottom: 25px;
  left: 31px;
  font-size: 16px;
  line-height: normal;
}
.asx-article__block .excerpt .details .date {
  position: relative;
  padding-left: 22px;
  float: left;
  margin-right: 24px;
}
.asx-article__block .excerpt .details .date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 15px;
  height: 13px;
  background-image: url(../image/calendar-icon-dark.svg);
}
.asx-article__block .excerpt .details .time {
  position: relative;
  padding-left: 21px;
  float: left;
}
.asx-article__block .excerpt .details .time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../image/time-icon-dark.svg);
}
.asx-blog__cta {
  width: 100%;
  min-height: 370px;
  float: left;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 30px;
  text-decoration: none;
}
.asx-blog__cta h4 {
  color: #fff;
  line-height: 28px;
}
.asx-blog__cta img {
  margin-bottom: 20px;
}
.asx-blog__cta:hover {
  text-decoration: none;
}
.asx-posts__pagination {
  width: 100%;
  float: left;
  margin-top: 7px;
}
.asx-posts__pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.asx-posts__pagination ul li {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}
.asx-posts__pagination ul li::before {
  display: none;
}
.asx-posts__pagination ul li a,
.asx-posts__pagination ul li span {
  display: inline-block;
  line-height: 30px;
  padding: 0 8px;
  font-size: 16px;
  color: #666;
}
.asx-posts__pagination ul li a.current,
.asx-posts__pagination ul li a:hover,
.asx-posts__pagination ul li span.current,
.asx-posts__pagination ul li span:hover {
  color: #ff9c00;
  text-decoration: none;
}
.asx-posts__pagination ul li a.next,
.asx-posts__pagination ul li a.prev,
.asx-posts__pagination ul li span.next,
.asx-posts__pagination ul li span.prev {
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 0;
  position: relative;
}
.asx-posts__pagination ul li a.next::before,
.asx-posts__pagination ul li a.prev::before,
.asx-posts__pagination ul li span.next::before,
.asx-posts__pagination ul li span.prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-posts__pagination ul li a.next:hover,
.asx-posts__pagination ul li a.next:hover::before,
.asx-posts__pagination ul li a.prev:hover,
.asx-posts__pagination ul li a.prev:hover::before,
.asx-posts__pagination ul li span.next:hover,
.asx-posts__pagination ul li span.next:hover::before,
.asx-posts__pagination ul li span.prev:hover,
.asx-posts__pagination ul li span.prev:hover::before {
  border-color: #ff9c00;
}
.asx-posts__pagination ul li a.next,
.asx-posts__pagination ul li span.next {
  margin-left: 5px;
}
.asx-posts__pagination ul li a.next::before,
.asx-posts__pagination ul li span.next::before {
  border-right: 1px solid #666;
  margin: -3px 0 0 -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.asx-posts__pagination ul li a.prev,
.asx-posts__pagination ul li span.prev {
  margin-right: 5px;
}
.asx-posts__pagination ul li a.prev::before,
.asx-posts__pagination ul li span.prev::before {
  border-left: 1px solid #666;
  margin: -3px 0 0 -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 991.98px) {
  .asx-blog__section {
    padding: 35px 0 40px;
  }
  .asx-blog__section .blog__filter ul li {
    margin: 0 20px 10px 0;
  }
}
@media (max-width: 767.98px) {
  .asx-article__block.large .categories {
    left: 31px;
    right: 31px;
  }
  .asx-article__block.large .excerpt {
    left: 31px;
    right: 31px;
    bottom: 21px;
  }
  .asx-article__block.large .excerpt p {
    display: none;
  }
  .asx-posts__pagination {
    margin-top: 30px;
  }
  .asx-posts__pagination.text-right {
    text-align: center !important;
  }
}
.asx-post__banner {
  padding: 0;
}
.asx-post__banner .content {
  height: 420px;
  position: relative;
  color: #fff;
  padding-top: 150px;
}
.asx-post__banner .content h1 {
  position: absolute;
  top: 50%;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.asx-post__banner .content .details {
  position: absolute;
  bottom: 45px;
}
.asx-post__banner .content .details div {
  float: left;
  position: relative;
}
.asx-post__banner .content .details div::before {
  content: "";
  display: block;
  position: absolute;
}
.asx-post__banner .content .details div.date {
  position: relative;
  padding-left: 22px;
  margin-right: 24px;
}
.asx-post__banner .content .details div.date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 15px;
  height: 13px;
  background-image: url(../image/calendar-icon.svg);
}
.asx-post__banner .content .details div.time {
  position: relative;
  padding-left: 21px;
}
.asx-post__banner .content .details div.time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../image/time-icon.svg);
}
.asx-post__details {
  padding: 50px 0 0;
}
.asx-post__details .categories {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.asx-post__details .categories li {
  padding: 0;
  float: left;
  margin: 10px 15px 0 0;
}
.asx-post__details .categories li::before {
  display: none;
}
.asx-post__details .categories li a {
  background-color: #dadce1;
  font-size: 14px;
  padding: 4px 13px 5px;
  display: block;
  border-radius: 25px;
  color: #292d3b;
}
.asx-post__details .categories li a:hover {
  background-color: #ff9c00;
  color: #fff;
  text-decoration: none;
}
.asx-content__editor__section table.tablepress thead {
  background-color: #f09a00;
  color: #fff;
}
.asx-content__editor__section table.tablepress thead th {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 21px;
  text-align: center;
  background-color: #f09a00;
  border: 1px solid #dadce1;
}
.asx-content__editor__section table.tablepress tbody td {
  font-size: 16px;
  line-height: 24px;
  padding: 17px 21px;
  border: 1px solid #dadce1;
  position: relative;
  vertical-align: middle;
}
.asx-content__editor__section table.tablepress tbody td .check {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto;
  background-image: url(../image/price-item-disable.svg);
}
.asx-content__editor__section table.tablepress tbody td .check.active {
  background-image: url(../image/price-item-active.svg);
}
.asx-content__editor__section table.tablepress tbody .odd td {
  background-color: #fdf5e5;
}
.asx-post__content {
  padding: 35px 0 80px;
}
.asx-post__content .asx-post__text {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.asx-post__content img {
  margin-bottom: 15px;
}
.asx-post__content table.tablepress thead {
  background-color: #f09a00;
  color: #fff;
}
.asx-post__content table.tablepress thead th {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 21px;
  text-align: center;
  background-color: #f09a00;
  border: 1px solid #dadce1;
}
.asx-post__content table.tablepress tbody td {
  font-size: 16px;
  line-height: 24px;
  padding: 17px 21px;
  border: 1px solid #dadce1;
  position: relative;
  vertical-align: middle;
}
.asx-post__content table.tablepress tbody td .check {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto;
  background-image: url(../image/price-item-disable.svg);
}
.asx-post__content table.tablepress tbody td .check.active,
.asx-pricing__block .list ul li::before {
  background-image: url(../image/price-item-active.svg);
}
.asx-post__content table.tablepress tbody .odd td {
  background-color: #fdf5e5;
}
.asx-post__content .asx-cta__block {
  margin-bottom: 40px;
  margin-top: 30px;
}
.asx-post__content .asx-cta__block .text p {
  margin-top: 20px;
}
.asx-post__content .asx-quote__founders {
  margin: 20px 0 50px;
}
.asx-post__content .sidebar__wrapper {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  margin-top: -65px;
}
.asx-post__content .post__sidebar {
  width: 100%;
  max-width: 265px;
  float: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.asx-post__content .post__sidebar.absolute {
  position: fixed;
}
.asx-post__content .post__sidebar.absolute.bottom {
  position: absolute;
  bottom: 0;
  top: inherit !important;
}
.asx-post__content .post__sidebar .navigation__block h4 {
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: 0;
}
.asx-post__content .post__sidebar .navigation__block ul {
  margin: 0;
  border-left: 1px solid #dadce1;
}
.asx-post__content .post__sidebar .navigation__block ul li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  color: #292d3b;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.asx-post__content .post__sidebar .navigation__block ul li::before {
  height: inherit;
  top: 0;
  left: -1px;
  width: 2px;
  bottom: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.asx-post__content .post__sidebar .navigation__block ul li.active,
.asx-post__content .post__sidebar .navigation__block ul li:hover {
  color: #ff9c00;
}
.asx-post__content .post__sidebar .navigation__block ul li.active::before,
.asx-post__content .post__sidebar .navigation__block ul li:hover::before {
  background-color: #ff9c00;
}
.asx-post__content .post__sidebar .cta__block {
  width: 100%;
  float: left;
  padding: 23px 27px;
  display: block;
  border-radius: 5px;
  margin-top: 40px;
}
.asx-post__content .post__sidebar .cta__block img {
  margin-bottom: 15px;
}
.asx-post__content .post__sidebar .cta__block .text {
  width: 100%;
  float: left;
  font-weight: 600;
  color: #fff;
}
.asx-post__content .post__sidebar .cta__block .text h6 {
  font-size: 18px;
  margin-bottom: 0;
}
.asx-post__content .post__sidebar .cta__block button {
  margin-top: 15px;
}
.asx-share__block {
  width: 100%;
  float: left;
  position: relative;
  margin: 36px 0 50px;
  padding: 40px 0 0;
}
.asx-share__block::after,
.asx-share__block::before {
  position: absolute;
  left: 0;
  content: "";
}
.asx-share__block::before {
  width: 100%;
  height: 1px;
  background-color: #dadce1;
  top: 0;
}
.asx-share__block::after {
  width: 70px;
  height: 2px;
  display: block;
  background-color: #ff9c00;
  top: -1px;
}
.asx-share__block .title {
  float: left;
  margin: 0 13px 0 0;
}
.asx-share__block .title h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.asx-share__block ul {
  float: left;
  margin: 0;
}
.asx-share__block ul li {
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
}
.asx-share__block ul li::before {
  display: none;
}
.asx-share__block ul li div {
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.asx-share__block ul li div.ln {
  background-color: #0077b5;
  background-image: url(../image/ln-icon.svg);
}
.asx-share__block ul li div.fb {
  background-color: #3a5897;
  background-image: url(../image/fb-icon.svg);
}
.asx-share__block ul li div.tw {
  background-color: #54aced;
  background-image: url(../image/tw-icon.svg);
}
.asx-author__banner .author__content .content .title ul li a:hover,
.asx-contact__us__section .asx-form__title h5,
.asx-recruiter__block .details .contacts li a:hover {
  opacity: 0.7;
}
.asx-post__author {
  width: 100%;
  float: left;
  border-radius: 5px;
  padding: 30px;
  border: 1px solid #dadce1;
  position: relative;
  margin-top: 10px;
  color: #292d3b;
}
.asx-post__author:hover {
  color: #292d3b;
}
.asx-post__author .avatar {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.asx-post__author .content {
  width: 100%;
  float: left;
  padding-left: 100px;
}
.asx-post__author .content .details {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.asx-post__author .content .details .name {
  font-weight: 600;
}
.asx-post__author .content .text {
  width: 100%;
  float: left;
}
.asx-post__author .content .text p {
  margin-bottom: 0;
}
.asx-comments__form .comment-notes,
.asx-comments__list h4 {
  margin-bottom: 35px;
}
.asx-related__posts {
  padding: 70px 0 40px;
}
@media (max-width: 991.98px) {
  .asx-post__banner .content h1 {
    font-size: 25px;
    line-height: 32px;
  }
  .asx-post__content .sidebar__wrapper {
    margin-top: 40px;
  }
  .asx-post__content .post__sidebar {
    max-width: 100%;
    position: static !important;
  }
  .asx-post__content .post__sidebar .cta__block.text-left {
    text-align: center !important;
  }
  .asx-post__content .post__sidebar.absolute,
  .asx-post__content .post__sidebar.absolute.bottom {
    position: static !important;
  }
  .asx-related__posts {
    padding: 35px 0 20px;
  }
}
.asx-comment__body .comment__header,
.asx-comments__form {
  width: 100%;
  position: relative;
  float: left;
}
@media (max-width: 575.98px) {
  .asx-post__author .content {
    padding-left: 0;
  }
  .asx-post__author .content .details {
    min-height: 80px;
    padding-left: 100px;
    padding-top: 10px;
  }
}
.asx-comments__section {
  padding: 70px 0 35px;
  background-color: #f7f7f7;
}
.asx-comments__form {
  padding-bottom: 50px;
}
.asx-comments__list {
  width: 100%;
  float: left;
  margin-top: 47px;
}
.asx-comments__list .comment {
  width: 100%;
  float: left;
}
.asx-comments__list .comment .comment {
  padding-left: 80px;
}
.asx-comment__body {
  width: 100%;
  float: left;
  margin-bottom: 34px;
}
.asx-comment__body .comment__header .comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.asx-comment__body .comment__header .comment__details {
  width: 100%;
  float: left;
  padding-left: 80px;
  margin-bottom: 12px;
  color: #292d3b;
}
.asx-comment__body .comment__header .comment__details .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.asx-comment__body .comment__header .comment__details time {
  font-size: 16px;
  line-height: 26px;
  padding-left: 22px;
  position: relative;
}
.asx-comment__body .comment__header .comment__details time::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background-color: #292d3b;
  position: absolute;
  top: 7px;
  left: 8px;
}
.asx-comment__body .comment__content {
  width: 100%;
  float: left;
  padding-left: 80px;
}
.asx-comment__body .comment__content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.asx-comment__body .comment__footer {
  width: 100%;
  float: left;
  padding-left: 80px;
}
.asx-comment__body .comment__footer .comment__reply a {
  font-size: 16px;
  line-height: 24px;
}
.asx-comment__body .comment__footer .comment__reply a:hover {
  color: #ff9c00;
  text-decoration: none;
}
.asx-comment__body .comment__footer .comment__reply .comment-reply-link {
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .asx-comments__list .comment .comment {
    padding-left: 20px;
  }
}
.asx-author__banner {
  padding: 0;
}
.asx-author__banner .author__content {
  width: 100%;
  min-height: 370px;
  float: left;
  position: relative;
  padding: 80px 0;
  border-bottom: 1px solid #dadce1;
}
.asx-author__banner .author__content::after {
  content: "";
  width: 70px;
  height: 2px;
  display: block;
  background-color: #ff9c00;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.asx-author__banner .author__content .avatar {
  width: 240px;
  height: 240px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 80px;
  left: 0;
}
.asx-author__banner .author__content .content {
  width: 100%;
  float: left;
  padding-left: 270px;
  margin-top: 42px;
}
.asx-author__banner .author__content .content .title {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.asx-author__banner .author__content .content .title h1 {
  margin-bottom: 0;
  float: left;
}
.asx-author__banner .author__content .content .title ul {
  float: left;
  padding: 0;
  margin: 12px 0 0 30px;
}
.asx-author__banner .author__content .content .title ul li {
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
}
.asx-author__banner .author__content .content .title ul li::before {
  display: none;
}
.asx-author__banner .author__content .content .title ul li a {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.asx-author__banner .author__content .content .title ul li a.linkedin {
  background-image: url(../image/linkedin.png);
}
.asx-author__banner .author__content .content .title ul li a.facebook {
  background-image: url(../image/facebook.png);
}
.asx-author__banner .author__content .content .title ul li a.twitter {
  background-image: url(../image/twitter.png);
}
.asx-author__banner .author__content .content .position {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 30px;
}
.asx-author__banner .author__content .content .biography {
  width: 100%;
  float: left;
}
.asx-author__banner .author__content .content .biography p {
  margin-bottom: 0;
}
.asx-author__title {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.asx-author__title h2 {
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .asx-author__banner .author__content {
    padding: 40px 0 50px;
  }
  .asx-author__banner .author__content .avatar {
    width: 120px;
    height: 120px;
    position: static;
    margin-bottom: 10px;
  }
  .asx-author__banner .author__content .content {
    margin-top: 0;
    padding-left: 0;
  }
  .asx-author__banner .author__content .content .title h1 {
    width: 100%;
    float: left;
  }
  .asx-author__banner .author__content .content .title ul {
    width: 100%;
    float: left;
    margin: 10px 0 5px;
  }
  .asx-author__banner .author__content .content .position {
    margin-bottom: 20px;
  }
}
.asx-contact__us__section {
  padding: 80px 0 70px;
}
.asx-posts__result.load,
.asx-vacancies__section.load {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .asx-contact__us__section {
    padding: 35px 0 40px;
  }
  .asx-range__block {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .asx-check__group,
  .asx-check__group:last-child {
    margin: 0 12.5px 25px;
  }
  .asx-icons__group {
    text-align: center;
  }
  .asx-check__group {
    width: 130px;
  }
}
.asx-search__results {
  padding: 70px 0 0;
}
.asx-search__results .search__title {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.asx-search__results .search__title h2 {
  margin-bottom: 0;
}
.asx-search__results .search__title h2 .count {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 0 5px;
}
.asx-posts__result {
  width: 100%;
  float: left;
  margin-bottom: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-posts__result.hide {
  display: none;
}
.asx-result__block {
  width: 100%;
  float: left;
  min-height: 258px;
  background-color: #fff;
  box-shadow: 0 0 20px #f1f1f1;
  margin: 20px 0;
  padding: 35px 30px;
  color: #292d3b;
}
.asx-result__block h4 {
  font-weight: 600;
  margin-top: 0;
}
.asx-result__block p {
  margin-bottom: 0;
}
.asx-result__block:hover {
  color: #292d3b;
  box-shadow: 0 0 20px #ced2d4;
  text-decoration: none;
}
.asx-result__block.no__excerpt {
  min-height: 150px;
}
.asx-search__load {
  width: 100%;
  float: left;
  margin: 30px 0 0;
}
.asx-search__navigation {
  width: 100%;
  float: left;
  background-color: #fff;
  padding-bottom: 70px;
}
.asx-search__navigation .title {
  width: 100%;
  float: left;
}
.asx-search__navigation .title h4 {
  margin-bottom: 15px;
}
.asx-search__navigation .bar {
  width: 100%;
  float: left;
  border-left: 1px solid #dadce1;
  padding-left: 18px;
}
.asx-search__navigation .bar h5 {
  padding-top: 10px;
  margin-bottom: 15px;
  font-weight: 600;
}
.asx-search__navigation .bar nav,
.asx-search__navigation .bar nav ul {
  width: 100%;
  float: left;
}
.asx-search__navigation .bar nav ul li {
  width: 100%;
  float: left;
  padding: 5px 25px 5px 12px;
  position: relative;
  cursor: pointer;
}
.asx-search__navigation .bar nav ul li.no__active h6 {
  color: rgba(41, 45, 59, 0.5);
}
.asx-search__navigation .bar nav ul li.no__active .check {
  border-color: rgba(41, 45, 59, 0.5);
  background-image: none;
}
.asx-search__navigation .bar nav ul li h6 {
  margin-bottom: 0;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-search__navigation .bar nav ul li .check {
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #ff9c00;
  border-radius: 2px;
  background-image: url(../image/check-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-search__navigation .bar nav ul li::before {
  display: none;
}
.asx-search__navigation .bar nav ul li:last-child {
  margin-bottom: 0;
}
.asx-search__wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-search__wrapper.show {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.asx-search__wrapper .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50px;
  right: 35px;
  cursor: pointer;
  opacity: 1;
}
.asx-search__wrapper .close::after,
.asx-search__wrapper .close::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #666;
  left: 1px;
  top: 9px;
}
.asx-search__wrapper .close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.asx-search__wrapper .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.asx-search__wrapper .asx-search__block {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.asx-search__wrapper .asx-search__block .asx-search__form {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .asx-search__results .col-lg-9 {
    order: 2;
  }
  .asx-search__results .col-lg-3 {
    order: 1;
  }
  .asx-page__banner .content.search {
    margin-top: 60px;
  }
  .asx-page__banner .content .asx-search__line .search__query {
    font-size: 24px;
    line-height: 32px;
    margin: -2px 0 0;
  }
  .asx-search__navigation {
    padding-bottom: 30px;
  }
}
.asx-thank__you__banner {
  padding: 55px 0 35px;
}
.asx-thank__you__banner .icon__row {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.asx-thank__you__banner .text {
  width: 100%;
  float: left;
  color: #fff;
}
.asx-thank__you__banner .text h2 {
  margin-bottom: 20px;
}
.asx-thank__you__banner .text p {
  font-size: 18px;
}
.asx-vacancy__content {
  padding: 60px 0 70px;
}
.asx-vacancy__content .cta__block {
  width: 100%;
  float: left;
  padding: 23px 27px;
  display: block;
  border-radius: 5px;
  margin-top: 40px;
}
.asx-vacancy__content .cta__block img {
  margin-bottom: 15px;
}
.asx-vacancy__content .cta__block .text {
  width: 100%;
  float: left;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.asx-vacancy__content .cta__block .text h6 {
  font-size: 18px;
  margin-bottom: 0;
}
.asx-vacancy__content .cta__block button {
  margin-top: 15px;
}
.asx-vacancy__form__section {
  padding: 70px 0 80px;
  background-color: #f7f7f7;
}
.asx-vacancy__form__section .asx-form__block {
  margin-top: 20px;
}
.asx-vacancies__section {
  padding: 70px 0 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-vacancies__section .button__group {
  margin-top: 26px;
}
.asx-vacancies {
  width: 100%;
  float: left;
}
.asx-vacancy__block {
  width: 100%;
  float: left;
  color: #1e2d3c;
  border: 1px solid #dadce1;
  margin-bottom: 24px;
  border-radius: 5px;
  padding: 21px 140px 21px 30px;
  position: relative;
}
.asx-vacancy__block .content {
  width: 100%;
  float: left;
}
.asx-vacancy__block h4 {
  margin: 0 20px 0 0;
  font-weight: 600;
  float: left;
}
.asx-vacancy__block .asx-read__link {
  position: absolute;
  top: 22px;
  right: 30px;
}
.asx-vacancy__block .location {
  float: left;
  display: block;
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}
.asx-vacancy__block .location::before {
  content: "";
  width: 13px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url(../image/location-icon-gray.svg);
}
.asx-vacancy__block:hover {
  text-decoration: none;
  color: #1e2d3c;
}
.asx-recruiter__block {
  width: 100%;
  float: left;
  box-shadow: 0 0 25px #dadce1;
  border-radius: 5px;
  overflow: hidden;
}
.asx-recruiter__block .avatar {
  width: 100%;
  height: 255px;
  float: left;
  background-position: top center;
  background-size: cover;
  border-bottom: 1px solid #d3d3d4;
}
.asx-recruiter__block .details {
  width: 100%;
  min-height: 165px;
  padding: 25px 30px;
  float: left;
}
.asx-recruiter__block .details h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: inherit;
  margin-bottom: 5px;
}
.asx-recruiter__block .details p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 25px;
}
.asx-recruiter__block .details .contacts {
  padding: 0;
  margin: 0;
}
.asx-recruiter__block .details .contacts li {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 0;
}
.asx-recruiter__block .details .contacts li:last-child {
  margin-right: 0;
}
.asx-recruiter__block .details .contacts li a {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 2px;
  background-position: center;
  background-size: cover;
}
.asx-recruiter__block .details .contacts li a.linkedin {
  background-image: url(../image/linkedin-icon-large.svg);
}
.asx-recruiter__block .details .contacts li a.email {
  background-image: url(../image/email-icon-large.svg);
}
.asx-recruiter__block .details .contacts li a.viber {
  width: 30px;
  height: 32px;
  background-image: url(../image/viber-icon.svg);
}
.asx-recruiter__block .details .contacts li a.skype {
  background-image: url(../image/skype-icon.svg);
}
.asx-recruiter__block .details .contacts li a.telegram {
  background-image: url(../image/telegram-icon.svg);
}
.asx-recruiter__block .details .contacts li::before {
  display: none;
}
@media (max-width: 991.98px) {
  .asx-vacancies__section,
  .asx-vacancy__content,
  .asx-vacancy__form__section {
    padding: 35px 0 40px;
  }
  .asx-vacancies__section .asx-section__title h2,
  .asx-vacancy__content .asx-section__title h2,
  .asx-vacancy__form__section .asx-section__title h2 {
    margin-bottom: 20px;
  }
  .asx-vacancies__section .asx-submit__group.text-right,
  .asx-vacancy__content .asx-submit__group.text-right,
  .asx-vacancy__form__section .asx-submit__group.text-right {
    text-align: left !important;
  }
}
@media (max-width: 767.98px) {
  .asx-vacancy__block {
    padding: 21px 30px;
  }
  .asx-vacancy__block .asx-read__link {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px;
  }
  .asx-recruiter__block {
    margin-top: 50px;
  }
  .asx-recruiter__block .avatar {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .asx-recruiter__block .avatar {
    height: 300px;
  }
}
.asx-icons__row__section {
  padding: 70px 0 30px;
}
.asx-icons__row__section .asx-icon__block {
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 40px;
}
.asx-icons__row__section .asx-icon__block .icon {
  width: 100%;
  height: 70px;
  float: left;
  position: relative;
}
.asx-icons__row__section .asx-icon__block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.asx-icons__row__section .asx-icon__block h6 {
  width: 100%;
  float: left;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .asx-icons__row__section {
    padding: 35px 0 20px;
  }
}
.asx-pricing__section.padding__top {
  padding: 170px 0 140px;
}
.asx-pricing__section .asx-section__title h2 {
  margin-bottom: 20px;
}
.asx-pricing__section .asx-section__title p {
  margin: 20px 0 15px;
}
.asx-pricing__block {
  width: 100%;
  float: left;
  min-height: 600px;
  background-color: #fff;
  border-radius: 4px;
  border: 4px solid transparent;
  padding: 210px 21px 107px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-pricing__block.blue {
  background-color: #2491dd;
  color: #fff;
}
.asx-pricing__block.blue .title p {
  color: #fff;
}
.asx-pricing__block:hover {
  border-color: #ff9c00;
}
.asx-pricing__block:hover .title p {
  color: #ff9c00;
}
.asx-pricing__block .header {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 21px 0;
}
.asx-pricing__block .title {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.asx-pricing__block .title h4 {
  margin: 0 0 3px;
  font-weight: 600;
}
.asx-pricing__block .title p {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  color: rgba(41, 45, 59, 0.5);
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.asx-pricing__block .price {
  width: 100%;
  float: left;
}
.asx-pricing__block .price h5 {
  float: left;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  margin: 0;
}
.asx-pricing__block .price p {
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: inherit;
  float: left;
}
.asx-pricing__block .detail {
  width: 100%;
  float: left;
}
.asx-pricing__block .detail p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.asx-pricing__block .list {
  width: 100%;
  float: left;
}
.asx-pricing__block .list ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.asx-pricing__block .list ul li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 38px;
  margin-bottom: 22px;
}
.asx-pricing__block .list ul li::before {
  width: 26px;
  height: 26px;
  background-color: transparent;
  top: -2px;
  left: 0;
}
.asx-pricing__block a.btn {
  position: absolute;
  bottom: 36px;
  left: 28px;
}
@media (max-width: 991.98px) {
  .asx-pricing__section {
    padding: 70px 0 40px;
  }
  .asx-pricing__section.padding__top {
    padding: 170px 0 40px;
  }
}
@media (max-width: 767.98px) {
  .asx-pricing__block {
    min-height: inherit;
  }
}
/*
Theme Name: Ascendix
Author: Roman Bruskevtsev
Author URI: https://www.facebook.com/RomanBruskevtsev
Description: Wordpress theme for Ascendix
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ascendix
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
@font-face {
  font-family: TablePress;
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=)
      format("woff2"),
    url(../assets/tablepress/css/tablepress.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.tablepress-table-description {
  clear: both;
  display: block;
}
.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: none;
}
.tablepress td,
.tablepress th {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: left;
  float: none !important;
}
.tablepress tbody td {
  vertical-align: top;
}
.tablepress tbody td,
.tablepress tfoot th {
  border-top: 1px solid #ddd;
}
.tablepress tbody tr:first-child td {
  border-top: 0;
}
.tablepress thead th {
  border-bottom: 1px solid #ddd;
}
.tablepress tfoot th,
.tablepress thead th {
  background-color: #d9edf7;
  font-weight: 700;
  vertical-align: middle;
}
.tablepress .odd td {
  background-color: #f9f9f9;
}
.tablepress .even td {
  background-color: #fff;
}
.tablepress .row-hover tr:hover td {
  background-color: #f3f3f3;
}
.tablepress img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: none;
}
.dataTables_wrapper {
  clear: both;
  margin-bottom: 1em;
}
.dataTables_wrapper .tablepress {
  clear: both;
  margin: 0 !important;
}
.dataTables_length {
  float: left;
  white-space: nowrap;
}
.dataTables_filter {
  float: right;
  white-space: nowrap;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_info {
  clear: both;
  float: left;
  margin: 4px 0 0;
}
.dataTables_paginate {
  float: right;
  margin: 4px 0 0;
}
.dataTables_paginate a {
  color: #111 !important;
  display: inline-block;
  outline: 0;
  position: relative;
  text-decoration: underline;
  margin: 0 5px;
}
.dataTables_paginate a:first-child {
  margin-left: 0;
}
.dataTables_paginate a:last-child {
  margin-right: 0;
}
.paginate_button:hover {
  cursor: pointer;
  text-decoration: none;
}
.paginate_button.disabled {
  color: #999 !important;
  text-decoration: none;
  cursor: default;
}
.paginate_button.current {
  font-weight: 700;
  text-decoration: none;
  cursor: default;
}
.dataTables_paginate.paging_simple {
  padding: 0 15px;
}
.paging_simple .paginate_button.next:after,
.paging_simple .paginate_button.previous:before {
  text-align: left;
  font-family: TablePress;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  content: "\f053";
  text-shadow: 0.1em 0.1em #666;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -14px;
  margin: auto;
  height: 14px;
  width: 14px;
  line-height: 1;
}
.paging_simple .paginate_button.next:after {
  text-align: right;
  content: "\f054";
  left: auto;
}
.paginate_button:after,
.paginate_button:before {
  color: #d9edf7;
}
.paginate_button:hover:after,
.paginate_button:hover:before {
  color: #049cdb;
}
.paginate_button.disabled:after,
.paginate_button.disabled:before {
  color: #f9f9f9;
}
.dataTables_processing {
  display: none;
}
.dataTables_scroll {
  clear: both;
}
.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  th
  > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  outline: 0;
}
.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
  font-family: TablePress;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 6px;
  margin: auto;
  height: 14px;
  line-height: 1;
}
.tablepress .sorting:after {
  content: "\f0dc";
}
.tablepress .sorting_asc:after {
  content: "\f0d8";
  padding: 0 0 2px;
}
.tablepress .sorting_desc:after {
  content: "\f0d7";
}
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  background-color: #049cdb;
}
.dataTables_scrollBody .tablepress thead th:after {
  content: "";
}
.dataTables_wrapper:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.dataTables_wrapper label input,
.dataTables_wrapper label select {
  display: inline;
  margin: 2px;
  width: auto;
}
.tablepress-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .tablepress-responsive-stack-phone thead {
    display: none;
  }
  .tablepress-responsive-stack-phone tbody td {
    display: block;
    text-align: center;
    border-top: none;
  }
  .tablepress-responsive-stack-phone tbody td:first-child {
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 979px) {
  .tablepress-responsive-stack-tablet thead {
    display: none;
  }
  .tablepress-responsive-stack-tablet tbody td {
    display: block;
    text-align: center;
    border-top: none;
  }
  .tablepress-responsive-stack-tablet tbody td:first-child {
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 1199px) {
  .tablepress-responsive-stack-desktop thead {
    display: none;
  }
  .tablepress-responsive-stack-desktop tbody td {
    display: block;
    text-align: center;
    border-top: none;
  }
  .tablepress-responsive-stack-desktop tbody td:first-child {
    border-top: 1px solid #ddd;
  }
}
.tablepress-responsive-stack-all thead {
  display: none;
}
.tablepress-responsive-stack-all tbody td {
  display: block;
  text-align: center;
  border-top: none;
}
.tablepress-responsive-stack-all tbody td:first-child {
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .tablepress-responsive-phone {
    display: block;
  }
  .tablepress-responsive-phone thead {
    display: block;
    float: left;
  }
  .tablepress-rtl.tablepress-responsive-phone thead {
    float: right;
  }
  .tablepress-responsive-phone tfoot {
    display: none;
  }
  .tablepress-responsive-phone tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .tablepress-responsive-phone tbody td,
  .tablepress-responsive-phone thead th,
  .tablepress-responsive-phone thead tr {
    display: block;
    border: none;
  }
  .tablepress-responsive-phone tbody td:empty:before {
    content: "\00a0";
  }
  .tablepress-responsive-phone tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .tablepress-responsive-phone thead th {
    width: auto !important;
  }
  .tablepress-responsive-phone thead tr th:not(:last-child) {
    border-bottom: 1px solid transparent;
  }
  .tablepress-responsive-phone tbody tr td:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .dataTables_wrapper .tablepress-responsive-phone .sorting:after {
    transform: rotate(90deg);
    padding: 0;
  }
  .dataTables_wrapper .tablepress-responsive-phone .sorting_asc:after {
    content: "\f0d9";
    padding: 0 2px 0 0;
  }
  .dataTables_wrapper .tablepress-responsive-phone .sorting_desc:after {
    content: "\f0dA";
    padding: 0 1px 0 0;
  }
}
@media (max-width: 979px) {
  .tablepress-responsive-tablet {
    display: block;
  }
  .tablepress-responsive-tablet thead {
    display: block;
    float: left;
  }
  .tablepress-rtl.tablepress-responsive-tablet thead {
    float: right;
  }
  .tablepress-responsive-tablet tfoot {
    display: none;
  }
  .tablepress-responsive-tablet tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .tablepress-responsive-tablet tbody td,
  .tablepress-responsive-tablet thead th,
  .tablepress-responsive-tablet thead tr {
    display: block;
    border: none;
  }
  .tablepress-responsive-tablet tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .tablepress-responsive-tablet thead th {
    width: auto !important;
  }
  .tablepress-responsive-tablet tbody td:empty:before {
    content: "\00a0";
  }
  .tablepress-responsive-tablet thead tr th:not(:last-child) {
    border-bottom: 1px solid transparent;
  }
  .tablepress-responsive-tablet tbody tr td:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .dataTables_wrapper .tablepress-responsive-tablet .sorting:after {
    transform: rotate(90deg);
    padding: 0;
  }
  .dataTables_wrapper .tablepress-responsive-tablet .sorting_asc:after {
    content: "\f0d9";
    padding: 0 2px 0 0;
  }
  .dataTables_wrapper .tablepress-responsive-tablet .sorting_desc:after {
    content: "\f0dA";
    padding: 0 1px 0 0;
  }
}
@media (max-width: 1199px) {
  .tablepress-responsive-desktop {
    display: block;
  }
  .tablepress-responsive-desktop thead {
    display: block;
    float: left;
  }
  .tablepress-rtl.tablepress-responsive-desktop thead {
    float: right;
  }
  .tablepress-responsive-desktop tfoot {
    display: none;
  }
  .tablepress-responsive-desktop tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .tablepress-responsive-desktop tbody td,
  .tablepress-responsive-desktop thead th,
  .tablepress-responsive-desktop thead tr {
    display: block;
    border: none;
  }
  .tablepress-responsive-desktop tbody td:empty:before {
    content: "\00a0";
  }
  .tablepress-responsive-desktop tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .tablepress-responsive-desktop thead th {
    width: auto !important;
  }
  .tablepress-responsive-desktop thead tr th:not(:last-child) {
    border-bottom: 1px solid transparent;
  }
  .tablepress-responsive-desktop tbody tr td:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .dataTables_wrapper .tablepress-responsive-desktop .sorting:after {
    transform: rotate(90deg);
    padding: 0;
  }
  .dataTables_wrapper .tablepress-responsive-desktop .sorting_asc:after {
    content: "\f0d9";
    padding: 0 2px 0 0;
  }
  .dataTables_wrapper .tablepress-responsive-desktop .sorting_desc:after {
    content: "\f0dA";
    padding: 0 1px 0 0;
  }
}
.tablepress-responsive-all {
  display: block;
}
.tablepress-responsive-all thead {
  display: block;
  float: left;
}
.tablepress-rtl.tablepress-responsive-all thead {
  float: right;
}
.tablepress-responsive-all tfoot {
  display: none;
}
.tablepress-responsive-all tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.tablepress-responsive-all tbody td,
.tablepress-responsive-all thead th,
.tablepress-responsive-all thead tr {
  display: block;
  border: none;
}
.tablepress-responsive-all tbody td:empty:before {
  content: "\00a0";
}
.tablepress-responsive-all tbody tr {
  display: inline-block;
  vertical-align: top;
}
.tablepress-responsive-all thead th {
  width: auto !important;
}
.tablepress-responsive-all thead tr th:not(:last-child) {
  border-bottom: 1px solid transparent;
}
.tablepress-responsive-all tbody tr td:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.dataTables_wrapper .tablepress-responsive-all .sorting:after {
  transform: rotate(90deg);
  padding: 0;
}
.dataTables_wrapper .tablepress-responsive-all .sorting_asc:after {
  content: "\f0d9";
  padding: 0 2px 0 0;
}
.dataTables_wrapper .tablepress-responsive-all .sorting_desc:after {
  content: "\f0dA";
  padding: 0 1px 0 0;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 16px;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 16px;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: 0 0 !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: 700;
}
.dataTables_scroll .tablepress {
  width: 100% !important;
}
.tablepress-responsive * {
  word-break: normal;
}
.cookielawinfo-column-1 {
  width: 25%;
}
.cookielawinfo-column-2 {
  width: 10%;
}
.cookielawinfo-column-3 {
  width: 15%;
}
.cookielawinfo-column-4 {
  width: 50%;
}
.cookielawinfo-simple thead {
  width: 100%;
}
.cookielawinfo-simple td {
  padding: 5px 5px 5px 0;
  vertical-align: top;
}
.cookielawinfo-simple thead th {
  padding-right: 10px;
  text-align: left;
}
.cookielawinfo-modern {
  border: 1px solid #e3e3e3;
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.cookielawinfo-modern td,
.cookielawinfo-modern th {
  padding: 5px;
  color: #333;
}
.cookielawinfo-modern thead {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding: 0.2em 0 0.2em 0.5em;
  text-align: left;
  color: #4b4b4b;
  background-color: #c8c8c8;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f2f2f2),
    to(#e3e3e3),
    color-stop(0.6, #b3b3b3)
  );
  background-image: -moz-linear-gradient(top, #d6d6d6, #b0b0b0, #b3b3b3 90%);
  border-bottom: solid 1px #999;
}
.cookielawinfo-modern th {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-shadow: #fff 1px 1px 1px;
}
.cookielawinfo-modern td {
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.cookielawinfo-modern tr.cookielawinfo-row:hover {
  background-color: #fff;
}
.cookielawinfo-elegant {
  border: 1px solid #dfdfdf;
  background-color: #f9f9f9;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
  color: #333;
}
.cookielawinfo-elegant tr {
  border-top-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  color: #555;
}
.cookielawinfo-elegant th {
  text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-weight: 400;
  padding: 7px 7px 8px;
  text-align: left;
  line-height: 1.3em;
  font-size: 14px;
}
.cookielawinfo-elegant td {
  font-size: 12px;
  padding: 4px 7px 2px;
  vertical-align: top;
}
.cookielawinfo-rounded {
  background-color: #f5f5f5;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ebebeb;
}
.cookielawinfo-rounded td,
.rounded th {
  padding: 1px 5px;
}
.cookielawinfo-rounded thead {
  text-shadow: 0 1px 0 #fff;
  color: #999;
}
.cookielawinfo-rounded th {
  text-align: left;
  text-transform: uppercase;
  font-size: 11pt;
  border-bottom: 1px solid #fff;
  padding: 1px 5px;
}
.cookielawinfo-rounded td {
  font-size: 10pt;
  padding: 5px;
}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {
  background-color: #fff;
}
table.cookielawinfo-classic {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
}
table.cookielawinfo-classic thead tr th {
  text-transform: uppercase;
  background: #e2e2e2;
}
table.cookielawinfo-classic tfoot tr th,
table.cookielawinfo-classic tfoot tr td {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
table.cookielawinfo-classic tfoot tr th {
  width: 20%;
}
table.cookielawinfo-classic tfoot tr td {
  width: 80%;
}
table.cookielawinfo-classic td,
table.cookielawinfo-classic th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  line-height: 1.8em;
  font-size: 0.8em;
  vertical-align: top;
  width: 20%;
}
table.cookielawinfo-classic tr.odd th,
table.cookielawinfo-classic tr.odd td {
  background: #efefef;
}
table.cookielawinfo-winter {
  font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
  padding: 0;
  margin: 10px 0 20px;
  border-collapse: collapse;
  color: #333;
  background: #f3f5f7;
}
table.cookielawinfo-winter a {
  color: #3a4856;
  text-decoration: none;
  border-bottom: 1px solid #c6c8cb;
}
table.cookielawinfo-winter a:visited {
  color: #777;
}
table.cookielawinfo-winter a:hover {
  color: #000;
}
table.cookielawinfo-winter caption {
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 10px;
  font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}
table.cookielawinfo-winter thead th {
  background: #3a4856;
  padding: 15px 10px;
  color: #fff;
  text-align: left;
  font-weight: 400;
}
table.cookielawinfo-winter tbody {
  border-left: 1px solid #eaecee;
  border-right: 1px solid #eaecee;
}
table.cookielawinfo-winter tbody {
  border-bottom: 1px solid #eaecee;
}
table.cookielawinfo-winter tbody td,
table.cookielawinfo-winter tbody th {
  padding: 10px;
  text-align: left;
}
table.cookielawinfo-winter tbody tr {
  background: #f3f5f7;
}
table.cookielawinfo-winter tbody tr.odd {
  background: #f0f2f4;
}
table.cookielawinfo-winter tbody tr:hover {
  background: #eaecee;
  color: #111;
}
table.cookielawinfo-winter tfoot td,
table.cookielawinfo-winter tfoot th,
table.cookielawinfo-winter tfoot tr {
  text-align: left;
  font: 120% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  background: #fff;
  padding: 10px;
}
@media (max-width: 800px) {
  table.cookielawinfo-row-cat-table td,
  table.cookielawinfo-row-cat-table th {
    width: 23%;
    font-size: 12px;
  }
  table.cookielawinfo-row-cat-table .cookielawinfo-column-4,
  table.cookielawinfo-row-cat-table .cookielawinfo-column-4 {
    width: 45%;
  }
}
.cookielawinfo-row-cat-title {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.cookielawinfo-row-cat-title-head {
  text-align: center;
}
.cookielawinfo-row-cat-table {
  width: 99%;
  margin-left: 5px;
  word-wrap: break-word;
  table-layout: fixed;
}
.cli-tab-section .cookielawinfo-row-cat-table {
  width: 100%;
  margin-left: 0;
}
.cli-tab-section .cookielawinfo-row-cat-table td,
.cli-tab-section .cookielawinfo-row-cat-table th {
  font-size: 12px;
}
