@import url(https://use.typekit.net/zya3koo.css);
@charset "UTF-8";
/**
 * Variables & Utilities - variables, functions, mixins, and helper classes
 */
/* =================================================================================
~ Mixins
================================================================================= */
/* =================================================================================
~ Helper Classes
================================================================================= */
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hover-underline:hover {
  text-decoration: underline;
}

.modal_content, .icon_bg {
  left: 50%;
  transform: translateX(-50%);
}

.mobile_menu_btn {
  top: 50%;
  transform: translateY(-50%);
}

.secondary_page_hero .accent_pointer i {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.search_modal__close:before, .search_modal__close:after, .list_items_content li:before, .secondary_link_button:before, .mobile_menu_btn span:before, .mobile_menu_btn span:after {
  content: "";
  display: block;
}

.cs_main_menu:after, .mega_menu__container:after {
  content: "";
  display: block;
  clear: both;
}

.header_logo {
  float: left;
}

.search_btn, .mobile_nav_block dd, .mobile_nav_block dt, .secondary_link_button, .mobile_menu_btn {
  cursor: pointer;
}

/**
 * SCSS - global styles and variables
 */
/* =================================================================================
~ Variables - Override Bootstrap defaults or define custom vars
================================================================================= */
:root {
  --black: #000;
  --black100: #2f2f2f;
  --blue300: #2988D9;
  --blue500: #247C99;
  --green300: #bacc4d;
  --green500: #2fcc66;
  --red100: #fc0000;
  --red200: #fc1000;
  --red300: #c01f11;
  --red400: #A70100;
  --red500: #51150d;
  --orange500: #ff8000;
  --white: #fff;
  --white100: #dfdfdf;
  --white200: #d6d5d5;
  --grey50: #f3f3f4;
  --grey100: #8b8b8b;
  --grey200: #343434;
  --grey300: #474747;
  --grey400: #F5F5F5;
  --grey500: #343A40;
  --lightGrey100: #f1f1f1;
  --lightGrey200: #e9e9e9;
  --lightGrey300: #F8F9FA;
  --text: #666666;
}

/* =================================================================================
~ Variables - Override Bootstrap defaults or define custom vars
================================================================================= */
.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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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 {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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 iframe,
.embed-responsive embed,
.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.85714286%;
}

.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;
}

@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;
  }
}
@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;
  }
}
@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;
  }
}
@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-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          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-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  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;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.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) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #666666 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/**
 * Vendor - Bootstrap and other third party stylesheets
 */
: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", "Liberation 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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #666666;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-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 {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.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.3333333333%;
  max-width: 33.3333333333%;
}

.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.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.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.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
/**
 * Admin bar - styles for sitewide adminbar
 */
/*ADMIN Menu Bar*/
#wpadminbar ul .dev_warning {
  background: #DC4C46;
}
#wpadminbar ul .dev_warning .ab-empty-item {
  color: black;
}
#wpadminbar ul .local_warning {
  background: #BFD641;
}
#wpadminbar ul .local_warning .ab-empty-item {
  color: black;
}
#wpadminbar ul .master {
  background: #9B2335;
}
#wpadminbar ul .master .ab-empty-item {
  color: white;
}
#wpadminbar ul .not_master {
  background: #FFD662;
}
#wpadminbar ul .not_master .ab-empty-item {
  color: black;
}

/**
 * Base - global styles and variables
 */
/**** OPT IN MESSAGE ****/
#opt-in-btn:hover {
  background-color: #c01f11 !important;
  text-decoration: none;
  cursor: pointer !important;
  transition: all 0.2s ease-out;
}

#optInMessage {
  display: none;
  background-color: #efefef;
  margin: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 666;
  padding: 15px;
  text-align: center;
  box-shadow: 0px -2px 3px -1px rgb(117, 117, 117);
}

#opt-in-btn {
  height: 0px;
  padding: 15px 0 20px 0;
  position: absolute;
  width: 80px;
  cursor: pointer;
  margin-left: 15px;
  top: 25px;
}

#opt-in-btn span {
  font-size: 12px;
  position: relative;
  bottom: 10.5px;
}

#optInMessage p {
  position: relative;
  top: 15px;
  display: inline;
}

@media (max-width: 1207px) {
  #optInMessage {
    height: 120px;
  }
  #opt-in-btn {
    margin-left: 0;
    top: initial;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 586px) {
  #optInMessage {
    height: 180px;
  }
}
@media screen and (max-width: 991px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
@font-face {
  font-family: "karla";
  src: url("https://go.crowdstrike.com/rs/281-OBQ-266/images/j1571131859619_Karla-Regular.eot");
  src: url("https://go.crowdstrike.com/rs/281-OBQ-266/images/j1571131859619_Karla-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HaasGrotDisp-65";
  src: url("https://go.crowdstrike.com/rs/281-OBQ-266/images/NeueHaasDisplay-Mediu.eot");
  src: url("https://go.crowdstrike.com/rs/281-OBQ-266/images/NeueHaasDisplay-Mediu.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "HaasGrotDisp-75";
  src: url("https://go.crowdstrike.com/rs/281-OBQ-266/images/NeueHaasDisplay-Bold.eot");
  src: url("https://go.crowdstrike.com/rs/281-OBQ-266/images/NeueHaasDisplay-Bold.woff") format("woff");
  font-style: normal;
}
.modal_mask[data-embed-type=embed-form] {
  max-width: 700px;
  margin: 0 auto;
}
.modal_mask[data-embed-type=embed-form] form.mktoForm.mkto-js-embed {
  max-width: none;
}
.modal_mask[data-embed-type=embed-form] .modal_content {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_mask[data-embed-type=embed-form] .modal_content[data-form-ready=true] {
  display: block;
  min-height: auto;
  padding: 4rem 2rem;
}

.modal_insert_location .modal_mask .close_button {
  right: 1rem;
  top: 0.5rem;
}

#modal-insert.modal_content form.mktoForm.mkto-js-embed {
  padding: 0 !important;
}

form.mktoForm.mkto-js-embed {
  display: none;
  margin: 0 auto !important;
  max-width: 600px;
  width: 100% !important;
}
@media (max-width: 767px) {
  form.mktoForm.mkto-js-embed {
    padding: 4rem 0;
  }
}
form.mktoForm.mkto-js-embed[data-styles-ready=true] {
  min-height: auto;
}
form.mktoForm.mkto-js-embed[data-styles-ready=true].mkto--split {
  display: flex;
}
form.mktoForm.mkto-js-embed[data-styles-ready=true].mkto--column {
  display: block;
}
form.mktoForm.mkto-js-embed[data-form-complete=true] {
  display: none !important;
}
form.mktoForm.mkto-js-embed.ineligible .mktoButtonRow {
  display: none;
}
form.mktoForm.mkto-js-embed.mkto--split {
  flex-wrap: wrap;
  justify-content: space-between;
}
form.mktoForm.mkto-js-embed.mkto--split .mktoFormRow {
  padding: 0 1.25rem;
}
form.mktoForm.mkto-js-embed.mkto--split .mktoFormRow {
  width: 50%;
}
form.mktoForm.mkto-js-embed.mkto--split .mktoFormRow.has-text-body, form.mktoForm.mkto-js-embed.mkto--split .mktoFormRow.mktoForm--field-last {
  width: 100%;
}
@media (max-width: 767px) {
  form.mktoForm.mkto-js-embed.mkto--split .mktoFormRow {
    width: 100%;
  }
}
form.mktoForm.mkto-js-embed .mktoFormRow {
  max-width: 100%;
}
@media (max-width: 767px) {
  form.mktoForm.mkto-js-embed .mktoFormRow {
    padding: 0 10px;
  }
}
form.mktoForm.mkto-js-embed .mktoFormRow.focused .mktoFieldWrap {
  color: var(--red100);
  border-left-color: var(--red100);
}
form.mktoForm.mkto-js-embed .mktoFormRow.focused .mktoFieldWrap input,
form.mktoForm.mkto-js-embed .mktoFormRow.focused .mktoFieldWrap select {
  color: var(--red100) !important;
}
form.mktoForm.mkto-js-embed .mktoFormRow.has-error.focused .mktoFieldWrap {
  border-left-color: var(--black);
}
form.mktoForm.mkto-js-embed .mktoFormRow.has-error.focused .mktoFieldWrap input {
  color: var(--black) !important;
}
form.mktoForm.mkto-js-embed .mktoFormRow.has-text-body {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 1rem 2rem;
}
form.mktoForm.mkto-js-embed .mktoFormRow.has-text-body:focused .form-wrapper .mktoForm .mktoTandCRow label,
form.mktoForm.mkto-js-embed .mktoFormRow.has-text-body:focused .form-wrapper .mktoForm .mktoTandCRow .mktoFieldWrap input:focus + label {
  border-color: var(--red100);
}
form.mktoForm.mkto-js-embed .mktoFormRow.has-text-body .mktoFieldWrap {
  max-height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
form.mktoForm.mkto-js-embed .mktoFormRow.has-text-body .mktoFormCol {
  margin-bottom: 0 !important;
  width: auto;
}
form.mktoForm.mkto-js-embed .mktoFormRow.has-text-body .mktoCheckboxList {
  margin: 0 7px 0 0;
  width: auto !important;
}
form.mktoForm.mkto-js-embed .mktoFormRow.has-text-body .marketo-text-body {
  padding: 0 20px;
  font-family: "karla";
  font-size: 1.2rem;
  line-height: 1.618;
  color: var(--grey200);
}
@media (min-width: 767px) {
  form.mktoForm.mkto-js-embed .mktoFormRow.has-text-body .marketo-text-body {
    padding: 0;
  }
}
form.mktoForm.mkto-js-embed .mktoFormRow.has-text-body .marketo-text-body a {
  text-decoration: underline;
}
form.mktoForm.mkto-js-embed .mktoFormRow.has-text-body .marketo-text-body a:hover, form.mktoForm.mkto-js-embed .mktoFormRow.has-text-body .marketo-text-body a:focus:hover {
  color: var(--red400);
  text-decoration: none;
  outline: none;
}
form.mktoForm.mkto-js-embed .mktoFormRow.has-text-body .marketo-text-body a:focus {
  color: var(--grey200);
  text-decoration: underline;
  outline: none;
}
form.mktoForm.mkto-js-embed .mktoFormRow.mktoForm--placeholder:not(.mktoForm--select-one):not(.mktoForm--select-multiple):not(.mktoForm--text):not(.mktoForm--tel):not(.mktoForm--email):not(.mktoForm--textarea):not(.mktoForm--button):not(.mktoForm--range):not(.mktoForm--checkbox):not(.has-text-body) {
  display: none !important;
}
form.mktoForm.mkto-js-embed .mktoFormRow.mktoForm--hidden {
  display: none;
}
form.mktoForm.mkto-js-embed .mktoFormRow.mktoForm--range input[type=range] {
  accent-color: var(--red100);
}
form.mktoForm.mkto-js-embed .mktoFormRow.mktoForm--range .mktoLabel {
  display: block;
  position: static;
  transform: none;
  max-width: none;
  color: var(--text);
}
form.mktoForm.mkto-js-embed .mktoFormRow.mktoForm--range .mktoRangeValue {
  margin: 0 !important;
  font-size: 1.5rem;
}
form.mktoForm.mkto-js-embed .mktoFormRow.mktoForm--range .mktoFieldWrap {
  border: none;
  box-shadow: none;
}
form.mktoForm.mkto-js-embed .mktoFormRow.mktoForm--checkbox .mktoCheckboxList > input + label {
  display: none;
}
form.mktoForm.mkto-js-embed .mktoFormRow.mktoForm--checkbox .mktoCheckboxList > input {
  margin-bottom: 4px;
}
form.mktoForm.mkto-js-embed .mktoFormRow > .mktoFormCol {
  margin-bottom: 2.5rem !important;
}
form.mktoForm.mkto-js-embed .mktoGutter,
form.mktoForm.mkto-js-embed .mktoOffset {
  display: none;
}
form.mktoForm.mkto-js-embed .mktoFormCol,
form.mktoForm.mkto-js-embed .mktoFieldWrap {
  width: 100%;
}
form.mktoForm.mkto-js-embed .mktoFieldWrap {
  position: relative;
  border: 1px solid var(--white100);
  border-left: 5px solid var(--white100);
  box-shadow: 0 1px 14px -1px rgba(204, 204, 204, 0.4);
  border-radius: 5px 0 0 5px;
}
form.mktoForm.mkto-js-embed .mktoHtmlText {
  color: var(--grey200);
  font-family: "karla";
  font-size: 1.2rem;
  line-height: 1.618;
  text-align: left;
}
form.mktoForm.mkto-js-embed .mktoHtmlText a {
  color: var(--red100);
}
form.mktoForm.mkto-js-embed .mktoTandCRow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
  max-width: 100%;
}
form.mktoForm.mkto-js-embed .mktoTandCRow .mktoFormCol {
  width: auto;
  margin-bottom: 0 !important;
}
form.mktoForm.mkto-js-embed .mktoTandCRow .mktoFieldWrap {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
form.mktoForm.mkto-js-embed .mktoTandCRow .mktoCheckboxList {
  margin-right: 7px;
}
form.mktoForm.mkto-js-embed .mktoTandCRow .mktoHtmlText.mktoHasWidth {
  width: auto !important;
}
form.mktoForm.mkto-js-embed .mktoTandCRow.mktoTandCRow {
  padding: 0 20px !important;
  font-family: "karla";
  font-size: 1.2rem;
  line-height: 1.618;
  color: var(--grey200) !important;
}
@media (min-width: 767px) {
  form.mktoForm.mkto-js-embed .mktoTandCRow.mktoTandCRow {
    padding: 0 !important;
  }
}
form.mktoForm.mkto-js-embed .mktoTandCRow.mktoTandCRow a {
  color: inherit;
  text-decoration: underline;
}
form.mktoForm.mkto-js-embed .mktoTandCRow.mktoTandCRow a:hover, form.mktoForm.mkto-js-embed .mktoTandCRow.mktoTandCRow a:focus:hover {
  color: var(--red100) !important;
  text-decoration: none;
  outline: none;
}
form.mktoForm.mkto-js-embed .mktoTandCRow.mktoTandCRow a:focus {
  color: var(--grey200) !important;
  text-decoration: underline;
  outline: none;
}
form.mktoForm.mkto-js-embed .mktoTandCRow.mktoTandCRow .mktoFieldWrap {
  max-height: 100%;
}
form.mktoForm.mkto-js-embed .mktoLabel.is-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
form.mktoForm.mkto-js-embed .mktoLabel .mktoAsterix {
  display: none;
}
form.mktoForm.mkto-js-embed .mktoInstruction {
  display: none;
}
form.mktoForm.mkto-js-embed .mktoLabel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center !important;
  font-family: "HaasGrotDisp-75", "Arial", sans-serif;
  font-size: 22px;
  line-height: 28px;
  width: 100% !important;
  color: var(--grey200);
  pointer-events: none;
  padding: 0;
  white-space: nowrap;
  max-width: 235px;
  overflow: hidden;
  display: none;
}
form.mktoForm.mkto-js-embed .mktoLabel[for=Country] {
  font-family: "HaasGrotDisp-65", "Arial", sans-serif;
  font-weight: normal;
  display: block;
}
form.mktoForm.mkto-js-embed .focused .mktoLabel[for=Country] {
  font-family: "HaasGrotDisp-75", "Arial", sans-serif;
  color: var(--red100);
}
form.mktoForm.mkto-js-embed .hide-label .mktoLabel:not([for=Country]) {
  display: none;
}
form.mktoForm.mkto-js-embed .mktoField {
  font-family: "HaasGrotDisp-75", "Arial", sans-serif;
  padding: 10px;
  font-size: 22px;
  line-height: 28px;
  color: var(--red100);
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: center;
  width: 100% !important;
}
form.mktoForm.mkto-js-embed .mktoField::-ms-clear {
  display: none;
}
form.mktoForm.mkto-js-embed .mktoField::-moz-placeholder {
  font-family: "HaasGrotDisp-65", "Arial", sans-serif;
  opacity: 1;
  color: var(--grey100);
}
form.mktoForm.mkto-js-embed .mktoField:-moz-placeholder {
  font-family: "HaasGrotDisp-65", "Arial", sans-serif;
  opacity: 1;
  color: var(--grey100);
}
form.mktoForm.mkto-js-embed .mktoField::-webkit-input-placeholder {
  font-family: "HaasGrotDisp-65", "Arial", sans-serif;
  opacity: 1;
  color: var(--grey100);
}
form.mktoForm.mkto-js-embed .mktoField:-ms-input-placeholder {
  font-family: "HaasGrotDisp-65", "Arial", sans-serif;
  opacity: 1;
  color: var(--grey100);
}
form.mktoForm.mkto-js-embed .mktoField:focus,
form.mktoForm.mkto-js-embed input.mktoField:focus {
  outline: none;
}
form.mktoForm.mkto-js-embed .mktoField:focus::-moz-placeholder {
  opacity: 0;
}
form.mktoForm.mkto-js-embed .mktoField:focus:-moz-placeholder {
  opacity: 0;
}
form.mktoForm.mkto-js-embed .mktoField:focus::-webkit-input-placeholder {
  opacity: 0;
}
form.mktoForm.mkto-js-embed .mktoField:focus:-ms-input-placeholder {
  opacity: 0;
}
form.mktoForm.mkto-js-embed .hide-label .mktoLabel[for=Country] {
  color: var(--red100);
}
form.mktoForm.mkto-js-embed select.mktoField {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: none;
  color: var(--grey100);
  font-family: "HaasGrotDisp-75", "Arial", sans-serif;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
form.mktoForm.mkto-js-embed select.mktoField option {
  font-size: 22px;
  color: var(--grey100);
}
form.mktoForm.mkto-js-embed .hide-label select option:first-child {
  display: none;
}
form.mktoForm.mkto-js-embed .mktoFormRow select.mktoField::-ms-expand {
  display: none;
}
form.mktoForm.mkto-js-embed .mktoFormRow select.mktoField::-ms-value {
  background: transparent;
}
form.mktoForm.mkto-js-embed .mktoFormRow .mktoField:-webkit-autofill,
form.mktoForm.mkto-js-embed .mktoFormRow .mktoField:-webkit-autofill:hover,
form.mktoForm.mkto-js-embed .mktoFormRow .mktoField:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-text-fill-color: var(--red100);
}
form.mktoForm.mkto-js-embed .mktoFormRow .mktoField:-webkit-autofill::first-line {
  font-family: "HaasGrotDisp-75", "Arial", sans-serif;
  font-size: 22px;
}
form.mktoForm.mkto-js-embed .mktoButtonRow {
  width: 100%;
  padding: 0 1rem;
}
form.mktoForm.mkto-js-embed .mktoButtonRow.mktoForm--hidden {
  display: none;
}
form.mktoForm.mkto-js-embed .mktoButtonRow .mktoButtonWrap {
  margin: 0 auto !important;
  display: block;
  text-align: center;
}
form.mktoForm.mkto-js-embed .mktoButton {
  height: 50px;
  max-width: 255px;
  width: 100%;
  background-color: var(--red100) !important;
  background: var(--red100) !important;
  border-radius: 35.3px !important;
  border: none !important;
  color: var(--white);
  font-family: "HaasGrotDisp-65", "Arial", sans-serif !important;
  font-size: 21px !important;
  transition: all 0.3s ease-in-out 0s;
}
form.mktoForm.mkto-js-embed .mktoButton:hover,
form.mktoForm.mkto-js-embed .mktoButton:focus {
  opacity: 0.7;
  outline: none;
}
form.mktoForm.mkto-js-embed .mktoError {
  background: var(--red100);
  color: var(--white);
  position: absolute;
  min-width: 140px;
  width: 100%;
  top: 105% !important;
  bottom: auto !important;
  left: 0;
  z-index: 5;
  border-radius: 4px;
}
form.mktoForm.mkto-js-embed .mktoError .mktoErrorArrow::before {
  content: "!";
  position: absolute;
  display: block;
  font-family: "HaasGrotDisp-65", "Arial", sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  color: var(--white);
  margin-left: 10px;
  border: 1px solid var(--white);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: 3px;
}
form.mktoForm.mkto-js-embed .mktoError .mktoErrorMsg {
  font-family: "HaasGrotDisp-65", "Arial", sans-serif;
  font-size: 11px;
  line-height: 21px;
  padding: 0 1rem !important;
  text-align: left;
  margin-left: 20px;
}

.mkto-js-embed--wrapper .ty-message {
  display: none;
  padding: 6rem 0;
}
.mkto-js-embed--wrapper .ty-message[data-status=true] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 60rem;
  margin: 0 auto;
}
.mkto-js-embed--wrapper .ty-message--headings {
  order: 2;
}
.mkto-js-embed--wrapper .ty-message--support-asset {
  order: 1;
}
.mkto-js-embed--wrapper .ty-message--support-asset img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 350px;
  padding: 0 0 3.2rem;
}
.mkto-js-embed--wrapper .ty-message--title, .mkto-js-embed--wrapper .ty-message--subtitle {
  text-align: center !important;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  letter-spacing: 0.3px !important;
  text-transform: initial !important;
}
.mkto-js-embed--wrapper .ty-message--title {
  margin: 0 0 1.2rem !important;
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  color: var(--black100) !important;
}
.mkto-js-embed--wrapper .ty-message--subtitle {
  margin: 0 0 1.6rem !important;
  font-size: 2.5rem !important;
  font-weight: 400 !important;
  color: var(--text) !important;
}

.post_content .enlighter-default {
  padding: 2.4rem 1rem;
}

.enlighter-tooltip {
  z-index: 100;
}

.enlighter-default {
  font-family: "Source Code Pro", "Liberation Mono", "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 1.35em;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  text-align: left;
  direction: ltr;
}

.enlighter-default .enlighter-special:hover {
  background-color: #f4f8fc;
}

.enlighter-default .enlighter-raw {
  display: none;
  min-width: 100%;
  line-height: inherit;
  font-size: 1em;
  font-family: inherit;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: none;
  box-shadow: none;
}

.enlighter-default:hover .enlighter-toolbar {
  display: block;
}

.enlighter-default .enlighter-btn {
  display: inline-block;
  margin: 0 5px 0 5px;
  padding: 3px 5px 3px 5px;
  border: solid 1px #333;
  background-color: #f0f0f0;
  cursor: pointer;
  font-family: inherit;
}

.enlighter-origin {
  display: none !important;
}

.enlighter-clipboard {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.enlighter-v-inline {
  display: inline-block;
  overflow: inherit;
  margin: 0;
}

.enlighter-v-standard {
  display: block;
}

.enlighter-v-codegroup {
  display: block;
}

.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  position: relative;
}

div.enlighter {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  min-width: 100%;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-indent: 0;
  counter-reset: enlighter 0;
}

div.enlighter > div {
  display: table-row;
  margin: 0;
  border: solid 0 #fff;
  list-style: none;
  font-size: inherit;
  line-height: 1.15em;
  min-height: 14px;
}

div.enlighter > div > div {
  display: table-cell;
  padding-left: 10px;
}

div.enlighter > div > div::before {
  content: " ";
}

span.enlighter {
  display: inline-block;
  padding: 3px 5px 1px 5px;
  margin: 0 2px 0 2px;
}

.enlighter span {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: 1em;
  font-family: inherit;
}

.enlighter-linenumbers div.enlighter > div::before {
  white-space: nowrap;
  display: block;
  display: table-cell;
  width: 45px;
  min-width: 45px;
  counter-increment: enlighter;
  content: counter(enlighter, decimal) ".";
  text-align: right;
  padding-right: 8px;
}

.enlighter-toolbar {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.enlighter-toolbar-bottom {
  top: unset;
  bottom: 0;
}

.enlighter-overflow-scroll.enlighter-v-standard {
  overflow-x: auto;
  word-wrap: normal !important;
}

.enlighter-overflow-scroll.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  overflow-x: auto;
  word-wrap: normal !important;
}

.enlighter-overflow-scroll.enlighter-v-codegroup .enlighter > div > div,
.enlighter-overflow-scroll.enlighter-v-standard .enlighter > div > div {
  white-space: pre !important;
}

.enlighter-overflow-scroll.enlighter-v-codegroup .enlighter-raw,
.enlighter-overflow-scroll.enlighter-v-standard .enlighter-raw {
  white-space: pre !important;
}

.enlighter-collapse.enlighter-v-standard {
  overflow-y: auto;
  max-height: 500px;
}

.enlighter-collapse.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  overflow-y: auto;
  max-height: 500px;
}

.enlighter-collapse.enlighter-collapse-full.enlighter-v-standard {
  max-height: none;
}

.enlighter-collapse.enlighter-collapse-full.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  max-height: none;
}

.enlighter-show-rawcode .enlighter-raw {
  display: block;
}

.enlighter-show-rawcode .enlighter {
  display: none !important;
}

.enlighter-t-enlighter {
  color: #939393;
  border-radius: 8px;
  border: solid 1px #e0e0e0;
}

.enlighter-t-enlighter .enlighter-btn {
  border-radius: 3px;
  background-color: #fff;
  color: #717171;
  font-size: 1em;
  padding: 0;
  border: 1px solid #e0e0e0;
  margin: 0 0 0 8px;
  text-decoration: none;
  width: 23px;
  height: 23px;
  background-position: 0 0;
  background-size: contain;
}

.enlighter-t-enlighter .enlighter-btn:hover {
  border-color: #c9c9c9;
}

.enlighter-t-enlighter .enlighter-btn:after {
  content: "";
}

.enlighter-t-enlighter.enlighter-hover.enlighter-linenumbers div.enlighter > div:hover {
  color: #444;
  background-color: #fffcd3;
}

.enlighter-t-enlighter.enlighter-hover div.enlighter > div:hover {
  color: #444;
  background-color: #fffcd3;
}

.enlighter-t-enlighter .enlighter-raw {
  font-size: 1em;
  color: #000;
  background-color: #f9f9f9;
  border-radius: 8px;
  line-height: 1.4em;
  padding: 0 5px 0 60px;
}

.enlighter-t-enlighter div.enlighter > div {
  border: solid 0 #fff;
  line-height: 1.35em;
  color: #aaa;
}

.enlighter-t-enlighter div.enlighter > div:first-child {
  border-radius: 8px 8px 0 0;
}

.enlighter-t-enlighter div.enlighter > div:last-child {
  border-radius: 0 0 8px 8px;
}

.enlighter-t-enlighter div.enlighter > div.enlighter-special {
  background-color: #fdf5f0;
}

.enlighter-t-enlighter.enlighter-linenumbers div.enlighter > div::before {
  border-right: solid 1px #e0e0e0;
  background-color: #f9f9f9;
}

.enlighter-t-enlighter.enlighter-linenumbers div.enlighter > div:first-child::before {
  border-radius: 8px 0 0 0;
}

.enlighter-t-enlighter.enlighter-linenumbers div.enlighter > div:last-child::before {
  border-radius: 0 0 0 8px;
}

.enlighter-t-enlighter .enlighter-text {
  color: #000;
}

.enlighter-t-enlighter .enlighter-c0 {
  color: #99a;
}

.enlighter-t-enlighter .enlighter-c1 {
  color: #99a;
}

.enlighter-t-enlighter .enlighter-c2 {
  color: #99a;
}

.enlighter-t-enlighter .enlighter-c9 {
  color: #9baa8f;
}

.enlighter-t-enlighter .enlighter-k0 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-k1 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-k2 {
  color: #458;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-k3 {
  color: #4da0d2;
  background-color: #f0f0f0;
}

.enlighter-t-enlighter .enlighter-k4 {
  color: #4a9141;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-k5 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-k6 {
  color: #286491;
  font-style: italic;
}

.enlighter-t-enlighter .enlighter-k7 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-k8 {
  color: #4da0d2;
}

.enlighter-t-enlighter .enlighter-k9 {
  color: #990073;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-k10 {
  color: #4a9141;
  font-style: italic;
}

.enlighter-t-enlighter .enlighter-k11 {
  color: #99a;
}

.enlighter-t-enlighter .enlighter-e0 {
  color: #34068a;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-e1 {
  color: #34068a;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-e2 {
  color: #009926;
}

.enlighter-t-enlighter .enlighter-e3 {
  color: #286491;
}

.enlighter-t-enlighter .enlighter-e4 {
  color: #ff8c00;
  font-style: italic;
}

.enlighter-t-enlighter .enlighter-s0 {
  color: #d14;
}

.enlighter-t-enlighter .enlighter-s1 {
  color: #d14;
}

.enlighter-t-enlighter .enlighter-s2 {
  color: #d14;
}

.enlighter-t-enlighter .enlighter-s3 {
  color: #737383;
}

.enlighter-t-enlighter .enlighter-s4 {
  color: #ff8c00;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-s5 {
  color: #d14;
  font-style: italic;
}

.enlighter-t-enlighter .enlighter-n0 {
  color: #099;
}

.enlighter-t-enlighter .enlighter-n1 {
  color: #099;
}

.enlighter-t-enlighter .enlighter-n2 {
  color: #099;
  font-style: italic;
}

.enlighter-t-enlighter .enlighter-n3 {
  color: #099;
  font-style: italic;
}

.enlighter-t-enlighter .enlighter-n4 {
  color: #099;
  font-style: italic;
}

.enlighter-t-enlighter .enlighter-n5 {
  color: #099;
  text-decoration: underline;
}

.enlighter-t-enlighter .enlighter-m0 {
  color: #0086b3;
}

.enlighter-t-enlighter .enlighter-m1 {
  color: #0086b3;
}

.enlighter-t-enlighter .enlighter-m2 {
  color: #0086b3;
}

.enlighter-t-enlighter .enlighter-m3 {
  color: #0086b3;
}

.enlighter-t-enlighter .enlighter-g0 {
  color: #777;
}

.enlighter-t-enlighter .enlighter-g1 {
  color: #777;
}

.enlighter-t-enlighter .enlighter-t0 {
  color: #777;
}

.enlighter-t-enlighter .enlighter-t1 {
  color: #d14;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-t2 {
  color: #990073;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-t3 {
  color: #0086b3;
}

.enlighter-t-enlighter .enlighter-t4 {
  color: #009926;
}

.enlighter-t-enlighter .enlighter-t5 {
  color: #009926;
}

.enlighter-t-enlighter .enlighter-t6 {
  color: #d14;
}

.enlighter-t-enlighter .enlighter-t7 {
  color: #535353;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-t8 {
  color: #777;
  background-color: #f0f0f0;
  font-style: italic;
}

.enlighter-t-enlighter .enlighter-x1 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-x2 {
  color: #4da0d2;
}

.enlighter-t-enlighter .enlighter-x10 {
  color: #000;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-x11 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-enlighter .enlighter-x12 {
  color: #286491;
  text-decoration: underline;
}

.enlighter-t-enlighter .enlighter-x13 {
  color: #0086b3;
}

.enlighter-t-enlighter .enlighter-x14 {
  color: #099;
  font-style: italic;
}

.enlighter-t-enlighter .enlighter-x15 {
  color: #990073;
  font-style: italic;
}

.enlighter-t-enlighter.enlighter-v-inline {
  border-radius: 3px;
  background-color: #fafafa;
}

.enlighter-t-enlighter.enlighter-v-codegroup .enlighter,
.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-raw {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.enlighter-t-enlighter.enlighter-v-codegroup .enlighter div:first-child {
  border-radius: 0;
}

.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  position: relative;
}

.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-codegroup-switch {
  border-radius: 8px 8px 0 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 5px 5px 45px;
}

.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  padding: 3px 10px 3px 10px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  font-size: 1em;
  color: #000;
  background-color: transparent;
  width: auto;
}

.enlighter-t-enlighter.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  background-color: #e5e5e5;
  color: #000;
  border-color: #c9c9c9;
}

.enlighter-t-beyond {
  color: #333;
  background-color: #f7f7fa;
  border-radius: 5px;
  border: solid 2px #e2e2e8;
  padding: 10px 10px 10px 5px;
}

.enlighter-t-beyond .enlighter-btn {
  border-radius: 3px;
  background-color: #fff;
  color: #717171;
  padding: 0;
  border: 1px solid #e0e0e0;
  margin: 0 0 0 8px;
  width: 23px;
  height: 23px;
  background-position: 0 0;
  background-size: contain;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
}

.enlighter-t-beyond .enlighter-btn:hover {
  border-color: #c9c9c9;
}

.enlighter-t-beyond .enlighter-btn:after {
  content: "";
}

.enlighter-t-beyond.enlighter-hover div.enlighter > div:hover {
  color: #444;
  background-color: #fff;
}

.enlighter-t-beyond.enlighter-hover div.enlighter > div:hover.enlighter-special {
  background-color: #fffcd3;
  border: solid 0 #fff;
  color: #444;
}

.enlighter-t-beyond .enlighter-raw {
  background-color: #f7f7fa;
  font-size: 1.1em;
  color: #333;
  padding: 10px 15px 10px 59px;
  line-height: 1.7em;
}

.enlighter-t-beyond div.enlighter > div {
  border: solid 0 #fff;
  padding: 1px 5px 1px 10px;
  line-height: 1.5em;
  color: #aaa;
  background-color: #f7f7fa;
}

.enlighter-t-beyond div.enlighter > div:first-child {
  border-radius: 8px 8px 0 0;
}

.enlighter-t-beyond div.enlighter > div:last-child {
  border-radius: 0 0 8px 8px;
}

.enlighter-t-beyond div.enlighter > div:after {
  content: " ";
}

.enlighter-t-beyond div.enlighter > div.enlighter-special {
  background-color: #fff;
}

.enlighter-t-beyond.enlighter-linenumbers div.enlighter > div::before {
  padding: 1px 5px 1px 14px;
  font-size: 0.9em;
}

.enlighter-t-beyond.enlighter-linenumbers div.enlighter > div:first-child::before {
  border-radius: 0 8px 0 0;
}

.enlighter-t-beyond.enlighter-linenumbers div.enlighter > div:last-child::before {
  border-radius: 0 0 8px 0;
}

.enlighter-t-beyond .enlighter span {
  font-size: 1.1em;
}

.enlighter-t-beyond .enlighter-text {
  color: #2f3235;
}

.enlighter-t-beyond .enlighter-c0 {
  color: #8181a1;
}

.enlighter-t-beyond .enlighter-c1 {
  color: #8181a1;
}

.enlighter-t-beyond .enlighter-c2 {
  color: #8181a1;
}

.enlighter-t-beyond .enlighter-c9 {
  color: #8181a1;
}

.enlighter-t-beyond .enlighter-k0 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-k1 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-k2 {
  color: #458;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-k3 {
  color: #4da0d2;
  background-color: #f0f0f0;
}

.enlighter-t-beyond .enlighter-k4 {
  color: #4a9141;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-k5 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-k6 {
  color: #286491;
  font-style: italic;
}

.enlighter-t-beyond .enlighter-k7 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-k8 {
  color: #4da0d2;
}

.enlighter-t-beyond .enlighter-k9 {
  color: #990073;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-k10 {
  color: #4a9141;
  font-style: italic;
}

.enlighter-t-beyond .enlighter-k11 {
  color: #8181a1;
}

.enlighter-t-beyond .enlighter-e0 {
  color: #34068a;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-e1 {
  color: #34068a;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-e2 {
  color: #009926;
}

.enlighter-t-beyond .enlighter-e3 {
  color: #286491;
}

.enlighter-t-beyond .enlighter-e4 {
  color: #049595;
  font-style: italic;
}

.enlighter-t-beyond .enlighter-s0 {
  color: #d14;
}

.enlighter-t-beyond .enlighter-s1 {
  color: #d14;
}

.enlighter-t-beyond .enlighter-s2 {
  color: #d14;
}

.enlighter-t-beyond .enlighter-s3 {
  color: #737383;
}

.enlighter-t-beyond .enlighter-s4 {
  color: #049595;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-s5 {
  color: #d14;
  font-style: italic;
}

.enlighter-t-beyond .enlighter-n0 {
  color: #099;
}

.enlighter-t-beyond .enlighter-n1 {
  color: #099;
}

.enlighter-t-beyond .enlighter-n2 {
  color: #099;
  font-style: italic;
}

.enlighter-t-beyond .enlighter-n3 {
  color: #099;
  font-style: italic;
}

.enlighter-t-beyond .enlighter-n4 {
  color: #099;
  font-style: italic;
}

.enlighter-t-beyond .enlighter-n5 {
  color: #099;
  text-decoration: underline;
}

.enlighter-t-beyond .enlighter-m0 {
  color: #0086b3;
}

.enlighter-t-beyond .enlighter-m1 {
  color: #0086b3;
}

.enlighter-t-beyond .enlighter-m2 {
  color: #0086b3;
}

.enlighter-t-beyond .enlighter-m3 {
  color: #0086b3;
}

.enlighter-t-beyond .enlighter-g0 {
  color: #777;
}

.enlighter-t-beyond .enlighter-g1 {
  color: #777;
}

.enlighter-t-beyond .enlighter-t0 {
  color: #777;
}

.enlighter-t-beyond .enlighter-t1 {
  color: #d14;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-t2 {
  color: #990073;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-t3 {
  color: #0086b3;
}

.enlighter-t-beyond .enlighter-t4 {
  color: #009926;
}

.enlighter-t-beyond .enlighter-t5 {
  color: #009926;
}

.enlighter-t-beyond .enlighter-t6 {
  color: #d14;
}

.enlighter-t-beyond .enlighter-t7 {
  color: #535353;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-t8 {
  color: #777;
  background-color: #f0f0f0;
  font-style: italic;
}

.enlighter-t-beyond .enlighter-x1 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-x2 {
  color: #4da0d2;
}

.enlighter-t-beyond .enlighter-x10 {
  color: #000;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-x11 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-beyond .enlighter-x12 {
  color: #286491;
  text-decoration: underline;
}

.enlighter-t-beyond .enlighter-x13 {
  color: #0086b3;
}

.enlighter-t-beyond .enlighter-x14 {
  color: #099;
  font-style: italic;
}

.enlighter-t-beyond .enlighter-x15 {
  color: #990073;
  font-style: italic;
}

.enlighter-t-beyond.enlighter-v-inline {
  border-radius: 3px;
  background-color: #f7f7fa;
  border: dotted 1px #e2e2e8;
  padding: 0;
}

.enlighter-t-beyond.enlighter-v-codegroup {
  padding: 0;
  border: none;
}

.enlighter-t-beyond.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  background-color: #f7f7fa;
  border-radius: 5px;
  border: solid 2px #e2e2e8;
  padding: 10px 10px 10px 5px;
}

.enlighter-t-beyond.enlighter-v-codegroup .enlighter-codegroup-switch {
  background-color: #fff;
  padding: 0 0 0 45px;
}

.enlighter-t-beyond.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  border: solid 2px #e2e2e8;
  border-radius: 5px 5px 0 0;
  font-size: 1em;
  color: #286491;
  font-weight: 700;
  background-color: #fff;
  border-bottom: none;
  padding: 3px 10px 3px 10px;
  width: auto;
}

.enlighter-t-beyond.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  background-color: #e2e2e8;
  border-color: #d8d8dd;
  color: #505050;
  font-weight: 700;
}

.enlighter-t-classic {
  background-color: #fff;
  border: 1px solid #e8e8e2;
}

.enlighter-t-classic .enlighter-btn {
  background-color: #fff;
  color: #717171;
  font-size: 1em;
  padding: 0;
  border: 1px solid #e0e0e0;
  margin: 0 0 0 8px;
  text-decoration: none;
  width: 23px;
  height: 23px;
  background-position: 0 0;
  background-size: contain;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
}

.enlighter-t-classic .enlighter-btn:hover {
  border-color: #c9c9c9;
}

.enlighter-t-classic .enlighter-btn:after {
  content: "";
}

.enlighter-t-classic.enlighter-hover div.enlighter > div:hover {
  background-color: #ddf0dd;
}

.enlighter-t-classic .enlighter-raw {
  font-size: 1.25em;
  color: #000;
  line-height: 1.85em;
  padding: 4px 5px 4px 58px;
}

.enlighter-t-classic div.enlighter {
  line-height: 1.7em;
}

.enlighter-t-classic div.enlighter > div {
  padding: 1px 5px 1px 14px;
  line-height: 1.7em;
  color: #aaa;
}

.enlighter-t-classic div.enlighter > div > div {
  border-left: solid 4px #52ce52;
}

.enlighter-t-classic div.enlighter > div:first-child {
  padding-top: 5px;
}

.enlighter-t-classic div.enlighter > div:last-child {
  padding-bottom: 5px;
}

.enlighter-t-classic div.enlighter > div:after {
  content: " ";
}

.enlighter-t-classic div.enlighter > div:nth-child(even) {
  background-color: #f8f8f8;
}

.enlighter-t-classic div.enlighter > div.enlighter-special {
  background-color: #edf9ec;
  border-left-color: #3fa03f;
}

.enlighter-t-classic.enlighter-linenumbers div.enlighter > div::before {
  padding: 1px 5px 1px 14px;
  color: #000;
  background-color: #f8f8f8;
  font-size: 1.15em;
  width: 55px;
  min-width: 55px;
}

.enlighter-t-classic .enlighter span {
  font-size: 1.25em;
}

.enlighter-t-classic .enlighter-text {
  color: #000;
}

.enlighter-t-classic .enlighter-c0 {
  color: #888;
}

.enlighter-t-classic .enlighter-c1 {
  color: #888;
}

.enlighter-t-classic .enlighter-c2 {
  color: #888;
}

.enlighter-t-classic .enlighter-c9 {
  color: #888;
}

.enlighter-t-classic .enlighter-k0 {
  color: #066da1;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-k1 {
  color: #066da1;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-k2 {
  color: #404247;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-k3 {
  color: #404247;
  background-color: #f0f0f0;
}

.enlighter-t-classic .enlighter-k4 {
  color: #404247;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-k5 {
  color: #404247;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-k6 {
  color: #066da1;
  font-style: italic;
}

.enlighter-t-classic .enlighter-k7 {
  color: #066da1;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-k8 {
  color: #404247;
}

.enlighter-t-classic .enlighter-k9 {
  color: #d53aa9;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-k10 {
  color: #404247;
  font-style: italic;
}

.enlighter-t-classic .enlighter-k11 {
  color: #888;
}

.enlighter-t-classic .enlighter-e0 {
  color: #d53aa9;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-e1 {
  color: #d53aa9;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-e2 {
  color: #009926;
}

.enlighter-t-classic .enlighter-e3 {
  color: #d53aa9;
}

.enlighter-t-classic .enlighter-e4 {
  color: #d53aa9;
  font-style: italic;
}

.enlighter-t-classic .enlighter-s0 {
  color: #2d47e6;
}

.enlighter-t-classic .enlighter-s1 {
  color: #2d47e6;
}

.enlighter-t-classic .enlighter-s2 {
  color: #2d47e6;
}

.enlighter-t-classic .enlighter-s3 {
  color: #2d47e6;
}

.enlighter-t-classic .enlighter-s4 {
  color: #2d47e6;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-s5 {
  color: #d53aa9;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-n0 {
  color: #d53aa9;
}

.enlighter-t-classic .enlighter-n1 {
  color: #d53aa9;
}

.enlighter-t-classic .enlighter-n2 {
  color: #d53aa9;
}

.enlighter-t-classic .enlighter-n3 {
  color: #d53aa9;
}

.enlighter-t-classic .enlighter-n4 {
  color: #d53aa9;
}

.enlighter-t-classic .enlighter-n5 {
  color: #d53aa9;
}

.enlighter-t-classic .enlighter-m0 {
  color: #404247;
}

.enlighter-t-classic .enlighter-m1 {
  color: #404247;
}

.enlighter-t-classic .enlighter-m2 {
  color: #404247;
}

.enlighter-t-classic .enlighter-m3 {
  color: #404247;
}

.enlighter-t-classic .enlighter-g0 {
  color: #444;
}

.enlighter-t-classic .enlighter-g1 {
  color: #444;
}

.enlighter-t-classic .enlighter-t0 {
  color: #444;
}

.enlighter-t-classic .enlighter-t1 {
  color: #d53aa9;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-t2 {
  color: #d53aa9;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-t3 {
  color: #066da1;
}

.enlighter-t-classic .enlighter-t4 {
  color: #009926;
}

.enlighter-t-classic .enlighter-t5 {
  color: #009926;
}

.enlighter-t-classic .enlighter-t6 {
  color: #d53aa9;
}

.enlighter-t-classic .enlighter-t7 {
  color: #444;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-t8 {
  color: #444;
  background-color: #f0f0f0;
  font-style: italic;
}

.enlighter-t-classic .enlighter-x1 {
  color: #066da1;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-x2 {
  color: #404247;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-x10 {
  color: #000;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-x11 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-classic .enlighter-x12 {
  color: #286491;
  text-decoration: underline;
}

.enlighter-t-classic .enlighter-x13 {
  color: #0086b3;
}

.enlighter-t-classic .enlighter-x14 {
  color: #099;
  font-style: italic;
}

.enlighter-t-classic .enlighter-x15 {
  color: #990073;
  font-style: italic;
}

.enlighter-t-classic.enlighter-v-inline {
  background-color: transparent;
  border: none;
  padding: 0;
}

.enlighter-t-classic.enlighter-v-codegroup {
  display: block;
}

.enlighter-t-classic.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  position: relative;
}

.enlighter-t-classic.enlighter-v-codegroup .enlighter-codegroup-switch {
  background-color: #f8f8f8;
  padding-left: 45px;
}

.enlighter-t-classic.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  border: none;
  font-size: 1.25em;
  line-height: 2.1em;
  width: auto;
  height: auto;
  background-color: transparent;
  padding: 5px 10px 5px 10px;
}

.enlighter-t-classic.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  background-color: #52ce52;
  color: #f9f9f9;
  font-weight: 700;
}

.enlighter-t-godzilla {
  border-left: solid 6px #4a80b3;
  background-repeat: repeat;
  background-position: 0 0;
}

.enlighter-t-godzilla .enlighter-btn {
  border-radius: 3px;
  background-color: #fff;
  color: #717171;
  font-size: 1em;
  padding: 0;
  border: 1px solid #e0e0e0;
  margin: 0 0 0 8px;
  text-decoration: none;
  width: 23px;
  height: 23px;
  background-position: 0 0;
  background-size: contain;
}

.enlighter-t-godzilla .enlighter-btn:hover {
  border-color: #c9c9c9;
}

.enlighter-t-godzilla .enlighter-btn:after {
  content: "";
}

.enlighter-t-godzilla.enlighter-hover div.enlighter > div:hover {
  background-color: #f0f0f1;
}

.enlighter-t-godzilla .enlighter-raw {
  font-size: 1.15em;
  line-height: 1.6em;
  color: #2b333a;
  padding: 4px 5px 4px 54px;
}

.enlighter-t-godzilla div.enlighter > div {
  padding: 1px 5px 1px 14px;
  line-height: 1.35em;
  color: #9c9ea0;
}

.enlighter-t-godzilla div.enlighter > div:first-child {
  padding-top: 5px;
}

.enlighter-t-godzilla div.enlighter > div:last-child {
  padding-bottom: 5px;
}

.enlighter-t-godzilla div.enlighter > div:after {
  content: " ";
}

.enlighter-t-godzilla div.enlighter > div.enlighter-special {
  background-color: #fffcd3;
}

.enlighter-t-godzilla.enlighter-linenumbers div.enlighter > div::before {
  padding: 1px 5px 1px 14px;
  background-color: transparent;
  font-size: 0.9em;
}

.enlighter-t-godzilla .enlighter span {
  font-size: 1.15em;
}

.enlighter-t-godzilla .enlighter-text {
  color: #2b333a;
}

.enlighter-t-godzilla .enlighter-c0 {
  color: #6b7c8b;
}

.enlighter-t-godzilla .enlighter-c1 {
  color: #6b7c8b;
}

.enlighter-t-godzilla .enlighter-c2 {
  color: #6b7c8b;
}

.enlighter-t-godzilla .enlighter-c9 {
  color: #5b7c9c;
}

.enlighter-t-godzilla .enlighter-k0 {
  color: #085789;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-k1 {
  color: #085789;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-k2 {
  color: #4284ae;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-k3 {
  color: #4284ae;
  background-color: #f0f0f0;
}

.enlighter-t-godzilla .enlighter-k4 {
  color: #4284ae;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-k5 {
  color: #085789;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-k6 {
  color: #085789;
  font-style: italic;
}

.enlighter-t-godzilla .enlighter-k7 {
  color: #085789;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-k8 {
  color: #4284ae;
}

.enlighter-t-godzilla .enlighter-k9 {
  color: #ae42a0;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-k10 {
  color: #ae42a0;
  font-style: italic;
}

.enlighter-t-godzilla .enlighter-k11 {
  color: #6b7c8b;
}

.enlighter-t-godzilla .enlighter-e0 {
  color: #085789;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-e1 {
  color: #085789;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-e2 {
  color: #085789;
}

.enlighter-t-godzilla .enlighter-e3 {
  color: #085789;
}

.enlighter-t-godzilla .enlighter-e4 {
  color: #d2901d;
}

.enlighter-t-godzilla .enlighter-s0 {
  color: #5e860f;
}

.enlighter-t-godzilla .enlighter-s1 {
  color: #5e860f;
}

.enlighter-t-godzilla .enlighter-s2 {
  color: #5e860f;
}

.enlighter-t-godzilla .enlighter-s3 {
  color: #5e860f;
}

.enlighter-t-godzilla .enlighter-s4 {
  color: #5e860f;
}

.enlighter-t-godzilla .enlighter-s5 {
  color: #5e860f;
}

.enlighter-t-godzilla .enlighter-n0 {
  color: #9b0d5c;
}

.enlighter-t-godzilla .enlighter-n1 {
  color: #9b0d5c;
}

.enlighter-t-godzilla .enlighter-n2 {
  color: #9b0d5c;
  font-style: italic;
}

.enlighter-t-godzilla .enlighter-n3 {
  color: #9b0d5c;
  font-style: italic;
}

.enlighter-t-godzilla .enlighter-n4 {
  color: #9b0d5c;
  font-style: italic;
}

.enlighter-t-godzilla .enlighter-n5 {
  color: #9b0d5c;
  text-decoration: underline;
}

.enlighter-t-godzilla .enlighter-m0 {
  color: #d0284a;
}

.enlighter-t-godzilla .enlighter-m1 {
  color: #d0284a;
}

.enlighter-t-godzilla .enlighter-m2 {
  color: #d0284a;
}

.enlighter-t-godzilla .enlighter-m3 {
  color: #d0284a;
}

.enlighter-t-godzilla .enlighter-g0 {
  color: #35434c;
}

.enlighter-t-godzilla .enlighter-g1 {
  color: #35434c;
}

.enlighter-t-godzilla .enlighter-t0 {
  color: #35434c;
}

.enlighter-t-godzilla .enlighter-t1 {
  color: #d0284a;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-t2 {
  color: #9b0d5c;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-t3 {
  color: #085789;
}

.enlighter-t-godzilla .enlighter-t4 {
  color: #085789;
}

.enlighter-t-godzilla .enlighter-t5 {
  color: #085789;
}

.enlighter-t-godzilla .enlighter-t6 {
  color: #d0284a;
}

.enlighter-t-godzilla .enlighter-t7 {
  color: #35434c;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-t8 {
  color: #35434c;
  background-color: #f0f0f0;
  font-style: italic;
}

.enlighter-t-godzilla .enlighter-x1 {
  color: #085789;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-x2 {
  color: #4284ae;
}

.enlighter-t-godzilla .enlighter-x10 {
  color: #35434c;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-x11 {
  color: #085789;
  font-weight: 700;
}

.enlighter-t-godzilla .enlighter-x12 {
  color: #085789;
  text-decoration: underline;
}

.enlighter-t-godzilla .enlighter-x13 {
  color: #4284ae;
}

.enlighter-t-godzilla .enlighter-x14 {
  color: #4284ae;
  font-style: italic;
}

.enlighter-t-godzilla .enlighter-x15 {
  color: #9b0d5c;
  font-style: italic;
}

.enlighter-t-godzilla.enlighter-v-inline {
  background-color: #f7f7f7;
  border: dotted 1px #e0e0e1;
  border-left: solid 2px #4a80b3;
}

.enlighter-t-godzilla.enlighter-v-codegroup .enlighter-codegroup-switch {
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  background-color: #4a80b3;
  padding: 5px 5px 5px 5px;
}

.enlighter-t-godzilla.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  padding: 3px 10px 3px 10px;
  border: none;
  background-color: transparent;
  line-height: 1.7em;
  font-size: 1.15em;
  color: #f0f0f0;
  width: auto;
}

.enlighter-t-godzilla.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  background-color: #00417f;
}

.enlighter-t-atomic {
  font-family: Inconsolata, Consolas, "Source Code Pro", "Liberation Mono", "Courier New", Courier, monospace;
  background-color: #272b33;
  font-size: 12px;
  color: #939393;
}

.enlighter-t-atomic .enlighter-toolbar {
  top: 10px;
  right: 10px;
}

.enlighter-t-atomic .enlighter-btn {
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  background-image: none;
  background-color: transparent;
  color: #939393;
  font-size: 1.1em;
  padding: 2px 8px 2px 8px;
  margin: 0 5px 0 5px;
  border: solid 1px #383e49;
  border-radius: 4px;
  background-color: #13151a;
}

.enlighter-t-atomic .enlighter-btn:hover {
  background-color: #121518;
  color: #f0f0f0;
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-raw {
  background-image: none;
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-raw:after {
  content: "Raw";
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-copy {
  background-image: none;
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-copy:after {
  content: "Copy";
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-window {
  background-image: none;
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-window:after {
  content: "Extern";
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-website {
  background-image: none;
}

.enlighter-t-atomic .enlighter-toolbar .enlighter-btn-website:after {
  content: "EnlighterJS";
}

.enlighter-t-atomic .enlighter-raw {
  font-size: 1.4em;
  color: #cfd5e0;
  background-color: #272b33;
  line-height: 1.85em;
  padding: 4px 5px 4px 54px;
}

.enlighter-t-atomic div.enlighter > div {
  padding: 1px 5px 1px 14px;
  line-height: 1.6em;
  color: #596174;
  background-color: #272b33;
}

.enlighter-t-atomic div.enlighter > div:first-child {
  padding-top: 5px;
}

.enlighter-t-atomic div.enlighter > div:last-child {
  padding-bottom: 5px;
}

.enlighter-t-atomic div.enlighter > div:after {
  content: " ";
}

.enlighter-t-atomic div.enlighter > div.enlighter-special {
  background-color: #392d3b;
}

.enlighter-t-atomic.enlighter-linenumbers div.enlighter > div::before {
  padding: 1px 5px 1px 14px;
  font-size: 1.3em;
}

.enlighter-t-atomic.enlighter-hover div.enlighter > div:hover {
  background-color: #2e353e;
}

.enlighter-t-atomic .enlighter span {
  font-size: 1.4em;
}

.enlighter-t-atomic .enlighter-text {
  color: #cfd5e0;
}

.enlighter-t-atomic .enlighter-c0 {
  color: #6b7c8b;
}

.enlighter-t-atomic .enlighter-c1 {
  color: #6b7c8b;
}

.enlighter-t-atomic .enlighter-c2 {
  color: #6b7c8b;
}

.enlighter-t-atomic .enlighter-c9 {
  color: #5b7c9c;
}

.enlighter-t-atomic .enlighter-k0 {
  color: #d171dd;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-k1 {
  color: #d171dd;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-k2 {
  color: #d19252;
  border-bottom: dotted 1px #d19252;
}

.enlighter-t-atomic .enlighter-k3 {
  color: #4284ae;
}

.enlighter-t-atomic .enlighter-k4 {
  color: #4284ae;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-k5 {
  color: #d171dd;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-k6 {
  color: #d171dd;
  font-style: italic;
}

.enlighter-t-atomic .enlighter-k7 {
  color: #d171dd;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-k8 {
  color: #4284ae;
}

.enlighter-t-atomic .enlighter-k9 {
  color: #fff;
}

.enlighter-t-atomic .enlighter-k10 {
  color: #4284ae;
  font-style: italic;
}

.enlighter-t-atomic .enlighter-k11 {
  color: #6b7c8b;
}

.enlighter-t-atomic .enlighter-e0 {
  color: #d171dd;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-e1 {
  color: #d171dd;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-e2 {
  color: #d19252;
}

.enlighter-t-atomic .enlighter-e3 {
  color: #ae42a0;
}

.enlighter-t-atomic .enlighter-e4 {
  color: #d2901d;
  font-style: italic;
}

.enlighter-t-atomic .enlighter-s0 {
  color: #7cc379;
}

.enlighter-t-atomic .enlighter-s1 {
  color: #7cc379;
}

.enlighter-t-atomic .enlighter-s2 {
  color: #7cc379;
}

.enlighter-t-atomic .enlighter-s3 {
  color: #7cc379;
}

.enlighter-t-atomic .enlighter-s4 {
  color: #7cc379;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-s5 {
  color: #5e860f;
  font-style: italic;
}

.enlighter-t-atomic .enlighter-n0 {
  color: #d19a66;
}

.enlighter-t-atomic .enlighter-n1 {
  color: #d19a66;
}

.enlighter-t-atomic .enlighter-n2 {
  color: #d19a66;
}

.enlighter-t-atomic .enlighter-n3 {
  color: #d19a66;
}

.enlighter-t-atomic .enlighter-n4 {
  color: #d19a66;
}

.enlighter-t-atomic .enlighter-n5 {
  color: #d19a66;
}

.enlighter-t-atomic .enlighter-m0 {
  color: #4284ae;
}

.enlighter-t-atomic .enlighter-m1 {
  color: #4284ae;
}

.enlighter-t-atomic .enlighter-m2 {
  color: #4284ae;
}

.enlighter-t-atomic .enlighter-m3 {
  color: #4284ae;
}

.enlighter-t-atomic .enlighter-g0 {
  color: #6b7c8b;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-g1 {
  color: #6b7c8b;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-t0 {
  color: #6b7c8b;
}

.enlighter-t-atomic .enlighter-t1 {
  color: #9b0d5c;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-t2 {
  color: #990073;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-t3 {
  color: #d171dd;
}

.enlighter-t-atomic .enlighter-t4 {
  color: #4284ae;
}

.enlighter-t-atomic .enlighter-t5 {
  color: #4284ae;
}

.enlighter-t-atomic .enlighter-t6 {
  color: #9b0d5c;
}

.enlighter-t-atomic .enlighter-t7 {
  color: #6b7c8b;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-t8 {
  color: #6b7c8b;
}

.enlighter-t-atomic .enlighter-x1 {
  color: #d171dd;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-x2 {
  color: #d19252;
  border-bottom: dotted 1px #d19252;
}

.enlighter-t-atomic .enlighter-x10 {
  color: #d171dd;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-x11 {
  color: #d171dd;
  font-weight: 700;
}

.enlighter-t-atomic .enlighter-x12 {
  color: #d171dd;
  text-decoration: underline;
}

.enlighter-t-atomic .enlighter-x13 {
  color: #d19252;
  border-bottom: dotted 1px #d19252;
}

.enlighter-t-atomic .enlighter-x14 {
  color: #d19a66;
  font-style: italic;
}

.enlighter-t-atomic .enlighter-x15 {
  color: #9b0d5c;
  font-style: italic;
}

.enlighter-t-atomic.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  position: relative;
}

.enlighter-t-atomic.enlighter-v-codegroup .enlighter-codegroup-switch {
  padding: 5px 5px 0 45px;
  background-color: #121518;
}

.enlighter-t-atomic.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  padding: 2px 8px 0 8px;
  border: none;
  background-color: transparent;
  line-height: 2.1em;
  font-weight: 700;
  color: #f0f0f0;
  border-radius: 5px 5px 0 0;
  text-transform: lowercase;
}

.enlighter-t-atomic.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  background-color: #272b33;
}

.enlighter-t-droide {
  background-color: #f7f7f9;
  border: solid 1px #e0e0e0;
}

.enlighter-t-droide .enlighter-btn {
  background-color: #fff;
  color: #717171;
  font-size: 1em;
  padding: 0;
  border: 1px solid #e0e0e0;
  margin: 0 0 0 8px;
  text-decoration: none;
  width: 23px;
  height: 23px;
  background-position: 0 0;
  background-size: contain;
}

.enlighter-t-droide .enlighter-btn:hover {
  background-color: #fff;
}

.enlighter-t-droide .enlighter-btn:after {
  content: "";
}

.enlighter-t-droide.enlighter-hover div.enlighter > div:hover {
  background-color: #fae9d9;
}

.enlighter-t-droide .enlighter-raw {
  font-size: 1.1em;
  color: #404141;
  line-height: 1.5em;
  padding: 4px 5px 4px 55px;
}

.enlighter-t-droide div.enlighter > div {
  border: solid 0 #fff;
  padding: 1px 5px 1px 14px;
  line-height: 1.35em;
  color: #aaa;
}

.enlighter-t-droide div.enlighter > div:first-child {
  padding-top: 5px;
}

.enlighter-t-droide div.enlighter > div:last-child {
  padding-bottom: 5px;
}

.enlighter-t-droide div.enlighter > div:after {
  content: " ";
}

.enlighter-t-droide div.enlighter > div.enlighter-special {
  background-color: #fae9d9;
  border-left: solid 5px #e07c19;
}

.enlighter-t-droide.enlighter-linenumbers div.enlighter > div::before {
  padding: 1px 5px 1px 0;
  border-right: 1px dashed #e0e0e0;
  font-size: 0.9em;
  color: #707070;
  background-color: #f7f7f9;
}

.enlighter-t-droide .enlighter span {
  font-size: 1.1em;
}

.enlighter-t-droide .enlighter-text {
  color: #000;
}

.enlighter-t-droide .enlighter-c0 {
  color: #086b08;
}

.enlighter-t-droide .enlighter-c1 {
  color: #086b08;
}

.enlighter-t-droide .enlighter-c2 {
  color: #086b08;
}

.enlighter-t-droide .enlighter-c9 {
  color: #086b08;
}

.enlighter-t-droide .enlighter-k0 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-k1 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-k2 {
  color: #458;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-k3 {
  color: #6e0d6e;
}

.enlighter-t-droide .enlighter-k4 {
  color: #6e0d6e;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-k5 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-k6 {
  color: #12217c;
  font-style: italic;
}

.enlighter-t-droide .enlighter-k7 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-k8 {
  color: #458;
}

.enlighter-t-droide .enlighter-k9 {
  color: #990073;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-k10 {
  color: #6e0d6e;
  font-style: italic;
}

.enlighter-t-droide .enlighter-k11 {
  color: #086b08;
}

.enlighter-t-droide .enlighter-e0 {
  color: #34068a;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-e1 {
  color: #34068a;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-e2 {
  color: #009926;
}

.enlighter-t-droide .enlighter-e3 {
  color: #286491;
}

.enlighter-t-droide .enlighter-e4 {
  color: #ff8c00;
  font-style: italic;
}

.enlighter-t-droide .enlighter-s0 {
  color: #961414;
}

.enlighter-t-droide .enlighter-s1 {
  color: #961414;
}

.enlighter-t-droide .enlighter-s2 {
  color: #961414;
}

.enlighter-t-droide .enlighter-s3 {
  color: #961414;
}

.enlighter-t-droide .enlighter-s4 {
  color: #963f14;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-s5 {
  color: #961414;
  font-style: italic;
}

.enlighter-t-droide .enlighter-n0 {
  color: #007f7f;
}

.enlighter-t-droide .enlighter-n1 {
  color: #007f7f;
}

.enlighter-t-droide .enlighter-n2 {
  color: #007f7f;
  font-style: italic;
}

.enlighter-t-droide .enlighter-n3 {
  color: #007f7f;
  font-style: italic;
}

.enlighter-t-droide .enlighter-n4 {
  color: #007f7f;
  font-style: italic;
}

.enlighter-t-droide .enlighter-n5 {
  color: #007f7f;
  text-decoration: underline;
}

.enlighter-t-droide .enlighter-m0 {
  color: #000;
}

.enlighter-t-droide .enlighter-m1 {
  color: #000;
}

.enlighter-t-droide .enlighter-m2 {
  color: #000;
}

.enlighter-t-droide .enlighter-m3 {
  color: #000;
}

.enlighter-t-droide .enlighter-g0 {
  color: #12217c;
}

.enlighter-t-droide .enlighter-g1 {
  color: #12217c;
}

.enlighter-t-droide .enlighter-t0 {
  color: #777;
}

.enlighter-t-droide .enlighter-t1 {
  color: #961414;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-t2 {
  color: #990073;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-t3 {
  color: #458;
}

.enlighter-t-droide .enlighter-t4 {
  color: #6e0d6e;
}

.enlighter-t-droide .enlighter-t5 {
  color: #6e0d6e;
}

.enlighter-t-droide .enlighter-t6 {
  color: #961414;
}

.enlighter-t-droide .enlighter-t7 {
  color: #535353;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-t8 {
  color: #777;
  font-style: italic;
}

.enlighter-t-droide .enlighter-x1 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-x2 {
  color: #6e0d6e;
}

.enlighter-t-droide .enlighter-x10 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-x11 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-droide .enlighter-x12 {
  color: #458;
}

.enlighter-t-droide .enlighter-x13 {
  color: #007f7f;
}

.enlighter-t-droide .enlighter-x14 {
  color: #007f7f;
}

.enlighter-t-droide .enlighter-x15 {
  color: #990073;
  font-style: italic;
}

.enlighter-t-droide.enlighter-v-codegroup {
  background-color: transparent;
  border: none;
}

.enlighter-t-droide.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  background-color: #f7f7f9;
  border: solid 1px #e0e0e0;
}

.enlighter-t-droide.enlighter-v-codegroup .enlighter-codegroup-switch {
  padding-left: 15px;
}

.enlighter-t-droide.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  border: solid 1px #e0e0e0;
  font-size: 1em;
  color: #000;
  background-color: transparent;
  border-radius: 0;
  border-bottom-width: 0;
  padding: 5px 10px 5px 10px;
  font-weight: 700;
  width: auto;
  height: auto;
}

.enlighter-t-droide.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  background-color: #f7f7f9;
  color: #000;
  border-color: #c9c9c9;
}

.enlighter-t-minimal {
  border-top: solid 3px #e0e0e0;
  border-bottom: solid 3px #e0e0e0;
  background-color: transparent;
  padding: 10px 0 10px 0;
}

.enlighter-t-minimal .enlighter-btn {
  background-color: #fff;
  color: #717171;
  font-size: 1em;
  padding: 0;
  border: 1px solid #e0e0e0;
  margin: 0 0 0 8px;
  text-decoration: none;
  width: 23px;
  height: 23px;
  background-position: 0 0;
  background-size: contain;
}

.enlighter-t-minimal .enlighter-btn:after {
  content: "";
}

.enlighter-t-minimal.enlighter-hover div.enlighter > div:hover {
  background-color: #f0f0f0;
}

.enlighter-t-minimal .enlighter-raw {
  font-size: 1.1em;
  line-height: 1.75em;
  padding: 13px 5px 15px 50px;
  color: #404141;
}

.enlighter-t-minimal div.enlighter > div {
  border: solid 0 #fff;
  background-color: transparent;
  padding: 1px 5px 1px 0;
  line-height: 1.5em;
  color: #a0a0a0;
}

.enlighter-t-minimal div.enlighter > div:first-child {
  padding-top: 5px;
}

.enlighter-t-minimal div.enlighter > div:last-child {
  padding-bottom: 5px;
}

.enlighter-t-minimal div.enlighter > div:after {
  content: " ";
}

.enlighter-t-minimal div.enlighter > div.enlighter-special {
  background-color: #f9f9f9;
}

.enlighter-t-minimal.enlighter-linenumbers div.enlighter > div::before {
  padding: 1px 10px 1px 10px;
  font-size: 0.8em;
  color: #404141;
}

.enlighter-t-minimal .enlighter span {
  font-size: 1.1em;
}

.enlighter-t-minimal .enlighter-text {
  color: #2a2a2a;
}

.enlighter-t-minimal .enlighter-c0 {
  color: #a0a0a0;
}

.enlighter-t-minimal .enlighter-c1 {
  color: #a0a0a0;
}

.enlighter-t-minimal .enlighter-c2 {
  color: #a0a0a0;
}

.enlighter-t-minimal .enlighter-c9 {
  color: #a0a0a0;
}

.enlighter-t-minimal .enlighter-k0 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-k1 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-k2 {
  color: #458;
  border-bottom: dotted 1px #458;
}

.enlighter-t-minimal .enlighter-k3 {
  color: #458;
  border-bottom: dotted 1px #458;
}

.enlighter-t-minimal .enlighter-k4 {
  color: #458;
  border-bottom: dotted 1px #458;
}

.enlighter-t-minimal .enlighter-k5 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-k6 {
  color: #12217c;
  font-style: italic;
}

.enlighter-t-minimal .enlighter-k7 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-k8 {
  color: #458;
}

.enlighter-t-minimal .enlighter-k9 {
  color: #990073;
}

.enlighter-t-minimal .enlighter-k10 {
  color: #990073;
}

.enlighter-t-minimal .enlighter-k11 {
  color: #a0a0a0;
}

.enlighter-t-minimal .enlighter-e0 {
  color: #458;
  border-bottom: dotted 1px #458;
}

.enlighter-t-minimal .enlighter-e1 {
  color: #458;
  border-bottom: dotted 1px #458;
}

.enlighter-t-minimal .enlighter-e2 {
  color: #996700;
  border-bottom: solid 1px #996700;
}

.enlighter-t-minimal .enlighter-e3 {
  color: #458;
  border-bottom: dotted 1px #458;
}

.enlighter-t-minimal .enlighter-e4 {
  color: #458;
  border-bottom: dotted 1px #458;
}

.enlighter-t-minimal .enlighter-s0 {
  color: #217908;
  border-bottom: dotted 1px #387905;
}

.enlighter-t-minimal .enlighter-s1 {
  color: #217908;
  border-bottom: dotted 1px #387905;
}

.enlighter-t-minimal .enlighter-s2 {
  color: #cf6a4c;
}

.enlighter-t-minimal .enlighter-s3 {
  color: #217908;
  border-bottom: dotted 1px #387905;
}

.enlighter-t-minimal .enlighter-s4 {
  color: #217908;
  border-bottom: dotted 1px #387905;
}

.enlighter-t-minimal .enlighter-s5 {
  color: #217908;
  border-bottom: dotted 1px #387905;
}

.enlighter-t-minimal .enlighter-n0 {
  color: #a61d1b;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-n1 {
  color: #a61d1b;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-n2 {
  color: #a61d1b;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-n3 {
  color: #a61d1b;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-n4 {
  color: #a61d1b;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-n5 {
  color: #a61d1b;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-m0 {
  color: #12217c;
  background-color: #e0e0e0;
}

.enlighter-t-minimal .enlighter-m1 {
  color: #12217c;
  background-color: #e0e0e0;
}

.enlighter-t-minimal .enlighter-m2 {
  color: #12217c;
  background-color: #e0e0e0;
}

.enlighter-t-minimal .enlighter-m3 {
  color: #12217c;
  background-color: #e0e0e0;
}

.enlighter-t-minimal .enlighter-g0 {
  color: #12217c;
}

.enlighter-t-minimal .enlighter-g1 {
  color: #2a2a2a;
}

.enlighter-t-minimal .enlighter-t0 {
  color: #a0a0a0;
}

.enlighter-t-minimal .enlighter-t1 {
  color: #387905;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-t2 {
  color: #990073;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-t3 {
  color: #458;
}

.enlighter-t-minimal .enlighter-t4 {
  color: #458;
}

.enlighter-t-minimal .enlighter-t5 {
  color: #458;
}

.enlighter-t-minimal .enlighter-t6 {
  color: #387905;
}

.enlighter-t-minimal .enlighter-t7 {
  color: #a0a0a0;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-t8 {
  color: #a0a0a0;
  font-style: italic;
}

.enlighter-t-minimal .enlighter-x1 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-x2 {
  color: #458;
  border-bottom: dotted 1px #458;
}

.enlighter-t-minimal .enlighter-x10 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-x11 {
  color: #12217c;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-x12 {
  color: #458;
}

.enlighter-t-minimal .enlighter-x13 {
  color: #a61d1b;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-x14 {
  color: #a61d1b;
  font-weight: 700;
}

.enlighter-t-minimal .enlighter-x15 {
  color: #990073;
}

.enlighter-t-minimal.enlighter-v-inline {
  background-color: transparent;
  border: none;
  padding: 0;
}

.enlighter-t-minimal.enlighter-v-codegroup {
  border-top: none;
  padding-top: 0;
}

.enlighter-t-minimal.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  border-top: solid 3px #e0e0e0;
  padding-top: 10px;
}

.enlighter-t-minimal.enlighter-v-codegroup .enlighter-codegroup-switch {
  padding-left: 5px;
  padding-bottom: 5px;
}

.enlighter-t-minimal.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  font-size: 1em;
  color: #000;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1px 6px 1px 6px;
  border: none;
  width: auto;
  height: auto;
}

.enlighter-t-minimal.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  background-color: #e0e0e0;
  color: #2a2a2a;
}

.enlighter-t-eclipse {
  color: #787878;
  border-radius: 5px;
  border: solid 8px #f3f3f3;
  background-color: #fff;
}

.enlighter-t-eclipse .enlighter-toolbar {
  top: 15px;
  right: 15px;
}

.enlighter-t-eclipse .enlighter-btn {
  background-color: #fff;
  color: #717171;
  font-size: 1em;
  padding: 0;
  border: 1px solid #e0e0e0;
  margin: 0 0 0 8px;
  text-decoration: none;
  width: 23px;
  height: 23px;
  background-position: 0 0;
  background-size: contain;
  border-radius: 8px;
}

.enlighter-t-eclipse .enlighter-btn:hover {
  background-color: #e0e0e0;
}

.enlighter-t-eclipse .enlighter-btn:after {
  content: "";
}

.enlighter-t-eclipse.enlighter-hover.enlighter-linenumbers div.enlighter > div:hover {
  background-color: #e8f2fe;
  color: #444;
}

.enlighter-t-eclipse.enlighter-hover div.enlighter > div:hover {
  background-color: #e8f2fe;
  color: #444;
  border-left-color: #e0e0e0;
}

.enlighter-t-eclipse .enlighter-raw {
  font-size: 1.1em;
  line-height: 1.5em;
  padding: 4px 5px 4px 56px;
  color: #717171;
}

.enlighter-t-eclipse div.enlighter {
  background-color: #fff;
}

.enlighter-t-eclipse div.enlighter > div {
  border: solid 0 #fff;
  background-color: transparent;
  padding: 1px 5px 1px 0;
  line-height: 1.35em;
  color: #787878;
}

.enlighter-t-eclipse div.enlighter > div:first-child {
  padding-top: 5px;
}

.enlighter-t-eclipse div.enlighter > div:last-child {
  padding-bottom: 5px;
}

.enlighter-t-eclipse div.enlighter > div:after {
  content: " ";
}

.enlighter-t-eclipse div.enlighter > div.enlighter-special {
  background-color: #f9f9f9;
}

.enlighter-t-eclipse.enlighter-linenumbers div.enlighter > div::before {
  border-right: 2px solid #f8f8f8;
  padding: 1px 5px 1px 14px;
}

.enlighter-t-eclipse .enlighter span {
  font-size: 1.1em;
}

.enlighter-t-eclipse .enlighter-text {
  color: #000;
}

.enlighter-t-eclipse .enlighter-c0 {
  color: #3f7f5f;
}

.enlighter-t-eclipse .enlighter-c1 {
  color: #3f5fbf;
}

.enlighter-t-eclipse .enlighter-c2 {
  color: #3f5fbf;
}

.enlighter-t-eclipse .enlighter-c9 {
  color: #3f5fbf;
}

.enlighter-t-eclipse .enlighter-k0 {
  color: #3f7f95;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-k1 {
  color: #3f7f95;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-k2 {
  color: #7f007f;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-k3 {
  color: #7f007f;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-k4 {
  color: #458;
}

.enlighter-t-eclipse .enlighter-k5 {
  color: #7f007f;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-k6 {
  color: #7f007f;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-k7 {
  color: #7f007f;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-k8 {
  color: #458;
}

.enlighter-t-eclipse .enlighter-k9 {
  color: #990073;
}

.enlighter-t-eclipse .enlighter-k10 {
  color: #990073;
}

.enlighter-t-eclipse .enlighter-k11 {
  color: #3f5fbf;
}

.enlighter-t-eclipse .enlighter-e0 {
  color: #7f007f;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-e1 {
  color: #7f007f;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-e2 {
  color: #009926;
}

.enlighter-t-eclipse .enlighter-e3 {
  color: #7f007f;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-e4 {
  color: #7f007f;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-s0 {
  color: #320fe3;
}

.enlighter-t-eclipse .enlighter-s1 {
  color: #320fe3;
}

.enlighter-t-eclipse .enlighter-s2 {
  color: #320fe3;
}

.enlighter-t-eclipse .enlighter-s3 {
  color: #320fe3;
}

.enlighter-t-eclipse .enlighter-s4 {
  color: #320fe3;
}

.enlighter-t-eclipse .enlighter-s5 {
  color: #990073;
}

.enlighter-t-eclipse .enlighter-n0 {
  color: #000;
}

.enlighter-t-eclipse .enlighter-n1 {
  color: #000;
}

.enlighter-t-eclipse .enlighter-n2 {
  color: #000;
}

.enlighter-t-eclipse .enlighter-n3 {
  color: #000;
}

.enlighter-t-eclipse .enlighter-n4 {
  color: #000;
}

.enlighter-t-eclipse .enlighter-n5 {
  color: #000;
}

.enlighter-t-eclipse .enlighter-m0 {
  color: #000;
}

.enlighter-t-eclipse .enlighter-m1 {
  color: #000;
}

.enlighter-t-eclipse .enlighter-m2 {
  color: #000;
}

.enlighter-t-eclipse .enlighter-m3 {
  color: #000;
}

.enlighter-t-eclipse .enlighter-g0 {
  color: #777;
}

.enlighter-t-eclipse .enlighter-g1 {
  color: #777;
}

.enlighter-t-eclipse .enlighter-t0 {
  color: #777;
}

.enlighter-t-eclipse .enlighter-t1 {
  color: #3f7f5f;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-t2 {
  color: #990073;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-t3 {
  color: #458;
}

.enlighter-t-eclipse .enlighter-t4 {
  color: #458;
}

.enlighter-t-eclipse .enlighter-t5 {
  color: #458;
}

.enlighter-t-eclipse .enlighter-t6 {
  color: #3f7f5f;
}

.enlighter-t-eclipse .enlighter-t7 {
  color: #a0a0a0;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-t8 {
  color: #a0a0a0;
  font-style: italic;
}

.enlighter-t-eclipse .enlighter-x1 {
  color: #3f7f95;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-x2 {
  color: #7f007f;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-x10 {
  color: #3f7f95;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-x11 {
  color: #3f7f95;
  font-weight: 700;
}

.enlighter-t-eclipse .enlighter-x12 {
  color: #458;
}

.enlighter-t-eclipse .enlighter-x13 {
  color: #3f7f95;
}

.enlighter-t-eclipse .enlighter-x14 {
  color: #000;
}

.enlighter-t-eclipse .enlighter-x15 {
  color: #000;
}

.enlighter-t-eclipse.enlighter-v-inline {
  border-radius: 3px;
  background-color: #f8f8f8;
  border: solid 0 #fff;
}

.enlighter-t-eclipse.enlighter-v-codegroup {
  display: block;
}

.enlighter-t-eclipse.enlighter-v-codegroup .enlighter,
.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-raw {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  position: relative;
}

.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-codegroup-switch {
  background-color: #f3f3f3;
  padding: 8px 5px 0 60px;
  border-radius: 5px 5px 0 0;
}

.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  font-size: 1em;
  color: #000;
  background-color: transparent;
  padding: 5px 10px 5px 10px;
  border-radius: 5px 5px 0 0;
  border: none;
  width: auto;
}

.enlighter-t-eclipse.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  background-color: #fff;
  color: #000;
  border-color: #c9c9c9;
}

.enlighter-t-mowtwo {
  background-color: #f0f0f1;
  border: solid 1px #f0f0f1;
  border-radius: 7px;
}

.enlighter-t-mowtwo .enlighter-btn {
  background-color: #fff;
  color: #717171;
  font-size: 1em;
  padding: 0;
  border: 1px solid #e0e0e0;
  margin: 0 0 0 8px;
  text-decoration: none;
  width: 23px;
  height: 23px;
  background-position: 0 0;
  background-size: contain;
}

.enlighter-t-mowtwo .enlighter-btn:after {
  content: "";
}

.enlighter-t-mowtwo.enlighter-hover div.enlighter > div:hover {
  background-color: #e9e9e9;
}

.enlighter-t-mowtwo .enlighter-raw {
  font-size: 1.15em;
  line-height: 1.75em;
  color: #313437;
  padding: 5px 5px 5px 51px;
  background-color: transparent;
}

.enlighter-t-mowtwo div.enlighter > div {
  line-height: 1.5em;
  padding: 1px 5px 1px 14px;
  color: #9c9ea0;
}

.enlighter-t-mowtwo div.enlighter > div:first-child {
  padding-top: 5px;
}

.enlighter-t-mowtwo div.enlighter > div:last-child {
  padding-bottom: 5px;
}

.enlighter-t-mowtwo div.enlighter > div:after {
  content: " ";
}

.enlighter-t-mowtwo div.enlighter > div.enlighter-special {
  background-color: #e9e9e9;
}

.enlighter-t-mowtwo.enlighter-linenumbers div.enlighter > div::before {
  padding: 1px 10px 1px 10px;
  font-size: 0.9em;
}

.enlighter-t-mowtwo.enlighter-linenumbers div.enlighter > div:first-child::before {
  border-radius: 0 8px 0 0;
}

.enlighter-t-mowtwo.enlighter-linenumbers div.enlighter > div:last-child::before {
  border-radius: 0 0 8px 0;
}

.enlighter-t-mowtwo .enlighter span {
  font-size: 1.15em;
}

.enlighter-t-mowtwo .enlighter-text {
  color: #313437;
}

.enlighter-t-mowtwo .enlighter-c0 {
  color: #9c9ea0;
}

.enlighter-t-mowtwo .enlighter-c1 {
  color: #9c9ea0;
}

.enlighter-t-mowtwo .enlighter-c2 {
  color: #9c9ea0;
}

.enlighter-t-mowtwo .enlighter-c9 {
  color: #9c9ea0;
}

.enlighter-t-mowtwo .enlighter-k0 {
  color: #b05098;
  font-weight: 700;
}

.enlighter-t-mowtwo .enlighter-k1 {
  color: #b05098;
  font-weight: 700;
}

.enlighter-t-mowtwo .enlighter-k2 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-k3 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-k4 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-k5 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-k6 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-k7 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-k8 {
  color: #313437;
}

.enlighter-t-mowtwo .enlighter-k9 {
  color: #313437;
}

.enlighter-t-mowtwo .enlighter-k10 {
  color: #313437;
}

.enlighter-t-mowtwo .enlighter-k11 {
  color: #9c9ea0;
}

.enlighter-t-mowtwo .enlighter-e0 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-e1 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-e2 {
  color: #864c08;
}

.enlighter-t-mowtwo .enlighter-e3 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-e4 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-s0 {
  color: #83a440;
}

.enlighter-t-mowtwo .enlighter-s1 {
  color: #83a440;
}

.enlighter-t-mowtwo .enlighter-s2 {
  color: #83a440;
}

.enlighter-t-mowtwo .enlighter-s3 {
  color: #83a440;
}

.enlighter-t-mowtwo .enlighter-s4 {
  color: #83a440;
}

.enlighter-t-mowtwo .enlighter-s5 {
  color: #83a440;
}

.enlighter-t-mowtwo .enlighter-n0 {
  color: #429bc1;
}

.enlighter-t-mowtwo .enlighter-n1 {
  color: #429bc1;
}

.enlighter-t-mowtwo .enlighter-n2 {
  color: #429bc1;
}

.enlighter-t-mowtwo .enlighter-n3 {
  color: #429bc1;
}

.enlighter-t-mowtwo .enlighter-n4 {
  color: #429bc1;
}

.enlighter-t-mowtwo .enlighter-n5 {
  color: #429bc1;
}

.enlighter-t-mowtwo .enlighter-m0 {
  color: #666;
}

.enlighter-t-mowtwo .enlighter-m1 {
  color: #666;
}

.enlighter-t-mowtwo .enlighter-m2 {
  color: #666;
}

.enlighter-t-mowtwo .enlighter-m3 {
  color: #666;
}

.enlighter-t-mowtwo .enlighter-g0 {
  color: #864c08;
}

.enlighter-t-mowtwo .enlighter-g1 {
  color: #909090;
}

.enlighter-t-mowtwo .enlighter-t0 {
  color: #909090;
}

.enlighter-t-mowtwo .enlighter-t1 {
  color: #b05098;
  font-weight: 700;
}

.enlighter-t-mowtwo .enlighter-t2 {
  color: #b05098;
  font-weight: 700;
}

.enlighter-t-mowtwo .enlighter-t3 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-t4 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-t5 {
  color: #83a440;
}

.enlighter-t-mowtwo .enlighter-t6 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-t7 {
  color: #909090;
  font-weight: 700;
}

.enlighter-t-mowtwo .enlighter-t8 {
  color: #909090;
  font-style: italic;
}

.enlighter-t-mowtwo .enlighter-x1 {
  color: #b05098;
  font-weight: 700;
}

.enlighter-t-mowtwo .enlighter-x2 {
  color: #b05098;
}

.enlighter-t-mowtwo .enlighter-x10 {
  color: #b05098;
  font-weight: 700;
}

.enlighter-t-mowtwo .enlighter-x11 {
  color: #b05098;
  font-weight: 700;
}

.enlighter-t-mowtwo .enlighter-x12 {
  color: #313437;
}

.enlighter-t-mowtwo .enlighter-x13 {
  color: #429bc1;
}

.enlighter-t-mowtwo .enlighter-x14 {
  color: #429bc1;
}

.enlighter-t-mowtwo .enlighter-x15 {
  color: #313437;
}

.enlighter-t-mowtwo.enlighter-v-inline {
  border-radius: 4px;
}

.enlighter-t-mowtwo.enlighter-v-codegroup .enlighter-codegroup-switch {
  background-color: #585b5e;
  padding: 10px 0 10px 20px;
  border-radius: 8px;
  margin-bottom: 5px;
}

.enlighter-t-mowtwo.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  border-radius: 0;
  background-color: transparent;
  line-height: 1.7em;
  font-size: 1.25em;
  color: #f0f0f0;
  border: none;
  padding: 0 10px 0 10px;
  width: auto;
  height: auto;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
}

.enlighter-t-mowtwo.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  text-decoration: underline;
}

.enlighter-t-rowhammer {
  background-color: transparent;
  border: none;
}

.enlighter-t-rowhammer .enlighter-toolbar {
  top: 20px;
}

.enlighter-t-rowhammer .enlighter-btn {
  background-color: #fff;
  color: #717171;
  font-size: 1em;
  padding: 0;
  border: 1px solid #e0e0e0;
  margin: 0 0 0 8px;
  text-decoration: none;
  width: 23px;
  height: 23px;
  background-position: 0 0;
  background-size: contain;
}

.enlighter-t-rowhammer .enlighter-btn:hover {
  background-color: #fff;
}

.enlighter-t-rowhammer .enlighter-btn:after {
  content: "";
}

.enlighter-t-rowhammer.enlighter-hover div.enlighter > div:hover {
  background-color: #f0f0f0;
}

.enlighter-t-rowhammer .enlighter-raw {
  font-size: 1.1em;
  color: #404141;
  background-color: transparent;
  padding: 14px 0 15px 38px;
  line-height: 2em;
}

.enlighter-t-rowhammer div.enlighter > div {
  border: solid 0 #fff;
  padding: 1px 5px 1px 0;
  line-height: 1.67em;
  color: #94a9bf;
  background-color: transparent;
  border-bottom: dotted 1px #e9e9f0;
}

.enlighter-t-rowhammer div.enlighter > div:nth-of-type(1) {
  border-top: dotted 1px #e9e9f0;
}

.enlighter-t-rowhammer div.enlighter > div:first-child {
  padding-top: 5px;
}

.enlighter-t-rowhammer div.enlighter > div:last-child {
  padding-bottom: 5px;
}

.enlighter-t-rowhammer div.enlighter > div:after {
  content: " ";
}

.enlighter-t-rowhammer div.enlighter > div.enlighter-special {
  background-color: #f9f9f9;
}

.enlighter-t-rowhammer.enlighter-linenumbers div.enlighter > div::before {
  padding: 1px 5px 1px 14px;
  font-size: 0.8em;
  color: #94a9bf;
}

.enlighter-t-rowhammer .enlighter span {
  font-size: 1.1em;
}

.enlighter-t-rowhammer .enlighter-text {
  color: #000;
}

.enlighter-t-rowhammer .enlighter-c0 {
  color: #758697;
}

.enlighter-t-rowhammer .enlighter-c1 {
  color: #758697;
}

.enlighter-t-rowhammer .enlighter-c2 {
  color: #758697;
}

.enlighter-t-rowhammer .enlighter-c9 {
  color: #758697;
}

.enlighter-t-rowhammer .enlighter-k0 {
  color: #07a;
  font-weight: 700;
  border-bottom: dotted 1px #07a;
}

.enlighter-t-rowhammer .enlighter-k1 {
  color: #07a;
  font-weight: 700;
  border-bottom: dotted 1px #07a;
}

.enlighter-t-rowhammer .enlighter-k2 {
  color: #07a;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-k3 {
  color: #07a;
}

.enlighter-t-rowhammer .enlighter-k4 {
  color: #07a;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-k5 {
  color: #07a;
  font-weight: 700;
  border-bottom: dotted 1px #07a;
}

.enlighter-t-rowhammer .enlighter-k6 {
  color: #07a;
  font-weight: 700;
  border-bottom: dotted 1px #07a;
}

.enlighter-t-rowhammer .enlighter-k7 {
  color: #07a;
  font-weight: 700;
  border-bottom: dotted 1px #07a;
}

.enlighter-t-rowhammer .enlighter-k8 {
  color: #07a;
}

.enlighter-t-rowhammer .enlighter-k9 {
  color: #000;
}

.enlighter-t-rowhammer .enlighter-k10 {
  color: #07a;
  font-style: italic;
}

.enlighter-t-rowhammer .enlighter-k11 {
  color: #758697;
}

.enlighter-t-rowhammer .enlighter-e0 {
  color: #07a;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-e1 {
  color: #07a;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-e2 {
  color: #d2901d;
}

.enlighter-t-rowhammer .enlighter-e3 {
  color: #07a;
}

.enlighter-t-rowhammer .enlighter-e4 {
  color: #ff8c00;
  font-style: italic;
}

.enlighter-t-rowhammer .enlighter-s0 {
  color: #639500;
  border-bottom: dotted 1px #639500;
}

.enlighter-t-rowhammer .enlighter-s1 {
  color: #639500;
}

.enlighter-t-rowhammer .enlighter-s2 {
  color: #639500;
}

.enlighter-t-rowhammer .enlighter-s3 {
  color: #639500;
}

.enlighter-t-rowhammer .enlighter-s4 {
  color: #639500;
}

.enlighter-t-rowhammer .enlighter-s5 {
  color: #639500;
  font-style: italic;
}

.enlighter-t-rowhammer .enlighter-n0 {
  color: #9b0d5c;
}

.enlighter-t-rowhammer .enlighter-n1 {
  color: #9b0d5c;
}

.enlighter-t-rowhammer .enlighter-n2 {
  color: #9b0d5c;
}

.enlighter-t-rowhammer .enlighter-n3 {
  color: #9b0d5c;
}

.enlighter-t-rowhammer .enlighter-n4 {
  color: #9b0d5c;
}

.enlighter-t-rowhammer .enlighter-n5 {
  color: #9b0d5c;
}

.enlighter-t-rowhammer .enlighter-m0 {
  color: #d0284a;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-m1 {
  color: #c2415b;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-m2 {
  color: #c2415b;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-m3 {
  color: #d0284a;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-g0 {
  color: #35434c;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-g1 {
  color: #6b7c8b;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-t0 {
  color: #777;
}

.enlighter-t-rowhammer .enlighter-t1 {
  color: #961414;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-t2 {
  color: #990073;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-t3 {
  color: #458;
}

.enlighter-t-rowhammer .enlighter-t4 {
  color: #6e0d6e;
}

.enlighter-t-rowhammer .enlighter-t5 {
  color: #6e0d6e;
}

.enlighter-t-rowhammer .enlighter-t6 {
  color: #961414;
}

.enlighter-t-rowhammer .enlighter-t7 {
  color: #535353;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-t8 {
  color: #777;
  font-style: italic;
}

.enlighter-t-rowhammer .enlighter-x1 {
  color: #07a;
  font-weight: 700;
  border-bottom: dotted 1px #07a;
}

.enlighter-t-rowhammer .enlighter-x2 {
  color: #07a;
  font-weight: 700;
}

.enlighter-t-rowhammer .enlighter-x10 {
  color: #07a;
  font-weight: 700;
  border-bottom: dotted 1px #07a;
}

.enlighter-t-rowhammer .enlighter-x11 {
  color: #07a;
  font-weight: 700;
  border-bottom: dotted 1px #07a;
}

.enlighter-t-rowhammer .enlighter-x12 {
  color: #07a;
}

.enlighter-t-rowhammer .enlighter-x13 {
  color: #9b0d5c;
}

.enlighter-t-rowhammer .enlighter-x14 {
  color: #9b0d5c;
}

.enlighter-t-rowhammer .enlighter-x15 {
  color: #121212;
}

.enlighter-t-rowhammer.enlighter-v-codegroup .enlighter-codegroup-switch {
  padding-left: 15px;
  padding-bottom: 15px;
}

.enlighter-t-rowhammer.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  font-size: 1em;
  color: #758697;
  background-color: transparent;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 10px 2px 10px;
  border: none;
  width: auto;
  height: auto;
}

.enlighter-t-rowhammer.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  border-bottom: dotted 1px #758697;
  background-color: #f0f0f0;
}

.enlighter-t-bootstrap4 {
  color: #212529;
  background-color: #f8f9fa;
  padding: 25px 25px 25px 25px;
}

.enlighter-t-bootstrap4 .enlighter-toolbar {
  top: 10px;
  right: 10px;
}

.enlighter-t-bootstrap4 .enlighter-btn {
  background-image: none;
  background-color: transparent;
  color: #818a91;
  font-size: 1em;
  padding: 2px 8px 2px 8px;
  margin: 0 5px 0 5px;
  border: none;
  border-radius: 4px;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
}

.enlighter-t-bootstrap4 .enlighter-btn:hover {
  background-color: #007bff;
  color: #f0f0f0;
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-raw {
  background-image: none;
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-raw:after {
  content: "Raw";
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-copy {
  background-image: none;
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-copy:after {
  content: "Copy";
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-window {
  background-image: none;
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-window:after {
  content: "Extern";
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-website {
  background-image: none;
}

.enlighter-t-bootstrap4 .enlighter-toolbar .enlighter-btn-website:after {
  content: "EnlighterJS";
}

.enlighter-t-bootstrap4.enlighter-hover div.enlighter > div:hover {
  background-color: #eceef0;
}

.enlighter-t-bootstrap4 .enlighter-raw {
  font-size: 1.15em;
  color: #212529;
  background-color: #f8f9fa;
  line-height: 1.7em;
  padding: 0 0 0 61px;
}

.enlighter-t-bootstrap4 div.enlighter > div {
  padding: 1px 5px 1px 14px;
  line-height: 1.35em;
  color: #999;
  background-color: transparent;
}

.enlighter-t-bootstrap4 div.enlighter > div:first-child {
  padding-top: 5px;
}

.enlighter-t-bootstrap4 div.enlighter > div:last-child {
  padding-bottom: 5px;
}

.enlighter-t-bootstrap4 div.enlighter > div:after {
  content: " ";
}

.enlighter-t-bootstrap4 div.enlighter > div.enlighter-special {
  background-color: #eceef0;
}

.enlighter-t-bootstrap4.enlighter-linenumbers div.enlighter > div::before {
  padding: 1px 5px 1px 0;
  font-size: 0.8em;
}

.enlighter-t-bootstrap4 .enlighter span {
  font-size: 1.15em;
}

.enlighter-t-bootstrap4 .enlighter-text {
  color: #212529;
}

.enlighter-t-bootstrap4 .enlighter-c0 {
  color: #999;
}

.enlighter-t-bootstrap4 .enlighter-c1 {
  color: #999;
}

.enlighter-t-bootstrap4 .enlighter-c2 {
  color: #999;
}

.enlighter-t-bootstrap4 .enlighter-c9 {
  color: #999;
}

.enlighter-t-bootstrap4 .enlighter-k0 {
  color: #069;
}

.enlighter-t-bootstrap4 .enlighter-k1 {
  color: #069;
}

.enlighter-t-bootstrap4 .enlighter-k2 {
  color: #069;
}

.enlighter-t-bootstrap4 .enlighter-k3 {
  color: #069;
}

.enlighter-t-bootstrap4 .enlighter-k4 {
  color: #069;
  font-style: italic;
}

.enlighter-t-bootstrap4 .enlighter-k5 {
  color: #212529;
}

.enlighter-t-bootstrap4 .enlighter-k6 {
  color: #069;
}

.enlighter-t-bootstrap4 .enlighter-k7 {
  color: #069;
  border-bottom: dotted 1px #069;
}

.enlighter-t-bootstrap4 .enlighter-k8 {
  color: #212529;
}

.enlighter-t-bootstrap4 .enlighter-k9 {
  color: #069;
}

.enlighter-t-bootstrap4 .enlighter-k10 {
  color: #212529;
}

.enlighter-t-bootstrap4 .enlighter-k11 {
  color: #999;
}

.enlighter-t-bootstrap4 .enlighter-e0 {
  color: #069;
}

.enlighter-t-bootstrap4 .enlighter-e1 {
  color: #069;
}

.enlighter-t-bootstrap4 .enlighter-e2 {
  color: #009926;
}

.enlighter-t-bootstrap4 .enlighter-e3 {
  color: #069;
}

.enlighter-t-bootstrap4 .enlighter-e4 {
  color: #069;
}

.enlighter-t-bootstrap4 .enlighter-s0 {
  color: #d44950;
}

.enlighter-t-bootstrap4 .enlighter-s1 {
  color: #d44950;
}

.enlighter-t-bootstrap4 .enlighter-s2 {
  color: #d44950;
}

.enlighter-t-bootstrap4 .enlighter-s3 {
  color: #d44950;
}

.enlighter-t-bootstrap4 .enlighter-s4 {
  color: #d44950;
}

.enlighter-t-bootstrap4 .enlighter-s5 {
  color: #d44950;
}

.enlighter-t-bootstrap4 .enlighter-n0 {
  color: #f60;
}

.enlighter-t-bootstrap4 .enlighter-n1 {
  color: #f60;
}

.enlighter-t-bootstrap4 .enlighter-n2 {
  color: #f60;
}

.enlighter-t-bootstrap4 .enlighter-n3 {
  color: #f60;
}

.enlighter-t-bootstrap4 .enlighter-n4 {
  color: #f60;
}

.enlighter-t-bootstrap4 .enlighter-n5 {
  color: #f60;
}

.enlighter-t-bootstrap4 .enlighter-m0 {
  color: #99f;
}

.enlighter-t-bootstrap4 .enlighter-m1 {
  color: #212529;
}

.enlighter-t-bootstrap4 .enlighter-m2 {
  color: #212529;
}

.enlighter-t-bootstrap4 .enlighter-m3 {
  color: #212529;
}

.enlighter-t-bootstrap4 .enlighter-g0 {
  color: #2f6f9f;
}

.enlighter-t-bootstrap4 .enlighter-g1 {
  color: #999;
  font-weight: 700;
}

.enlighter-t-bootstrap4 .enlighter-t0 {
  color: #999;
}

.enlighter-t-bootstrap4 .enlighter-t1 {
  color: #d44950;
  font-weight: 700;
}

.enlighter-t-bootstrap4 .enlighter-t2 {
  color: #d44950;
  font-weight: 700;
}

.enlighter-t-bootstrap4 .enlighter-t3 {
  color: #0086b3;
}

.enlighter-t-bootstrap4 .enlighter-t4 {
  color: #0a8;
}

.enlighter-t-bootstrap4 .enlighter-t5 {
  color: #0a8;
}

.enlighter-t-bootstrap4 .enlighter-t6 {
  color: #f60;
}

.enlighter-t-bootstrap4 .enlighter-t7 {
  color: #999;
  font-weight: 700;
}

.enlighter-t-bootstrap4 .enlighter-t8 {
  color: #999;
}

.enlighter-t-bootstrap4 .enlighter-x1 {
  color: #2f6f9f;
}

.enlighter-t-bootstrap4 .enlighter-x2 {
  color: #4f9fcf;
}

.enlighter-t-bootstrap4 .enlighter-x10 {
  color: #0a8;
}

.enlighter-t-bootstrap4 .enlighter-x11 {
  color: #0a8;
}

.enlighter-t-bootstrap4 .enlighter-x12 {
  color: #99f;
}

.enlighter-t-bootstrap4 .enlighter-x13 {
  color: #f60;
}

.enlighter-t-bootstrap4 .enlighter-x14 {
  color: #f60;
}

.enlighter-t-bootstrap4 .enlighter-x15 {
  color: #f60;
}

.enlighter-t-bootstrap4.enlighter-v-inline {
  background-color: #f8f9fa;
  border: none;
  border-radius: 5px;
  padding: 3px;
}

.enlighter-t-bootstrap4.enlighter-v-codegroup .enlighter-codegroup-switch {
  border: solid 3px #f8f9fa;
  border-bottom-width: 0;
  padding: 15px;
}

.enlighter-t-bootstrap4.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  padding: 3px 10px 3px 10px;
  border: none;
  font-size: 0.9em;
  color: #212529;
  font-weight: 700;
  background-color: #f8f9fa;
  border-radius: 5px;
}

.enlighter-t-bootstrap4.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  background-color: #007bff;
  color: #f0f0f0;
}

.enlighter-t-dracula {
  background-color: #282a36;
}

.enlighter-t-dracula .enlighter-toolbar {
  top: 10px;
  right: 10px;
}

.enlighter-t-dracula .enlighter-btn {
  background-image: none;
  background-color: #44475a;
  color: #f8f8f2;
  font-size: 1em;
  padding: 2px 8px 2px 8px;
  margin: 0 5px 0 5px;
  border: none;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
}

.enlighter-t-dracula .enlighter-btn:hover {
  background-color: #6272a4;
  color: #f8f8f2;
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-raw {
  background-image: none;
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-raw:after {
  content: "Raw";
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-copy {
  background-image: none;
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-copy:after {
  content: "Copy";
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-window {
  background-image: none;
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-window:after {
  content: "Extern";
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-website {
  background-image: none;
}

.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-website:after {
  content: "EnlighterJS";
}

.enlighter-t-dracula.enlighter-hover div.enlighter > div:hover {
  background-color: #44475a;
}

.enlighter-t-dracula .enlighter-raw {
  font-size: 1.25em;
  color: #f8f8f2;
  line-height: 1.85em;
  padding: 4px 5px 4px 55px;
}

.enlighter-t-dracula div.enlighter > div {
  padding: 1px 5px 1px 14px;
  line-height: 1.6em;
  color: #6272a4;
  background-color: #282a36;
}

.enlighter-t-dracula div.enlighter > div:first-child {
  padding-top: 5px;
}

.enlighter-t-dracula div.enlighter > div:last-child {
  padding-bottom: 5px;
}

.enlighter-t-dracula div.enlighter > div:after {
  content: " ";
}

.enlighter-t-dracula div.enlighter > div.enlighter-special {
  background-color: #44475a;
}

.enlighter-t-dracula.enlighter-linenumbers div.enlighter > div::before {
  font-size: 1em;
  color: #6272a4;
}

.enlighter-t-dracula .enlighter span {
  font-size: 1.25em;
}

.enlighter-t-dracula .enlighter-text {
  color: #f8f8f2;
}

.enlighter-t-dracula .enlighter-c0 {
  color: #6272a4;
}

.enlighter-t-dracula .enlighter-c1 {
  color: #6272a4;
}

.enlighter-t-dracula .enlighter-c2 {
  color: #6272a4;
}

.enlighter-t-dracula .enlighter-c9 {
  color: #6272a4;
}

.enlighter-t-dracula .enlighter-k0 {
  color: #ff79c6;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-k1 {
  color: #8be9fd;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-k2 {
  color: #ff79c6;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-k3 {
  color: #ff79c6;
}

.enlighter-t-dracula .enlighter-k4 {
  color: #8be9fd;
}

.enlighter-t-dracula .enlighter-k5 {
  color: #8be9fd;
}

.enlighter-t-dracula .enlighter-k6 {
  color: #8be9fd;
}

.enlighter-t-dracula .enlighter-k7 {
  color: #ffb86c;
}

.enlighter-t-dracula .enlighter-k8 {
  color: #8be9fd;
}

.enlighter-t-dracula .enlighter-k9 {
  color: #50fa7b;
}

.enlighter-t-dracula .enlighter-k10 {
  color: #50fa7b;
}

.enlighter-t-dracula .enlighter-k11 {
  color: #6272a4;
}

.enlighter-t-dracula .enlighter-e0 {
  color: #bd93f9;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-e1 {
  color: #bd93f9;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-e2 {
  color: #f1fa8c;
}

.enlighter-t-dracula .enlighter-e3 {
  color: #bd93f9;
}

.enlighter-t-dracula .enlighter-e4 {
  color: #bd93f9;
  font-style: italic;
}

.enlighter-t-dracula .enlighter-s0 {
  color: #f1fa8c;
}

.enlighter-t-dracula .enlighter-s1 {
  color: #f1fa8c;
}

.enlighter-t-dracula .enlighter-s2 {
  color: #f1fa8c;
}

.enlighter-t-dracula .enlighter-s3 {
  color: #f1fa8c;
}

.enlighter-t-dracula .enlighter-s4 {
  color: #f1fa8c;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-s5 {
  color: #f1fa8c;
  font-style: italic;
}

.enlighter-t-dracula .enlighter-n0 {
  color: #bd93f9;
}

.enlighter-t-dracula .enlighter-n1 {
  color: #bd93f9;
}

.enlighter-t-dracula .enlighter-n2 {
  color: #bd93f9;
}

.enlighter-t-dracula .enlighter-n3 {
  color: #bd93f9;
}

.enlighter-t-dracula .enlighter-n4 {
  color: #bd93f9;
}

.enlighter-t-dracula .enlighter-n5 {
  color: #bd93f9;
}

.enlighter-t-dracula .enlighter-m0 {
  color: #8be9fd;
}

.enlighter-t-dracula .enlighter-m1 {
  color: #8be9fd;
}

.enlighter-t-dracula .enlighter-m2 {
  color: #8be9fd;
}

.enlighter-t-dracula .enlighter-m3 {
  color: #8be9fd;
}

.enlighter-t-dracula .enlighter-g0 {
  color: #f8f8f2;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-g1 {
  color: #f8f8f2;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-t0 {
  color: #6272a4;
}

.enlighter-t-dracula .enlighter-t1 {
  color: #8be9fd;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-t2 {
  color: #8be9fd;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-t3 {
  color: #ff79c6;
}

.enlighter-t-dracula .enlighter-t4 {
  color: #ffb86c;
}

.enlighter-t-dracula .enlighter-t5 {
  color: #50fa7b;
}

.enlighter-t-dracula .enlighter-t6 {
  color: #f55;
}

.enlighter-t-dracula .enlighter-t7 {
  color: #f8f8f2;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-t8 {
  color: #f8f8f2;
}

.enlighter-t-dracula .enlighter-x1 {
  color: #ff79c6;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-x2 {
  color: #50fa7b;
}

.enlighter-t-dracula .enlighter-x10 {
  color: #f8f8f2;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-x11 {
  color: #50fa7b;
  font-weight: 700;
}

.enlighter-t-dracula .enlighter-x12 {
  color: #8be9fd;
  font-style: italic;
}

.enlighter-t-dracula .enlighter-x13 {
  color: #bd93f9;
}

.enlighter-t-dracula .enlighter-x14 {
  color: #bd93f9;
  font-style: italic;
}

.enlighter-t-dracula .enlighter-x15 {
  color: #ffb86c;
  font-style: italic;
}

.enlighter-t-dracula.enlighter-v-codegroup .enlighter-codegroup-switch {
  background-color: #282a36;
  padding: 10px;
}

.enlighter-t-dracula.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  background-image: none;
  background-color: transparent;
  color: #f8f8f2;
  font-size: 1.15em;
  padding: 2px 8px 2px 8px;
  margin: 0 5px 0 5px;
  border: none;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
}

.enlighter-t-dracula.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  background-color: #44475a;
  color: #f8f8f2;
}

.enlighter-t-monokai {
  background-color: #272822;
}

.enlighter-t-monokai .enlighter-toolbar {
  top: 10px;
  right: 10px;
}

.enlighter-t-monokai .enlighter-btn {
  background-image: none;
  background-color: #414339;
  color: #f8f8f2;
  font-size: 1em;
  padding: 2px 8px 2px 8px;
  margin: 0 5px 0 5px;
  border: solid 1px #1e1f1c;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
}

.enlighter-t-monokai .enlighter-btn:hover {
  background-color: #4e5145;
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-raw {
  background-image: none;
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-raw:after {
  content: "Raw";
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-copy {
  background-image: none;
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-copy:after {
  content: "Copy";
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-window {
  background-image: none;
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-window:after {
  content: "Extern";
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-website {
  background-image: none;
}

.enlighter-t-monokai .enlighter-toolbar .enlighter-btn-website:after {
  content: "EnlighterJS";
}

.enlighter-t-monokai.enlighter-hover div.enlighter > div:hover {
  background-color: #75715e;
}

.enlighter-t-monokai .enlighter-raw {
  font-size: 1.25em;
  color: #f8f8f2;
  line-height: 1.85em;
  padding: 4px 5px 4px 55px;
}

.enlighter-t-monokai div.enlighter > div {
  padding: 1px 5px 1px 14px;
  line-height: 1.6em;
}

.enlighter-t-monokai div.enlighter > div:first-child {
  padding-top: 5px;
}

.enlighter-t-monokai div.enlighter > div:last-child {
  padding-bottom: 5px;
}

.enlighter-t-monokai div.enlighter > div:after {
  content: " ";
}

.enlighter-t-monokai div.enlighter > div.enlighter-special {
  background-color: #414339;
}

.enlighter-t-monokai.enlighter-linenumbers div.enlighter > div::before {
  font-size: 1em;
  color: grey;
}

.enlighter-t-monokai .enlighter span {
  font-size: 1.25em;
}

.enlighter-t-monokai .enlighter-text {
  color: #f8f8f2;
}

.enlighter-t-monokai .enlighter-c0 {
  color: #75715e;
}

.enlighter-t-monokai .enlighter-c1 {
  color: #75715e;
}

.enlighter-t-monokai .enlighter-c2 {
  color: #75715e;
}

.enlighter-t-monokai .enlighter-c9 {
  color: #75715e;
}

.enlighter-t-monokai .enlighter-k0 {
  color: #f92672;
}

.enlighter-t-monokai .enlighter-k1 {
  color: #f92672;
}

.enlighter-t-monokai .enlighter-k2 {
  color: #f92672;
}

.enlighter-t-monokai .enlighter-k3 {
  color: #f92672;
}

.enlighter-t-monokai .enlighter-k4 {
  color: #f92672;
}

.enlighter-t-monokai .enlighter-k5 {
  color: #f92672;
}

.enlighter-t-monokai .enlighter-k6 {
  color: #f92672;
}

.enlighter-t-monokai .enlighter-k7 {
  color: #f8f8f2;
}

.enlighter-t-monokai .enlighter-k8 {
  color: #f92672;
}

.enlighter-t-monokai .enlighter-k9 {
  color: #fd971f;
}

.enlighter-t-monokai .enlighter-k10 {
  color: #f92672;
}

.enlighter-t-monokai .enlighter-k11 {
  color: #75715e;
}

.enlighter-t-monokai .enlighter-e0 {
  color: #ae81ff;
}

.enlighter-t-monokai .enlighter-e1 {
  color: #ae81ff;
}

.enlighter-t-monokai .enlighter-e2 {
  color: #ae81ff;
}

.enlighter-t-monokai .enlighter-e3 {
  color: #ae81ff;
}

.enlighter-t-monokai .enlighter-e4 {
  color: #ae81ff;
}

.enlighter-t-monokai .enlighter-s0 {
  color: #e6db74;
}

.enlighter-t-monokai .enlighter-s1 {
  color: #e6db74;
}

.enlighter-t-monokai .enlighter-s2 {
  color: #e6db74;
}

.enlighter-t-monokai .enlighter-s3 {
  color: #e6db74;
}

.enlighter-t-monokai .enlighter-s4 {
  color: #e6db74;
  font-weight: 700;
}

.enlighter-t-monokai .enlighter-s5 {
  color: #e6db74;
  font-style: italic;
}

.enlighter-t-monokai .enlighter-n0 {
  color: #ae81ff;
}

.enlighter-t-monokai .enlighter-n1 {
  color: #ae81ff;
}

.enlighter-t-monokai .enlighter-n2 {
  color: #ae81ff;
}

.enlighter-t-monokai .enlighter-n3 {
  color: #ae81ff;
}

.enlighter-t-monokai .enlighter-n4 {
  color: #ae81ff;
}

.enlighter-t-monokai .enlighter-n5 {
  color: #ae81ff;
}

.enlighter-t-monokai .enlighter-m0 {
  color: #66d9ef;
}

.enlighter-t-monokai .enlighter-m1 {
  color: #66d9ef;
}

.enlighter-t-monokai .enlighter-m2 {
  color: #66d9ef;
}

.enlighter-t-monokai .enlighter-m3 {
  color: #66d9ef;
}

.enlighter-t-monokai .enlighter-g0 {
  color: #f8f8f2;
  font-weight: 700;
}

.enlighter-t-monokai .enlighter-g1 {
  color: #f8f8f2;
  font-weight: 700;
}

.enlighter-t-monokai .enlighter-t0 {
  color: #f8f8f2;
}

.enlighter-t-monokai .enlighter-t1 {
  color: #a6e22e;
}

.enlighter-t-monokai .enlighter-t2 {
  color: #a6e22e;
}

.enlighter-t-monokai .enlighter-t3 {
  color: #e6db74;
}

.enlighter-t-monokai .enlighter-t4 {
  color: #e6db74;
}

.enlighter-t-monokai .enlighter-t5 {
  color: #a6e22e;
}

.enlighter-t-monokai .enlighter-t6 {
  color: #f92672;
}

.enlighter-t-monokai .enlighter-t7 {
  color: #f92672;
}

.enlighter-t-monokai .enlighter-t8 {
  color: #75715e;
}

.enlighter-t-monokai .enlighter-x1 {
  color: #f92672;
}

.enlighter-t-monokai .enlighter-x2 {
  color: #a6e22e;
}

.enlighter-t-monokai .enlighter-x10 {
  color: #a6e22e;
}

.enlighter-t-monokai .enlighter-x11 {
  color: #a6e22e;
}

.enlighter-t-monokai .enlighter-x12 {
  color: #66d9ef;
  font-style: italic;
}

.enlighter-t-monokai .enlighter-x13 {
  color: #f92672;
}

.enlighter-t-monokai .enlighter-x14 {
  color: #ae81ff;
}

.enlighter-t-monokai .enlighter-x15 {
  color: #a6e22e;
}

.enlighter-t-monokai.enlighter-v-codegroup .enlighter-codegroup-switch {
  background-color: #414339;
  padding: 10px 10px 0 30px;
}

.enlighter-t-monokai.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  background-image: none;
  background-color: #414339;
  color: #f8f8f2;
  font-size: 1.15em;
  padding: 2px 8px 2px 8px;
  margin: 0 10px 0 10px;
  border: none;
  line-height: 2.1em;
  border-radius: 0;
  font-style: italic;
}

.enlighter-t-monokai.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  background-color: #272822;
  color: #f8f8f2;
  font-weight: 700;
  font-style: normal;
}

/*@BASETHEME:classic*/
.enlighter-t-wpcustom {
  background-color: #fff;
  border: 1px solid #e8e8e2;
}

.enlighter-t-wpcustom .enlighter-btn {
  background-color: #fff;
  color: #717171;
  font-size: 1em;
  padding: 0;
  border: 1px solid #e0e0e0;
  margin: 0 0 0 8px;
  text-decoration: none;
  width: 23px;
  height: 23px;
  background-position: 0 0;
  background-size: contain;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
}

.enlighter-t-wpcustom .enlighter-btn:hover {
  border-color: #c9c9c9;
}

.enlighter-t-wpcustom .enlighter-btn:after {
  content: "";
}

.enlighter-t-wpcustom.enlighter-hover div.enlighter > div:hover {
  background-color: #ddf0dd;
}

.enlighter-t-wpcustom .enlighter-raw {
  font-size: 1.25em;
  color: #000;
  line-height: 1.85em;
  padding: 4px 5px 4px 58px;
}

.enlighter-t-wpcustom div.enlighter {
  line-height: 1.7em;
}

.enlighter-t-wpcustom div.enlighter > div {
  padding: 1px 5px 1px 14px;
  line-height: 1.7em;
  color: #aaa;
}

.enlighter-t-wpcustom div.enlighter > div > div {
  border-left: solid 4px #52ce52;
}

.enlighter-t-wpcustom div.enlighter > div:first-child {
  padding-top: 5px;
}

.enlighter-t-wpcustom div.enlighter > div:last-child {
  padding-bottom: 5px;
}

.enlighter-t-wpcustom div.enlighter > div:after {
  content: " ";
}

.enlighter-t-wpcustom div.enlighter > div:nth-child(even) {
  background-color: #f8f8f8;
}

.enlighter-t-wpcustom div.enlighter > div.enlighter-special {
  background-color: #edf9ec;
  border-left-color: #3fa03f;
}

.enlighter-t-wpcustom.enlighter-linenumbers div.enlighter > div::before {
  padding: 1px 5px 1px 14px;
  color: #000;
  background-color: #f8f8f8;
  font-size: 1.15em;
  width: 55px;
  min-width: 55px;
}

.enlighter-t-wpcustom .enlighter span {
  font-size: 1.25em;
}

.enlighter-t-wpcustom .enlighter-text {
  color: #000;
}

.enlighter-t-wpcustom .enlighter-c0 {
  color: #888;
}

.enlighter-t-wpcustom .enlighter-c1 {
  color: #888;
}

.enlighter-t-wpcustom .enlighter-c2 {
  color: #888;
}

.enlighter-t-wpcustom .enlighter-c9 {
  color: #888;
}

.enlighter-t-wpcustom .enlighter-k0 {
  color: #066da1;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-k1 {
  color: #066da1;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-k2 {
  color: #404247;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-k3 {
  color: #404247;
  background-color: #f0f0f0;
}

.enlighter-t-wpcustom .enlighter-k4 {
  color: #404247;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-k5 {
  color: #404247;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-k6 {
  color: #066da1;
  font-style: italic;
}

.enlighter-t-wpcustom .enlighter-k7 {
  color: #066da1;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-k8 {
  color: #404247;
}

.enlighter-t-wpcustom .enlighter-k9 {
  color: #d53aa9;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-k10 {
  color: #404247;
  font-style: italic;
}

.enlighter-t-wpcustom .enlighter-k11 {
  color: #888;
}

.enlighter-t-wpcustom .enlighter-e0 {
  color: #d53aa9;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-e1 {
  color: #d53aa9;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-e2 {
  color: #009926;
}

.enlighter-t-wpcustom .enlighter-e3 {
  color: #d53aa9;
}

.enlighter-t-wpcustom .enlighter-e4 {
  color: #d53aa9;
  font-style: italic;
}

.enlighter-t-wpcustom .enlighter-s0 {
  color: #2d47e6;
}

.enlighter-t-wpcustom .enlighter-s1 {
  color: #2d47e6;
}

.enlighter-t-wpcustom .enlighter-s2 {
  color: #2d47e6;
}

.enlighter-t-wpcustom .enlighter-s3 {
  color: #2d47e6;
}

.enlighter-t-wpcustom .enlighter-s4 {
  color: #2d47e6;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-s5 {
  color: #d53aa9;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-n0 {
  color: #d53aa9;
}

.enlighter-t-wpcustom .enlighter-n1 {
  color: #d53aa9;
}

.enlighter-t-wpcustom .enlighter-n2 {
  color: #d53aa9;
}

.enlighter-t-wpcustom .enlighter-n3 {
  color: #d53aa9;
}

.enlighter-t-wpcustom .enlighter-n4 {
  color: #d53aa9;
}

.enlighter-t-wpcustom .enlighter-n5 {
  color: #d53aa9;
}

.enlighter-t-wpcustom .enlighter-m0 {
  color: #404247;
}

.enlighter-t-wpcustom .enlighter-m1 {
  color: #404247;
}

.enlighter-t-wpcustom .enlighter-m2 {
  color: #404247;
}

.enlighter-t-wpcustom .enlighter-m3 {
  color: #404247;
}

.enlighter-t-wpcustom .enlighter-g0 {
  color: #444;
}

.enlighter-t-wpcustom .enlighter-g1 {
  color: #444;
}

.enlighter-t-wpcustom .enlighter-t0 {
  color: #444;
}

.enlighter-t-wpcustom .enlighter-t1 {
  color: #d53aa9;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-t2 {
  color: #d53aa9;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-t3 {
  color: #066da1;
}

.enlighter-t-wpcustom .enlighter-t4 {
  color: #009926;
}

.enlighter-t-wpcustom .enlighter-t5 {
  color: #009926;
}

.enlighter-t-wpcustom .enlighter-t6 {
  color: #d53aa9;
}

.enlighter-t-wpcustom .enlighter-t7 {
  color: #444;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-t8 {
  color: #444;
  background-color: #f0f0f0;
  font-style: italic;
}

.enlighter-t-wpcustom .enlighter-x1 {
  color: #066da1;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-x2 {
  color: #404247;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-x10 {
  color: #000;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-x11 {
  color: #286491;
  font-weight: 700;
}

.enlighter-t-wpcustom .enlighter-x12 {
  color: #286491;
  text-decoration: underline;
}

.enlighter-t-wpcustom .enlighter-x13 {
  color: #0086b3;
}

.enlighter-t-wpcustom .enlighter-x14 {
  color: #099;
  font-style: italic;
}

.enlighter-t-wpcustom .enlighter-x15 {
  color: #990073;
  font-style: italic;
}

.enlighter-t-wpcustom.enlighter-v-inline {
  background-color: transparent;
  border: none;
}

.enlighter-t-wpcustom.enlighter-v-codegroup {
  display: block;
}

.enlighter-t-wpcustom.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  position: relative;
}

.enlighter-t-wpcustom.enlighter-v-codegroup .enlighter-codegroup-switch {
  background-color: #f8f8f8;
  padding-left: 45px;
}

.enlighter-t-wpcustom.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn {
  border: none;
  font-size: 1.25em;
  line-height: 2.1em;
  width: auto;
  height: auto;
  background-color: transparent;
  padding: 5px 10px 5px 10px;
}

.enlighter-t-wpcustom.enlighter-v-codegroup .enlighter-codegroup-switch .enlighter-btn.enlighter-active {
  background-color: #52ce52;
  color: #f9f9f9;
  font-weight: 700;
}

/* Enlighter dynamic generated stylesheet - DO NOT EDIT */
.enlighter-default .enlighter-btn-window {
  display: none;
}

.enlighter-default .enlighter-btn-website {
  display: none;
}

.body_c {
  color: #666666;
}

.white {
  color: #ffffff;
}

.red {
  color: #ec3525;
}

.teal {
  color: #2e8baa !important;
}

.limegreen, .green {
  color: #bacc4d;
}

.yellow {
  color: #faff76;
}

.bg-white {
  background-color: #ffffff;
}

.bg-red {
  background-color: #ec3525;
  color: #fff;
}

.bg-teal {
  background-color: #2e8baa;
  color: #fff;
}

.bg-grey {
  background-color: #797979;
  color: #fff;
}

.bg-darkgrey {
  background-color: #494949;
}

.bg-lightgrey {
  background-color: #bcbdc1;
}

.gradient_text_red {
  background-image: -webkit-linear-gradient(right, #4c4140 0%, rgb(235, 72, 52) 100%);
  -webkit-background-clip: text;
  margin: auto;
  -webkit-text-fill-color: transparent;
}
@-moz-document url-prefix() {
  .gradient_text_red {
    -webkit-text-fill-color: #666666 !important;
  }
}

/* =================================================================================
~ Font Styles
================================================================================= */
/** CrowdStrike icon font **/
@font-face {
  font-family: "crowdstrike";
  src: url("/wp-content/themes/main-theme/dist/fonts/CrowdStrike/crowdstrike.eot?sfjo45");
  src: url("/wp-content/themes/main-theme/dist/fonts/CrowdStrike/crowdstrike.eot?sfjo45#iefix") format("embedded-opentype"), url("/wp-content/themes/main-theme/dist/fonts/CrowdStrike/crowdstrike.ttf?sfjo45") format("truetype"), url("/wp-content/themes/main-theme/dist/fonts/CrowdStrike/crowdstrike.woff?sfjo45") format("woff"), url("/wp-content/themes/main-theme/dist/fonts/CrowdStrike/crowdstrike.svg?sfjo45#crowdstrike") format("svg");
  font-weight: normal;
  font-style: normal;
}
i {
  font-family: "crowdstrike";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-icon-energy:before {
  content: "\e930";
}

.cs-icon-hospital:before {
  content: "\e931";
}

.cs-icon-resources-live-demos-icon:before {
  content: "\e92f";
}

.cs-icon-crowdcasts-icon:before {
  content: "\e928";
}

.cs-icon-case-studies-icon:before {
  content: "\e926";
}

.cs-icon-community-tools-icon:before {
  content: "\e927";
}

.cs-icon-datasheets-icon:before {
  content: "\e929";
}

.cs-icon-demos-use-cases-icon:before {
  content: "\e92a";
}

.cs-icon-reports-icon:before {
  content: "\e92b";
}

.cs-icon-tool-kit-icon:before {
  content: "\e92c";
}

.cs-icon-videos-icon:before {
  content: "\e92d";
}

.cs-icon-whitepapers-icon:before {
  content: "\e92e";
}

.cs-icon-falcon-cloud-lines:before {
  content: "\e923";
}

.cs-icon-falcon-feather:before {
  content: "\e924";
}

.cs-icon-falcon-threat-graph:before {
  content: "\e925";
}

.cs-icon-creditcard-outlined:before {
  content: "\e91c";
}

.cs-icon-gas-outlined:before {
  content: "\e91d";
}

.cs-icon-global-outlined:before {
  content: "\e91e";
}

.cs-icon-money-outlined:before {
  content: "\e91f";
}

.cs-icon-endpoint-protection:before {
  content: "\e920";
}

.cs-icon-managed-hunting:before {
  content: "\e921";
}

.cs-icon-nextgen-antivirus:before {
  content: "\e922";
}

.cs-icon-complete-protection:before {
  content: "\e919";
}

.cs-icon-unrivaled-visibility:before {
  content: "\e91a";
}

.cs-icon-lower-cost-complexity:before {
  content: "\e91b";
}

.cs-icon-cs-blog-logo-text:before {
  content: "\e918";
}

.cs-icon-resources-case-studies:before {
  content: "\e910";
}

.cs-icon-resources-community-tools:before {
  content: "\e911";
}

.cs-icon-resources-crowdcasts:before {
  content: "\e912";
}

.cs-icon-resources-data-sheets:before {
  content: "\e913";
}

.cs-icon-resources-live-demos:before {
  content: "\e914";
}

.cs-icon-resources-reports:before {
  content: "\e915";
}

.cs-icon-resources-use-cases:before {
  content: "\e916";
}

.cs-icon-resources-white-papers:before {
  content: "\e917";
}

.cs-icon-category-bullseye:before {
  content: "\e90d";
}

.cs-icon-category-shield:before {
  content: "\e90e";
}

.cs-icon-category-triangle-alert:before {
  content: "\e90f";
}

.cs-icon-breach-icon:before {
  content: "\e909";
}

.cs-icon-breach-business-clock-icon:before {
  content: "\e90a";
}

.cs-icon-breach-expert-support-icon:before {
  content: "\e90b";
}

.cs-icon-footer-cta-breach:before {
  content: "\e90c";
}

.cs-icon-adversary-01:before {
  content: "\e903";
}

.cs-icon-adversary-02:before {
  content: "\e904";
}

.cs-icon-adversary-03:before {
  content: "\e905";
}

.cs-icon-adversary-04:before {
  content: "\e906";
}

.cs-icon-cs-logo-text-only:before {
  content: "\e907";
}

.cs-icon-partners-handshake-icon:before {
  content: "\e908";
}

.cs-icon-footer-cta-shield:before {
  content: "\e900";
}

.cs-icon-footer-cta-request-info:before {
  content: "\e901";
}

.cs-icon-footer-cta-see-demo:before {
  content: "\e902";
}

.cs-icon-bullseye-target:before {
  content: "\e6ad";
}

.cs-icon-cloud-cycle:before {
  content: "\e6ae";
}

.cs-icon-three-people:before {
  content: "\e6af";
}

.cs-icon-careers-leader:before {
  content: "\e6a9";
}

.cs-icon-careers-disruptor:before {
  content: "\e6aa";
}

.cs-icon-careers-avatar:before {
  content: "\e6ab";
}

.cs-icon-careers-collaborator:before {
  content: "\e6ac";
}

.cs-icon-crowdsourced-intel:before {
  content: "\e6a3";
}

.cs-icon-crowdstrike-brain:before {
  content: "\e6a4";
}

.cs-icon-indicator-or-attack:before {
  content: "\e6a5";
}

.cs-icon-machine-learning:before {
  content: "\e6a6";
}

.cs-icon-third-party-intel:before {
  content: "\e6a7";
}

.cs-icon-threat-graph:before {
  content: "\e6a8";
}

.cs-icon-circle-play-thin:before {
  content: "\e69b";
}

.cs-icon-circle-question-thin:before {
  content: "\e69c";
}

.cs-icon-circle-quotes-left-thin:before {
  content: "\e69d";
}

.cs-icon-products-clipboard:before {
  content: "\e69e";
}

.cs-icon-products-clock:before {
  content: "\e69f";
}

.cs-icon-products-global:before {
  content: "\e6a0";
}

.cs-icon-products-privacy:before {
  content: "\e6a1";
}

.cs-icon-products-umbrella:before {
  content: "\e6a2";
}

.cs-icon-falcon-request-demo:before {
  content: "\e698";
}

.cs-icon-24-7:before {
  content: "\e699";
}

.cs-icon-CSOC:before {
  content: "\e69a";
}

.cs-icon-forensic-analysis:before {
  content: "\e695";
}

.cs-icon-malware-analysis:before {
  content: "\e696";
}

.cs-icon-remediation:before {
  content: "\e697";
}

.cs-icon-rounded-quotes-left:before {
  content: "\e690";
}

.cs-icon-rounded-quotes-right:before {
  content: "\e691";
}

.cs-icon-circle-arrow-up-2:before {
  content: "\e692";
}

.cs-icon-circle-arrow-down-2:before {
  content: "\e693";
}

.cs-icon-circle-arrow-left-2:before {
  content: "\e694";
}

.cs-icon-circle-arrow-right-2:before {
  content: "\e68f";
}

.cs-icon-request-a-call-phone:before {
  content: "\e68e";
}

.cs-icon-crowdcasts-flat-1:before {
  content: "\e68b";
}

.cs-icon-cs-boxed-arrow-1 .path1:before {
  content: "\e68c";
  color: rgb(0, 0, 0);
}

.cs-icon-cs-boxed-arrow-1 .path2:before {
  content: "\e68d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.cs-icon-vertical-bar-1:before {
  content: "\e375";
}

.cs-icon-globe-network:before {
  content: "\e66e";
}

.cs-icon-warning-3:before {
  content: "\e355";
}

.cs-icon-spinner:before {
  content: "\e1a9";
}

.cs-icon-notification:before {
  content: "\e357";
}

.cs-icon-plus-2:before {
  content: "\e376";
}

.cs-icon-minus2:before {
  content: "\e377";
}

.cs-icon-cross:before {
  content: "\e36b";
}

.cs-icon-checkmark:before {
  content: "\e370";
}

.cs-icon-play-2:before {
  content: "\e380";
}

.cs-icon-loop:before {
  content: "\eda7";
}

.cs-icon-radio-checked:before {
  content: "\e438";
}

.cs-icon-radio-checked-2:before {
  content: "\e439";
}

.cs-icon-radio-unchecked:before {
  content: "\e43a";
}

.cs-icon-paragraph-justify:before {
  content: "\e472";
}

.cs-icon-star-badge-1:before {
  content: "\f07b";
}

.cs-icon-broadcast:before {
  content: "\f048";
}

.cs-icon-cloud-download-2:before {
  content: "\f00b";
}

.cs-icon-cloud-upload-2:before {
  content: "\f00c";
}

.cs-icon-eye-3:before {
  content: "\f04e";
}

.cs-icon-flame:before {
  content: "\f0d2";
}

.cs-icon-git-commit:before {
  content: "\f01f";
}

.cs-icon-globe-2:before {
  content: "\f0b6";
}

.cs-icon-primitive-dot:before {
  content: "\f052";
}

.cs-icon-primitive-square:before {
  content: "\f053";
}

.cs-icon-pulse:before {
  content: "\f085";
}

.cs-icon-puzzle:before {
  content: "\f0c0";
}

.cs-icon-stop-octagon:before {
  content: "\f08f";
}

.cs-icon-terminal:before {
  content: "\f0c8";
}

.cs-icon-lightening-bolt:before {
  content: "⚡";
}

.cs-icon-cs-logo:before {
  content: "\e603";
}

.cs-icon-cs-icon:before, .search_modal__close span:before {
  content: "\e600";
}

.cs-icon-services:before {
  content: "\e601";
}

.cs-icon-apps:before {
  content: "\e621";
}

.cs-icon-bars-alt:before {
  content: "\e622";
}

.cs-icon-bars:before {
  content: "\e623";
}

.cs-icon-bolt:before {
  content: "\e624";
}

.cs-icon-call-made:before {
  content: "\e625";
}

.cs-icon-call-received:before {
  content: "\e626";
}

.cs-icon-clear:before {
  content: "\e627";
}

.cs-icon-cloud-circle:before {
  content: "\e628";
}

.cs-icon-cloud-done:before {
  content: "\e629";
}

.cs-icon-cloud-download:before {
  content: "\e62a";
}

.cs-icon-cloud-download2:before {
  content: "\e62b";
}

.cs-icon-cloud-upload:before {
  content: "\e62c";
}

.cs-icon-cloud-upload2:before {
  content: "\e62d";
}

.cs-icon-cloud:before {
  content: "\e62e";
}

.cs-icon-create:before {
  content: "\e62f";
}

.cs-icon-dashboard:before {
  content: "\e630";
}

.cs-icon-dehaze:before {
  content: "\e631";
}

.cs-icon-delete:before {
  content: "\e632";
}

.cs-icon-details:before {
  content: "\e633";
}

.cs-icon-done:before {
  content: "\e634";
}

.cs-icon-drafts:before {
  content: "\e635";
}

.cs-icon-eject:before {
  content: "\e636";
}

.cs-icon-error:before {
  content: "\e637";
}

.cs-icon-filter-center-focus:before {
  content: "\e638";
}

.cs-icon-filter-tilt-shift:before {
  content: "\e639";
}

.cs-icon-first:before {
  content: "\e63a";
}

.cs-icon-folder:before {
  content: "\e63b";
}

.cs-icon-gps-fixed:before {
  content: "\e63c";
}

.cs-icon-gps-not-fixed:before {
  content: "\e63d";
}

.cs-icon-info-outline:before {
  content: "\e63e";
}

.cs-icon-insert-link:before {
  content: "\e63f";
}

.cs-icon-keyboard-arrow-down:before {
  content: "\e640";
}

.cs-icon-keyboard-arrow-left:before {
  content: "\e641";
}

.cs-icon-keyboard-arrow-right:before {
  content: "\e642";
}

.cs-icon-keyboard-arrow-up:before {
  content: "\e643";
}

.cs-icon-last:before {
  content: "\e644";
}

.cs-icon-layers-alt:before {
  content: "\e645";
}

.cs-icon-layers:before {
  content: "\e646";
}

.cs-icon-lightbulb:before {
  content: "\e647";
}

.cs-icon-link:before {
  content: "\e648";
}

.cs-icon-list:before {
  content: "\e649";
}

.cs-icon-live-help:before {
  content: "\e64a";
}

.cs-icon-location-on:before {
  content: "\e64b";
}

.cs-icon-mail:before {
  content: "\e64c";
}

.cs-icon-message:before {
  content: "\e64d";
}

.cs-icon-messenger:before {
  content: "\e64e";
}

.cs-icon-minus-alt:before {
  content: "\e64f";
}

.cs-icon-minus:before {
  content: "\e650";
}

.cs-icon-move:before {
  content: "\e651";
}

.cs-icon-movie:before {
  content: "\e652";
}

.cs-icon-movie2:before {
  content: "\e653";
}

.cs-icon-multitrack-audio:before {
  content: "\e654";
}

.cs-icon-my-location:before {
  content: "\e655";
}

.cs-icon-nfc:before {
  content: "\e656";
}

.cs-icon-pause-circle-fill:before {
  content: "\e657";
}

.cs-icon-pause-circle-outline:before {
  content: "\e658";
}

.cs-icon-pause:before {
  content: "\e659";
}

.cs-icon-play-circle-fill:before {
  content: "\e65a";
}

.cs-icon-play-circle-outline:before {
  content: "\e65b";
}

.cs-icon-play:before {
  content: "\e65c";
}

.cs-icon-playlist-add:before {
  content: "\e65d";
}

.cs-icon-plus-alt:before {
  content: "\e65e";
}

.cs-icon-plus:before {
  content: "\e65f";
}

.cs-icon-portable-wifi-off:before {
  content: "\e660";
}

.cs-icon-radio-button-on:before {
  content: "\e661";
}

.cs-icon-reorder:before {
  content: "\e662";
}

.cs-icon-report:before {
  content: "\e663";
}

.cs-icon-share:before {
  content: "\e664";
}

.cs-icon-star:before {
  content: "\e665";
}

.cs-icon-star2:before {
  content: "\e666";
}

.cs-icon-stop:before {
  content: "\e667";
}

.cs-icon-target:before {
  content: "\e668";
}

.cs-icon-texture:before {
  content: "\e669";
}

.cs-icon-track-changes:before {
  content: "\e66a";
}

.cs-icon-verified-user:before {
  content: "\e66b";
}

.cs-icon-vpn-lock:before {
  content: "\e66c";
}

.cs-icon-warning:before {
  content: "\e66d";
}

.cs-icon-finger-print:before {
  content: "\e606";
}

.cs-icon-falcon-adversary-01:before {
  content: "\e605";
}

.cs-icon-chain-link:before {
  content: "\e604";
}

.cs-icon-shortcut-arrow:before {
  content: "\e602";
}

.cs-icon-arrow-left2:before {
  content: "\e607";
}

.cs-icon-arrow-up2:before {
  content: "\e608";
}

.cs-icon-arrow-down2:before {
  content: "\e609";
}

.cs-icon-arrow-right2:before {
  content: "\e60a";
}

.cs-icon-arrow-up:before {
  content: "\e60b";
}

.cs-icon-arrow-left:before {
  content: "\e60c";
}

.cs-icon-arrow-right:before {
  content: "\e60d";
}

.cs-icon-arrow-down:before {
  content: "\e60e";
}

.cs-icon-cycle:before {
  content: "\e60f";
}

.cs-icon-target2:before {
  content: "\e610";
}

.cs-icon-menu:before {
  content: "\e611";
}

.cs-icon-dots:before {
  content: "\e612";
}

.cs-icon-ellipsis:before {
  content: "\e613";
}

.cs-icon-warning2:before {
  content: "\e614";
}

.cs-icon-question:before {
  content: "\e615";
}

.cs-icon-help:before {
  content: "\e616";
}

.cs-icon-facebook:before {
  content: "\e617";
}

.cs-icon-facebook2:before {
  content: "\e618";
}

.cs-icon-linkedin:before {
  content: "\e619";
}

.cs-icon-linkedin2:before {
  content: "\e61a";
}

.cs-icon-twitter:before {
  content: "\e61b";
}

.cs-icon-twitter2:before {
  content: "\e61c";
}

.cs-icon-vimeo:before {
  content: "\e61d";
}

.cs-icon-vimeo2:before {
  content: "\e61e";
}

.cs-icon-radar-new:before {
  content: "\e61f";
}

.cs-icon-movie-cliip:before {
  content: "\e620";
}

.cs-icon-bookmark:before {
  content: "\e66f";
}

.cs-icon-bookmark-outline:before {
  content: "\e670";
}

.cs-icon-launch:before {
  content: "\e671";
}

.cs-icon-pageview:before {
  content: "\e672";
}

.cs-icon-search:before {
  content: "\e673";
}

.cs-icon-settings-backup-restore:before {
  content: "\e674";
}

.cs-icon-settings-ethernet:before {
  content: "\e675";
}

.cs-icon-track-changes2:before {
  content: "\e676";
}

.cs-icon-album:before {
  content: "\e677";
}

.cs-icon-create2:before {
  content: "\e678";
}

.cs-icon-details2:before {
  content: "\e679";
}

.cs-icon-filter-tilt-shift2:before {
  content: "\e67a";
}

.cs-icon-flash-on:before {
  content: "\e67b";
}

.cs-icon-hdr-strong:before {
  content: "\e67c";
}

.cs-icon-hdr-weak:before {
  content: "\e67d";
}

.cs-icon-looks:before {
  content: "\e67e";
}

.cs-icon-rotate-left:before {
  content: "\e67f";
}

.cs-icon-rotate-right:before {
  content: "\e680";
}

.cs-icon-style:before {
  content: "\e681";
}

.cs-icon-texture2:before {
  content: "\e682";
}

.cs-icon-timelapse:before {
  content: "\e683";
}

.cs-icon-beenhere:before {
  content: "\e684";
}

.cs-icon-my-location2:before {
  content: "\e685";
}

.cs-icon-fullscreen:before {
  content: "\e686";
}

.cs-icon-add-to-list:before {
  content: "\e687";
}

.cs-icon-document-landscape:before {
  content: "\e688";
}

.cs-icon-clapperboard:before {
  content: "\e689";
}

.cs-icon-time-slot:before {
  content: "\e68a";
}

.cs-icon-cs-icon:before, .search_modal__close span:before {
  content: "\e600";
}

/** FontAwesome **/
/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "V";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before, .secondary_link_button.search span::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before, .secondary_link_button.prev span::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before, .secondary_link_button.next span::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/main-theme/dist/fonts/FontAwesome/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/main-theme/dist/fonts/FontAwesome/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/wp-content/themes/main-theme/dist/fonts/FontAwesome/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/main-theme/dist/fonts/FontAwesome/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/main-theme/dist/fonts/FontAwesome/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/main-theme/dist/fonts/FontAwesome/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

/** Fatman **/
@font-face {
  font-family: "Fatman-Light";
  src: url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Light.eot");
  src: url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Light.woff2") format("woff2"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Light.woff") format("woff"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Light.ttf") format("truetype"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Light.svg#Fatman-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Fatman-Book";
  src: url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Book.eot");
  src: url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Book.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Book.woff2") format("woff2"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Book.woff") format("woff"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Book.ttf") format("truetype"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Book.svg#Fatman-Book") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fatman-Medium";
  src: url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Medium.eot");
  src: url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Medium.woff2") format("woff2"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Medium.woff") format("woff"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Medium.ttf") format("truetype"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Medium.svg#Fatman-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Fatman-Semibold";
  src: url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Semibold.eot");
  src: url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Semibold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Semibold.woff2") format("woff2"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Semibold.woff") format("woff"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Semibold.ttf") format("truetype"), url("/wp-content/themes/main-theme/dist/fonts/Fatman/Fatman-Semibold.svg#Fatman-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
.fatman_l {
  font-family: "Fatman-Light", sans-serif !important;
}

.fatman,
.fatman_r {
  font-family: "Fatman-Book", sans-serif !important;
}

.fatman_m {
  font-family: "Fatman-Medium", sans-serif !important;
}

.fatman_sb {
  font-family: "Fatman-Semibold", sans-serif !important;
}

/** Neue Haas Grotesk **/
.nhg {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
}

.nhg_bold {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 600;
}

@font-face {
  font-family: "Haas Grot Disp 15 XXThin";
  src: url("/wp-content/themes/main-theme/dist/fonts/HaasGrotDisp/HaasGrotDisp-15XXThin.otf");
}
/** ITC Avant Garde **/
@font-face {
  font-family: "itc_avant_garde_gothic_proXLt";
  src: url("/wp-content/themes/main-theme/dist/fonts/ITCAvantGardePro/itcavantgardepro-xlt-webfont.eot");
  src: url("/wp-content/themes/main-theme/dist/fonts/ITCAvantGardePro/itcavantgardepro-xlt-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/main-theme/dist/fonts/ITCAvantGardePro/itcavantgardepro-xlt-webfont.woff") format("woff"), url("/wp-content/themes/main-theme/dist/fonts/ITCAvantGardePro/itcavantgardepro-xlt-webfont.ttf") format("truetype"), url("/wp-content/themes/main-theme/dist/fonts/ITCAvantGardePro/itcavantgardepro-xlt-webfont.svg#itcavantgardepro-xlt-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.avant_light {
  font-family: "itc_avant_garde_gothic_proXLt", sans-serif;
}

/** Crystal Sky **/
@font-face {
  font-family: "crystal_skyregular";
  src: url("/wp-content/themes/main-theme/dist/fonts/CrystalSky/crystal-sky_1-webfont.woff2") format("woff2"), url("/wp-content/themes/main-theme/dist/fonts/CrystalSky/crystal-sky_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.crystal_sky {
  font-family: "crystal_skyregular", cursive;
}

/** Crystal **/
@font-face {
  font-family: "crystal_personal_useregular";
  src: url("/wp-content/themes/main-theme/dist/fonts/Crystal/crystal-webfont.woff2") format("woff2"), url("/wp-content/themes/main-theme/dist/fonts/Crystal/crystal-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.crystal {
  font-family: "crystal_personal_useregular", cursive;
}

/** Bayshore **/
@font-face {
  font-family: "bayshoreregular";
  src: url("/wp-content/themes/main-theme/dist/fonts/Bayshore/bayshore-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/** Tungsten **/
@font-face {
  font-family: "Tungsten Condensed";
  src: url("/wp-content/themes/main-theme/dist/fonts/Tungsten/Tungsten-Cond/TungstenCond-Black.otf");
}
/* =================================================================================
~ Global - sitewide defaults and resets
================================================================================= */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  color: #666666;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: #292929;
  font-family: "Fatman-Light", sans-serif !important;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: normal;
  font-family: "Fatman-Book", sans-serif !important;
}

p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.7;
}
p.grey {
  color: #5C5C5C;
}

div {
  position: relative;
  display: block;
}

address {
  margin: 0;
}

a {
  color: #2e8baa;
}
a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

img.lazyload:not([src]) {
  visibility: hidden;
}

form {
  margin: 0;
}

legend {
  display: none;
}

label {
  display: block;
}

button {
  background: transparent;
  border: 0 none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

table {
  border: 0;
  empty-cells: show;
  font-size: 1.6rem;
}

caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

:hover,
:active,
:focus {
  outline: none !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, iframe {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.invisible {
  visibility: hidden;
}

.clear {
  clear: both;
}

.red_line {
  display: block;
  margin: 2.8rem auto 2.2rem;
  background: #fc0000;
  height: 2px;
  width: 8.6rem;
}
.red_line.thin {
  height: 1px;
}
.red_line.white {
  background: #fff;
}
.red_line.gray {
  background: #858585;
}

.drift-conductor-item {
  z-index: 214748364 !important;
}

/* =================================================================================
~ Media Queries
================================================================================= */
@media (min-width: 1025px) {
  .hidden_sm {
    display: block;
  }
  .visible_sm {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hidden_sm {
    display: none !important;
  }
  .visible_sm {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .hidden_xs {
    display: block !important;
  }
  .visible_xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden_xs {
    display: none !important;
  }
  .visible_xs {
    display: block !important;
  }
}
/* =================================================================================
~ Layout - general site wide layout adjustments
================================================================================= */
.centered {
  margin: 0 auto;
  float: none;
}

.cs_page_container {
  overflow: hidden;
}
.cs_page_container .cs_page_content {
  transition: 0.2s transform ease-out;
  z-index: 7;
}
.cs_page_container .cs_main_section {
  opacity: 1;
  transition: opacity 0.2s ease-out 0s;
}
.cs_page_container.blur .cs_main_section {
  filter: blur(7px);
}
.cs_page_container.no_banner .cs_page_content {
  padding-top: 8.4rem;
}
@media (max-width: 1024px) {
  .cs_page_container.no_banner .cs_page_content {
    padding-top: 4.95rem;
  }
}
.cs_page_container.no_top_nav .cs_page_content {
  padding-top: 3.6em;
}
.cs_page_container.open .mobile_menu_btn span {
  background: none !important;
}
.cs_page_container.open .mobile_menu_btn span:before, .cs_page_container.open .mobile_menu_btn span:after {
  background: #fc0000;
}
.cs_page_container.open .mobile_menu_btn span:before {
  top: 0;
  transform: rotate(45deg);
}
.cs_page_container.open .mobile_menu_btn span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.cs_page_container.open .header_logo svg g#Home {
  fill: #fc0000;
}
.cs_page_container.open .search_btn {
  color: #fc0000;
}
.cs_page_container.open .cs_page_content {
  transform: translateX(-100%);
}
.cs_page_container.open .cs_main_section {
  opacity: 0;
}
.cs_page_container.open .mobile_nav_section {
  opacity: 1;
}

.main .content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.main .content a:hover {
  text-decoration: underline;
}

/*******************************************/
/*WIDTH ADJ*/
.width_90 {
  width: 90%;
  margin: 0 auto;
}

.width_80 {
  width: 80%;
  margin: 0 auto;
}

.width_70 {
  width: 70%;
  margin: 0 auto;
}

.width_60 {
  width: 60%;
  margin: 0 auto;
}

.width_50 {
  width: 50%;
  margin: 0 auto;
}

.width_40 {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .width_90, .width_80, .width_70, .width_60, .width_50, .width_40 {
    width: 100%;
    margin: 0 auto;
  }
}
/*******************************************/
/*SPACINGS*/
.gap {
  display: block;
  position: relative;
  margin: 30px 0 30px 0;
  clear: both;
}

.gap:after {
  clear: both;
  content: "";
  display: table;
}

.gap_small {
  margin: 15px 0 15px 0;
}

.gap_mini {
  margin: 10px 0 10px 0;
}

.gap_big {
  margin: 50px 0 50px 0;
}

.gap_huge {
  margin: 80px 0 80px 0;
}

.gap_top {
  margin-bottom: 0 !important;
}

.gap_bottom {
  margin-top: 0 !important;
}

.gap_border {
  border: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
  .main .content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1117px) {
  .lang-en .mega_menu__links li {
    font-size: calc(11px + 2 * (100vw - 1025px) / 817);
  }
}

@media (min-width: 1025px) and (max-width: 1117px) {
  .lang-de .mega_menu__links li {
    font-size: calc(11px + 2 * (100vw - 1025px) / 817);
  }
}
.lang-de .covid_featured_blog_content h2 {
  text-align: left !important;
}

@media (min-width: 1025px) and (max-width: 1117px) {
  .lang-fr .mega_menu__links li {
    font-size: calc(11px + 2 * (100vw - 1025px) / 817);
  }
}

@media (max-width: 1025px) {
  .lang-ja .gated-form {
    overflow-y: scroll;
  }
}

.lang-pt .homepage_hero h1 {
  font-size: calc(55px + 21 * (100vw - 300px) / 2200);
}
@media (max-width: 1200px) {
  .lang-pt .homepage_hero h1 {
    font-size: calc(44px + 36 * (100vw - 300px) / 900);
  }
}
@media (min-width: 1025px) and (max-width: 1679px) {
  .lang-pt .mega_menu__links li {
    font-size: calc(6px + 6 * (100vw - 1025px) / 654);
  }
}
@media (min-width: 1025px) and (max-width: 1679px) {
  .lang-pt .cs_main_menu.change_style .mega_menu__links li:last-of-type,
.lang-pt .cs_main_menu.alt_style .mega_menu__links li:last-of-type {
    font-size: calc(8px + 4 * (100vw - 1025px) / 654);
  }
}
@media (min-width: 1025px) and (max-width: 1679px) {
  .lang-pt .header_top_menu li {
    font-size: calc(6px + 6 * (100vw - 1025px) / 654);
  }
}
.lang-pt .mega_menu__body .cs_header_container {
  max-width: 1140px;
}
.lang-pt .products_hero__secondary_links li {
  font-size: 1.3rem;
}
@media (min-width: 1025px) and (max-width: 1679px) {
  .lang-pt .cs_header_container {
    max-width: 100%;
  }
}
@media (min-width: 1680px) {
  .lang-pt .cs_header_container {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .lang-pt .products_hero__secondary_links {
    bottom: 0;
  }
}

.page-template-privacy-notice .cs_main_menu .menu_inner_section a,
.page-template-purchase-order-terms .cs_main_menu .menu_inner_section a,
.error404 .cs_main_menu .menu_inner_section a,
.page-template-company-code-of-business-conduct .cs_main_menu .menu_inner_section a,
.page-template-evaluation_agreement .cs_main_menu .menu_inner_section a {
  color: #000;
}
.page-template-privacy-notice .cs_main_menu .search_btn,
.page-template-purchase-order-terms .cs_main_menu .search_btn,
.error404 .cs_main_menu .search_btn,
.page-template-company-code-of-business-conduct .cs_main_menu .search_btn,
.page-template-evaluation_agreement .cs_main_menu .search_btn {
  opacity: 0.5;
}
.page-template-privacy-notice .cs_main_menu .search_btn,
.page-template-purchase-order-terms .cs_main_menu .search_btn,
.error404 .cs_main_menu .search_btn,
.page-template-company-code-of-business-conduct .cs_main_menu .search_btn,
.page-template-evaluation_agreement .cs_main_menu .search_btn,
.page-template-privacy-notice .cs_main_menu .fa,
.page-template-purchase-order-terms .cs_main_menu .fa,
.error404 .cs_main_menu .fa,
.page-template-company-code-of-business-conduct .cs_main_menu .fa,
.page-template-evaluation_agreement .cs_main_menu .fa {
  color: #000;
}
.page-template-privacy-notice .cs_main_menu .search_btn:hover,
.page-template-purchase-order-terms .cs_main_menu .search_btn:hover,
.error404 .cs_main_menu .search_btn:hover,
.page-template-company-code-of-business-conduct .cs_main_menu .search_btn:hover,
.page-template-evaluation_agreement .cs_main_menu .search_btn:hover,
.page-template-privacy-notice .cs_main_menu .fa:hover,
.page-template-purchase-order-terms .cs_main_menu .fa:hover,
.error404 .cs_main_menu .fa:hover,
.page-template-company-code-of-business-conduct .cs_main_menu .fa:hover,
.page-template-evaluation_agreement .cs_main_menu .fa:hover {
  color: white;
  opacity: 1;
}
.page-template-privacy-notice .cs_main_menu dd > .fa,
.page-template-purchase-order-terms .cs_main_menu dd > .fa,
.error404 .cs_main_menu dd > .fa,
.page-template-company-code-of-business-conduct .cs_main_menu dd > .fa,
.page-template-evaluation_agreement .cs_main_menu dd > .fa,
.page-template-privacy-notice .cs_main_menu dt > a > .fa,
.page-template-purchase-order-terms .cs_main_menu dt > a > .fa,
.error404 .cs_main_menu dt > a > .fa,
.page-template-company-code-of-business-conduct .cs_main_menu dt > a > .fa,
.page-template-evaluation_agreement .cs_main_menu dt > a > .fa {
  color: #fc0000;
}
.page-template-privacy-notice .cs_main_menu .header_logo svg g#Home,
.page-template-purchase-order-terms .cs_main_menu .header_logo svg g#Home,
.error404 .cs_main_menu .header_logo svg g#Home,
.page-template-company-code-of-business-conduct .cs_main_menu .header_logo svg g#Home,
.page-template-evaluation_agreement .cs_main_menu .header_logo svg g#Home {
  fill: #fc0000;
}
.page-template-privacy-notice .cs_main_menu .header_top_menu,
.page-template-purchase-order-terms .cs_main_menu .header_top_menu,
.error404 .cs_main_menu .header_top_menu,
.page-template-company-code-of-business-conduct .cs_main_menu .header_top_menu,
.page-template-evaluation_agreement .cs_main_menu .header_top_menu {
  background: white;
}
.page-template-privacy-notice .cs_main_menu .header_top_menu li,
.page-template-purchase-order-terms .cs_main_menu .header_top_menu li,
.error404 .cs_main_menu .header_top_menu li,
.page-template-company-code-of-business-conduct .cs_main_menu .header_top_menu li,
.page-template-evaluation_agreement .cs_main_menu .header_top_menu li {
  color: #000;
  opacity: 0.5;
}
.page-template-privacy-notice .cs_main_menu .header_top_menu a:hover,
.page-template-purchase-order-terms .cs_main_menu .header_top_menu a:hover,
.error404 .cs_main_menu .header_top_menu a:hover,
.page-template-company-code-of-business-conduct .cs_main_menu .header_top_menu a:hover,
.page-template-evaluation_agreement .cs_main_menu .header_top_menu a:hover,
.page-template-privacy-notice .cs_main_menu .header_top_menu li:hover,
.page-template-purchase-order-terms .cs_main_menu .header_top_menu li:hover,
.error404 .cs_main_menu .header_top_menu li:hover,
.page-template-company-code-of-business-conduct .cs_main_menu .header_top_menu li:hover,
.page-template-evaluation_agreement .cs_main_menu .header_top_menu li:hover {
  color: white;
  opacity: 1;
}
.page-template-privacy-notice .cs_main_menu .header_top_menu a:hover .fa,
.page-template-purchase-order-terms .cs_main_menu .header_top_menu a:hover .fa,
.error404 .cs_main_menu .header_top_menu a:hover .fa,
.page-template-company-code-of-business-conduct .cs_main_menu .header_top_menu a:hover .fa,
.page-template-evaluation_agreement .cs_main_menu .header_top_menu a:hover .fa,
.page-template-privacy-notice .cs_main_menu .header_top_menu li:hover .fa,
.page-template-purchase-order-terms .cs_main_menu .header_top_menu li:hover .fa,
.error404 .cs_main_menu .header_top_menu li:hover .fa,
.page-template-company-code-of-business-conduct .cs_main_menu .header_top_menu li:hover .fa,
.page-template-evaluation_agreement .cs_main_menu .header_top_menu li:hover .fa {
  color: white;
  opacity: 1;
}
.page-template-privacy-notice .cs_main_menu .header_bottom_menu:before,
.page-template-purchase-order-terms .cs_main_menu .header_bottom_menu:before,
.error404 .cs_main_menu .header_bottom_menu:before,
.page-template-company-code-of-business-conduct .cs_main_menu .header_bottom_menu:before,
.page-template-evaluation_agreement .cs_main_menu .header_bottom_menu:before {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.page-template-privacy-notice .cs_main_menu .mega_menu__links li,
.page-template-purchase-order-terms .cs_main_menu .mega_menu__links li,
.error404 .cs_main_menu .mega_menu__links li,
.page-template-company-code-of-business-conduct .cs_main_menu .mega_menu__links li,
.page-template-evaluation_agreement .cs_main_menu .mega_menu__links li {
  color: #444343;
}
.page-template-privacy-notice .cs_main_menu .mega_menu__links li:hover,
.page-template-purchase-order-terms .cs_main_menu .mega_menu__links li:hover,
.error404 .cs_main_menu .mega_menu__links li:hover,
.page-template-company-code-of-business-conduct .cs_main_menu .mega_menu__links li:hover,
.page-template-evaluation_agreement .cs_main_menu .mega_menu__links li:hover, .page-template-privacy-notice .cs_main_menu .mega_menu__links li.active,
.page-template-purchase-order-terms .cs_main_menu .mega_menu__links li.active,
.error404 .cs_main_menu .mega_menu__links li.active,
.page-template-company-code-of-business-conduct .cs_main_menu .mega_menu__links li.active,
.page-template-evaluation_agreement .cs_main_menu .mega_menu__links li.active {
  color: #fc0000;
}
.page-template-privacy-notice .cs_main_menu .mega_menu__links li:nth-child(6),
.page-template-purchase-order-terms .cs_main_menu .mega_menu__links li:nth-child(6),
.error404 .cs_main_menu .mega_menu__links li:nth-child(6),
.page-template-company-code-of-business-conduct .cs_main_menu .mega_menu__links li:nth-child(6),
.page-template-evaluation_agreement .cs_main_menu .mega_menu__links li:nth-child(6), .page-template-privacy-notice .cs_main_menu .mega_menu__links li:last-of-type,
.page-template-purchase-order-terms .cs_main_menu .mega_menu__links li:last-of-type,
.error404 .cs_main_menu .mega_menu__links li:last-of-type,
.page-template-company-code-of-business-conduct .cs_main_menu .mega_menu__links li:last-of-type,
.page-template-evaluation_agreement .cs_main_menu .mega_menu__links li:last-of-type {
  background: #fc0000;
  color: white;
  border-radius: 3em;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: 0.2s background-color ease-out, 0.2s border-color ease-out, 0.2s color ease-out;
}
.page-template-privacy-notice .cs_main_menu .mega_menu__links li:nth-child(6):hover,
.page-template-purchase-order-terms .cs_main_menu .mega_menu__links li:nth-child(6):hover,
.error404 .cs_main_menu .mega_menu__links li:nth-child(6):hover,
.page-template-company-code-of-business-conduct .cs_main_menu .mega_menu__links li:nth-child(6):hover,
.page-template-evaluation_agreement .cs_main_menu .mega_menu__links li:nth-child(6):hover, .page-template-privacy-notice .cs_main_menu .mega_menu__links li:last-of-type:hover,
.page-template-purchase-order-terms .cs_main_menu .mega_menu__links li:last-of-type:hover,
.error404 .cs_main_menu .mega_menu__links li:last-of-type:hover,
.page-template-company-code-of-business-conduct .cs_main_menu .mega_menu__links li:last-of-type:hover,
.page-template-evaluation_agreement .cs_main_menu .mega_menu__links li:last-of-type:hover {
  background: #bd2b23;
}
.page-template-privacy-notice .cs_main_menu .mega_menu__links li:nth-child(6) a,
.page-template-purchase-order-terms .cs_main_menu .mega_menu__links li:nth-child(6) a,
.error404 .cs_main_menu .mega_menu__links li:nth-child(6) a,
.page-template-company-code-of-business-conduct .cs_main_menu .mega_menu__links li:nth-child(6) a,
.page-template-evaluation_agreement .cs_main_menu .mega_menu__links li:nth-child(6) a, .page-template-privacy-notice .cs_main_menu .mega_menu__links li:last-of-type a,
.page-template-purchase-order-terms .cs_main_menu .mega_menu__links li:last-of-type a,
.error404 .cs_main_menu .mega_menu__links li:last-of-type a,
.page-template-company-code-of-business-conduct .cs_main_menu .mega_menu__links li:last-of-type a,
.page-template-evaluation_agreement .cs_main_menu .mega_menu__links li:last-of-type a {
  color: white;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.7em 3em;
  text-decoration: none;
}
.page-template-privacy-notice .cs_main_menu .languages_menu.lang_header .languages_menu__title,
.page-template-purchase-order-terms .cs_main_menu .languages_menu.lang_header .languages_menu__title,
.error404 .cs_main_menu .languages_menu.lang_header .languages_menu__title,
.page-template-company-code-of-business-conduct .cs_main_menu .languages_menu.lang_header .languages_menu__title,
.page-template-evaluation_agreement .cs_main_menu .languages_menu.lang_header .languages_menu__title,
.page-template-privacy-notice .cs_main_menu .languages_menu.lang_header .fa,
.page-template-purchase-order-terms .cs_main_menu .languages_menu.lang_header .fa,
.error404 .cs_main_menu .languages_menu.lang_header .fa,
.page-template-company-code-of-business-conduct .cs_main_menu .languages_menu.lang_header .fa,
.page-template-evaluation_agreement .cs_main_menu .languages_menu.lang_header .fa {
  color: #000;
  opacity: 0.5;
}
.page-template-privacy-notice .cs_main_menu .languages_menu.lang_header .languages_menu__title:hover,
.page-template-purchase-order-terms .cs_main_menu .languages_menu.lang_header .languages_menu__title:hover,
.error404 .cs_main_menu .languages_menu.lang_header .languages_menu__title:hover,
.page-template-company-code-of-business-conduct .cs_main_menu .languages_menu.lang_header .languages_menu__title:hover,
.page-template-evaluation_agreement .cs_main_menu .languages_menu.lang_header .languages_menu__title:hover,
.page-template-privacy-notice .cs_main_menu .languages_menu.lang_header .languages_menu__title:hover .fa,
.page-template-purchase-order-terms .cs_main_menu .languages_menu.lang_header .languages_menu__title:hover .fa,
.error404 .cs_main_menu .languages_menu.lang_header .languages_menu__title:hover .fa,
.page-template-company-code-of-business-conduct .cs_main_menu .languages_menu.lang_header .languages_menu__title:hover .fa,
.page-template-evaluation_agreement .cs_main_menu .languages_menu.lang_header .languages_menu__title:hover .fa {
  color: white !important;
  opacity: 1;
}
.page-template-privacy-notice .cs_main_menu .mobile_menu_btn span,
.page-template-purchase-order-terms .cs_main_menu .mobile_menu_btn span,
.error404 .cs_main_menu .mobile_menu_btn span,
.page-template-company-code-of-business-conduct .cs_main_menu .mobile_menu_btn span,
.page-template-evaluation_agreement .cs_main_menu .mobile_menu_btn span {
  background: #fc0000;
}
.page-template-privacy-notice .cs_main_menu .mobile_menu_btn span:before,
.page-template-purchase-order-terms .cs_main_menu .mobile_menu_btn span:before,
.error404 .cs_main_menu .mobile_menu_btn span:before,
.page-template-company-code-of-business-conduct .cs_main_menu .mobile_menu_btn span:before,
.page-template-evaluation_agreement .cs_main_menu .mobile_menu_btn span:before, .page-template-privacy-notice .cs_main_menu .mobile_menu_btn span:after,
.page-template-purchase-order-terms .cs_main_menu .mobile_menu_btn span:after,
.error404 .cs_main_menu .mobile_menu_btn span:after,
.page-template-company-code-of-business-conduct .cs_main_menu .mobile_menu_btn span:after,
.page-template-evaluation_agreement .cs_main_menu .mobile_menu_btn span:after {
  background: #fc0000;
}

.page-template-privacy-notice .cs_page_content,
.page-template-purchase-order-terms .cs_page_content,
.page-template-company-code-of-business-conduct .cs_page_content,
.page-template-evaluation_agreement .cs_page_content {
  padding: 8.4rem 0 0;
}
@media (max-width: 1024px) {
  .page-template-privacy-notice .cs_page_content,
.page-template-purchase-order-terms .cs_page_content,
.page-template-company-code-of-business-conduct .cs_page_content,
.page-template-evaluation_agreement .cs_page_content {
    padding: 4.9rem 0 0;
  }
}

.secondary_page.with_small_padding {
  padding: 4rem 0;
}
.secondary_page.light_grey {
  background: #efefef;
}
.secondary_page i.red {
  color: #fc0000;
}
.secondary_page .icon-xl {
  font-size: 10rem;
}
.secondary_page .media {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .secondary_page li, .secondary_page dd {
    font-size: 1.6rem;
  }
}
.secondary_page a {
  color: inherit;
}
.secondary_page a.featured_blue {
  color: #2e8baa;
}
.secondary_page a.red {
  color: #fc0000;
}

.add_padding, .secondary_page.with_padding {
  padding: 5rem 0 3.7rem;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.red_checkmark.reduced_margin li {
  margin: 0 0 2rem;
  line-height: 1.8;
}
.red_checkmark li {
  position: relative;
  margin: 0 0 3.5rem;
  padding: 0 0 0 3.2rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .red_checkmark li {
    font-size: 1.5rem;
  }
}
.red_checkmark li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e370";
  color: #fc0000;
  font-family: "crowdstrike";
  vertical-align: middle;
}
.red_checkmark .fa {
  margin: 0 0.4rem;
}
.red_checkmark .fa:first-of-type {
  margin-left: 1rem;
}

.pointer_content {
  margin: 0 0 2rem;
}
.pointer_content li, .pointer_content dd {
  position: relative;
  padding: 0 0 0 3rem;
  color: white;
  font-size: 1.8rem;
}
.pointer_content li:before, .pointer_content dd:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e68f";
  color: white;
  font-weight: 800;
  font-family: "crowdstrike";
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .pointer_content li, .pointer_content dd {
    font-size: 1.5rem;
  }
}
.pointer_content.body_color li, .pointer_content.body_color li:before {
  color: #666666;
}

.text_gradient_red {
  font-family: "Fatman-Light", sans-serif !important;
  letter-spacing: 6px;
  color: #666;
  font-weight: 100;
  font-size: 40px;
  line-height: 52px;
  margin: 30px 0;
  text-align: center;
  text-transform: uppercase;
}

.icon_bg {
  position: absolute;
  top: 0;
  color: #f4f4f4;
  font-size: 47.5rem;
}
@media (max-width: 767.98px) {
  .icon_bg {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.icon_bg i {
  line-height: 0.86;
}
@media (max-width: 767.98px) {
  .icon_bg i {
    font-size: 34rem;
  }
}

.featured_blue_list {
  text-align: center;
}
.featured_blue_list li {
  margin: 0 0 1rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #2e8baa;
}
@media (max-width: 767.98px) {
  .featured_blue_list li {
    font-size: 1.5rem;
  }
}
.featured_blue_list li:after {
  margin: 0 0.5rem;
  content: "|";
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  .featured_blue_list li:after {
    font-size: 1.5rem;
  }
}

.secondary_sans_serif_title {
  margin-right: 3rem;
  text-transform: uppercase;
  line-height: 1.5;
}
.secondary_sans_serif_title.reg {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
}
.secondary_sans_serif_title.bold {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: bold;
}
.secondary_sans_serif_title.small {
  font-size: 1.8rem;
}
@media (max-width: 991.98px) {
  .secondary_sans_serif_title.small {
    font-size: 1.5rem;
  }
}
.secondary_sans_serif_title.large {
  font-size: 2.4rem;
}
@media (max-width: 991.98px) {
  .secondary_sans_serif_title.large {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .no_margin_sm {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .no_margin_lg {
    margin: 0;
  }
}

.featured_col {
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .featured_col.col_sm_down {
    flex-direction: column;
  }
}

.short_line {
  width: 8%;
  margin: 2.2rem auto;
  border: 1px solid red;
}
@media (max-width: 767.98px) {
  .short_line {
    width: 24%;
  }
}
.short_line.red {
  border-color: #ff0000;
}
.short_line.white {
  border-color: #fff;
}

.circle-icon,
.circle_icon {
  border-radius: 100%;
  text-align: center;
}

.icon-xs,
.icon_xs {
  width: 30px;
  height: 30px;
  font-size: 3rem;
  line-height: 3rem;
}

.icon-sm,
.icon_sm {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
}

.icon-lg,
.icon_lg {
  width: 80px;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
}

.icon-xl,
.icon_xl {
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 110px;
}

.icon-xxl,
.icon_xxl {
  width: 140px;
  height: 140px;
  font-size: 140px;
  line-height: 140px;
}

.lefty-icon,
.lefty_icon {
  font-size: 4em !important;
  color: #777777 !important;
  line-height: 1em !important;
  display: table-cell;
  vertical-align: top;
}

.slider_mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.slider_mask .single_slide {
  position: absolute;
  left: 100%;
  top: inherit;
  z-index: 7;
  height: inherit;
  width: inherit;
}
.slider_mask .single_slide:first-of-type {
  left: 0;
}

.hero_breadcrumbs {
  margin: 5rem 0 2rem;
}
@media (min-width: 992px) {
  .hero_breadcrumbs {
    margin: 0 0 3rem;
  }
}
.hero_breadcrumbs li {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #dcdcdc;
  font-size: 1rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.hero_breadcrumbs li:after {
  margin: 0 0.5rem 0 0.8rem;
  content: "\f105";
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-family: "Font Awesome 6 Free";
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 0.3;
}
.hero_breadcrumbs li:last-of-type {
  color: white;
  border-bottom: 1px solid white;
}
.hero_breadcrumbs li:last-of-type:after {
  display: none;
}
.hero_breadcrumbs a {
  color: inherit;
}

[data-gt=true] {
  filter: blur(5px);
}

.mobile_menu_btn {
  position: absolute;
  right: 0.4em;
  z-index: 9;
  padding: 20px;
  display: none;
  opacity: 1;
  transition: opacity 0.2s ease-out 0s;
  pointer-events: auto;
}
.mobile_menu_btn span {
  display: block;
  position: absolute;
  top: 18px;
  left: 5px;
  right: 5px;
  background: white;
  height: 4px;
  transition: 0.3s all ease-out;
  pointer-events: none;
}
.page-template-international-homepage-v2 .mobile_menu_btn span {
  background: #fc0000;
}
.mobile_menu_btn span:before, .mobile_menu_btn span:after {
  position: absolute;
  left: 0;
  background: white;
  height: 4px;
  transition: 0.3s all ease-out;
  width: 100%;
}
.page-template-international-homepage-v2 .mobile_menu_btn span:before, .page-template-international-homepage-v2 .mobile_menu_btn span:after {
  background: #fc0000;
}
.mobile_menu_btn span:before {
  top: -10px;
}
.mobile_menu_btn span:after {
  bottom: -10px;
}

.mobile_menu_back_button {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 1.45em 1.45em 1.45em 5.2em;
  width: 100%;
  display: inline-block;
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile_menu_back_button span {
  position: absolute;
  left: 0;
  top: 0;
  height: 3.9em;
  width: 3.9em;
  background: #7a7a7a;
  color: white;
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 6 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile_menu_back_button span:before {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.secondary_link_button {
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 3.9em;
}
.secondary_link_button span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  font: var(--fa-font-solid);
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}
.secondary_link_button:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  height: 100%;
  width: 100%;
}
.secondary_link_button:before {
  opacity: 1;
  background: #7a7a7a;
}
.secondary_link_button.prev {
  left: 0;
  pointer-events: none;
}
.secondary_link_button.next {
  right: 0;
}
.secondary_link_button.search {
  right: 0;
}
div.red_button {
  border-radius: 3em;
  color: white !important;
  font-size: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #fc0000;
  display: inline-block;
}
div.red_button:hover {
  background: #c01f11;
}
div.red_button a {
  display: block;
  padding: 1.3em 2.6em;
}

div.red_button > a {
  color: #fff !important;
  text-decoration: none;
}

a.red_button {
  background: #fc0000;
  border-radius: 3em;
  color: #fff !important;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 1px;
  padding: 1.4rem 4.4rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a.red_button:hover {
  background: #c01f11;
}
@media (max-width: 767.98px) {
  a.red_button {
    font-size: 1.3rem;
    padding: 1em 2.2em;
  }
}
a.red_button.slim {
  font-size: 0.9em;
  letter-spacing: 0;
  padding: 0.4em 4em;
  text-transform: none;
}
a.red_button.white {
  background: #fff;
  color: #fc0000 !important;
}
a.red_button.white:hover {
  background: #fc0000;
  color: white !important;
}

a.ghost_btn {
  border: 2px solid white;
  background: rgba(255, 255, 255, 0);
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3em;
  padding: 1.3em 2.6em;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 600;
  transition: 0.2s background-color ease-out, 0.2s border-color ease-out, 0.2s color ease-out;
}
a.ghost_btn:hover {
  background: #c01f11;
  border: 2px solid #c01f11;
}
a.ghost_btn.red {
  border: 2px solid #fc0000;
  color: #fc0000;
}
a.ghost_btn.red:hover {
  background: #fc0000;
  border: 2px solid #fc0000;
  color: #fff !important;
}
a.ghost_btn.slim {
  padding: 1.4rem 4.4rem;
}
@media (max-width: 767.98px) {
  a.ghost_btn {
    font-size: 1.3rem;
    padding: 1em 2.2em;
  }
}

p > a.red_button {
  line-height: 1;
}

div.ghost_btn > a {
  color: #fff !important;
  text-decoration: none;
}

a.button,
button.button {
  border-radius: 3em;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.7em 3em;
  text-align: center;
  text-decoration: none;
  transition: 0.2s background-color ease-out, 0.2s border-color ease-out, 0.2s color ease-out;
}
a.button:hover,
button.button:hover {
  text-decoration: none !important;
}
a.button.clear-background,
button.button.clear-background {
  color: white;
}
a.button.blue-background,
button.button.blue-background {
  background-color: #2e8baa;
  border-color: #2e8baa;
  color: white;
}
a.button.black-background,
button.button.black-background {
  background-color: black;
  border-color: black;
  color: white;
}
a.button.dark-blue-background,
button.button.dark-blue-background {
  background-color: #3e7b96;
  border-color: #3e7b96;
  color: white;
}
a.button.dark-red-background,
button.button.dark-red-background {
  background-color: #c01f11;
  border-color: #c01f11;
  color: white;
}
a.button.red-background,
button.button.red-background {
  background-color: #fc0000;
  border-color: #fc0000;
  color: white;
}
a.button.white-background,
button.button.white-background {
  background-color: white;
  border-color: white;
  color: #fc0000;
}
a.button.black-background-hover:hover,
button.button.black-background-hover:hover {
  background-color: black;
  border-color: black;
  color: white;
}
a.button.blue-background-hover:hover,
button.button.blue-background-hover:hover {
  background-color: #2e8baa;
  border-color: #2e8baa;
  color: white;
}
a.button.clear-background-hover:hover,
button.button.clear-background-hover:hover {
  background-color: transparent;
}
a.button.dark-blue-background-hover:hover,
button.button.dark-blue-background-hover:hover {
  background-color: #3e7b96;
  border-color: #3e7b96;
  color: white;
}
a.button.dark-red-background-hover:hover,
button.button.dark-red-background-hover:hover {
  background-color: #c01f11;
  border-color: #c01f11;
  color: white;
}
a.button.red-background-hover:hover,
button.button.red-background-hover:hover {
  background-color: #fc0000;
  border-color: #fc0000;
  color: white;
}
a.button.white-background-hover:hover,
button.button.white-background-hover:hover {
  background-color: white;
  border-color: white;
}
a.button.black-outline,
button.button.black-outline {
  border-color: black;
}
a.button.red-outline,
button.button.red-outline {
  border-color: #fc0000;
}
a.button.white-outline,
button.button.white-outline {
  border-color: white;
}
a.button.blue-outline-hover:hover,
button.button.blue-outline-hover:hover {
  border-color: #2e8baa;
  color: #2e8baa;
}
a.button.black-outline-hover:hover,
button.button.black-outline-hover:hover {
  border-color: black;
  color: black;
}
a.button.dark-blue-outline-hover:hover,
button.button.dark-blue-outline-hover:hover {
  border-color: #3e7b96;
  color: #3e7b96;
}
a.button.dark-red-outline-hover:hover,
button.button.dark-red-outline-hover:hover {
  border-color: #c01f11;
  color: #c01f11;
}
a.button.red-outline-hover:hover,
button.button.red-outline-hover:hover {
  border-color: #fc0000;
  color: #fc0000;
}
a.button.white-outline-hover:hover,
button.button.white-outline-hover:hover {
  border-color: white;
  color: white;
}
a.button.clear-outline-reversed-hover:hover,
button.button.clear-outline-reversed-hover:hover {
  background-color: transparent;
  border-color: white;
  color: #fc0000;
}
a.button.black-text,
button.button.black-text {
  color: black;
}
a.button.blue-text,
button.button.blue-text {
  color: #2e8baa;
}
a.button.dark-blue-text,
button.button.dark-blue-text {
  color: #3e7b96;
}
a.button.red-text,
button.button.red-text {
  color: #fc0000;
}
a.button.white-text,
button.button.white-text {
  color: white;
}
a.button.black-text-hover:hover,
button.button.black-text-hover:hover {
  color: black;
}
a.button.blue-text-hover:hover,
button.button.blue-text-hover:hover {
  color: #2e8baa;
}
a.button.dark-blue-text-hover:hover,
button.button.dark-blue-text-hover:hover {
  color: #3e7b96;
}
a.button.red-text-hover:hover,
button.button.red-text-hover:hover {
  color: #fc0000;
}
a.button.dark-red-text-hover:hover,
button.button.dark-red-text-hover:hover {
  color: #c01f11;
}
a.button.white-text-hover:hover,
button.button.white-text-hover:hover {
  color: white;
}
a.button.narrow,
button.button.narrow {
  padding: 0.7em 1em;
}
a.button.small,
button.button.small {
  border-width: 1px;
  font-size: 1.2rem;
  padding: 0.4rem 1.5rem;
}
a.button.text,
button.button.text {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
a.button.text::after,
button.button.text::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  padding-left: 0.5rem;
}

a.btn_play {
  background: #ffffff;
  color: #fc0000;
}
a.btn_play i {
  font-size: 1.2rem;
  margin: 0 8px;
}
a.btn_play:hover {
  color: white;
}

.play_button {
  margin: 4rem 0;
  color: white;
  font-size: 9em;
  font-family: "crowdstrike";
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.2s ease-out 0s;
}
.play_button:before {
  content: "\e69b";
}
.play_button:hover {
  opacity: 1;
}

.hero_video_play_button {
  opacity: 0.4;
  margin: 0 auto 1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.3rem 0 3.3rem 5rem;
  border-color: transparent transparent transparent white;
  transition: opacity 0.2s ease-out 0s;
  cursor: pointer;
}
.hero_video_play_button:hover {
  opacity: 1;
}

.new_button {
  border: 1px solid #fc0000;
  border-radius: 24.5rem;
  display: block;
  letter-spacing: 0.1px;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.4rem 4.4rem;
  text-transform: capitalize;
  text-align: center;
  transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
}
.new_button.dif {
  display: inline-flex;
}
.new_button.white_b {
  background: white;
}
.new_button.red_c {
  color: #fc0000;
}
.new_button.red_c:hover {
  background: #fc0000;
  color: white;
}
.new_button.white_br {
  border: 1px solid white;
}
.new_button.white_c {
  color: white;
}
.new_button.white_c:hover {
  background: #fc0000;
  border: 1px solid #fc0000;
}
.new_button.ttu {
  text-transform: uppercase;
}
.new_button.reg_fw {
  font-weight: 400;
}
.new_button.small {
  padding: 1rem 2.8rem;
  border-radius: 1.9rem;
  font-size: 1.5rem;
  min-width: 19.5rem;
}
.new_button.medium {
  padding: 1rem 2.8rem;
  border-radius: 1.9rem;
  font-size: 1.5rem;
  max-width: 19.5rem;
}
.new_button.grey {
  border-color: #555;
  color: #555;
}
.new_button.no_bg {
  background: none;
}
.new_button.no_bg:hover {
  background: rgba(0, 0, 0, 0.3);
}
.new_button.no_bg_white_s {
  background: none;
  color: white;
  border: 1px solid white;
  display: inline-flex;
}
.new_button.no_bg_white_s:hover {
  background: #9d0000;
  border: 1px solid #9d0000;
}
.new_button.red_bg {
  background: #fc0000;
}
.new_button.red_bg:hover {
  border: 1px solid #c01f11;
  background: #c01f11;
}
.new_button.link_only {
  padding: 0;
  border: none;
  border-radius: 0;
}

.hero_buttons {
  justify-content: center;
  margin: 1rem auto 0 auto;
  max-width: 80rem;
  text-align: center;
}
@media (min-width: 992px) {
  .hero_buttons {
    display: flex;
    margin: 5rem auto 0 auto;
  }
}
.hero_buttons li {
  display: block;
  margin: 0 0 1rem 0;
  flex-direction: row;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
}
@media (min-width: 992px) {
  .hero_buttons li {
    display: flex;
    margin: 0 1rem 3rem 1rem;
  }
}
.hero_buttons a {
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  padding: 0.2em 2.2em;
  width: 75%;
}
@media (min-width: 768px) {
  .hero_buttons a {
    padding: 1em 2.2em;
    width: 55%;
  }
}
@media (min-width: 992px) {
  .hero_buttons a {
    width: initial;
  }
}
@media (max-width: 767.98px) {
  .hero_buttons a.dif {
    display: block;
  }
}

.no_bg_button {
  margin: 0 auto;
  background: #fc0000;
  border-radius: 3em;
  color: white !important;
  font-size: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .no_bg_button {
    font-size: 1.3em;
  }
}
.no_bg_button a {
  padding: 1.3em 2.6em;
  display: block;
  color: #fff !important;
  text-decoration: none;
}
.no_bg_button:hover {
  background: #c01f11;
}
.btn_large.no_bg_button a {
  padding: 1.7rem 2.5rem;
}

.no_bg_button {
  margin: 0;
  border: 2px solid white;
  background: rgba(255, 255, 255, 0);
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
}
.no_bg_button:hover {
  border: 2px solid #c01f11;
}
.no_bg_button a:hover {
  color: white;
}
@media (max-width: 991.98px) {
  .no_bg_button.margin_top_sm {
    margin: 3rem 0 0;
  }
}
@media (min-width: 768px) {
  .no_bg_button.margin_top_lg {
    margin: 3rem 0 0;
  }
}

.cust_cta_button_red {
  padding: 10px 15px;
  border-radius: 15px;
  margin: -10px 0 30px;
  background-color: black;
  color: white;
}
.cust_cta_button_red .cust_cta_button_red_left {
  width: 60%;
  float: left;
  padding-right: 20px;
}
.cust_cta_button_red .cust_cta_button_red_left .cust_cta_button_red_left_title {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.cust_cta_button_red .cust_cta_button_red_left .cust_cta_button_red_left_sub_title {
  font-size: 0.6rem;
}
.cust_cta_button_red .cust_cta_button_red_right {
  width: 40%;
  float: right;
  padding: 15px 0;
}
.cust_cta_button_red .cust_cta_button_red_right a {
  width: 100%;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 10px;
  font-weight: 600;
  background-color: #fc0000;
  color: white;
}
.cust_cta_button_red .cust_cta_button_red_clearfix {
  content: " ";
  display: block;
  clear: both;
}

.mobile_nav_section {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 8;
  height: 100%;
  width: 100%;
  background: white;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.mobile_nav_content {
  margin-top: 4.9rem;
}
.mobile_nav_content .search_container {
  padding: 1em;
  border-bottom: 1px solid #f2f2f2;
}
.mobile_nav_content .search_container .icon {
  font-size: 1.4em;
}

.list_items_content {
  transform: translateX(0);
  transition: all 0.2s ease-out 0s;
}
.list_items_content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list_items_content li {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  color: #7a7a7a;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 600;
}
.list_items_content li.free_trial a {
  background: #fc0000;
  color: white;
}
.list_items_content li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.list_items_content a {
  position: relative;
  z-index: 5;
  padding: 1.4em;
  background: white;
  display: block;
}
.list_items_content .mobile_nav_block.active {
  opacity: 1;
  transition: opacity 0.2s ease-out 0s;
}
.list_items_content.open {
  transform: translateX(-100%);
}
.list_items_content.open .mobile_nav_block.active {
  opacity: 0;
}

.mobile_nav_block {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
}
.mobile_nav_block a {
  color: inherit;
}
.mobile_nav_block a:hover {
  color: inherit;
}
.mobile_nav_block.active {
  position: relative;
  left: auto;
  top: auto;
  z-index: 9;
  opacity: 1;
}
.mobile_nav_block.animate_list {
  opacity: 1;
  z-index: 9;
}
.mobile_nav_block dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile_nav_block dl .fa, .mobile_nav_block dl .supporting_feature {
  display: none;
}
.mobile_nav_block dt {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  color: #7a7a7a;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile_nav_block dt.no_link {
  padding: 1.3em;
}
.mobile_nav_block dd {
  margin: 0;
  padding: 0 0 0 3rem;
  border-bottom: 1px solid #f2f2f2;
  color: #7a7a7a;
  font-size: 1.3em;
}
.mobile_nav_block dd a {
  padding: 1.3em;
}

.mobile_languages_menu__title {
  position: relative;
  padding: 1.4em;
  background: white;
  border-bottom: 1px solid #f2f2f2;
  color: #7a7a7a;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
}

.search_btn {
  font-family: "Font Awesome 6 Free";
  color: white;
  font-size: 2.6rem;
  line-height: 1.3;
  padding: 0.7rem;
  position: absolute;
  right: 6rem;
  top: 0.15rem;
  transition: 0.2s background-color ease-out, 0.2s color ease-out;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
}
.search_btn::before {
  pointer-events: none;
}
@media (min-width: 1025px) {
  .search_btn {
    font-size: 1.4rem;
    line-height: 20px;
    position: initial;
    right: initial;
    top: initial;
    z-index: initial;
  }
  .search_btn:hover {
    background: #535353;
  }
  .header_bottom_menu .search_btn {
    display: none;
  }
}

.search_modal {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background: rgba(0, 0, 0, 0.8);
  min-height: 100vh;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.2s opacity ease-out;
}
.search_modal.opened {
  z-index: 999;
  opacity: 1;
}
.search_modal__section {
  padding: 9em 0 0;
  margin: 1.6em auto 0;
}
.search_modal__close {
  position: absolute;
  right: 6em;
  top: 1em;
  z-index: 9;
  border: 1px solid #fc0000;
  padding: 2em;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  transform: rotate(-45deg);
  cursor: pointer;
}
.search_modal__close:before, .search_modal__close:after {
  background: #fc0000;
  position: absolute;
  transform: scale(1);
}
.search_modal__close:before {
  top: 10%;
  left: calc(50% - 1px);
  height: 80%;
  width: 1px;
}
.search_modal__close:after {
  left: 10%;
  top: calc(50% - 1px);
  height: 1px;
  width: 80%;
}
.search_modal__close span {
  position: absolute;
  left: 17%;
  top: 0;
  transform: rotate(49deg);
  transition: opacity 0.2s ease-out 0s;
  opacity: 0;
  font-family: "crowdstrike";
  color: #fc0000;
  font-size: 2.4em;
}
.search_modal__close:hover:before, .search_modal__close:hover:after {
  transform: scale(0);
  transition: all 0.2s ease-out 0s;
}
.search_modal__close:hover span {
  opacity: 1;
}
.search_modal .addsearch {
  border-radius: 0.3em;
  border: 1px solid #fc0000;
  margin: 0 auto 3em;
  padding: 1em 1em;
  background: rgba(0, 0, 0, 0.35);
  color: white;
  font-size: 1.6em;
  height: 25px;
  width: 780px;
  display: block;
  position: relative;
  left: 2px;
  max-width: 100%;
}
.search_modal input::-webkit-input-placeholder {
  color: inherit;
}
.search_modal input::-moz-placeholder {
  color: inherit;
}
.search_modal input::-ms-placeholder {
  color: inherit;
}
.search_modal input::-moz-placeholder {
  color: inherit;
}
.search_modal input::placeholder {
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .search_modal input {
    padding: 0.7em 1em;
  }
  .search_modal__section {
    padding: 6.7em 0.8em 0;
    margin: 0.1em auto 0;
  }
  .search_modal__close {
    top: 1em;
    right: 0.2em;
    padding: 1.3em;
    border: 0;
    background: none;
  }
  .search_modal__close:before {
    top: 9%;
  }
  .search_modal__close:after {
    left: 9%;
  }
  .search_modal__close:hover:before, .search_modal__close:hover:after {
    transform: scale(1);
    transition: none;
  }
  .search_modal__close span {
    display: none;
  }
}
.secondary_link_button {
  pointer-events: auto;
}
.secondary_link_button span {
  pointer-events: none;
}

body.single-epp101.promobar_active {
  padding-top: 6rem !important;
}
body.single-epp101 .sticky-side-nav.fetch-loaded.nav-generated {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 1497px) {
  body.single-epp101 .sticky-side-nav.fetch-loaded.nav-generated.stick {
    visibility: visible;
    opacity: 1;
  }
}
body.single-epp101 .sticky-side-nav.fetch-loaded.nav-generated.stick.desktop {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 10%);
  margin-top: 75px;
}
body.single-epp101 .cs_main_menu .menu_inner_section a {
  color: black;
}

/* Fix top and side Sticky Navs */
.sub-nav-sticky .cs_main_menu {
  transform: translate(0, 0%);
}

.mega_menu {
  height: 5.33rem;
}
.mega_menu a {
  color: inherit;
}
.mega_menu__body {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 8;
  width: 100%;
  transform: translateY(-100%);
  transition: 0.2s all ease-out;
}
.mega_menu__content {
  margin-top: 10px;
  position: static;
  float: right;
}
.mega_menu__header {
  position: static;
}
.mega_menu__panel {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  opacity: 0;
  transition: 0.2s opacity ease-out;
}
.mega_menu__panel.active {
  opacity: 1;
  display: block;
}
.mega_menu__panel.active .outer_container:after {
  bottom: 0;
  box-shadow: 0 2px 20px 5px rgba(0, 0, 0, 0.25);
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.mega_menu.__opened .mega_menu__body {
  transform: translateY(0);
}
.mega_menu__links {
  position: relative;
  z-index: 9;
}
.mega_menu__links li {
  position: relative;
  margin: 0 1.1rem;
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  transition: 0.2s color ease-out;
}
.mega_menu__links li.active:before {
  transform: scale(1);
}
.mega_menu__links li .pointer {
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: text-top;
}
.mega_menu__links li .pointer:after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: inline-block;
  vertical-align: middle;
}
.mega_menu__links a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.mega_menu__links .fa {
  margin: 0 1.05em;
  color: #b8b8b8;
  font-size: 0.8em;
  vertical-align: middle;
  line-height: 1.1;
  pointer-events: none;
}
.mega_menu__container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 2.2em 0;
}
.mega_menu__col dl {
  position: relative;
  margin: 0 0 2.2em;
  padding: 0;
  list-style-type: none;
  display: block;
}
.mega_menu__col dl.break_even {
  display: flex;
  max-width: 100%;
  width: 100%;
  flex-wrap: wrap;
}
.mega_menu__col dl.break_even dt {
  width: 100%;
}
.mega_menu__col dl.break_even dd {
  padding: 0 2rem 0 0;
  width: 50%;
}
.mega_menu__col dt {
  margin: 0 0 1.2em;
  padding: 0 0 0.6em;
  border-bottom: 1px solid #dbdbdb;
  color: #bababa;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.mega_menu__col dt a {
  color: #bababa !important;
}
.mega_menu__col dt a:hover {
  color: #fc0000 !important;
}
.mega_menu__col dt a .fa {
  color: #fc0000;
  display: inline-block;
  margin-left: 0.4rem;
}
.mega_menu__col dd {
  margin: 0 0 2.2rem;
  padding: 0;
  color: #bababa;
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
}
.mega_menu__col dd .fa {
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  color: #fc0000;
}
.mega_menu__col dd.child {
  margin: 0 0 0.3em 1em;
}
.mega_menu__col dd > a {
  vertical-align: middle;
  color: #595959;
  transition: 0.2s color ease-out;
}
.mega_menu__col dd > a:hover {
  color: #fc0000;
}
.mega_menu__col dd.grey a {
  color: #bababa;
}
.mega_menu__col dd .supporting_feature {
  margin: 0.5rem 0 0;
  font-size: 1.2rem;
  font-weight: 400;
}
.mega_menu__col dd .supporting_feature a {
  display: inline-block;
  vertical-align: middle;
}
.mega_menu__col dd .supporting_feature li {
  font-size: 1.3rem;
}
.mega_menu__col dd .supporting_feature li span {
  margin-right: 0.7rem;
  color: black;
  font-size: 1rem;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
}
.mega_menu__col dd .supporting_feature li.email a {
  color: red;
}
.mega_menu__col__push_1 {
  margin-left: 33.3%;
}
.mega_menu__view_all {
  z-index: 9;
  padding: 1.8em 0;
  background: #535353;
  width: 100%;
  text-align: center;
  transition: 0.2s background ease-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.mega_menu__view_all:hover {
  background: #3f3f3f;
}
.mega_menu__view_all a {
  color: white;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}
.mega_menu .outer_container {
  background: white;
}

.cs_main_menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  opacity: 1;
}
.cs_main_menu a {
  transition: 0.2s color ease-out;
}
.cs_main_menu.animate_out {
  opacity: 0;
  z-index: -1;
}
.cs_main_menu .menu_inner_section a {
  color: white;
}
.cs_main_menu.hover .search_btn {
  color: #000;
  opacity: 0.5;
}
.cs_main_menu.hover .search_btn:hover {
  color: white;
  opacity: 1;
}
.cs_main_menu.hover .header_top_menu {
  background: white;
}
.cs_main_menu.hover .header_top_menu li {
  color: #000;
  opacity: 0.5;
}
.cs_main_menu.hover .mega_menu__links li {
  color: #595959;
}
.cs_main_menu.hover .mega_menu__links li.active a {
  color: #fc0000;
}
.cs_main_menu.hover .mega_menu__links li:last-of-type {
  background: #fc0000;
}
.cs_main_menu.hover .mega_menu__links li:last-of-type a {
  color: white;
}
.cs_main_menu.hover .header_logo svg g#Home {
  fill: #fc0000;
}
.cs_main_menu.hover .languages_menu.lang_header .languages_menu__title,
.cs_main_menu.hover .languages_menu.lang_header .fa {
  color: #000;
}
.cs_main_menu.hover .header_bottom_menu {
  background: white;
}
.cs_main_menu.hover .menu_inner_section {
  border-bottom-color: #e1e1e1;
}
.cs_main_menu.hover .menu_inner_section a {
  color: #444343;
}
.cs_main_menu.hover .mega_menu a {
  color: #444343;
}
.cs_main_menu.hover .mega_menu a:hover {
  color: #fc0000;
}
.cs_main_menu .menu_inner_section {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  transition: 0.2s border-bottom-color ease-out;
}
.cs_main_menu .menu_inner_section.top {
  height: 2.7rem;
}
.cs_main_menu .menu_inner_section li:hover a {
  color: white;
}
.cs_main_menu .secondary_icon {
  margin: 0 0 0 0.9em;
  font-size: 1.4em;
}
.cs_main_menu .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 7;
  margin: 0;
  padding: 0;
  background: #2f2f2f;
  width: 100%;
  list-style-type: none;
  display: none;
  opacity: 0;
}
.cs_main_menu .dropdown li {
  position: relative;
  float: none;
  display: block;
  text-align: center;
  font-size: 1em;
  width: auto;
}
.cs_main_menu .dropdown li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.9rem;
  bottom: 0;
  background: rgba(0, 0, 0, 0.34);
  height: 2px;
  width: calc(100% - 1.8rem);
}
.cs_main_menu .dropdown li:last-of-type:after {
  display: none;
}
.cs_main_menu .dropdown a {
  color: white;
}
.cs_main_menu.change_style .promobar .default, .cs_main_menu.alt_style .promobar .default {
  background-color: #fc0000;
}
.cs_main_menu.change_style .promobar .default .content_container li, .cs_main_menu.alt_style .promobar .default .content_container li {
  color: white;
}
.cs_main_menu.change_style .promobar .default .content_container li:last-of-type:before, .cs_main_menu.alt_style .promobar .default .content_container li:last-of-type:before {
  background: #2f2f2f;
}
.cs_main_menu.change_style .promobar .default .content_container li:last-of-type:hover:before, .cs_main_menu.alt_style .promobar .default .content_container li:last-of-type:hover:before {
  background: none;
}
.cs_main_menu.change_style .promobar .default .content_container li:after, .cs_main_menu.alt_style .promobar .default .content_container li:after {
  color: #2f2f2f;
}
.cs_main_menu.change_style .promobar .new_button, .cs_main_menu.alt_style .promobar .new_button {
  background: #2f2f2f;
}
.cs_main_menu.change_style .languages_menu.lang_header .languages_menu__title, .cs_main_menu.alt_style .languages_menu.lang_header .languages_menu__title {
  color: #000;
  opacity: 0.5;
}
.cs_main_menu.change_style .languages_menu.lang_header .languages_menu__title .fa, .cs_main_menu.alt_style .languages_menu.lang_header .languages_menu__title .fa {
  color: #444343;
}
.cs_main_menu.change_style .languages_menu.lang_header:hover .languages_menu__title, .cs_main_menu.alt_style .languages_menu.lang_header:hover .languages_menu__title {
  color: white;
  opacity: 1;
}
.cs_main_menu.change_style .languages_menu.lang_header:hover .languages_menu__title .fa, .cs_main_menu.alt_style .languages_menu.lang_header:hover .languages_menu__title .fa {
  color: white;
}
.cs_main_menu.change_style .header_logo svg g#Home, .cs_main_menu.alt_style .header_logo svg g#Home {
  fill: #fc0000;
}
.cs_main_menu.change_style .search_btn, .cs_main_menu.alt_style .search_btn {
  color: #fc0000;
}
.cs_main_menu.change_style .header_top_menu, .cs_main_menu.alt_style .header_top_menu {
  background: white;
}
.cs_main_menu.change_style .header_top_menu .search_btn, .cs_main_menu.alt_style .header_top_menu .search_btn {
  color: #000;
  opacity: 0.5;
}
.cs_main_menu.change_style .header_top_menu .search_btn:hover, .cs_main_menu.alt_style .header_top_menu .search_btn:hover {
  color: white;
  opacity: 1;
}
.cs_main_menu.change_style .header_top_menu li, .cs_main_menu.alt_style .header_top_menu li {
  color: #000;
  opacity: 0.5;
}
.cs_main_menu.change_style .header_top_menu a:hover,
.cs_main_menu.change_style .header_top_menu li:hover, .cs_main_menu.alt_style .header_top_menu a:hover,
.cs_main_menu.alt_style .header_top_menu li:hover {
  color: white;
  opacity: 1;
}
.cs_main_menu.change_style .header_top_menu a:hover .fa,
.cs_main_menu.change_style .header_top_menu li:hover .fa, .cs_main_menu.alt_style .header_top_menu a:hover .fa,
.cs_main_menu.alt_style .header_top_menu li:hover .fa {
  color: white;
}
.cs_main_menu.change_style .header_bottom_menu, .cs_main_menu.alt_style .header_bottom_menu {
  background: white;
}
.cs_main_menu.change_style .mega_menu__links li, .cs_main_menu.alt_style .mega_menu__links li {
  color: #444343;
}
.cs_main_menu.change_style .mega_menu__links li:hover, .cs_main_menu.change_style .mega_menu__links li.active, .cs_main_menu.alt_style .mega_menu__links li:hover, .cs_main_menu.alt_style .mega_menu__links li.active {
  color: #fc0000;
}
.cs_main_menu.change_style .mega_menu__links li:nth-child(6), .cs_main_menu.change_style .mega_menu__links li:last-of-type, .cs_main_menu.alt_style .mega_menu__links li:nth-child(6), .cs_main_menu.alt_style .mega_menu__links li:last-of-type {
  background: #fc0000;
  color: white;
  border-radius: 3em;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: 0.2s background-color ease-out, 0.2s border-color ease-out, 0.2s color ease-out;
}
.cs_main_menu.change_style .mega_menu__links li:nth-child(6):hover, .cs_main_menu.change_style .mega_menu__links li:last-of-type:hover, .cs_main_menu.alt_style .mega_menu__links li:nth-child(6):hover, .cs_main_menu.alt_style .mega_menu__links li:last-of-type:hover {
  background: #bd2b23;
}
.cs_main_menu.change_style .mega_menu__links li:nth-child(6) a, .cs_main_menu.change_style .mega_menu__links li:last-of-type a, .cs_main_menu.alt_style .mega_menu__links li:nth-child(6) a, .cs_main_menu.alt_style .mega_menu__links li:last-of-type a {
  color: white;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.7em 3em;
  text-decoration: none;
}
.cs_main_menu.change_style .mobile_menu_btn span, .cs_main_menu.alt_style .mobile_menu_btn span {
  background: #fc0000;
}
.cs_main_menu.change_style .mobile_menu_btn span:before, .cs_main_menu.change_style .mobile_menu_btn span:after, .cs_main_menu.alt_style .mobile_menu_btn span:before, .cs_main_menu.alt_style .mobile_menu_btn span:after {
  background: #fc0000;
}
.cs_main_menu.change_style .menu_inner_section li a, .cs_main_menu.alt_style .menu_inner_section li a {
  color: #000;
}
.cs_main_menu.change_style .menu_inner_section li:hover a, .cs_main_menu.alt_style .menu_inner_section li:hover a {
  color: white;
}
.cs_main_menu.change_style .menu_inner_section a,
.cs_main_menu.change_style .mega_menu a, .cs_main_menu.alt_style .menu_inner_section a,
.cs_main_menu.alt_style .mega_menu a {
  color: #444343;
}
.cs_main_menu.change_style .menu_inner_section a:hover,
.cs_main_menu.change_style .mega_menu a:hover, .cs_main_menu.alt_style .menu_inner_section a:hover,
.cs_main_menu.alt_style .mega_menu a:hover {
  color: #fc0000;
}

.cs_page_container.open .cs_main_menu.change_style .mobile_menu_btn span {
  background: none;
}
.cs_page_container.promobar_active {
  padding-top: 46px;
}
.cs_page_container.promobar_active .about_us__timeline__header.fix_timeline_header {
  top: 14.2rem;
}

.cs_header_container {
  z-index: 9;
  max-width: 1180px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.home-promo-bar {
  padding: 1.35rem 2.4rem;
  text-align: initial;
  width: 100%;
}
@media (min-width: 992px) {
  .home-promo-bar {
    display: none;
  }
}
.home-promo-bar .background {
  background-color: #fc0000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.home-promo-bar p {
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
}
.home-promo-bar i {
  color: white;
}
.home-promo-bar i.fa-xmark {
  cursor: pointer;
  font-size: 1.6rem;
}
.home-promo-bar i.fa-arrow-right {
  margin-left: 5px;
}
.home-promo-bar a.button:hover i {
  color: #fc0000;
}

.header_top_menu {
  z-index: 99;
  height: 3.5rem;
  display: flex;
  align-items: center;
  transition: 0.2s background-color ease-out;
}
.header_top_menu li {
  position: relative;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  transition: 0.2s background-color ease-out, 0.2s color ease-out;
  padding: 0 0.5rem;
}
.header_top_menu li:hover {
  background: #535353;
  color: white;
}
.header_top_menu li.contact_us a {
  cursor: default;
}
.header_top_menu li.contact_us > ul {
  width: 18em;
}
.header_top_menu li.contact_us li > a {
  cursor: pointer;
}
.header_top_menu .title {
  color: white;
  padding: 0.8em 0.5em;
  background: #4c4b4b;
}
.header_top_menu .selected_name {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 600;
  margin: 0 0.5em;
}
.header_top_menu .fa {
  font-size: 1rem;
}
.header_top_menu .menu_inner_section::after {
  content: "";
  display: block;
  clear: both;
}

ul.sub_menu li a {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 9;
  display: block;
  line-height: 34px;
  padding: 0 0.6em;
  transition: 0.2s background-color ease-out;
}
ul.sub_menu li a:hover {
  color: white;
}
ul.sub_menu li:hover .dropdown {
  animation: animate-opacity 0.2s ease-out;
  display: block;
  opacity: 1;
}
@keyframes animate-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header_logo {
  margin-top: 0.5rem;
  z-index: 9;
}
.header_logo a {
  display: block;
}
.header_logo a svg g#Home {
  transition: 0.2s fill ease-out;
}

.header_bottom_menu {
  background: transparent;
  transition: 0.2s background-color ease-out;
  z-index: 98;
}

@media screen and (max-width: 1024px) {
  .header_logo a {
    padding: 0.38em 0;
  }
  .mobile_menu_btn {
    display: block;
  }
  .mega_menu__links {
    display: none;
  }
  .header_top_menu,
.mega_menu__content {
    display: none;
  }
}
@media screen and (max-width: 1497px) {
  .sub-nav-sticky .cs_main_menu {
    transform: translate(0, 0);
  }
}
.promobar {
  align-items: center;
  background-size: cover;
  display: flex;
  height: 46px;
  line-height: 36px;
  text-align: center;
  transition: 0.2s background-color ease-out;
}
.promobar .promobar_close {
  position: absolute;
  right: 1rem;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  opacity: 0.8;
}
.promobar .promobar_close:hover {
  opacity: 1;
}
.promobar .promobar_close:before, .promobar .promobar_close:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  height: 100%;
  width: 2px;
  background: white;
}
.promobar .promobar_close:before {
  transform: rotate(45deg);
}
.promobar .promobar_close:after {
  transform: rotate(-45deg);
}
.promobar .promo_highlight {
  font-weight: 700;
}
.promobar .container {
  height: 100%;
  max-width: 100%;
}
.promobar .container > .row {
  height: 100%;
  z-index: 5;
}
.promobar .container > .row .main-content {
  display: flex;
  height: 46px;
}
.promobar .content_container .list_wrapper {
  justify-content: center;
}
@media (max-width: 767.98px) {
  .promobar .content_container .list_wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .promobar .content_container .list_wrapper ul {
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
}
.promobar .content_container .list_wrapper ul li {
  margin: 0 0.5rem;
  color: white;
}
@media (max-width: 767.98px) {
  .promobar .content_container .list_wrapper ul li {
    line-height: 1;
    align-self: flex-start;
    font-size: calc(7.5px + 8 * (100vw - 300px) / 468);
    text-align: left;
    margin-right: 5rem;
    margin-top: -0.1rem;
  }
}
.promobar .content_container .button {
  flex-shrink: 0;
  padding: 0.5rem 2rem;
  margin-right: 5rem !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 20px !important;
  line-height: 1.25;
  width: auto;
}
@media (max-width: 767.98px) {
  .promobar .content_container .button {
    font-size: calc(10px + 8 * (100vw - 300px) / 468);
  }
}
.promobar .promolink {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
}
.promobar .promologo:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #2B2B2B;
}
.promobar .promo_list.center {
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .promobar .promo_list.center {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.promobar .promo_list li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.18rem;
  line-height: 1.2;
  margin-right: 1rem;
  text-transform: uppercase;
  vertical-align: middle;
  color: white;
}
@media (min-width: 768px) {
  .promobar .promo_list li {
    font-size: calc(12px + 13 * (100vw - 300px) / 900);
    letter-spacing: 0.6rem;
  }
}
@media (min-width: 992px) {
  .promobar .promo_list li {
    font-size: 2.7rem;
    letter-spacing: 0.6rem;
  }
}
@media (min-width: 1200px) {
  .promobar .promo_list li {
    letter-spacing: 0.6rem;
  }
}
.promobar .promo_list li span {
  font-family: "Fatman-Medium", sans-serif !important;
  display: block;
}
@media (min-width: 768px) {
  .promobar .promo_list li span {
    display: inline;
  }
}
.promobar .promo_links {
  height: 100%;
}
.promobar .promo_links.center {
  margin: 0 auto;
}
.promobar .promo_links.left {
  right: auto;
}
.promobar .promo_links.right {
  margin-left: auto;
}
.promobar .promo_links li {
  padding: 1rem 0;
  margin: 0 2rem;
  font-family: "Fatman-Light", sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .promobar .promo_links li {
    font-size: calc(12px + 6 * (100vw - 300px) / 900);
  }
}
.promobar .promo_links li:before, .promobar .promo_links li:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  color: white;
  background: #fd0000;
  z-index: -1;
}
.promobar .promo_links li:last-of-type {
  margin: 0;
  padding: 1rem 3rem;
  position: relative;
  font-weight: 700;
  color: white;
  letter-spacing: 0.2rem;
}
@media (max-width: 1199.98px) {
  .promobar .promo_links li:last-of-type {
    line-height: 46px;
    padding: 0 2rem;
  }
}
.promobar .promo_links li:last-of-type:before {
  display: block;
  transform: skew(-35deg);
}
.promobar .promo_links li:last-of-type:after {
  left: auto;
  right: 0;
  width: 80%;
  display: block;
}
.promobar .promo_links li a {
  white-space: nowrap;
}
.promobar.default {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.promobar.logo .content_container li {
  color: white;
}
.promobar.logo .content_container li:after {
  color: white;
}
.promobar.logo .content_container li:last-of-type:before {
  background: white;
}
.promobar.logo .content_container li img {
  display: inline-block;
  max-height: 34px;
}
.promobar._global_threat_report {
  overflow: hidden;
}
.promobar._global_threat_report .promo_list {
  margin: 0 auto !important;
}
.promobar._global_threat_report .promo_list li {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 100;
  font-size: 3rem;
  text-transform: none;
  letter-spacing: 0;
}
.promobar._global_threat_report .promo_links.right {
  margin-left: 0;
}
.promobar._global_threat_report .promo_links li {
  padding: 1.2rem 5rem 1.2rem 3rem;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-transform: none;
  background: #fd0000;
}
@media (max-width: 1199.98px) {
  .promobar._global_threat_report .promo_links li:last-of-type {
    width: auto;
  }
}
.promobar._global_threat_report .promo_links li:before {
  display: block;
  transform: rotate(45deg);
  width: 22px;
  height: 1px;
  background: #fff;
  z-index: 9;
  left: auto;
  right: 16px;
  top: 50%;
}
.promobar._global_threat_report .promo_links li:after {
  left: auto;
  top: 38%;
  z-index: 9;
  right: 17px;
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background: none;
  display: block;
}

.lang-ja .promobar li {
  font-weight: 400;
}
.lang-ja .promobar li span {
  font-weight: 700;
}

.footer_nav {
  padding: 2rem 0 5rem;
}
@media (max-width: 1199.98px) {
  .footer_nav .container {
    max-width: 100%;
  }
}
.footer_nav__logo {
  width: 120px;
}
@media (max-width: 1199.98px) {
  .footer_nav__logo {
    padding-bottom: 1rem;
    border-bottom: 1px solid black;
    width: calc(100% - 15px);
  }
}
.footer_nav__social {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199.98px) {
  .footer_nav__social {
    position: relative;
    left: auto;
    top: auto;
  }
}
.footer_nav__social li {
  margin-right: 2rem;
}
.footer_nav__social a {
  font-size: 2.4rem;
  color: #181818;
  line-height: 1;
}
.footer_nav__top {
  margin-bottom: 5rem;
}
@media (max-width: 1199.98px) {
  .footer_nav__top {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1199.98px) {
  .footer_nav__copyright {
    margin: 2.5rem 0;
    display: block;
  }
}
.footer_nav__copyright, .footer_nav__privacy a {
  font-size: 1.15rem;
  color: #181818;
}
@media (max-width: 1199.98px) {
  .footer_nav__copyright, .footer_nav__privacy a {
    font-size: 1.6rem;
  }
}
.footer_nav__copyright.ot-sdk-show-settings:after, .footer_nav__privacy a.ot-sdk-show-settings:after {
  content: "";
  background: url("/wp-content/uploads/2022/12/privacyoptions.svg") no-repeat;
  width: 25px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.4rem;
}
.footer_nav__privacy {
  display: flex;
}
@media (max-width: 1199.98px) {
  .footer_nav__privacy {
    flex-wrap: wrap;
  }
}
.footer_nav__privacy li {
  line-height: 1;
  font-size: 1.2rem;
  margin: 0 0 0 1.6rem;
}
@media (max-width: 1199.98px) {
  .footer_nav__privacy li {
    margin: 0 1.2rem 1.2rem 0;
    font-size: 1.6rem;
  }
}
.footer_nav__privacy_container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 1199.98px) {
  .footer_nav__privacy_container {
    display: block;
  }
}
.footer_nav__form form.mktoForm.mkto-js-embed .mktoField {
  font-size: 1.3rem;
  line-height: 1;
  text-align: left;
  padding: 0 0 0.4rem 0;
  color: #181818 !important;
  font-weight: 400;
}
.footer_nav__form form.mktoForm.mkto-js-embed .mktoButtonRow .mktoButtonWrap {
  text-align: left;
}
.footer_nav__form form.mktoForm.mkto-js-embed .mktoButton {
  height: auto;
  border-radius: 2rem !important;
  font-size: 1.6rem !important;
  padding: 1rem;
  display: inline-block;
  max-width: 110px;
  position: relative;
  text-align: left;
  padding-left: 20px;
}
.footer_nav__form form.mktoForm.mkto-js-embed .mktoButton:after {
  position: absolute;
  right: 1.6rem;
  top: calc(100% - 1.9rem);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  color: white;
}
.footer_nav__form form.mktoForm.mkto-js-embed .mktoFieldWrap {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #181818;
  box-shadow: none;
  border-radius: 0;
}
.footer_nav__form input::-moz-placeholder {
  color: #181818 !important;
  font-weight: 400;
}
.footer_nav__form input::placeholder,
.footer_nav__form input:focus,
.footer_nav__form form.mktoForm.mkto-js-embed .mktoFormRow.focused .mktoFieldWrap input,
.footer_nav__form form.mktoForm.mkto-js-embed .mktoFormRow.focused .mktoFieldWrap select {
  color: #181818 !important;
  font-weight: 400;
}
.footer_nav__form form.mktoForm.mkto-js-embed select.mktoField {
  -moz-text-align-last: left;
       text-align-last: left;
}
.footer_nav__form form.mktoForm.mkto-js-embed .mktoFormRow.mktoForm--privacy-notice {
  margin: 0 0 2rem 0;
}
.footer_nav__form form.mktoForm.mkto-js-embed .mktoFormRow.mktoForm--privacy-notice .marketo-text-body {
  padding: 0;
}
.footer_nav__form form.mktoForm.mkto-js-embed .mktoFormRow.mktoForm--checkbox {
  margin: 0 0 2rem 0;
  justify-content: flex-start;
}
.footer_nav__form .mktoFormRow.mktoForm--placeholder.mktoForm--text[data-wrapper-for=PostalCode],
.footer_nav__form .mktoFormRow.mktoForm--select-one[data-wrapper-for=Country] {
  width: 100% !important;
}
.footer_nav__form form.mktoForm.mkto-js-embed {
  max-width: 100%;
}
.footer_nav__form form + .privacy-message p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0 4rem 0;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .footer_nav__form form + .privacy-message p {
    margin: 2rem 0 0 0;
  }
}
.footer_nav__form form + .privacy-message p a {
  text-decoration: underline;
}
.footer_nav__form form.mktoForm.mkto-js-embed [data-wrapper-for=TYPE__c] select {
  line-height: 1.2;
}
.footer_nav__form_title {
  margin: 0 15px 5rem;
  font-weight: 700;
  font-size: 4.8rem;
  color: #181818;
  line-height: 1.2;
}
.footer_nav__form:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #181818;
  position: absolute;
  left: calc(100% + 40px);
  top: 0;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .footer_nav__form:after {
    display: none;
  }
}
.footer_nav dl {
  margin-bottom: 5rem;
}
@media (max-width: 1199.98px) {
  .footer_nav dl {
    margin-bottom: 2.5rem;
  }
}
.footer_nav dt,
.footer_nav dd {
  margin-bottom: 2.4rem;
}
.footer_nav dt a,
.footer_nav dd a {
  font-size: 1.6rem;
  color: #181818;
}
.footer_nav dd {
  margin-bottom: 1.6rem;
  line-height: 1.2;
}
.footer_nav__cta {
  margin-top: 2.4rem;
}
.footer_nav__cta a {
  display: inline-block;
  position: relative;
  padding: 1.2rem 4rem 1.2rem 2rem;
  border: 1px solid #000000;
  border-radius: 2.2rem;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .footer_nav__cta a {
    text-align: center;
  }
}
.footer_nav__cta a:after {
  position: absolute;
  right: 1.6rem;
  top: calc(100% - 2.1rem);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
}
.footer_nav__order-1 {
  order: 1;
}
.footer_nav__order-2 {
  order: 2;
}
.footer_nav__order-3 {
  order: 3;
}
.footer_nav__order-4 {
  order: 4;
}
.footer_nav__order-2 > .col-lg-auto {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .footer_nav__order-2 > .col-lg-auto {
    padding-left: 27px;
    padding-right: 27px;
  }
}

.wpml-ls,
.otgs-development-site-front-end {
  display: none;
}

.white_b {
  background: white;
}
.white_c {
  color: white;
}

.black_b {
  background: #2f2f2f;
}
.black_c {
  color: #2f2f2f;
}
.black_lgt_b {
  background: #474747;
}
.black_lgt_c {
  color: #474747;
}

.grey_b {
  background: #bcbdc1;
}
.grey_c {
  color: #bcbdc1;
}
.grey_lgt_b {
  background: #C4CCD1;
}
.grey_lgt_c {
  color: #C4CCD1;
}
.grey_lgtr_b {
  background: #F8F8F8;
}
.grey_lgtr_c {
  color: #F8F8F8;
}

.red_b {
  background: #fc0000;
}
.red_c {
  color: #fc0000;
}
.red_drk_b {
  background: #c01f11;
}
.red_drk_c {
  color: #c01f11;
}

.blue_b {
  background: #247C99;
}
.blue_c {
  color: #247C99;
}
.blue_lgt_b {
  background: #2E8BAA;
}
.blue_lgt_c {
  color: #2E8BAA;
}

.fam__t_lgt {
  font-family: "Fatman-Book", sans-serif !important;
}
.fam__t_md {
  font-family: "Fatman-Medium", sans-serif !important;
}
.fam__t_book {
  font-family: "Fatman-Book", sans-serif !important;
}
.fam__k_bold {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: bold;
}

.lang-ja h1 {
  font-size: 7.469rem;
}
@media (max-width: 1199.98px) {
  .lang-ja h1 {
    font-size: 5.82rem;
  }
}
.lang-ja h2 {
  font-size: 6.16rem;
}
@media (max-width: 1199.98px) {
  .lang-ja h2 {
    font-size: 4.62rem;
  }
}
.lang-ja .epp_101__articles h2, .lang-ja .epp_101__post_content h2 {
  margin: 4rem 0;
  font-size: calc(26px + 8 * (100vw - 300px) / 980);
}
.lang-ja .epp_101__articles h3, .lang-ja .epp_101__post_content h3 {
  font-size: calc(19px + 6 * (100vw - 300px) / 980);
}
.lang-ja .epp_101__articles h4, .lang-ja .epp_101__post_content h4 {
  font-size: calc(18px + 4 * (100vw - 300px) / 980);
}
.lang-ja .epp_101__articles h5, .lang-ja .epp_101__post_content h5 {
  font-size: calc(13px + 7 * (100vw - 300px) / 980);
}
.lang-ja .epp_101__articles h6, .lang-ja .epp_101__post_content h6 {
  font-size: calc(12px + 6 * (100vw - 300px) / 980);
}
.lang-ja h3 {
  font-size: 3.5rem;
}

h1 {
  position: relative;
  margin: 0 0 1.9rem;
  font-size: 3rem;
  line-height: 1.12;
  letter-spacing: 0.6rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 9.7rem;
  }
}

h2 {
  position: relative;
  font-size: 7.7rem;
  line-height: 1.12;
  letter-spacing: 0.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: calc(55px + 22 * (100vw - 300px) / 900);
  }
}
h2.act:before {
  content: "";
  display: block;
  margin: 2.2rem auto;
  border: 1px solid red;
  width: 8%;
}
h2.ffm {
  font-family: "Fatman-Medium", sans-serif !important;
  letter-spacing: 0.4rem;
}

h3 {
  font-size: 5rem;
  line-height: 1.11;
  letter-spacing: 0.3rem;
  margin-bottom: 2rem;
  font-family: "Fatman-Medium", sans-serif !important;
}
h3.ffl {
  font-family: "Fatman-Light", sans-serif !important;
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: calc(27px + 20 * (100vw - 300px) / 900);
  }
}

h4 {
  font-size: 2rem;
  letter-spacing: 0.2px;
}
@media (max-width: 1199.98px) {
  h4 {
    font-size: calc(20px + 10 * (100vw - 300px) / 900);
  }
}

h5 {
  font-size: 1.8rem;
}
@media (max-width: 1199.98px) {
  h5 {
    font-size: calc(14px + 4 * (100vw - 300px) / 900);
  }
}

h6 {
  font-size: 1.6rem;
}
@media (max-width: 1199.98px) {
  h6 {
    font-size: calc(12px + 4 * (100vw - 300px) / 900);
  }
}

p {
  line-height: 1.71;
  letter-spacing: 0.3px;
}
p strong {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 600;
}
p a {
  color: #fc0000;
  line-height: 1.71;
  letter-spacing: 0.3px;
  transition: 0.2s color ease-out;
}
p a:hover {
  color: #c01f11;
}

li strong {
  font-weight: 600;
}
li a {
  color: #fc0000;
}

.textleft {
  text-align: left;
}
@media (max-width: 767.98px) {
  .textleft_sm {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .textleft_lg {
    text-align: left;
  }
}

.textright {
  text-align: right;
}
@media (max-width: 767.98px) {
  .textright_sm {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .textright_lg {
    text-align: right;
  }
}

.textcenter {
  text-align: center;
}
@media (max-width: 767.98px) {
  .textcenter_sm {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .textcenter_lg {
    text-align: center;
  }
}

.rtrade {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-size: 2.5rem;
  display: inline-block;
  vertical-align: super;
}

p.loud {
  font-size: 2.4rem;
}
@media (max-width: 767.98px) {
  p.loud {
    font-size: 1.5rem;
  }
}

p.small {
  font-size: 1.3rem;
}
@media (max-width: 767.98px) {
  p.small {
    font-size: 1.5rem;
  }
}

h4.loud {
  font-family: "Fatman-Medium", sans-serif !important;
  font-size: 8rem;
  line-height: 8rem;
  letter-spacing: 4px;
}
@media (max-width: 991.98px) {
  h4.loud {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media (max-width: 767.98px) {
  h4.loud {
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: 3px;
  }
}

.width_40 {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.width_80 {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.tall {
  line-height: 2;
}

.letter_spacing {
  letter-spacing: 0.6rem;
}

.red_c {
  color: #fc0000;
}

.light_grey_b, .secondary_page.lighter_grey {
  background: #f9f9f9;
}

.centered_align {
  text-align: center;
}

.caps {
  text-transform: uppercase;
}

ul li {
  font-size: 1.8rem;
  line-height: 1.5;
}

ul.disc {
  list-style-type: disc;
  padding-left: 20px;
}

/**** bullet ****/
li.bullet,
p.bullet {
  display: inline-table;
}

ul li.bullet:before,
p.bullet:before {
  font-family: "crowdstrike";
  content: "\e68f";
  display: table-cell;
  padding-right: 10px;
  vertical-align: -webkit-baseline-middle;
  font-weight: 600;
}
ul li.bullet:before .red,
p.bullet:before .red {
  color: #ec3525;
}
ul li.bullet:before .limegreen,
p.bullet:before .limegreen {
  color: #bacc4d;
}
ul li.bullet:before .grey,
p.bullet:before .grey {
  color: #999999;
}

/**** bullseye ****/
li.bullseye,
p.bullseye {
  display: inline-table;
}

ul li.bullseye:before,
p.bullseye:before {
  font-family: "crowdstrike";
  content: "\e438";
  display: table-cell;
  padding-right: 10px;
  color: #ec3525;
  vertical-align: -webkit-baseline-middle;
}
ul li.bullseye:before .red,
p.bullseye:before .red {
  color: #ec3525;
}
ul li.bullseye:before .limegreen,
p.bullseye:before .limegreen {
  color: #bacc4d;
}
ul li.bullseye:before .grey,
p.bullseye:before .grey {
  color: #999999;
}

/**** check ****/
ul li.checkmark,
p.checkmark {
  display: -webkit-box;
  line-height: 34px;
  font-size: 18px;
  color: inherit;
}

ul li.checkmark:before,
p.checkmark:before {
  font-family: "crowdstrike";
  content: "\e370";
  display: table-cell;
  padding-right: 10px;
  vertical-align: -webkit-baseline-middle;
  position: relative;
}
ul li.checkmark:before.red,
p.checkmark:before.red {
  color: #ec3525;
}
ul li.checkmark:before.limegreen,
p.checkmark:before.limegreen {
  color: #bacc4d;
}
ul li.checkmark:before.grey,
p.checkmark:before.grey {
  color: #999999;
}

/**** PAGE FEATURES ****/
/*** Customer Says ***/
.customer_quote .quote_text {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.customer_quote .quote_source {
  font-family: "Fatman-Book", sans-serif !important;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/*** 3 Col Feature ***/ /** change to COL_feature **/
.three_col_feature img {
  height: 100px;
  margin: 10px auto;
  max-width: 160px;
  text-align: center;
}
.three_col_feature h5 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px auto 14px auto;
  text-align: center;
}
.three_col_feature p {
  line-height: 26px;
  padding-right: 10px;
  padding-left: 10px;
}

/*** Trusted By ***/
.trusted_by {
  display: flex;
  justify-content: center;
}
.trusted_by p {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  text-align: center;
  color: #5c5c5c;
  margin: 20px;
}
.trusted_by p .ofthe {
  text-transform: uppercase;
  color: #ec3525;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: bold;
}
.trusted_by p .ofthe span {
  text-transform: uppercase;
}
.trusted_by p .ofthe .number {
  font-size: 3rem;
}
.trusted_by p .ofthe .number:first-of-type {
  margin-right: 3px;
}
.trusted_by p .ofthe .number:last-of-type {
  margin-left: 3px;
}

/*** Related Info ***/
.related_resources .related_info {
  margin-bottom: 30px;
}
.related_resources .related_info i {
  border-radius: 100%;
  font-size: 3rem;
  float: left;
  margin-right: 30px;
  text-align: center;
  padding: 16px;
}
.related_resources .related_info .related_desc {
  color: #6d6e71;
  letter-spacing: 0px;
  display: inherit;
  padding-left: 30px;
  margin-top: 10px;
  line-height: 28px;
}
.related_resources .related_info .related_desc h5 {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: bold;
  color: #6d6e71;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 8px;
}
.related_resources .related_info .related_desc p {
  text-align: left;
  display: -webkit-box;
  line-height: 1.6;
}
.related_resources .related_info .related_desc p a {
  color: #2e8baa;
}
.related_resources .related_info .related_desc p a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .related_resources .related_info {
    margin-bottom: 20px;
  }
  .related_resources .related_info i {
    font-size: 2rem;
    margin-right: 20px;
    padding: 12px;
  }
  .related_resources .related_info h5 {
    padding-top: 4px;
  }
}

/* 
	Loader animation 
	Required elements:
	<div class="lds-ripple"><div></div><div></div></div>
*/
.lds-ripple {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-ripple[data-color=red] {
  color: var(--red200);
}
.lds-ripple[data-color=dark] {
  color: var(--black);
}
.lds-ripple[data-color=white] {
  color: var(--white);
}

.lds-ripple div {
  position: absolute;
  border: 4px solid;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.lds-hide {
  display: none;
}

/**
 * Layout - reusable components
 */
/**
 * Variables & Utilities - variables, functions, mixins, and helper classes
 */
/* =================================================================================
~ Mixins
================================================================================= */
/* =================================================================================
~ Helper Classes
================================================================================= */
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hover-underline:hover {
  text-decoration: underline;
}

.modal_content, .icon_bg {
  left: 50%;
  transform: translateX(-50%);
}

.mobile_menu_btn {
  top: 50%;
  transform: translateY(-50%);
}

.secondary_page_hero .accent_pointer i {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.mobile_menu_btn span:before, .mobile_menu_btn span:after, .secondary_link_button:before, .list_items_content li:before, .search_modal__close:before, .search_modal__close:after {
  content: "";
  display: block;
}

.mega_menu__container:after, .cs_main_menu:after {
  content: "";
  display: block;
  clear: both;
}

.header_logo {
  float: left;
}

.mobile_menu_btn, .secondary_link_button, .mobile_nav_block dt, .mobile_nav_block dd, .search_btn {
  cursor: pointer;
}

/**
 * SCSS - global styles and variables
 */
/* =================================================================================
~ Variables - Override Bootstrap defaults or define custom vars
================================================================================= */
:root {
  --black: #000;
  --black100: #2f2f2f;
  --blue300: #2988D9;
  --blue500: #247C99;
  --green300: #bacc4d;
  --green500: #2fcc66;
  --red100: #fc0000;
  --red200: #fc1000;
  --red300: #c01f11;
  --red400: #A70100;
  --red500: #51150d;
  --orange500: #ff8000;
  --white: #fff;
  --white100: #dfdfdf;
  --white200: #d6d5d5;
  --grey50: #f3f3f4;
  --grey100: #8b8b8b;
  --grey200: #343434;
  --grey300: #474747;
  --grey400: #F5F5F5;
  --grey500: #343A40;
  --lightGrey100: #f1f1f1;
  --lightGrey200: #e9e9e9;
  --lightGrey300: #F8F9FA;
  --text: #666666;
}

/* =================================================================================
~ Variables - Override Bootstrap defaults or define custom vars
================================================================================= */
.secondary_page_hero.xl {
  padding: 8rem 0 17.4rem;
}
.secondary_page_hero__iframe_bg {
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  height: 100%;
  width: 50%;
}
.secondary_page_hero__container {
  margin: 0 auto;
  width: 80%;
}
@media (min-width: 1428px) {
  .secondary_page_hero__container {
    width: 100%;
    max-width: 1140px;
  }
}
@media (max-width: 1024px) {
  .secondary_page_hero__container {
    margin: 0 1.5rem;
    width: auto;
  }
}
.secondary_page_hero__pointer {
  position: absolute;
  left: 50%;
  top: -10%;
  height: 120%;
  width: 8.9rem;
}
@media (max-width: 1200px) {
  .secondary_page_hero__pointer {
    background: white;
  }
}
@media (max-width: 1024px) {
  .secondary_page_hero__pointer {
    display: none;
  }
}
.secondary_page_hero__pointer:before, .secondary_page_hero__pointer:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: white;
  width: 100%;
}
.secondary_page_hero__pointer:before {
  top: 27%;
  height: 80%;
  transform: skewY(-45deg);
}
.secondary_page_hero__pointer:after {
  top: 0;
  height: 26%;
  transform: skewY(45deg);
}
.secondary_page_hero.black_bg {
  background: black;
}
.secondary_page_hero.dark_grey_bg {
  background: #292929;
}
.secondary_page_hero.about_video {
  display: flex;
  align-items: center;
  height: 53.3rem;
}
.secondary_page_hero.large {
  padding-top: 8.4rem;
  height: 52.2rem;
}
@media (max-width: 1024px) {
  .secondary_page_hero.large {
    padding-top: 4.9rem;
  }
}
.secondary_page_hero.small {
  height: 52.2rem;
}
.secondary_page_hero.large, .secondary_page_hero.small {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .secondary_page_hero.large, .secondary_page_hero.small {
    padding: 8rem 0;
    height: auto;
  }
}
.secondary_page_hero.forms_banner {
  padding: 8rem 0 6.4rem;
}
.secondary_page_hero.forms_banner h1, .secondary_page_hero.forms_banner p {
  text-align: left;
}
.secondary_page_hero.forms_banner h1 {
  font-size: calc(30px + 20 * (100vw - 300px) / 900);
}
.secondary_page_hero.forms_banner strong {
  font-family: "Fatman-Book", sans-serif !important;
}
@media (max-width: 575.98px) {
  .secondary_page_hero.forms_banner {
    padding: 8% 0 0;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .secondary_page_hero.forms_banner {
    padding: 0;
  }
}
.secondary_page_hero.forms_banner:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% + 8.9rem);
  top: 0;
  background: white;
  height: 100%;
  width: calc(50% + 8.9rem);
}
@media (max-width: 767.98px) {
  .secondary_page_hero.forms_banner:before {
    display: none;
  }
}
.secondary_page_hero .accent_pointer {
  position: absolute;
  left: calc(50% - 3.5rem);
  z-index: 9;
  bottom: -3.5rem;
  border-radius: 50%;
  padding: 3.5rem;
  background: #efefef;
  font-size: 5.8rem;
  font-family: "crowdstrike";
}
@media (max-width: 767.98px) {
  .secondary_page_hero .accent_pointer {
    display: none;
  }
}
.secondary_page_hero .accent_pointer.grey i {
  color: #5C5C5C;
}
.secondary_page_hero .accent_pointer i {
  position: absolute;
  left: 51.5%;
  font-size: 5.6rem;
}
.secondary_page_hero .accent_pointer i:before {
  content: "\e693";
  display: block;
}
.secondary_page_hero h1 {
  color: white;
  font-size: calc(55px + 22 * (100vw - 300px) / 900);
  letter-spacing: 0.8rem;
  line-height: 1.12;
  margin: 0 0 2rem 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .secondary_page_hero h1 {
    font-size: 7.7rem;
  }
}
.secondary_page_hero h1 .change_h1 {
  font-family: "Fatman-Light", sans-serif !important;
  line-height: 0.91;
  letter-spacing: 9.4px;
  font-weight: 300;
}
.secondary_page_hero p {
  color: white;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  text-align: center;
}
.secondary_page_hero dl {
  margin: 2rem 0 0;
  padding: 0;
  list-style-type: none;
}
.secondary_page_hero dt, .secondary_page_hero dd {
  margin: 0;
  font-size: 2rem;
  line-height: 1.6;
  color: white;
}
.secondary_page_hero dt {
  font-weight: 400;
}
.secondary_page_hero dd {
  font-weight: 700;
}
.secondary_page_hero dd i {
  margin-right: 1rem;
}
.secondary_page_hero .secondary_hero_content_area {
  align-self: center;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .secondary_page_hero .featured_right_section {
    padding: 5rem 2rem;
    background: white;
  }
}
.secondary_page_hero .iframe_container {
  margin: 0 2em 0 5em;
  padding: 30em 0;
}
@media (max-width: 1200px) {
  .secondary_page_hero .iframe_container {
    margin: 0;
    padding: 34em 0;
  }
}
.secondary_page_hero .video_embed, .secondary_page_hero iframe, .secondary_page_hero video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.secondary_page_hero .video_embed {
  z-index: 4;
  overflow: hidden;
  pointer-events: none;
}
.secondary_page_hero .video_embed:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  background: black;
  opacity: 0.6;
  height: 100%;
  width: 100%;
}
.secondary_page_hero .video_embed iframe, .secondary_page_hero .video_embed video {
  left: 50%;
  top: 50%;
  z-index: 4;
  height: 56.25vw;
  width: 177.77777778vh;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}

.hero_flex {
  padding: calc(50px + 1rem) 0 3rem 0;
}
@media (min-width: 1025px) {
  .hero_flex {
    padding: 17.4rem 0 6rem 0;
  }
}
.hero_flex .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .hero_flex.remove_height .featured_bg.__0 {
    background-size: 300% !important;
  }
}
.hero_flex.set_hero_down_100 h1 {
  font-size: 8.7rem;
}
.hero_flex.set_hero_down_200 h1 {
  font-size: 7.7rem;
}
.hero_flex.set_hero_down_300 h1 {
  font-size: 6.7rem;
}
.hero_flex.set_hero_down_400 h1 {
  font-size: 5.7rem;
}
.hero_flex .featured_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.hero_flex .featured_bg.__1, .hero_flex .featured_bg.__2 {
  display: none;
}
@media (max-width: 767px) {
  .hero_flex .featured_bg.__2 {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero_flex .featured_bg.__1 {
    display: block;
  }
}
.hero_flex .featured_bg.__0 {
  z-index: 1;
}
.hero_flex .container {
  z-index: 5;
}
.hero_flex.formula_hero {
  padding-top: 17.3rem;
  height: 87.4rem;
}
@media (max-width: 1024px) {
  .hero_flex.formula_hero {
    padding-top: 10rem;
    height: 67.3rem;
  }
}
.hero_flex.formula_hero h1 {
  font-size: calc(55px + 25 * (100vw - 300px) / 724);
}
.hero_flex.formula_hero h4 {
  font-size: calc(14px + 12 * (100vw - 300px) / 724);
}
.hero_flex.formula_hero .container {
  padding-top: 0;
}
.hero_flex.video {
  align-items: center;
  height: 55vw;
  max-height: 64rem;
  min-height: 38rem;
}
.hero_flex h1 {
  font-size: 4.4rem;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .hero_flex h1 {
    font-size: 6.6rem;
  }
}
@media (min-width: 992px) {
  .hero_flex h1 {
    font-size: 9.7rem;
  }
}
.hero_flex h4 {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .hero_flex h4 {
    font-size: 1.6rem;
  }
  .hero_flex h4.accent_line:before, .hero_flex h4.accent_line:after {
    content: "";
    display: none;
    height: 2px;
    width: 8.6rem;
  }
  .hero_flex h4.accent_line.alb_bg_w:after {
    margin: 2rem auto 1.4rem;
    display: block;
    background: white;
  }
  .hero_flex h4.accent_line.alt_bg_w:before {
    margin: 0 auto 3rem;
    display: block;
    background: white;
  }
  .hero_flex h4.accent_line.alb_bg_r:after {
    margin: 2rem auto 1.4rem;
    display: block;
    background: #fc0000;
  }
  .hero_flex h4.accent_line.alt_bg_r:before {
    margin: 0 auto 3rem;
    display: block;
    background: #fc0000;
  }
}
@media (min-width: 992px) {
  .hero_flex h4 {
    font-size: 2.4rem;
    margin: 0;
  }
}
.hero_flex p {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .hero_flex p {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .hero_flex p {
    font-size: 1.6rem;
  }
}
.hero_flex .video-teaser {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero_flex .video-teaser::after {
  background: black;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero_flex .video-teaser video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.floating_logo {
  background-color: #222222;
  padding: 3rem 0;
}
.floating_logo img {
  margin: 0 auto;
  max-width: 300px;
}

.cust_cta {
  padding: 10px 15px;
  border-radius: 15px;
  margin: -10px 0 30px;
}
.cust_cta .cust_cta_left {
  width: 60%;
  float: left;
  padding-right: 20px;
}
.cust_cta .cust_cta_left .cust_cta_left_title {
  margin-bottom: 5px;
}
.cust_cta .cust_cta_left .cust_cta_left_sub_title {
  font-size: 0.6rem;
}
.cust_cta .cust_cta_right {
  width: 40%;
  float: right;
  padding: 15px 0;
}
.cust_cta .cust_cta_right a {
  width: 100%;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 10px;
  font-weight: 600;
}
.cust_cta .cust_cta_clearfix {
  content: " ";
  display: block;
  clear: both;
}

/**
 * Components - reusable components
 */
.cs_university_schedule_container {
  overflow-y: scroll;
  height: 100vw;
  margin: 5rem 0;
  padding: 0 1.5rem;
  box-shadow: 8px 2px 31px 5px rgba(0, 0, 0, 0.25);
  display: none;
}
.cs_university_schedule_container .class-grouping .class-list {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 2rem;
}
.cs_university_schedule_container .class-grouping:nth-of-type(odd) {
  background: #585859;
}
.cs_university_schedule_container .class-grouping:nth-of-type(odd) .class-list {
  background: #f0f0f0;
}
.cs_university_schedule_container .class-grouping:nth-of-type(even) {
  background: #404041;
}
.cs_university_schedule_container .class-grouping:nth-of-type(even) .class-list {
  background: #e5e5e5;
}
.cs_university_schedule_container .course-level {
  flex: 0 0 25%;
  max-width: 25%;
}
.cs_university_schedule_container .course-level h5 {
  margin: 2rem;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}
.cs_university_schedule_container .class-list h5 {
  font-family: "Fatman-Book", sans-serif !important;
  font-size: 2rem;
}
.cs_university_schedule_container p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0;
}
.cs_university_schedule_container .no-courses p {
  position: relative;
  z-index: 8;
}
.cs_university_schedule_container .single-course {
  margin-top: 2rem;
  z-index: 8;
  border-bottom: 1px solid #adb2ad;
}
.cs_university_schedule_container .single-course:first-child {
  margin-top: 0;
}

#modal-mask.redirect_modal {
  position: fixed;
}
#modal-mask.redirect_modal .close_button {
  display: none;
}
#modal-mask.redirect_modal .container {
  top: 35%;
}
#modal-mask.redirect_modal .modal_mask {
  top: 0 !important;
}

.modal_insert_location {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.86);
  height: 100%;
  width: 100%;
  display: none;
}
@media (max-width: 1024px) {
  .modal_insert_location {
    top: 4.9rem;
  }
}
.modal_insert_location.__show {
  display: block;
}
.modal_insert_location .close_button {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 9;
  color: #fa0000;
  font-size: 3rem;
  cursor: pointer;
}
.modal_insert_location .cs_university_schedule_container {
  display: block;
}
.modal_content {
  position: absolute;
  overflow: hidden;
  padding: 2rem 2rem 2rem 2rem;
  width: 100%;
  background: white;
}
.modal_content [data-template-id=modal_redirect] .modal_inserted_content {
  font-size: 3rem;
  line-height: 1.5;
}
.modal_inserted_content {
  background: white;
}
.modal_inserted_content p {
  margin: 1rem 0;
  font-size: 1.6rem;
}
.modal_form_embed {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .modal_form_embed {
    width: 100%;
  }
}
.modal_form_embed iframe {
  height: 74rem;
  width: 100%;
}
.modal_form_embed iframe[src*="https://store.crowdstrike.com/checkout"] {
  height: 54rem;
}
@media screen and (min-height: 750px) {
  .modal_form_embed iframe[src*="https://store.crowdstrike.com/checkout"] {
    height: 65rem;
  }
}
@media screen and (min-height: 850px) {
  .modal_form_embed iframe[src*="https://store.crowdstrike.com/checkout"] {
    height: 74rem;
  }
}
@media screen and (min-height: 960px) {
  .modal_form_embed iframe[src*="https://store.crowdstrike.com/checkout"] {
    height: 85rem;
  }
}
@media screen and (min-height: 1120px) {
  .modal_form_embed iframe[src*="https://store.crowdstrike.com/checkout"] {
    height: 98rem;
  }
}
.modal_video_embed {
  margin: 4rem 0 0;
  padding: 32rem;
}
@media (max-width: 767.98px) {
  .modal_video_embed {
    padding: 14rem;
  }
}
.modal_video_embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.languages_menu {
  border-radius: 0.2rem;
  display: inline-block;
  position: relative;
  width: 128px;
  z-index: 10;
}
footer .languages_menu {
  width: 142px;
}
.languages_menu:hover ul {
  z-index: 7;
  height: auto;
  opacity: 1;
}
.languages_menu:hover ul li {
  display: block;
}
.languages_menu.lang_header:hover {
  background: #2f2f2f;
}
.languages_menu.lang_header ul {
  border: none;
  width: 100%;
}
.languages_menu.lang_header li {
  position: relative;
  float: none;
  text-align: center;
  font-size: 1em;
  width: auto;
  min-width: auto;
}
.languages_menu.lang_header li:last-of-type a:after {
  display: none;
}
.languages_menu.lang_header li:hover {
  background: #2f2f2f;
}
.languages_menu.lang_header a {
  position: relative;
  z-index: 9;
  display: block;
  padding: 0 0.6em;
  color: white !important;
  border: none;
  line-height: 34px;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 600;
}
.languages_menu.lang_header a:hover {
  background: #535353;
}
.languages_menu.lang_header a:hover:after {
  display: none;
}
.languages_menu.lang_header a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.9rem;
  bottom: 0;
  background: rgba(0, 0, 0, 0.34);
  height: 2px;
  width: calc(100% - 1.8rem);
}
.languages_menu.lang_header .languages_menu__title {
  padding: 0 1em;
  line-height: 34px;
  background: none;
  border: none;
  color: white;
  letter-spacing: 0;
  text-align: center;
}
.languages_menu.lang_header .languages_menu__title:hover {
  background: #535353;
}
.languages_menu.lang_header .languages_menu__title:hover span {
  color: white;
}
.languages_menu__title {
  z-index: 9;
  background: #292929;
  border: 1px solid #6d6d6d;
  color: #c5c5c5;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  cursor: pointer;
  padding: 1rem;
}
.languages_menu__title .selected_language {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 600;
  margin: 0 0.5em;
  padding: 1rem 0;
  transition: 0.2s color ease-out;
}
.languages_menu__title span {
  transition: 0.2s color ease-out;
}
.languages_menu__title .fa-angle-down {
  color: white;
  font-size: 1.1rem;
}
.languages_menu ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  margin: 0;
  padding: 0;
  border-left: 1px solid #6d6d6d;
  border-right: 1px solid #6d6d6d;
  border-bottom: 1px solid #6d6d6d;
  background: #292929;
  height: 0;
  width: 100%;
  opacity: 0;
  transition: 0.2s opacity ease-out;
}
.languages_menu li {
  display: none;
}
.languages_menu li a {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #6d6d6d;
  color: #c5c5c5;
  font-size: 1.1rem;
  text-align: center;
  transition: 0.2s background-color ease-out;
}
.languages_menu li:last-of-type a {
  border: 0;
}

#optInMessage-new {
  display: none;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin: auto;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  width: 800px;
  height: 600px;
  z-index: 666;
  padding: 60px;
  box-shadow: 0px -2px 3px -1px rgb(117, 117, 117);
}
#optInMessage-new .eu-banner-text-wrap {
  position: relative;
  top: 60px;
  text-align: left;
}

.optinmessagebg {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  z-index: 665;
}

.close-eu-optin {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
}

#opt-in-btn-new {
  height: 60px;
  padding: 15px 0 20px 0;
  position: relative;
  width: 300px;
  cursor: pointer;
  bottom: -170px;
  left: -60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#opt-in-btn-new span {
  font-size: 20px;
  position: relative;
  bottom: 0;
  letter-spacing: 0;
  margin-left: 60px;
}

p.EU-optin-banner {
  font-size: 57px;
  line-height: 57px;
}

.eu-banner-text-wrap p.consent-text {
  font-size: 21px;
}
.eu-banner-text-wrap p.consent-text a {
  color: #dd322a;
  text-decoration: underline;
}
.eu-banner-text-wrap p.consent-text a:hover {
  color: #bb1009;
  text-decoration: underline;
}

@media (max-width: 859px) {
  #optInMessage-new p {
    top: 40%;
  }
  .close-eu-optin {
    top: 40px;
  }
}
@media (max-width: 820px) {
  #optInMessage-new {
    width: 94%;
    height: 94%;
  }
}
@media (max-width: 550px) {
  #optInMessage-new {
    width: 90%;
    height: 80%;
    padding: 30px;
  }
  #opt-in-btn-new {
    left: -30px;
    display: flex;
    top: 80px;
  }
  #opt-in-btn-new span {
    margin-top: auto;
    margin-left: 40px;
  }
  p.EU-optin-banner {
    font-size: 37px;
    line-height: 37px;
  }
  .eu-banner-text-wrap {
    max-width: 254px;
    margin: 0 auto;
  }
  .eu-banner-text-wrap p.consent-text {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  #optInMessage-new {
    padding: 20px;
  }
  #opt-in-btn-new {
    left: -20px;
  }
  #opt-in-btn-new span {
    margin-left: 20px;
  }
}
/**
 * Templates - styles specific to an individual page or template
 */
/*
* ---------------------------------------------------------------------------
* 01. GLobal Area
* ---------------------------------------------------------------------------
*/
.ave_page {
  /*
  body{overflow-x:hidden;color:#666;font-family: $nhg;}
  html,
  body{height:100%;}
  */
  /* Section Style */
  /*
  * ---------------------------------------------------------------------------
  * 08. Support About / .support-about
  * ---------------------------------------------------------------------------
  */
  /*
  * ---------------------------------------------------------------------------
  * 09. Choose Level / .choose-level
  * ---------------------------------------------------------------------------
  */
  /*
  * ---------------------------------------------------------------------------
  * 10. Support More Info / .support-more-info
  * ---------------------------------------------------------------------------
  */
  /*
  * ---------------------------------------------------------------------------
  * 11. Edr Solution/ .edr-solution
  * ---------------------------------------------------------------------------
  */
  /*
  * ---------------------------------------------------------------------------
  * 12. discover page/ .falcon-discover-answers
  * ---------------------------------------------------------------------------
  */
  /*
  * ---------------------------------------------------------------------------
  * 12. Device Control page
  * ---------------------------------------------------------------------------
  */
  /*VISIBILITY*/
  /*
  .wpex-vc-column-wrapper{width:100%;}
  .wpb_content_element,ul.wpb_thumbnails-fluid > li,.last_toggle_el_margin,.wpb_button{margin-bottom:0;}
  .right-full-image{position:absolute;left:34%;max-height:360px;margin-top:4%;margin-left:0px;}
  .wpex-vc-row-centered .vc_row{margin-left:0;margin-right:0;}
  .wpb_row{max-width:none;}
  .wpb_row,.wpb_content_element,ul.wpb_thumbnails-fluid > li,.last_toggle_el_margin,.wpb_button{margin-bottom:0;}
  .vc_col-sm-6{padding-left:1px;padding-right:1px;}
  .vc_column_container{padding-left:0;padding-right:0;}
  .vc_col-sm-6{width:50%;}
  .vc_column_container > .vc_column-inner{box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%;}
  .wpex-vc-column-wrapper{width:100%;}
  .wpb_content_element,ul.wpb_thumbnails-fluid > li,.last_toggle_el_margin,.wpb_button{margin-bottom:0;}
  .falcon-product-section h2.big{font-family: $fatman-medium;font-size:80px;line-height:76px;color:#595959;text-align:left;margin-bottom:14px;letter-spacing:4px;}
  .page-section h2{margin:30px 0;}

  .vc_col-sm-6{padding-left:1px;padding-right:1px;}
  .vc_col-sm-6{width:50%;}
  .vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9{float:left;}
  .vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9,.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9,.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
  .vc_column_container > .vc_column-inner{box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%;}
  .wpex-vc-column-wrapper{width:100%;}
  vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9,.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9,.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
  */
  /*
  ========================================================================
  Data center Style start here
  =========================================================================
  */
  /*************************/
  /*************************/
  /******* ADDITIONS *******/
  /**************************/
  /**************************/
  /******* RESPONSIVE *******/
  /* XL Device :1200px. */
  /* LG Device :992px. */
  /*end falcon-bundles pages responsive code*/
  /*start falcon-connect pages responsive code*/
  /* MD Device :768px. */
  /* Extra small Device. */
  /*
  start falcon-complete pages responsive code*/
  /* SM Small Device :550px. */
}
.ave_page .falcon_search_engine.bg_grey {
  background: #2B2B2A;
}
.ave_page .icon {
  width: 78px;
  height: 78px;
  color: #ec3525;
  margin-bottom: 20px;
}
.ave_page .hdd p {
  color: white;
}
.ave_page .section_col {
  border-right: 1px solid #000;
}
.ave_page .section_col:last-of-type {
  border: none;
}
.ave_page .support_about_table {
  padding: 4rem 2.8rem 1rem;
}
.ave_page .support_about_table__col {
  margin-bottom: 3rem;
}
.ave_page .support_about_table__border {
  position: absolute;
  left: 1.5rem;
  top: 0;
  z-index: 1;
  height: 100%;
  width: calc(100% - 3rem);
  border: 2px solid #c9c9c9;
  border-radius: 4px;
}
.ave_page .support_about_table__border.recommended {
  border: 2px solid solid #ec3525;
}
.ave_page .support_about_table__border.recommended span {
  padding: 0.4rem 2.8rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background: #ec3525;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  display: inline-block;
}
.ave_page .support_about_table h3 {
  padding: 0 0 1rem;
  border-bottom: 1px solid #c9c9c9;
}
.ave_page li.media a {
  text-decoration: underline;
  color: #2e8baa !important;
}
.ave_page h1 {
  font-family: "itc_avant_garde_gothic_proXLt", sans-serif;
  font-weight: 200;
  font-size: 58px;
  letter-spacing: 0.6px;
}
.ave_page h6 {
  font-size: 18px;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 700;
}
.ave_page p a {
  color: #2e8baa;
}
.ave_page p.small-text {
  margin-bottom: 15px;
  font-size: 14px;
}
.ave_page a {
  text-decoration: none;
  transition: all 0.5s;
}
.ave_page a:hover {
  text-decoration: none;
}
.ave_page a:focus {
  outline: none;
  text-decoration: none;
}
.ave_page img {
  height: auto;
}
.ave_page .media-left img {
  max-width: inherit;
}
.ave_page .owl-carousel .owl-item img {
  width: auto;
}
.ave_page ::-webkit-input-placeholder {
  color: inherit;
}
.ave_page button {
  border: 0;
  background-color: transparent;
}
.ave_page button:focus,
.ave_page input:focus {
  outline: none;
}
.ave_page .sec-overlay {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.ave_page .sec-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ave_page .clr-h {
  color: #292929;
}
.ave_page .clr-white {
  color: #fff;
}
.ave_page .clr-red {
  color: #ec3525;
}
.ave_page .clr-limegreen {
  color: #bacc4d;
}
.ave_page .bg-red {
  background: #D53021;
}
.ave_page .tem-btn {
  display: inline-block;
  background-color: #ec3525;
  color: #fff !important;
  padding: 12px 26px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2em;
  min-width: 220px;
  text-align: center;
}
.ave_page .tem-btn:hover {
  background-color: #ca2112;
  color: #fff;
}
.ave_page .tem-btn-alt {
  min-width: 220px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2em;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 8px 20px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
.ave_page .tem-btn-alt:hover {
  border-color: #CA2112;
  background-color: #CA2112;
  color: #fff;
}
.ave_page .icon-list {
  margin: 0;
  padding: 0;
}
.ave_page .icon-list li {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  list-style-type: none;
  font-size: 18px;
  line-height: 34px;
}
.ave_page .edr-solution-container p {
  text-align: center;
  width: 82%;
  margin: auto;
}
.ave_page .edr_solution-list h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: bold;
}
.ave_page .icon-list li i {
  color: #bacc4d;
  margin-right: 15px;
}
.ave_page .red-border-list {
  border: 1px solid #d53021;
  margin: 0;
  padding: 30px;
  font-size: 18px;
}
.ave_page .black-border-list {
  border: 1px solid #494949;
  margin: 0;
  padding: 30px;
  font-size: 18px;
}
.ave_page .delivery-area {
  background-repeat: no-repeat;
  background-size: cover;
}
.ave_page .university-info {
  background-repeat: no-repeat;
  background-size: cover;
}
.ave_page .support-about {
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 146%;
}
.ave_page .support-about-table {
  text-align: center;
  padding: 10px 26px;
  border: 2px solid #c9c9c9;
  background-color: #ffffff;
  border-radius: 4px;
  min-height: 324px;
}
.ave_page .support-about-table-reco {
  border: 3px solid #ec3525;
  padding-top: 0;
}
.ave_page .support-about-table-reco .reco-txt {
  font-size: 16px;
  background-color: #ec3525;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding-right: 28px;
  padding-left: 28px;
  padding-bottom: 4px;
  padding-top: 3px;
  margin-bottom: 20px;
}
.ave_page .support-about-table h2 {
  font-size: 32px;
  border-bottom: 1px solid #c9c9c9;
}
.ave_page .support-about-table p {
  font-size: 16px;
  margin-bottom: 20px;
}
.ave_page .choose-level {
  background-color: #2B2B29;
}
.ave_page #premium-support-table.table > tbody > tr {
  background-color: #353432;
}
.ave_page .table-bordered > tbody > tr > td {
  border: 1px solid #ddd;
}
.ave_page #premium-support-table.table > thead:first-child > tr:first-child > th {
  color: #c5c5c5;
  line-height: 15px;
  font-size: 13px;
  vertical-align: middle;
  padding-bottom: 16px;
  text-align: center;
  border-top: 0;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid #474747;
}
.ave_page #premium-support-table.table > tbody > tr > td:first-of-type {
  padding-left: 20px;
  color: #fff;
}
.ave_page #premium-support-table.table > tbody > tr > td:last-of-type {
  padding-right: 20px;
}
.ave_page #premium-support-table.table > tbody > tr > td {
  padding: 16px 0;
  border-color: #474747;
  width: 12%;
  line-height: 46px;
  border-left: 0;
  border-bottom: 1px solid #474747;
  background-color: transparent;
}
.ave_page #premium-support-table .table-level.first-level {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ave_page #premium-support-table .table-level {
  background-color: #ec3525;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ave_page #premium-support-table .table-level-blank {
  background-color: #20201e;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ave_page #premium-support-table .table-level-blank.last-level {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ave_page .support-more-info-con p {
  font-size: 22px;
  line-height: 28px;
  color: #3f3f3f;
}
.ave_page .support-more-info-con p span {
  display: block;
}
.ave_page .edr-promo h2 {
  font-size: 34px;
}
.ave_page .edr-download-text h6 {
  font-size: 24px;
}
.ave_page .falcon-discover-answers {
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top center;
}
.ave_page .edr-discover-it-questions {
  background-color: #ec3525;
  border-radius: 4px;
  color: #ffffff;
  text-align: center !important;
  padding: 20px 30px 70px 30px;
  margin-bottom: -40px;
  line-height: 1;
}
.ave_page .table-item {
  padding: 10px 12px !important;
}
.ave_page .table-item p {
  font-size: 15px !important;
}
.ave_page .table-item h2 {
  font-size: 30px !important;
  line-height: 30px !important;
  letter-spacing: 3px !important;
  padding: 20px 0 14px 0;
  color: #ec3525 !important;
  font-weight: 600;
  margin: 0 15px !important;
}
.ave_page .question_type_two {
  background-color: #ec3525 !important;
}
.ave_page .question_type_two p {
  line-height: 30px !important;
}
.ave_page .use_case {
  font-size: 20px !important;
  margin-bottom: -5px !important;
}
.ave_page .device-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.ave_page .gradient-text {
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 3px;
  color: #ec3525;
  background-image: -webkit-linear-gradient(right, #3c0904 0%, rgb(235, 72, 52) 100%);
  -webkit-text-fill-color: transparent;
}
@-moz-document url-prefix() {
  .ave_page .gradient-text {
    -webkit-text-fill-color: #666666 !important;
  }
}
.ave_page .icon-xxl {
  width: 140px;
  height: 140px;
  font-size: 140px;
  line-height: 140px;
  margin-bottom: 30px;
}
.ave_page h2.big {
  font-size: 80px;
  line-height: 76px;
  margin-bottom: 3rem;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fff;
}
.ave_page .usb_content {
  color: #fff;
}
.ave_page .usb_content p {
  font-weight: 600;
}
.ave_page .usb_content ul {
  margin: 0;
  padding-left: 15px;
}
.ave_page .usb_content.middle_usb {
  padding-bottom: 4rem;
}
.ave_page .usb_content.middle_usb:last-of-type {
  padding: 0;
}
.ave_page .related-products {
  position: relative;
  margin: 0 1em;
  border-radius: 1.7em;
  width: 100%;
}
.ave_page .related-products h3 {
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0.3em 1.5em;
  background: #ec3525;
  background: linear-gradient(to bottom, #ec3525 0%, #c01f11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec3525", endColorstr="#c01f11", GradientType=0);
  color: white;
  border-top-left-radius: 0.8em;
  border-top-right-radius: 0.8em;
  font-size: 1.8em;
  line-height: 1.12;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: "Fatman-Medium", sans-serif !important;
  text-align: left;
}
.ave_page .related-products .content {
  margin: 0 auto;
  padding: 1.4em 2.5em;
  width: auto;
}
.ave_page .related-products .content p {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  margin: 0;
  min-height: 5em;
  width: auto;
  text-transform: uppercase;
  text-align: left;
  color: white;
  font-weight: 900;
  line-height: 1.8;
}
.ave_page .related-products .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ave_page .related-products .content ul li {
  position: relative;
  margin: 0 0 1.3em;
  padding-left: 2.2em;
  color: #9f9e9e;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 900;
  text-align: left;
}
.ave_page .related-products .content ul li:after {
  position: absolute;
  content: "";
  display: block;
  left: 6px;
  top: 6px;
  padding: 2px 4px;
  border-left: 2px solid #cfd53a;
  border-bottom: 2px solid #cfd53a;
  transform: rotate(-45deg);
}
.ave_page .related-products .content ul li:before {
  padding: 9px;
  border: 2px solid #cfd53a;
  left: 0;
  top: 0;
  border-radius: 50%;
  position: absolute;
  content: "";
  display: block;
}
.ave_page .related-crowdstrike {
  background-color: #eeeeee;
}
.ave_page .related-products:hover {
  opacity: 0.8;
}
.ave_page .service-area hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  width: 100%;
  margin: 20px auto;
}
.ave_page #falcon-search-icons21 img {
  width: 78px;
  height: 78px;
  color: #ec3525;
  margin-bottom: 20px;
}
.ave_page #falcon-search-icons22 img {
  width: 120px;
  color: #ec3525;
  margin-bottom: 20px;
}
.ave_page .containe {
  width: 80%;
}
.ave_page .grey21 {
  color: #c7c7c7;
}
.ave_page #shgg21 {
  position: relative;
}
.ave_page #shgg22 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.ave_page #shgg2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ave_page #KsdsNOWLEDGE {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  padding: 90px 0;
}
.ave_page #KsdsNOWLEDGE p {
  line-height: 30px;
}
.ave_page #msdit {
  letter-spacing: 2px;
  font-size: 28px;
}
.ave_page #msdit21 {
  line-height: 52px;
  margin: 30px auto;
  font-size: 40px;
  color: #666;
  letter-spacing: 6px;
}
.ave_page #msdit211 {
  letter-spacing: 0.05em;
  line-height: 30px;
  margin: 30px auto;
  font-size: 35px;
  padding-bottom: 20px;
  color: #fff;
}
.ave_page #opadn {
  color: #c7c7c7 !important;
  font-size: 18px;
}
.ave_page #shgs21 h6 {
  font-size: 20px;
  padding-top: 20px;
}
.ave_page #shgs222 {
  font-size: 20px;
  padding-top: 200px;
  padding-bottom: 15px;
}
.ave_page #lstcircless li {
  width: 60px;
  display: inline-block;
  margin-right: 15px;
}
.ave_page #falconh4 {
  font-family: "Fatman-Medium", sans-serif !important;
  font-size: 80px;
  line-height: 76px;
  color: #666;
  text-align: left;
  margin-bottom: 14px;
  letter-spacing: 4px;
}
.ave_page #divrd p {
  padding: 30px 20px 0;
  font-size: 15px;
  color: #999999;
  line-height: 24px;
}
.ave_page #divrd h6 {
  padding: 10px;
  font-size: 15px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.ave_page #colbgi {
  position: relative;
}
.ave_page #colbgi .colbgi {
  width: 670px;
  height: 670px;
  position: absolute;
  margin: auto;
  top: 100px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.15;
}
.ave_page #sshhgg212 {
  height: 100%;
  border: 2px solid #ddd;
}
.ave_page #secthead {
  font-size: 1.6em;
  line-height: 1.8;
}
.ave_page #roundedr {
  border-radius: 30px;
  position: relative;
}
.ave_page #roundedr .dtop {
  position: absolute;
  width: 380px;
  height: 60px;
  margin: auto;
  top: -30px;
  left: 0;
  right: 0;
  background-color: red;
}
.ave_page .gradient-text-red {
  font-family: "Fatman-Medium", sans-serif !important;
  text-transform: uppercase;
  color: #ec3525;
  background-image: -webkit-linear-gradient(right, #711209 0%, rgb(235, 72, 52) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: auto;
}
@-moz-document url-prefix() {
  .ave_page .gradient-text-red {
    -webkit-text-fill-color: #666666 !important;
  }
}
.ave_page #divrd {
  position: relative;
  box-shadow: 4px 8px 18px 2px #BBB;
}
.ave_page #divrd .divrd {
  width: 100%;
  height: 90px;
  background-color: #EC3525;
  left: 0;
  top: 0;
  position: relative;
}
.ave_page .Public-organizations #divrd .divrd::after {
  position: absolute;
  left: 10px;
  top: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 0 16px;
  border-color: #ec3525 transparent transparent transparent;
}
.ave_page .boxrow {
  position: relative;
}
.ave_page .boxrow #box1 {
  position: absolute;
  margin: auto;
  top: 20px;
  left: 0;
  border-radius: 50%;
  width: 48%;
  height: 50%;
  background: linear-gradient(to bottom, #3d3839 0%, #762e2d 70%, #ea2e35 100%);
}
.ave_page .boxrow .content {
  margin-top: 18px;
}
.ave_page .boxrow h4 {
  font-size: calc(20px + 5 * (100vw - 768px) / 1459);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700 !important;
  margin-bottom: 10px;
}
.ave_page .boxrow #box2 {
  position: absolute;
  margin: auto;
  top: 20px;
  right: 0;
  border-radius: 50%;
  width: 48%;
  height: 50%;
  background: linear-gradient(to bottom, #3d3839 0%, #762e2d 70%, #ea2e35 100%);
}
.ave_page .boxrow #box3 {
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 20px;
  border-radius: 50%;
  width: 48%;
  height: 50%;
  background: linear-gradient(to bottom, #3d3839 0%, #762e2d 70%, #ea2e35 100%);
}
.ave_page .boxrow #box4 {
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 20px;
  border-radius: 50%;
  width: 48%;
  height: 50%;
  background: linear-gradient(to bottom, #3d3839 0%, #762e2d 70%, #ea2e35 100%);
}
.ave_page .boxrow #boxmid {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  width: 28%;
  height: 30%;
  background: linear-gradient(to bottom, #ed3e3c 0%, #ab1f24 100%);
}
.ave_page #brdr21 {
  border: 2px solid #ccc;
  background-color: #fff;
}
.ave_page #brdr21 #brdr22 {
  padding-left: 25px;
  border-left: 1px solid #ccc;
}
.ave_page #brdr21 h3 {
  margin: 0;
  font-family: "Fatman-Book", sans-serif !important;
  font-size: 30px !important;
  line-height: 30px !important;
  color: #ec3525 !important;
  letter-spacing: 3px !important;
  text-align: left !important;
}
.ave_page #brdr2212 {
  border-right: 1px solid #000;
}
.ave_page #imgpostn1 {
  position: relative;
}
.ave_page #imgpostn2 {
  position: absolute;
  top: 0;
  left: 0;
}
.ave_page #imgpostn3 {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
}
.ave_page .vulnerabilities-block .col-md-4 {
  flex: 0 0 31.333%;
  max-width: 31.333%;
}
.ave_page #lstcircless {
  margin-top: 48px;
}
.ave_page .wpb_wrapper iframe {
  width: 100% !important;
}
.ave_page .media i {
  width: 45px;
}
.ave_page .falcon_center {
  position: relative;
  height: 60px;
  top: 60px;
}
.ave_page span.falcon_thumb {
  position: absolute;
  display: inline-block;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
}
.ave_page .show__after_768 {
  display: none !important;
}
.ave_page .dnsprodiv {
  float: right;
}
.ave_page .karla-regular {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
}
.ave_page ul.unstyled {
  width: 100%;
  padding-left: 0;
}
.ave_page .vds {
  background-image: url(/wp-content/uploads/2018/12/imac-video-bg-01-noshadow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ave_page .gov-info-mobile-show {
  display: none;
}
.ave_page .ransomware_crowdstrike {
  background-image: url(/wp-content/uploads/2018/12/blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ave_page .ransomware_red_Bg {
  background-image: url(/wp-content/uploads/2018/12/ransome_bg_red.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ave_page .ran_wrapper {
  background-color: transparent;
}
.ave_page .ran_tab_tbn {
  width: 100%;
  text-align: center;
  background-color: transparent;
  display: flex;
  justify-content: center;
}
.ave_page #col-lg-6shg li {
  line-height: 45px;
}
.ave_page .btn_wanna_cry, .ave_page .btn_resource {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 37px;
  background-color: transparent;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-color: #fff;
  border-bottom-style: none;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-width: 2px;
  width: 356px;
  box-shadow: 0 -50px 0 0 rgb(255, 255, 255);
  cursor: pointer;
  color: #fff;
}
.ave_page .btn_wanna_cry::after,
.ave_page .btn_resource::before {
  position: absolute;
  display: block;
  content: " ";
  background-color: #fff;
  height: 99px;
  width: 5000px;
  top: -2px;
}
.ave_page .btn_wanna_cry::after {
  left: -5000px;
}
.ave_page .btn_resource::before {
  right: -5000px;
}
.ave_page .left_content, .ave_page .right_content, .ave_page .center_content {
  padding: 50px 50px;
}
.ave_page .left_content .white,
.ave_page .right_content .white {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.ave_page .ran-content-heading {
  font-family: "Fatman-Light", sans-serif !important;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 2px;
  text-align: left !important;
  text-transform: uppercase;
}
.ave_page .right_content .btn_watching_demo {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 20px;
  display: inline-block;
  color: #ffffff;
  margin: 0;
  border-radius: 30px;
  background-color: #ec3525;
  font-weight: 700;
}
.ave_page a.inline-link.white {
  text-decoration: underline;
  color: #fff;
}
.ave_page .bg_gray {
  background-color: #e4e2e3;
  color: #58595b;
}
.ave_page .center_content {
  min-height: 360px;
}
.ave_page .center_content ul li {
  list-style-type: none;
  color: #fff;
  margin-bottom: 10px;
}
.ave_page .w-70 {
  width: 70%;
}
.ave_page .wfs-text {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
}
.ave_page .wfs-author {
  font-family: "Fatman-Book", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.ave_page .regular-text {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}
.ave_page .text-color-gray {
  color: #6d6e71;
}
.ave_page .text-color-black {
  color: #000;
}
.ave_page .text-color-white {
  color: #fff;
}
.ave_page .about-university .about-university-con {
  width: 90%;
  margin: auto;
}
.ave_page .about-university .about-university-con a {
  color: #fd0000 !important;
}
.ave_page .related-products {
  position: relative;
}
.ave_page .relted_prod_container {
  position: relative;
  display: block;
  width: 100%;
}
.ave_page .relted_prod_container .relted_prod_text {
  position: absolute;
  display: block;
  width: 100%;
  text-align: left;
  padding: 10%;
  font-size: 32px;
  line-height: 30px;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  color: #fff;
}
.ave_page .relted_prod_container .relted_prod_text span {
  font-size: 16px;
  line-height: 30px;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
}
.ave_page .about-discover .about-discover-con p {
  line-height: 36px;
}
.ave_page #about-discover, .ave_page #discover-page {
  padding-top: 50px;
  padding-bottom: 37px;
}
.ave_page #discover-page-h2 {
  margin: 30px 0;
}
.ave_page #WHAT-ENDPOINTS-box p {
  font-weight: normal;
  color: #6d6e71 !important;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 2px;
  margin-top: 32px;
  padding: 0 35px;
}
.ave_page #Get-answers-to-commonly {
  margin-bottom: 12px !important;
  color: #292929 !important;
  letter-spacing: 3px;
}
.ave_page #tem-btna {
  padding: 8px 26px !important;
  margin-top: 0 !important;
}
.ave_page #edr-OverWatchss h6 {
  font-size: 20px;
}
.ave_page #UNMATCHED-h6 h6 {
  font-size: 1em;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.9;
}
.ave_page #edr-OverWatchss i {
  font-size: 28px;
  line-height: 45px;
}
.ave_page #sprt-abt-tbl-rec {
  padding: 0 35px !important;
}
.ave_page #subconshg i {
  width: 20px !important;
}
.ave_page .falcone_dns_section {
  background-size: cover;
  background-position: center;
}
.ave_page .ad_para_section {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
}
.ave_page .a-dns-title {
  font-size: 22px;
  letter-spacing: 2px;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 400;
  line-height: 36px;
  color: #ec3728;
}
.ave_page .a-dns-text {
  font-size: 18px;
  line-height: 28px;
  color: #5c5c5c;
}
.ave_page .learn-more-btn {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 18px 40px;
  border-radius: 2em;
  background-color: #ec3525;
  color: #fff;
}
.ave_page .learn-more-btn:hover {
  background-color: #c01f11 !important;
  color: #ffffff !important;
}
.ave_page .fda_text {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 400;
  line-height: 32px;
  font-size: 22px;
  color: #3f3f3f;
  text-align: center;
  padding: 39px;
}
.ave_page .fda_text span {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: bold;
}
.ave_page .cs_globe_icon {
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  font-size: 76px;
  line-height: 150px;
  color: #bacc4d;
  display: inline-block;
  border-radius: 50%;
}
.ave_page .cs_24_7_icon {
  background-color: #292929;
}
.ave_page #about-list-title {
  font-family: "Fatman-Medium", sans-serif !important;
  font-size: 80px;
  line-height: 80px;
  color: #444343;
  text-align: left;
  margin-bottom: 14px;
  letter-spacing: 4px;
}
.ave_page .as_text_content {
  line-height: 36px !important;
  width: 85%;
}
.ave_page #ar-replace-list {
  font-family: "Fatman-Medium", sans-serif !important;
  font-size: 80px;
  line-height: 80px;
  color: #595959;
  text-align: left;
  margin-bottom: 14px;
  letter-spacing: 4px;
}
.ave_page .about-replace iframe#player0 {
  float: right;
  width: 99%;
}
.ave_page .ar-unstyle-list li {
  margin-bottom: 20px;
}
.ave_page .ar-unstyle-list li .media-body p {
  font-size: 18px;
  line-height: 26px;
}
.ave_page .ar-unstyle-list li i {
  width: 10px;
  line-height: 26px;
}
.ave_page .about-prevent .wrapper {
  max-width: 90%;
  margin: auto;
}
.ave_page .ap-position-ab-block {
  position: relative;
}
.ave_page .ap-position-ab-thumb {
  position: absolute;
  left: 50%;
  max-height: 440px;
}
.ave_page .ap-position-ab-thumb-left {
  position: absolute;
  right: 50%;
  max-height: 440px;
}
.ave_page .ave_related_resources li {
  display: flex;
  align-items: flex-start;
}
.ave_page .ave_related_resources li .media-body {
  flex: 1;
}
.ave_page .ave_related_resourcesa {
  color: #2e8baa;
}
@media (min-width: 1025px) {
  .ave_page .about-sandbox-con {
    width: 75%;
    margin: auto;
  }
  .ave_page .VISIBILITY-area .order-right {
    order: 2;
  }
  .ave_page .VISIBILITY-area .order-left {
    order: 1;
  }
  .ave_page .vds {
    height: 645px;
    width: 70%;
    margin: auto;
  }
  .ave_page .Tried-and-tested-about iframe {
    margin: 0 auto;
    display: block;
    padding: 35px;
    width: 100%;
    height: 77%;
  }
}
@media (min-width: 1025px) {
  .ave_page .table-item {
    min-height: 420px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ave_page h1 {
    font-size: 44px;
    line-height: 48px;
  }
  .ave_page h4,
.ave_page h3,
.ave_page h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .ave_page .curriculum-bdrs-r {
    border-radius: 0;
  }
  .ave_page .curriculum-bdrs-b {
    border-radius: 0 0 20px 20px;
  }
  .ave_page .curriculum-bdrs-bl {
    border-radius: 0 0 25px 25px;
  }
  .ave_page .support-more-info-btn,
.ave_page .support-more-info-con.text-right {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .ave_page .desk-hide,
.ave_page .sol-desk-hide {
    display: none;
  }
  .ave_page .edr-solution-con {
    margin-top: 50px;
  }
  .ave_page .integrate_area_thumb {
    position: absolute;
    left: -20%;
    top: -30%;
  }
  .ave_page .tab-hide {
    max-width: 950px;
  }
}
@media (max-width: 1440px) {
  .ave_page .about-FALCON-CONNECT .img-mid2 {
    margin-left: 0 !important;
  }
}
@media (max-width: 1440px) {
  .ave_page .about-FALCON-CONNECT .img-mid2 {
    margin-left: 0 !important;
  }
  .ave_page .about-APPLICATIONS img {
    margin-bottom: 10px !important;
  }
  .ave_page .about-APPLICATIONS .img-mid2 {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1440px) {
  .ave_page .ap-position-ab-thumb {
    max-height: 400px;
  }
}
@media (max-width: 1024px) {
  .ave_page .about-sandbox h4 {
    font-size: 32px !important;
    width: 65%;
    margin: auto;
  }
  .ave_page .about-sandbox p {
    font-size: 15px !important;
    width: 65%;
    margin: auto;
  }
  .ave_page #msdit21 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .ave_page .about-Benefits-of-crowdstrike #msdit21 {
    font-size: 28px;
    letter-spacing: 3px;
  }
  .ave_page .VISIBILITY-area .wpb_wrapper #falconh4 {
    font-size: 32px;
    line-height: 36px;
  }
  .ave_page .VISIBILITY-area .wpb_wrapper p.tall {
    font-size: 15px;
  }
  .ave_page .about-DNS .dns2 .ad_para_first,
.ave_page .about-DNS .ad_para_section {
    font-size: 36px !important;
    text-align: center !important;
    margin-right: 0 !important;
    line-height: 34px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 85%;
    margin: 15px auto !important;
  }
  .ave_page .about-DNS .ad_para_section {
    font-size: 18px !important;
  }
  .ave_page .about-prevent img.hide__after_768 {
    max-width: 70% !important;
    height: auto;
  }
  .ave_page h2.gradient-text {
    font-size: 48px !important;
    line-height: 56px !important;
  }
  .ave_page .boxrow {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .ave_page div#boxmid {
    width: 190px !important;
    height: 190px !important;
    order: 1;
  }
  .ave_page .box {
    position: relative !important;
    width: 312px !important;
    height: 312px !important;
    display: block !important;
    order: 2;
  }
  .ave_page .boxrow #box1 {
    top: -25px;
  }
  .ave_page .boxrow #box2 {
    top: -50px;
  }
  .ave_page .boxrow #box3 {
    top: -80px;
  }
  .ave_page .boxrow #box4 {
    top: -105px;
  }
  .ave_page .boxrow #box5 {
    top: -80px;
  }
  .ave_page .boxrow #box6 {
    top: -80px;
  }
  .ave_page .boxrow p {
    font-size: 12px;
  }
  .ave_page #boxmid h4 {
    font-size: 16px;
  }
  .ave_page .boxrow h4 {
    font-size: 21px;
  }
  .ave_page #shgg21 {
    display: flex;
  }
  .ave_page .about-prevent #shgg21 #shgg22,
.ave_page .about-PREPARE #shgg21 #shgg23,
.ave_page .about-OUTSMART #shgg21 #shgg22 {
    position: relative;
    order: 1;
    width: 100% !important;
  }
  .ave_page .flexorder {
    order: 2;
  }
  .ave_page #shgg23 .INTEGRATE-area-con img,
.ave_page #shgg22 .INTEGRATE-area-con img {
    width: 80% !important;
  }
  .ave_page .about-OUTSMART #shgg21 .flexorder,
.ave_page .about-PREPARE #shgg21 .flexorder {
    order: 2;
    width: 100% !important;
  }
  .ave_page .about-PREPARE .containe #shgg23 {
    width: 100% !important;
    padding: 20px !important;
  }
}
@media (max-width: 1024px) {
  .ave_page .falcon-GOVCLOUD #roundedr {
    border-radius: 30px;
    position: relative;
    width: 80%;
  }
  .ave_page .falcon-GOVCLOUD #roundedr .dtop {
    height: 50px;
    width: 110%;
    margin: 0 auto;
    left: -27px;
    right: 0;
    border-radius: 10px;
  }
  .ave_page .falcon-GOVCLOUD #roundedr .dtop h2 {
    line-height: 50px;
    font-size: 35px;
  }
  .ave_page #divrd {
    max-width: 100%;
    margin-right: 0 !important;
    margin-bottom: 25px;
    flex: 100%;
  }
  .ave_page .about-replace iframe {
    width: 350px !important;
    height: 220px !important;
  }
  .ave_page .containe {
    width: 100% !important;
  }
  .ave_page .right-full-image {
    position: relative;
    left: 5px;
    max-height: 360px;
    margin-top: 4%;
    margin-left: 0;
  }
  .ave_page .vc_col-sm-6 {
    width: 100%;
  }
  .ave_page .FLEXIBLE-area #falconh4 {
    font-size: 37px;
    line-height: 45px;
  }
  .ave_page .vds {
    height: 520px;
    background-size: contain;
  }
  .ave_page .Tried-and-tested-about iframe {
    width: 585px;
    margin: 0 auto;
    display: block;
    padding-top: 25px;
    height: 375px;
  }
}
@media (max-width: 991px) {
  .ave_page .ap-position-ab-thumb {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .ave_page .ran-content-heading {
    font-size: 30px;
    line-height: 32px;
  }
  .ave_page .left_content {
    padding-bottom: 0;
  }
  .ave_page .right_content {
    padding-top: 0;
  }
  .ave_page .left_content .white, .ave_page .right_content .white {
    font-size: 13px;
  }
  .ave_page .ran_tab_tbn {
    justify-content: left;
  }
  .ave_page .btn_wanna_cry, .ave_page .btn_resource {
    width: 250px;
  }
  .ave_page .btn_wanna_cry::after {
    content: none;
  }
  .ave_page .about-sandbox h4 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .ave_page .about-sandbox p {
    font-size: 15px !important;
  }
  .ave_page .VISIBILITY-area .wpb_wrapper #falconh4 {
    width: 85%;
    margin: auto;
    text-align: center;
  }
  .ave_page .VISIBILITY-area .wpb_wrapper p.tall {
    width: 85%;
    margin: auto;
    text-align: center;
  }
  .ave_page .tab-hide {
    display: none;
    max-width: 950px;
  }
  .ave_page .sol-tab-hide {
    display: none;
  }
  .ave_page .integrate_flex {
    display: flex;
    flex-direction: column;
  }
  .ave_page ul.icon-list {
    padding: 0 15px 0 40px;
  }
  .ave_page #about-list-title, .ave_page #ar-replace-list {
    font-size: 68px;
    line-height: 68px;
  }
  .ave_page .about-replace iframe#player0 {
    width: 86% !important;
    height: 315px !important;
    float: left;
    clear: both;
    text-align: center;
    margin-left: 40px;
  }
  .ave_page .ab-simple-unstyled-lis {
    padding-right: 20px;
  }
  .ave_page .about-SIMPLIFY .INTEGRATE-area-thumb img {
    margin-right: auto;
    margin-left: auto;
  }
  .ave_page .as-grid-container .row .col-lg-6.pt-5 .mt-5 {
    margin-top: 35px !important;
  }
  .ave_page .as-grid-container .row .col-lg-6.pt-5 {
    padding-top: 0 !important;
  }
}
@media (max-width: 960px) {
  .ave_page .as-grid-container, .ave_page .ar-grid-container {
    max-width: 90%;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ave_page {
    /* .support-about-table.mb-m{margin-top:165px !important;}
    */
  }
  .ave_page .FLEXIBLE-area-con img {
    width: 200px !important;
  }
  .ave_page .about-search-engine .INTEGRATE-area-con img {
    width: 600px !important;
  }
  .ave_page h1 {
    font-size: 44px;
    line-height: 48px;
  }
  .ave_page h4,
.ave_page h3,
.ave_page h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .ave_page .control_part {
    padding-left: 0;
  }
  .ave_page .usb_content.middle_usb {
    padding-bottom: 30px;
  }
  .ave_page .curriculum-bdrs-r {
    border-radius: 0;
  }
  .ave_page .curriculum-bdrs-b {
    border-radius: 0 0 20px 20px;
  }
  .ave_page .curriculum-bdrs-bl {
    border-radius: 0 0 25px 25px;
  }
  .ave_page .support-about {
    background-position-y: 85%;
  }
  .ave_page .support-about-table {
    min-height: auto;
    margin-top: 20px !important;
  }
  .ave_page .support-about-table p,
.ave_page .support-about-table h2 {
    font-size: 14px;
  }
  .ave_page .support-more-info-btn,
.ave_page .support-more-info-con.text-right {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .ave_page #brdr2212 {
    border-right: none;
  }
  .ave_page .related-products {
    width: 100%;
    margin: auto;
    position: relative;
    padding-bottom: 25px;
  }
  .ave_page .related-products .content {
    padding: 1.4em 1em;
  }
  .ave_page .service-area h2 {
    font-size: 28px !important;
    line-height: 34px !important;
    text-align: center !important;
  }
  .ave_page .ptb-60 {
    padding: 0 !important;
  }
  .ave_page .hide__after_768 {
    display: none;
  }
  .ave_page .show__after_768 {
    margin: 20px 0;
    display: block !important;
  }
  .ave_page .about-prevent img.show__after_768 {
    max-width: 70% !important;
    height: auto;
  }
}
@media (max-width: 768px) {
  .ave_page .about-SIMPLIFY #falconh4 {
    font-size: 40px;
    line-height: 40px !important;
  }
  .ave_page .about-discover-con #falconh4 {
    font-size: 40px;
    line-height: 40px !important;
    text-align: center !important;
  }
  .ave_page .about-university-thumb #lstcircless {
    margin-top: 48px;
    text-align: center !important;
  }
  .ave_page .about-discover-con .clr-red {
    text-align: center !important;
  }
  .ave_page .about-university-thumb p {
    text-align: center;
  }
  .ave_page .about-prevent #falconh4 {
    font-size: 40px;
    line-height: 40px !important;
  }
  .ave_page .about-prevent .containe {
    width: 100% !important;
  }
  .ave_page .about-prevent ul {
    text-align: center;
    width: 90%;
    margin: auto;
    padding: 0 15px !important;
  }
  .ave_page .about-prevent ul h6 {
    text-align: center !important;
  }
  .ave_page .media-body {
    flex: 1;
  }
  .ave_page .about-prevent .containe .col-md-2 {
    display: none;
  }
  .ave_page .about-prevent .containe .col-md-5 { /* width:50% !important;*/ }
  .ave_page .about-connect-img .col-md-5.text-left.pr-0.pl-5 {
    padding: 0 !important;
  }
  .ave_page .about-ELEVATE #falconh4 {
    font-size: 40px;
    line-height: 40px !important;
  }
  .ave_page .about-ELEVATE .containe {
    width: 100% !important;
  }
  .ave_page .about-ELEVATE .containe .col-md-2 {
    display: none;
  }
  .ave_page .about-ELEVATE .containe .col-md-5 {
    width: 50% !important;
    padding: 20px !important;
  }
  .ave_page .about-OUTSMART #falconh4 {
    font-size: 40px;
    line-height: 40px !important;
  }
  .ave_page .about-OUTSMART .containe {
    width: 100% !important;
  }
  .ave_page .about-OUTSMART .containe .col-md-2 {
    display: none;
  }
  .ave_page .about-OUTSMART .containe .col-md-5 {
    width: 50% !important;
    padding: 20px !important;
  }
  .ave_page .about-OUTSMART ul {
    padding-left: 20px !important;
  }
  .ave_page .about-PREPARE #falconh4 {
    font-size: 40px;
    line-height: 40px !important;
  }
  .ave_page .about-PREPARE .containe {
    width: 100% !important;
  }
  .ave_page .about-PREPARE .containe .col-md-2 {
    display: none;
  }
  .ave_page .about-PREPARE .containe .col-md-5 {
    width: 50% !important;
    padding: 20px !important;
  }
  .ave_page .about-hit #falconh4 {
    font-size: 40px;
    line-height: 40px !important;
  }
  .ave_page .about-hit .containe {
    width: 100% !important;
  }
  .ave_page .about-hit .containe .col-md-2 {
    display: none;
  }
  .ave_page .about-hit .containe .col-md-5 {
    width: 50% !important;
    padding: 20px !important;
  }
}
@media (max-width: 768px) {
  .ave_page .CrowdStrike-falcon-area ul.list-unstyled {
    padding-left: 15px !important;
    padding-right: 15px;
  }
  .ave_page .CrowdStrike-falcon-area ul.list-unstyled li i {
    width: 30px;
  }
  .ave_page .edr-OVERWATCH .offset-lg-2 .support-about-table {
    height: 242px !important;
    padding-bottom: 15px !important;
  }
  .ave_page .vds {
    height: 370px;
    background-size: contain;
  }
  .ave_page .Tried-and-tested-about iframe {
    width: 427px;
    margin: 0 auto;
    display: block;
    padding-top: 15px;
    height: 275px;
  }
  .ave_page .CrowdStrike-falcon-area ul.list-unstyled li {
    display: block;
  }
  .ave_page .CrowdStrike-falcon-area ul.list-unstyled li .media-body p {
    font-size: 18px;
  }
  .ave_page .CrowdStrike-falcon-area .px {
    padding-left: 15px;
    right: 15px;
  }
  .ave_page .CrowdStrike-falcon-area ul.list-unstyled li i {
    width: 30px;
    display: block;
    text-align: left;
  }
  .ave_page .threat-data iframe {
    width: 100% !important;
    height: 400px !important;
  }
  .ave_page .list-unstyled {
    padding-left: 0 !important;
  }
  .ave_page .list-unstyled h2,
.ave_page .list-unstyled li.media p {
    text-align: center !important;
  }
  .ave_page .list-unstyled li.media p {
    text-align: left !important;
  }
  .ave_page .about-connect-img .img-mid2 {
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .ave_page .w-85 {
    width: 90%;
    margin: 0 auto;
  }
  .ave_page .question-feature {
    width: 75%;
    margin: 0 auto;
  }
  .ave_page .about-discover .about-discover-con h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 2px;
  }
  .ave_page .about-discover .about-discover-con p {
    font-size: 15px;
    line-height: 30px;
  }
  .ave_page #falconh4 {
    font-size: 60px;
    text-align: center !important;
  }
  .ave_page h4#falconh4.mt-5 {
    margin-top: 0 !important;
  }
  .ave_page h4#falconh4.mb-5 {
    margin-bottom: 10px !important;
  }
  .ave_page .govcflex {
    display: flex !important;
    flex-direction: column;
  }
  .ave_page .govcflex i {
    order: 2;
  }
  .ave_page .govcflex:last-child i {
    display: none;
  }
  .ave_page .about-discover-con {
    padding-top: 20px;
  }
  .ave_page #shgs222 {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 15px;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .ave_page #about-list-title, .ave_page #ar-replace-list {
    font-size: 56px;
    line-height: 56px;
  }
  .ave_page .as_text_content {
    font-size: 15px;
    line-height: 30px !important;
    width: 100%;
  }
  .ave_page .as-grid-container, .ave_page .ar-grid-container {
    max-width: 85%;
    margin: auto;
  }
  .ave_page .as-grid-container .row .col-lg-6.pt-5 {
    padding-top: 0 !important;
  }
  .ave_page .as-grid-container .row .col-lg-6.pt-5 .mt-5 {
    margin-top: 10px !important;
  }
  .ave_page .ar-unstyle-list {
    margin-left: 40px;
  }
  .ave_page .as-grid-container .INTEGRATE-area-con img {
    margin: auto;
  }
  .ave_page .falcon_dns_content {
    width: 100%;
  }
  .ave_page .falcon_bs_container {
    max-width: 95%;
  }
  .ave_page .fda_text {
    font-size: 18px !important;
    line-height: 22px !important;
    padding: 30px;
  }
  .ave_page .learn-more-btn {
    padding: 18px 20px;
  }
  .ave_page .about-DNS .ad-pt-5 {
    padding-top: 0 !important;
  }
  .ave_page .about-DNS .dns2 {
    padding-right: 40px;
  }
  .ave_page .about-DNS .dns2 .ad_para_first, .ave_page .about-DNS .ad_para_section {
    font-size: 26px !important;
    line-height: 24px !important;
  }
  .ave_page .about-DNS .ad_para_section {
    font-size: 15px !important;
  }
  .ave_page .relted_prod_container .relted_prod_text {
    font-size: 18px;
    line-height: 24px;
  }
  .ave_page .relted_prod_container .relted_prod_text span {
    font-size: 16px;
    line-height: 1em;
  }
  .ave_page .btn_wanna_cry, .ave_page .btn_resource {
    width: 160px;
  }
  .ave_page #msdit21 {
    font-size: 28px !important;
    line-height: 34px !important;
    letter-spacing: 2px;
  }
  .ave_page .about-DNS .dns2 {
    width: 100% !important;
  }
  .ave_page .threat-data {
    padding-top: 30px;
  }
  .ave_page .karla-regular {
    font-size: 18px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .ave_page .w-50 {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .ave_page h1 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
  }
  .ave_page h2 {
    letter-spacing: 2px;
  }
  .ave_page h2 br {
    display: none;
  }
  .ave_page h4,
.ave_page h3,
.ave_page h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .ave_page .control_part {
    padding-left: 0;
  }
  .ave_page .usb_content.middle_usb {
    padding-bottom: 30px;
  }
  .ave_page .gain-control {
    padding-bottom: 65px;
  }
  .ave_page .banner-area {
    padding: 42px 0;
  }
  .ave_page .icon-list li,
.ave_page .black-border-list,
.ave_page .red-border-list,
.ave_page p {
    font-size: 15px;
  }
  .ave_page .curriculum-bdrs-r {
    border-radius: 0;
  }
  .ave_page .curriculum-bdrs-b {
    border-radius: 0 0 20px 20px;
  }
  .ave_page .curriculum-bdrs-bl {
    border-radius: 0 0 25px 25px;
  }
  .ave_page .about-university-thumb.mt-60 {
    margin-top: 0;
  }
  .ave_page .curriculum-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ave_page .support-about-table {
    min-height: auto;
  }
  .ave_page .support-about {
    background-position-y: 54%;
  }
  .ave_page .support-about-table {
    min-height: auto;
    margin-top: 20px !important;
  }
  .ave_page .support-about-table.mb-m {
    margin-top: 25px !important;
  }
  .ave_page .support-about-table p,
.ave_page .support-about-table h2 {
    font-size: 14px;
  }
  .ave_page .support-about-icon.mtb-90 {
    margin-top: 25px;
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .ave_page .w-75 {
    width: 90% !important;
  }
}
@media (max-width: 575px) {
  .ave_page .btn_wanna_cry, .ave_page .btn_resource {
    width: 140px;
    padding: 25px 0;
  }
  .ave_page .btn_wanna_cry::after, .ave_page .btn_resource::before {
    height: 75px;
  }
  .ave_page .gov-info-mobile-hide {
    display: none;
  }
  .ave_page .gov-info-mobile-show {
    display: block;
  }
  .ave_page .falcon-GOVCLOUD #roundedr .dtop {
    left: -18px;
  }
  .ave_page .about-prevent .pl-5 {
    padding-left: 0 !important;
  }
  .ave_page .ap-order-1 {
    order: 1;
  }
  .ave_page .ap-order-2 {
    order: 2;
  }
  .ave_page .about-university-con {
    padding: 0 35px;
  }
  .ave_page h2.gradient-text {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .ave_page #falcon-search-icons22 {
    flex-direction: column;
    align-items: center;
  }
  .ave_page #falcon-search-icons22 img {
    margin-right: 0 !important;
    padding-left: 0 !important;
  }
  .ave_page #falcon-search-icons22 .media-body {
    align-self: center;
    margin-left: 0 !important;
    padding-left: 0;
  }
  .ave_page .support-about21 img {
    max-width: 110px !important;
  }
  .ave_page .FLEXIBLE-area-con img {
    width: 150px !important;
  }
  .ave_page .INTEGRATE-area-con img {
    width: 150px;
  }
  .ave_page .about-SIMPLIFY .INTEGRATE-area-con img {
    width: 70%;
  }
  .ave_page .h-100 {
    height: 50% !important;
  }
  .ave_page .integrate_flex img {
    width: 100% !important;
  }
  .ave_page .icon-list li i {
    color: #bacc4d;
    margin-right: 15px;
    display: block;
  }
  .ave_page .icon-list li span {
    display: inline-block;
    width: 90%;
  }
  .ave_page .about-ELEVATE .ael-thumb img {
    width: auto !important;
  }
}
@media (max-width: 480px) {
  .ave_page .as-grid-container, .ave_page .ar-grid-container {
    max-width: 90%;
    margin: auto;
  }
  .ave_page .about-replace iframe#player0 {
    width: 100% !important;
    height: 315px !important;
    float: none;
    clear: both;
    text-align: center;
    margin-left: 0;
  }
  .ave_page .ar-unstyle-list {
    margin-left: 0;
  }
  .ave_page #about-list-title, .ave_page #ar-replace-list {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 425px) {
  .ave_page #about-list-title, .ave_page #ar-replace-list {
    font-size: 40px;
    line-height: 44px;
  }
  .ave_page .as-grid-container .row .col-lg-6.pt-5 .mt-5 {
    margin-top: 40px !important;
  }
  .ave_page .question-feature {
    padding: 20px 15px;
    margin-top: -70px;
  }
  .ave_page .box-1 {
    padding-top: 15px;
  }
  .ave_page .edr-discover-it-questions {
    padding: 20px 30px 70px 30px;
    margin-bottom: 0;
    font-size: 30px !important;
    line-height: 34px !important;
  }
}
@media (max-width: 414px) {
  .ave_page .bgimg .row .button {
    padding: 0 !important;
  }
  .ave_page .aabout-Downloadd {
    margin: 0 !important;
  }
}
@media (max-width: 414px) {
  .ave_page .about-DNS .w-50 {
    width: 100% !important;
  }
  .ave_page .about-DNS .dns2 p.ad_para_first,
.ave_page .about-DNS .ad_para_section {
    font-size: 26px !important;
    text-align: center !important;
    margin-right: 0 !important;
    line-height: 26px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 85%;
    margin: 15px auto !important;
  }
  .ave_page .about-DNS .ad_para_section {
    font-size: 14px !important;
  }
  .ave_page .about-DNS .media-body p {
    text-align: left !important;
  }
  .ave_page .about-DNS ul li .media-body h5 {
    font-size: 18px !important;
  }
  .ave_page .about-DNS ul li .media-body p {
    font-size: 15px !important;
    padding: 0 !important;
    padding-right: 15px !important;
    margin: 0 !important;
  }
}
@media (max-width: 414px) {
  .ave_page .about-sandbox-con {
    padding-top: 30px;
  }
  .ave_page .about-sandbox h4 {
    font-size: 36px !important;
    line-height: 38px !important;
    width: 100%;
  }
  .ave_page .about-sandbox p {
    font-size: 15px !important;
    width: 100%;
  }
  .ave_page .vds {
    height: 222px;
    background-size: cover;
  }
  .ave_page .Tried-and-tested-about iframe {
    width: 265px;
    margin: 0 auto;
    display: block;
    padding-top: 4px;
    height: 163px;
  }
  .ave_page .Tried-and-tested-about {
    padding: 20px !important;
  }
  .ave_page .support-about21 img {
    max-width: 200px !important;
  }
  .ave_page .support-about21 #brdr2212 img {
    max-height: 150px !important;
  }
  .ave_page .support-about21 #brdr2212 {
    padding-top: 0 !important;
  }
  .ave_page .support-about21 #brdr22122 {
    padding-top: 0 !important;
  }
  .ave_page .start-Prevention {
    padding: 0;
    background-size: 1400px 1000px !important;
  }
  .ave_page .start-Prevention p {
    padding-bottom: 180px !important;
  }
  .ave_page .start-Prevention .div {
    height: 400px !important;
  }
  .ave_page h2 {
    font-size: 22px !important;
  }
  .ave_page .TAKE-FALCON-area a {
    font-size: 13px !important;
    padding: 12px !important;
  }
}
@media (max-width: 414px) {
  .ave_page #falconh4 {
    font-size: 30px;
    margin-bottom: 0 !important;
    line-height: 32px;
  }
  .ave_page .img-mid2 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .ave_page .img-mid2 .row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ave_page .INTEGRATE-area-con img {
    width: 250px !important;
    margin: auto !important;
  }
  .ave_page .about-prevent .INTEGRATE-area-con img {
    width: 250px !important;
    margin: auto !important;
  }
  .ave_page .about-SIMPLIFY .INTEGRATE-area-con img {
    width: 70% !important;
  }
  .ave_page .about-ELIMINATE a {
    font-size: 10px;
    padding: 12px 9px;
  }
  .ave_page .HIGHEST-area {
    padding: 2px !important;
    margin: 2px !important;
  }
  .ave_page .HIGHEST-area img {
    height: 300px;
  }
  .ave_page .why-falcon-sandbox a {
    letter-spacing: 0;
    padding: 4px 15px;
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  .ave_page .about-sandbox .container {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .ave_page .about-sandbox .container .row .col-md-12 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .ave_page .INTEGRATE-area {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .ave_page .HIGHEST-area a {
    letter-spacing: 0;
    padding: 4px 15px;
    font-size: 13px;
    margin-top: 0 !important;
  }
  .ave_page .why-falcon-sandbox {
    padding: 0 !important;
    margin: 0 !important;
  }
  .ave_page .why-falcon-sandbox img {
    padding: 0 !important;
    margin: 0 !important;
  }
  .ave_page .why-falcon-sandbox .img-mid2 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .ave_page .about-Related .img-mid2 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .ave_page .about-Related .img-mid2 h2 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .ave_page .about-Related .img-mid2 ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  .ave_page .about-Related .about-connect-img {
    padding: 0 !important;
    margin: 0 !important;
  }
  .ave_page .why-falcon-sandbox h2 {
    padding-bottom: 2px !important;
    margin-bottom: 2px !important;
  }
  .ave_page .why-falcon-sandbox h6 {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .ave_page .Setting-about {
    padding: 0 !important;
  }
  .ave_page .Setting-about .Setting-about-con {
    padding: 0 !important;
    margin: 0 !important;
  }
  .ave_page .about-discover {
    padding: 0 !important;
    margin: 0 !important;
  }
  .ave_page .about-discover #falconh4 {
    text-align: center !important;
  }
  .ave_page .about-discover h6 {
    text-align: center !important;
  }
  .ave_page .about-discover .col-md-6 {
    padding-bottom: 5px !important;
  }
  .ave_page .about-university-thumb ul {
    margin-top: 5px !important;
  }
  .ave_page .about-university-thumb ul li {
    margin: 5px !important;
  }
  .ave_page .about-Benefits-of-crowdstrike .col-md-4 {
    padding: 5px !important;
  }
  .ave_page .about-Benefits-of-crowdstrike h2 {
    margin: 5px !important;
  }
  .ave_page .about-Benefits-of-crowdstrike {
    padding: 5px !important;
  }
}
@media (max-width: 375px) {
  .ave_page .about-APPLICATIONS .row .img-mid1 {
    margin-left: 100px !important;
  }
  .ave_page .about-APPLICATIONS .row .img-mid2 h2 {
    text-align: center !important;
  }
  .ave_page .CrowdStrike-falcon-area ul.list-unstyled {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .ave_page .CrowdStrike-falcon-area ul.list-unstyled li {
    display: block;
  }
  .ave_page .CrowdStrike-falcon-area ul.list-unstyled li .media-body p {
    font-size: 15px;
  }
  .ave_page .CrowdStrike-falcon-area .px {
    padding-left: 15px;
    right: 15px;
  }
  .ave_page .CrowdStrike-falcon-area ul.list-unstyled li i {
    width: 30px;
    display: block;
    text-align: left;
  }
}
@media (max-width: 360px) {
  .ave_page .TAKE-FALCON-area a {
    font-size: 10px !important;
    padding: 12px !important;
  }
}

.try_demo h1, .try_demo h2, .try_demo h3, .try_demo h4, .try_demo h5, .try_demo h6, .try_demo p {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, YuGothic, 游ゴシック, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.try_demo p {
  text-align: left;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
}
.try_demo h2 {
  font-size: 30px;
  letter-spacing: 3px;
}
.try_demo hr {
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 10px 0;
  height: 0;
}
.try_demo .center_elements {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.try_demo__header {
  padding: 1rem 0;
  background: white;
}
.try_demo__header .logo {
  width: 17rem;
  font-style: normal;
  font-size: 30px;
  font-weight: 100;
  color: #ec3525;
}
.try_demo__header .logo:before {
  display: block;
  content: "\e603";
  font-family: "crowdstrike";
}
.try_demo__hero {
  padding: 5rem 0;
  background: no-repeat center top/cover;
  border-bottom: 1px solid rgba(252, 0, 0, 0.5);
}
.try_demo__hero h1 {
  text-align: left;
  font-size: 40px;
  line-height: 60px;
  margin-top: 30px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  color: #ffffff;
}
.try_demo__hero p {
  font-size: 20px;
}
.try_demo__middle {
  padding: 5rem 0;
}
@media (max-width: 991.98px) {
  .try_demo__middle {
    padding: 0;
  }
}
.try_demo__middle .container {
  z-index: 5;
}
.try_demo__middle:before, .try_demo__middle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 4;
  width: 50%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .try_demo__middle:before, .try_demo__middle:after {
    width: 100%;
    height: 50%;
  }
}
.try_demo__middle:before {
  left: 0;
  background: #2E8BAA;
}
.try_demo__middle:after {
  right: 0;
  background: #494949;
}
@media (max-width: 991.98px) {
  .try_demo__middle:after {
    top: 50%;
  }
}
.try_demo__middle .inner_content {
  padding: 0 10rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991.98px) {
  .try_demo__middle .inner_content {
    padding: 5rem 1.5rem;
    justify-content: center;
  }
}
.try_demo__bottom {
  padding: 5rem 0;
}
.try_demo__bottom h2 {
  color: #666;
  font-weight: 100;
  font-size: 40px;
  line-height: 52px;
  margin: 30px 0;
  text-align: center;
}
.try_demo__bottom p {
  color: #666;
}
.try_demo__bottom .trialtable {
  width: 100%;
  max-width: 900px;
  line-height: 1.5;
  border-left: #ddd solid 1px;
  border-top: #ddd solid 1px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.try_demo__bottom .trialtable th {
  padding: 9px 10px 8px;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  background-color: #2F8BAA;
  vertical-align: middle;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #fff;
  width: 30%;
}
.try_demo__bottom .trialtable td {
  padding: 9px 10px 8px;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  font-size: 15px;
  line-height: 1.58;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .try_demo__bottom .trialtable th {
    width: 100%;
  }
  .try_demo__bottom .trialtable th, .try_demo__bottom .trialtable td {
    display: block;
  }
}
.try_demo__bottom .overview {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(252, 0, 0, 0.5);
}
.try_demo__bottom .application_content {
  margin-bottom: 7rem;
}
.try_demo__bottom .application_content p {
  margin: 2rem 0 1.4rem;
  color: #ec3525;
  font-size: 1.6rem;
  line-height: 1.5;
}
.try_demo__bottom .application_content img {
  margin: 0 auto;
  width: 11.8rem;
}
.try_demo__bottom .application_content img.extra_space {
  transform: translateX(1.1rem);
}
@media (max-width: 991.98px) {
  .try_demo__bottom .col-lg-3 {
    margin-bottom: 3rem;
  }
}
.try_demo__bottom .col-lg-3:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.5rem;
  top: 0;
  z-index: 4;
  border: 2px solid #c9c9c9;
  background: #fff;
  border-radius: 4px;
  width: calc(100% - 1.5rem);
  height: 100%;
}
.try_demo__bottom .col-lg-3 .column_content {
  z-index: 5;
  margin-left: 1.5rem;
  padding: 1.5rem 1rem 8rem;
}
.try_demo__bottom .col-lg-3 .icon {
  margin: 4rem auto 0;
  padding: 3rem 0 0;
}
.try_demo__bottom .col-lg-3 .icon:before {
  position: absolute;
  content: "";
  display: block;
  left: 20%;
  top: 0;
  background: #e8e8e8;
  height: 1px;
  width: 60%;
}

/* TODO: Don't import this globally */
/**
 * Variables & Utilities - variables, functions, mixins, and helper classes
 */
/* =================================================================================
~ Mixins
================================================================================= */
/* =================================================================================
~ Helper Classes
================================================================================= */
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hover-underline:hover {
  text-decoration: underline;
}

.icon_bg, .modal_content {
  left: 50%;
  transform: translateX(-50%);
}

.mobile_menu_btn {
  top: 50%;
  transform: translateY(-50%);
}

.secondary_page_hero .accent_pointer i {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.mobile_menu_btn span:before, .mobile_menu_btn span:after, .secondary_link_button:before, .list_items_content li:before, .search_modal__close:before, .search_modal__close:after {
  content: "";
  display: block;
}

.mega_menu__container:after, .cs_main_menu:after {
  content: "";
  display: block;
  clear: both;
}

.header_logo {
  float: left;
}

.mobile_menu_btn, .secondary_link_button, .mobile_nav_block dt, .mobile_nav_block dd, .search_btn {
  cursor: pointer;
}

/**
 * SCSS - global styles and variables
 */
/* =================================================================================
~ Variables - Override Bootstrap defaults or define custom vars
================================================================================= */
:root {
  --black: #000;
  --black100: #2f2f2f;
  --blue300: #2988D9;
  --blue500: #247C99;
  --green300: #bacc4d;
  --green500: #2fcc66;
  --red100: #fc0000;
  --red200: #fc1000;
  --red300: #c01f11;
  --red400: #A70100;
  --red500: #51150d;
  --orange500: #ff8000;
  --white: #fff;
  --white100: #dfdfdf;
  --white200: #d6d5d5;
  --grey50: #f3f3f4;
  --grey100: #8b8b8b;
  --grey200: #343434;
  --grey300: #474747;
  --grey400: #F5F5F5;
  --grey500: #343A40;
  --lightGrey100: #f1f1f1;
  --lightGrey200: #e9e9e9;
  --lightGrey300: #F8F9FA;
  --text: #666666;
}

/* =================================================================================
~ Variables - Override Bootstrap defaults or define custom vars
================================================================================= */
i.resources-icon {
  border-radius: 50%;
  display: inline-block;
  font-family: "crowdstrike";
  position: relative;
}
i.resources-icon::before {
  color: white;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
}
i.resources-icon.case-study, i.resources-icon.kundenreferenz {
  background-color: #77a4bc;
}
i.resources-icon.case-study::before, i.resources-icon.kundenreferenz::before {
  content: "\e926";
}
i.resources-icon.community-tool {
  background-color: #bacc57;
}
i.resources-icon.community-tool::before {
  content: "\e927";
}
i.resources-icon.crowdcast {
  background-color: #ca3a32;
}
i.resources-icon.crowdcast::before {
  content: "\e928";
}
i.resources-icon.data-sheet {
  background-color: #60a4c8;
}
i.resources-icon.data-sheet::before {
  content: "\e929";
}
i.resources-icon.demo {
  background-color: #9dad3f;
}
i.resources-icon.demo::before {
  content: "\e92f";
}
i.resources-icon.guide {
  background-color: #194c5d;
}
i.resources-icon.guide::before {
  background-image: url(/wp-content/themes/main-theme/dist/images/resources_svg_icons/resource_guide.svg);
  height: 50%;
  width: 50%;
}
i.resources-icon.infographic {
  background-color: #57585b;
}
i.resources-icon.infographic::before {
  content: "\e92c";
}
i.resources-icon.report, i.resources-icon.blog {
  background-color: #bcbdc1;
}
i.resources-icon.report::before, i.resources-icon.blog::before {
  content: "\e92b";
}
i.resources-icon.video {
  background-color: #e84734;
}
i.resources-icon.video::before {
  content: "\e92d";
}
i.resources-icon.white-paper, i.resources-icon.whitepaper {
  background-color: #338ba8;
}
i.resources-icon.white-paper::before, i.resources-icon.whitepaper::before {
  content: "\e92e";
}

.related_resources {
  padding: 6rem 0;
  z-index: 9;
}
.related_resources.bg_white {
  background: white;
}
.related_resources__title {
  margin-bottom: 4rem;
  font-size: 5.7rem;
  line-height: 1.03;
  letter-spacing: 5.5px;
  text-align: center;
  color: #474747;
  text-transform: uppercase;
  font-family: "Fatman-Light", sans-serif !important;
}
.related_resources__title strong {
  font-weight: normal;
  font-family: "Fatman-Medium", sans-serif !important;
}
.related_resources__subtitle {
  margin: 0 auto 4rem;
  width: 80%;
  text-align: center;
}
.related_resources__subtitle p {
  color: #4a4a4a;
}
.related_resources__link {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1px;
  color: #fc0000;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  width: calc(100% - 7rem);
}
.related_resources__link .fa {
  font-weight: bold;
  margin-left: 0.5rem;
}
.related_resources__category {
  line-height: 1.53;
  letter-spacing: 0.3px;
  color: #474747;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.related_resources__icon i.resources-icon {
  height: 40px;
  position: absolute;
  right: 0;
  top: -2rem;
  width: 40px;
}
.related_resources__icon i.resources-icon::before {
  font-size: 2.4rem;
}
.related_resources__header {
  border-bottom: 1px solid #e7e7e7;
  padding: 2rem;
}
.related_resources__body {
  padding: 2rem;
}
.related_resources__body p {
  margin: 0 0 1rem;
  padding-bottom: 3.2rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 1.1px;
  color: #2f2f2f;
  text-align: left;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
}
.related_resources ul {
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.related_resources li {
  position: relative;
  margin: 0 1.5rem 1.5rem;
  background: white;
  box-shadow: 0 3px 31px -3px rgba(0, 0, 0, 0.1);
  width: 100%;
  transition: 0.2s box-shadow ease-out;
}
@media (min-width: 992px) {
  .related_resources li {
    flex: 0 0 calc(33.33333% - 3rem);
    max-width: calc(33.33333% - 3rem);
  }
}
.related_resources li:hover {
  box-shadow: 0 3px 31px -3px rgba(0, 0, 0, 0.4);
}
.related_resources .new_button {
  margin-top: 3rem;
  display: inline-block;
  color: #fc0000;
}

.page-template-public-sector h2, .page-template-public-sector-subpage h2 {
  font-size: 5.2rem;
  text-align: center;
}
.page-template-public-sector .pubsec_hero, .page-template-public-sector-subpage .pubsec_hero {
  color: white !important;
  padding: 15rem 0 5rem 0;
}
.page-template-public-sector .pubsec_hero h1, .page-template-public-sector-subpage .pubsec_hero h1 {
  color: white !important;
  font-size: 5.2rem;
  margin-bottom: 3rem;
  text-align: center;
}
.page-template-public-sector .pubsec_hero p, .page-template-public-sector-subpage .pubsec_hero p {
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  margin-bottom: 3rem;
  text-align: center;
}
.page-template-public-sector .pubsec_info, .page-template-public-sector-subpage .pubsec_info {
  margin-top: 9rem;
}
@media (min-width: 768px) {
  .page-template-public-sector .pubsec_info, .page-template-public-sector-subpage .pubsec_info {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .page-template-public-sector .pubsec_info, .page-template-public-sector-subpage .pubsec_info {
    margin-bottom: initial;
  }
}
.page-template-public-sector .pubsec_info h2, .page-template-public-sector-subpage .pubsec_info h2 {
  letter-spacing: 0.4rem;
  text-align: left;
}
.page-template-public-sector .pubsec_info .red_line, .page-template-public-sector-subpage .pubsec_info .red_line {
  height: 1px;
  margin: 4rem 0;
}
.page-template-public-sector .pubsec_info .bullet_groups ul, .page-template-public-sector-subpage .pubsec_info .bullet_groups ul {
  padding-right: 5rem;
}
.page-template-public-sector .pubsec_info .bullet_groups ul li.bullet, .page-template-public-sector-subpage .pubsec_info .bullet_groups ul li.bullet {
  display: block;
  background-image: url("/wp-content/themes/main-theme/dist/images/icons/bullet-arrow-red.svg");
  background-position: 0 6px;
  background-repeat: no-repeat;
  color: #474747;
  font-size: 1.5rem;
  margin-bottom: 3rem;
  padding-left: 30px;
}
.page-template-public-sector .pubsec_info .bullet_groups ul li.bullet:before, .page-template-public-sector-subpage .pubsec_info .bullet_groups ul li.bullet:before {
  display: none;
}
.page-template-public-sector .pubsec_info .bullet_groups a.button, .page-template-public-sector-subpage .pubsec_info .bullet_groups a.button {
  padding: 0.7em 2.7em;
}
.page-template-public-sector .pubsec_info .bullet_groups a.button:hover, .page-template-public-sector-subpage .pubsec_info .bullet_groups a.button:hover {
  background-color: white;
  border-color: #fc0000;
  color: #fc0000;
}
.page-template-public-sector .pubsec_info .image_left, .page-template-public-sector-subpage .pubsec_info .image_left {
  background-image: url("/wp-content/themes/main-theme/dist/images/backgrounds/pubsec_bullet_right_shape.svg");
  background-repeat: no-repeat;
  background-position: -19rem 31rem;
  background-size: 1500px 600px;
}
.page-template-public-sector .pubsec_info .image_left:before, .page-template-public-sector-subpage .pubsec_info .image_left:before {
  display: none;
}
@media (min-width: 768px) {
  .page-template-public-sector .pubsec_info .image_left:before, .page-template-public-sector-subpage .pubsec_info .image_left:before {
    background: #292929;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 56px;
    width: 25%;
    height: 638px;
  }
}
@media (min-width: 992px) {
  .page-template-public-sector .pubsec_info .image_left:before, .page-template-public-sector-subpage .pubsec_info .image_left:before {
    background: #292929;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 56px;
    width: 17%;
    height: 637px;
  }
}
@media (min-width: 1725px) {
  .page-template-public-sector .pubsec_info .image_left:before, .page-template-public-sector-subpage .pubsec_info .image_left:before {
    top: 56.5px;
    width: 28%;
  }
}
.page-template-public-sector .pubsec_info .image_left .row, .page-template-public-sector-subpage .pubsec_info .image_left .row {
  flex-direction: row-reverse;
}
.page-template-public-sector .pubsec_info .image_left .row .image_layer, .page-template-public-sector-subpage .pubsec_info .image_left .row .image_layer {
  background: none;
}
@media (min-width: 768px) {
  .page-template-public-sector .pubsec_info .image_left .row .image_layer, .page-template-public-sector-subpage .pubsec_info .image_left .row .image_layer {
    background-image: url("/wp-content/themes/main-theme/dist/images/hex/black_hex_left.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 36rem 750px;
    padding-bottom: 33rem;
  }
}
.page-template-public-sector .pubsec_info .image_left .image_shift, .page-template-public-sector-subpage .pubsec_info .image_left .image_shift {
  margin: 5rem auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page-template-public-sector .pubsec_info .image_left .image_shift, .page-template-public-sector-subpage .pubsec_info .image_left .image_shift {
    margin: 9rem 0 0 -7rem;
  }
}
.page-template-public-sector .pubsec_info .image_right, .page-template-public-sector-subpage .pubsec_info .image_right {
  background-image: url("/wp-content/themes/main-theme/dist/images/backgrounds/pubsec_bullet_left_shape.svg");
  background-repeat: no-repeat;
  background-position: 36rem 28rem;
  background-size: 1500px 600px;
}
.page-template-public-sector .pubsec_info .image_right:before, .page-template-public-sector-subpage .pubsec_info .image_right:before {
  display: none;
}
@media (min-width: 768px) {
  .page-template-public-sector .pubsec_info .image_right:before, .page-template-public-sector-subpage .pubsec_info .image_right:before {
    background: #fc0000;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 1px;
    width: 25%;
    height: 749px;
  }
}
.page-template-public-sector .pubsec_info .image_right .image_layer, .page-template-public-sector-subpage .pubsec_info .image_right .image_layer {
  background: none;
}
@media (min-width: 768px) {
  .page-template-public-sector .pubsec_info .image_right .image_layer, .page-template-public-sector-subpage .pubsec_info .image_right .image_layer {
    background-image: url("/wp-content/themes/main-theme/dist/images/hex/red_hex_right.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50rem 750px;
    padding-bottom: 33rem;
  }
}
.page-template-public-sector .pubsec_info .image_right .image_shift, .page-template-public-sector-subpage .pubsec_info .image_right .image_shift {
  margin: 5rem auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page-template-public-sector .pubsec_info .image_right .image_shift, .page-template-public-sector-subpage .pubsec_info .image_right .image_shift {
    margin: 5rem 0 0 7rem;
  }
}
.page-template-public-sector .pubsec_info .image, .page-template-public-sector .pubsec_info .image_layer_expand_group, .page-template-public-sector-subpage .pubsec_info .image, .page-template-public-sector-subpage .pubsec_info .image_layer_expand_group {
  margin: 5rem auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page-template-public-sector .pubsec_info .image, .page-template-public-sector .pubsec_info .image_layer_expand_group, .page-template-public-sector-subpage .pubsec_info .image, .page-template-public-sector-subpage .pubsec_info .image_layer_expand_group {
    margin-top: 16rem;
  }
}
.page-template-public-sector .expand_icon_link, .page-template-public-sector-subpage .expand_icon_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-public-sector .expand_icon_link:hover, .page-template-public-sector-subpage .expand_icon_link:hover {
  cursor: zoom-in;
}
.page-template-public-sector .expand_icon_img, .page-template-public-sector-subpage .expand_icon_img {
  position: absolute;
  right: 3rem;
  bottom: 2.6rem;
}
.page-template-public-sector .solutions, .page-template-public-sector-subpage .solutions {
  margin: 5rem 0;
}
.page-template-public-sector .solutions h2, .page-template-public-sector-subpage .solutions h2 {
  width: auto;
}
@media (min-width: 992px) {
  .page-template-public-sector .solutions h2, .page-template-public-sector-subpage .solutions h2 {
    width: 55%;
  }
}
.page-template-public-sector .solutions .red_line, .page-template-public-sector-subpage .solutions .red_line {
  margin: 0.8rem auto 4.2rem;
}
.page-template-public-sector .solutions ul, .page-template-public-sector-subpage .solutions ul {
  flex-wrap: wrap;
}
.page-template-public-sector .solutions .solutions_card, .page-template-public-sector-subpage .solutions .solutions_card {
  box-shadow: 0 3px 31px 2px rgba(0, 0, 0, 0.13);
  flex: 0 0 100%;
  max-width: 100%;
  margin: 2rem;
}
@media (min-width: 992px) {
  .page-template-public-sector .solutions .solutions_card, .page-template-public-sector-subpage .solutions .solutions_card {
    margin: 0 1.5rem 3rem;
    flex: 0 0 calc(33.33333% - 3rem);
    max-width: calc(33.33333% - 3rem);
  }
}
@media (min-width: 1200px) {
  .page-template-public-sector .solutions .solutions_card, .page-template-public-sector-subpage .solutions .solutions_card {
    lex: 0 0 calc(33.33333% - 10rem);
    max-width: calc(33.33333% - 10rem);
  }
}
.page-template-public-sector .solutions .solutions_card .card_title, .page-template-public-sector-subpage .solutions .solutions_card .card_title {
  height: 7rem;
}
.page-template-public-sector .solutions .solutions_card .card_title h3, .page-template-public-sector-subpage .solutions .solutions_card .card_title h3 {
  color: white;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: initial;
  margin-bottom: initial;
  text-align: center;
  width: 85%;
}
.page-template-public-sector .solutions .solutions_card .content, .page-template-public-sector-subpage .solutions .solutions_card .content {
  padding: 2rem;
}
.page-template-public-sector .solutions .solutions_card .content p, .page-template-public-sector-subpage .solutions .solutions_card .content p {
  color: black;
  height: 10rem;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-public-sector .solutions .solutions_card .content p, .page-template-public-sector-subpage .solutions .solutions_card .content p {
    height: 15rem;
  }
}
.page-template-public-sector .solutions .solutions_card .content a, .page-template-public-sector-subpage .solutions .solutions_card .content a {
  display: initial;
  padding: 1rem 2rem;
  margin: auto;
  width: 62%;
  text-decoration: none;
}
.page-template-public-sector .compliance h2, .page-template-public-sector-subpage .compliance h2 {
  margin-bottom: initial;
  width: auto;
}
@media (min-width: 768px) {
  .page-template-public-sector .compliance h2, .page-template-public-sector-subpage .compliance h2 {
    width: 55%;
  }
}
.page-template-public-sector .compliance p, .page-template-public-sector-subpage .compliance p {
  text-align: center;
  width: auto;
}
@media (min-width: 768px) {
  .page-template-public-sector .compliance p, .page-template-public-sector-subpage .compliance p {
    width: 57%;
  }
}
.page-template-public-sector .compliance ul, .page-template-public-sector-subpage .compliance ul {
  flex-wrap: wrap;
  margin: 2rem 0 3rem;
}
.page-template-public-sector .compliance a, .page-template-public-sector-subpage .compliance a {
  margin: 4rem 0 6rem;
}
.page-template-public-sector .compliance a:hover, .page-template-public-sector-subpage .compliance a:hover {
  border-color: #fc0000;
  color: #fc0000;
}
.page-template-public-sector .compliance .compliance_card, .page-template-public-sector-subpage .compliance .compliance_card {
  color: white;
  margin: 1rem;
  padding: 3rem;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page-template-public-sector .compliance .compliance_card, .page-template-public-sector-subpage .compliance .compliance_card {
    flex: 0 0 47%;
    max-width: 47%;
  }
}
.page-template-public-sector .compliance .compliance_card p, .page-template-public-sector-subpage .compliance .compliance_card p {
  flex: 0;
  font-family: Fatman-Light;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.6rem;
}
.page-template-public-sector .compliance .compliance_card img, .page-template-public-sector .compliance .compliance_card p, .page-template-public-sector-subpage .compliance .compliance_card img, .page-template-public-sector-subpage .compliance .compliance_card p {
  height: 15rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .page-template-public-sector .compliance .compliance_card img, .page-template-public-sector .compliance .compliance_card p, .page-template-public-sector-subpage .compliance .compliance_card img, .page-template-public-sector-subpage .compliance .compliance_card p {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1200px) {
  .page-template-public-sector .compliance .compliance_card img, .page-template-public-sector .compliance .compliance_card p, .page-template-public-sector-subpage .compliance .compliance_card img, .page-template-public-sector-subpage .compliance .compliance_card p {
    margin-bottom: 2rem;
  }
}
.page-template-public-sector .compliance .compliance_card a, .page-template-public-sector-subpage .compliance .compliance_card a {
  margin: initial;
}
.page-template-public-sector .compliance .compliance_card a:hover, .page-template-public-sector-subpage .compliance .compliance_card a:hover {
  border-color: white;
  color: #fc0000;
}
.page-template-public-sector .industry_recognition h2, .page-template-public-sector-subpage .industry_recognition h2 {
  color: white;
  letter-spacing: 0.4rem;
  margin: 5rem 0 0;
}
.page-template-public-sector .industry_recognition .white_line, .page-template-public-sector-subpage .industry_recognition .white_line {
  display: block;
  margin: 2.8rem auto 2.2rem;
  background: white;
  height: 2px;
  width: 8.6rem;
}
.page-template-public-sector .industry_recognition p, .page-template-public-sector-subpage .industry_recognition p {
  color: white;
  line-height: 1.8;
  margin-bottom: 6rem;
  text-align: center;
  width: auto;
}
@media (min-width: 992px) {
  .page-template-public-sector .industry_recognition p, .page-template-public-sector-subpage .industry_recognition p {
    width: 55%;
  }
}
.page-template-public-sector .industry_recognition ul, .page-template-public-sector-subpage .industry_recognition ul {
  flex-wrap: wrap;
}
.page-template-public-sector .industry_recognition a, .page-template-public-sector-subpage .industry_recognition a {
  margin-bottom: 4rem;
}
.page-template-public-sector .industry_recognition a.button:hover, .page-template-public-sector-subpage .industry_recognition a.button:hover {
  border-color: #fc0000;
}
.page-template-public-sector .industry_recognition .industry_card, .page-template-public-sector-subpage .industry_recognition .industry_card {
  background-color: white;
  margin: 2rem 1.5rem 3rem;
  flex: 0 0 calc(100% - 5rem);
  max-width: calc(100% - 5rem);
}
@media (min-width: 992px) {
  .page-template-public-sector .industry_recognition .industry_card, .page-template-public-sector-subpage .industry_recognition .industry_card {
    flex: 0 0 calc(33.33333% - 10rem);
    max-width: calc(33.33333% - 10rem);
  }
}
.page-template-public-sector .industry_recognition .industry_card .logo_container, .page-template-public-sector-subpage .industry_recognition .industry_card .logo_container {
  height: 10rem;
}
.page-template-public-sector .industry_recognition .industry_card .logo_container .logo, .page-template-public-sector-subpage .industry_recognition .industry_card .logo_container .logo {
  display: block;
  top: 1.9rem;
  position: relative;
  max-width: 119%;
}
@media (min-width: 992px) {
  .page-template-public-sector .industry_recognition .industry_card .logo_container .logo, .page-template-public-sector-subpage .industry_recognition .industry_card .logo_container .logo {
    top: 3px;
  }
}
.page-template-public-sector .industry_recognition .industry_card p, .page-template-public-sector-subpage .industry_recognition .industry_card p {
  color: black;
  width: initial;
}
.page-template-public-sector .industry_recognition .industry_card p.subtitle, .page-template-public-sector-subpage .industry_recognition .industry_card p.subtitle {
  font-weight: bold;
  margin: 2.5rem 0 0.5rem;
}
.page-template-public-sector .industry_recognition .industry_card .text_content, .page-template-public-sector-subpage .industry_recognition .industry_card .text_content {
  height: 20rem;
  margin-top: 7rem;
  padding: 0 1.8rem 1.8rem;
}
@media (min-width: 992px) {
  .page-template-public-sector .industry_recognition .industry_card .text_content, .page-template-public-sector-subpage .industry_recognition .industry_card .text_content {
    height: 28rem;
    margin-top: 1rem;
  }
}
.page-template-public-sector .industry_recognition .industry_card a, .page-template-public-sector-subpage .industry_recognition .industry_card a {
  margin: 0 3.3rem 3rem;
  padding: 1rem 2rem;
}
.page-template-public-sector .events, .page-template-public-sector-subpage .events {
  margin: 7rem 0;
}
.page-template-public-sector .events .red_line, .page-template-public-sector-subpage .events .red_line {
  margin: 2.8rem auto 3.2rem;
}
.page-template-public-sector .events p.disclaimer, .page-template-public-sector-subpage .events p.disclaimer {
  margin: 1rem auto 3rem;
  width: auto;
}
.page-template-public-sector .events .event_table, .page-template-public-sector-subpage .events .event_table {
  border-radius: 1.4rem;
  box-shadow: 0 3px 31px 2px rgba(0, 0, 0, 0.13);
  padding: 2rem;
  overflow: scroll;
}
.page-template-public-sector .events table, .page-template-public-sector-subpage .events table {
  color: black;
}
.page-template-public-sector .events table th, .page-template-public-sector-subpage .events table th {
  background-color: #fc0000;
  color: white !important;
  font-family: Fatman-Light;
  padding: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
.page-template-public-sector .events table tr:nth-child(odd), .page-template-public-sector-subpage .events table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.page-template-public-sector .events table td, .page-template-public-sector-subpage .events table td {
  padding: 1.8rem;
  vertical-align: center !important;
}
.page-template-public-sector .events table td.event_name, .page-template-public-sector-subpage .events table td.event_name {
  font-weight: bold;
}
.page-template-public-sector .events table td a, .page-template-public-sector-subpage .events table td a {
  padding: 1rem 2.5rem;
  white-space: nowrap;
}
.page-template-public-sector .customer_review, .page-template-public-sector-subpage .customer_review {
  margin-top: 7rem;
}
.page-template-public-sector .customer_review .video_wrapper, .page-template-public-sector-subpage .customer_review .video_wrapper {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .page-template-public-sector .customer_review .video_wrapper, .page-template-public-sector-subpage .customer_review .video_wrapper {
    flex-wrap: nowrap;
  }
}
.page-template-public-sector .customer_review .video_wrapper .col-6, .page-template-public-sector-subpage .customer_review .video_wrapper .col-6 {
  flex: 0 0 46%;
  margin: 2rem;
  max-width: 46%;
  padding: 10rem 17rem;
}
@media (min-width: 992px) {
  .page-template-public-sector .customer_review .video_wrapper .col-6, .page-template-public-sector-subpage .customer_review .video_wrapper .col-6 {
    padding: 14rem 17rem;
  }
}
@media (min-width: 1200px) {
  .page-template-public-sector .customer_review .video_wrapper .col-6, .page-template-public-sector-subpage .customer_review .video_wrapper .col-6 {
    padding: 16rem 17rem;
  }
}
.page-template-public-sector .customer_review .button_wrapper, .page-template-public-sector-subpage .customer_review .button_wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
}
.page-template-public-sector .customer_review .button_wrapper a, .page-template-public-sector-subpage .customer_review .button_wrapper a {
  margin: 2rem 2rem 0;
}
.page-template-public-sector .customer_review .review_section, .page-template-public-sector-subpage .customer_review .review_section {
  background-color: #fc0000;
  background-image: url("/wp-content/themes/main-theme/dist/images/hex/Polygon.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  color: white;
  margin-top: 10rem;
  padding: 12rem 0 20rem;
}
.page-template-public-sector .customer_review .review_section:before, .page-template-public-sector-subpage .customer_review .review_section:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -6rem;
  z-index: 4;
  transform: translateX(-50%);
  padding: 4rem;
  background-image: url("/wp-content/themes/main-theme/dist/images/quote-symbol.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-public-sector .customer_review .review_section .review_carousel p, .page-template-public-sector-subpage .customer_review .review_section .review_carousel p {
  text-align: center;
}
.page-template-public-sector .customer_review .review_section .review_carousel p.quote, .page-template-public-sector-subpage .customer_review .review_section .review_carousel p.quote {
  font-size: 2.6rem;
  letter-spacing: 0.3rem;
}
.page-template-public-sector .customer_review .review_section .review_carousel p.customer_name, .page-template-public-sector-subpage .customer_review .review_section .review_carousel p.customer_name {
  font-size: 2.6rem;
  font-weight: bold;
}
.page-template-public-sector .customer_review .review_section .review_carousel p.customer_role, .page-template-public-sector-subpage .customer_review .review_section .review_carousel p.customer_role {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin-top: -2.6rem;
}
.page-template-public-sector .customer_review .review_section .flickity-page-dots .dot, .page-template-public-sector-subpage .customer_review .review_section .flickity-page-dots .dot {
  background: white !important;
}
.page-template-public-sector .customer_review .review_section .flickity-button.flickity-prev-next-button, .page-template-public-sector-subpage .customer_review .review_section .flickity-button.flickity-prev-next-button {
  background: none;
}
.page-template-public-sector .customer_review .review_section .flickity-button.flickity-prev-next-button.next, .page-template-public-sector-subpage .customer_review .review_section .flickity-button.flickity-prev-next-button.next {
  right: -60px;
}
.page-template-public-sector .customer_review .review_section .flickity-button.flickity-prev-next-button.previous, .page-template-public-sector-subpage .customer_review .review_section .flickity-button.flickity-prev-next-button.previous {
  left: -60px;
}
.page-template-public-sector .customer_review .review_section .flickity-button.flickity-prev-next-button .flickity-button-icon, .page-template-public-sector-subpage .customer_review .review_section .flickity-button.flickity-prev-next-button .flickity-button-icon {
  fill: white;
  height: 100%;
  width: 100%;
}
.page-template-public-sector .customer_review .review_section .white_line, .page-template-public-sector-subpage .customer_review .review_section .white_line {
  display: block;
  margin: 2rem auto 2rem;
  background: white;
  height: 2px;
  width: 8.6rem;
}
.page-template-public-sector .faq, .page-template-public-sector-subpage .faq {
  margin: -14rem auto 2rem;
}
.page-template-public-sector .faq .col-10, .page-template-public-sector-subpage .faq .col-10 {
  padding: 6rem;
  text-align: center;
}
.page-template-public-sector .faq .col-10::before, .page-template-public-sector-subpage .faq .col-10::before {
  background-color: #000;
  border-radius: 1.4rem;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-template-public-sector .faq h2,
.page-template-public-sector .faq p, .page-template-public-sector-subpage .faq h2,
.page-template-public-sector-subpage .faq p {
  color: white;
  position: relative;
}
.page-template-public-sector .faq h2, .page-template-public-sector-subpage .faq h2 {
  letter-spacing: initial;
  margin-bottom: 3rem;
  margin-top: 0;
  text-transform: uppercase;
}
.page-template-public-sector .faq p, .page-template-public-sector-subpage .faq p {
  margin-bottom: 3rem;
}
.page-template-public-sector .faq .buttons, .page-template-public-sector-subpage .faq .buttons {
  text-align: center;
}
.page-template-public-sector .faq .buttons a, .page-template-public-sector-subpage .faq .buttons a {
  margin-top: 2rem;
}
.page-template-public-sector .faq .buttons a:first-child, .page-template-public-sector-subpage .faq .buttons a:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-template-public-sector .faq .buttons a, .page-template-public-sector-subpage .faq .buttons a {
    margin-left: 3rem;
    margin-top: 0;
  }
  .page-template-public-sector .faq .buttons a:first-child, .page-template-public-sector-subpage .faq .buttons a:first-child {
    margin-left: 0;
  }
}

.page-template-public-sector-subpage .pubsec_hero {
  margin-bottom: 8rem;
}
.page-template-public-sector-subpage .pubsec_hero h1 {
  text-align: center;
}
.page-template-public-sector-subpage .pubsec_hero .new_button {
  background-color: white;
  border-color: white;
  color: #fc0000;
}
.page-template-public-sector-subpage .pubsec_hero .new_button:hover {
  background-color: #fc0000;
  border-color: #fc0000;
  color: white;
}
.page-template-public-sector-subpage .customizations h2 {
  width: auto;
}
@media (min-width: 992px) {
  .page-template-public-sector-subpage .customizations h2 {
    width: 45%;
  }
}
.page-template-public-sector-subpage .customizations h2.no_container {
  width: auto;
}
.page-template-public-sector-subpage .customizations .red_line {
  margin: 2.8rem 0 7rem;
}
.page-template-public-sector-subpage .customizations_card {
  box-shadow: 0 3px 31px 2px rgba(0, 0, 0, 0.13);
  flex: 0 0 calc(100% - 3rem);
  margin: 2rem;
  max-width: calc(100% - 3rem);
  color: black;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-public-sector-subpage .customizations_card {
    margin: 0 1.5rem 3rem;
    flex: 0 0 calc(33.33333% - 3rem);
    max-width: calc(33.33333% - 3rem);
  }
}
.page-template-public-sector-subpage .customizations_card .card_icon {
  margin: 1rem auto 2rem;
  height: 70px;
  width: 70px;
}
.page-template-public-sector-subpage .customizations_card .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: initial;
}
.page-template-public-sector-subpage .pubsec_info .bullet_groups .bullet a {
  margin: initial;
}
.page-template-public-sector-subpage .pubsec_info .bullet_groups a {
  margin: 1rem 1rem 0;
}
.page-template-public-sector-subpage .pubsec_info .bullet_groups a:hover {
  background-color: white;
  border-color: #fc0000;
  color: #fc0000;
}
.page-template-public-sector-subpage .pubsec_info .bullet_groups a.button {
  padding: 0.7em 2.7em;
}
.page-template-public-sector-subpage .pubsec_info .bullet_groups a.button.secondary {
  background: white;
  border-color: #fc0000;
  color: #fc0000;
}
.page-template-public-sector-subpage .pubsec_info .bullet_groups a.button.secondary:hover {
  background-color: #fc0000;
  border-color: white;
  color: white;
}
.page-template-public-sector-subpage .pubsec_info .bullet_groups p {
  color: black;
}
.page-template-public-sector-subpage .pubsec_info .bullet_groups .image_left:before {
  display: none;
}
.page-template-public-sector-subpage .industry_recognition .report_card {
  background: white;
  margin: 0 2rem 3rem;
  width: 300px;
  height: 415px;
}
.page-template-public-sector-subpage .industry_recognition .report_card .logo {
  margin: 1rem auto;
  width: 275px;
  height: 363px;
}
.page-template-public-sector-subpage .industry_recognition .report_card a {
  font-weight: bold;
  position: relative;
  left: 2rem;
  bottom: 0.7rem;
}
.page-template-public-sector-subpage .industry_recognition .report_card a .fa-angle-right {
  font-weight: bold;
  margin-left: 1rem;
}
.page-template-public-sector-subpage .industry_recognition a {
  margin: 4rem 0;
}
.page-template-public-sector-subpage .products_services {
  background-image: url("/wp-content/themes/main-theme/dist/images/backgrounds/cs_falcon_down.svg");
  background-repeat: no-repeat;
  background-position: 19rem 53rem;
  margin: 15rem 0 1rem;
}
.page-template-public-sector-subpage .products_services .product_or_service:before {
  background: #292929;
  content: "";
  display: block;
  position: absolute;
  left: 114rem;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .page-template-public-sector-subpage .products_services .product_or_service:before {
    left: 96rem;
  }
}
@media (min-width: 1200px) {
  .page-template-public-sector-subpage .products_services .product_or_service:before {
    left: 114rem;
  }
}
.page-template-public-sector-subpage .products_services .product_or_service .product, .page-template-public-sector-subpage .products_services .product_or_service .service {
  margin: 3rem 0;
}
.page-template-public-sector-subpage .products_services .product_or_service .product .red_line, .page-template-public-sector-subpage .products_services .product_or_service .service .red_line {
  margin: 4rem 0;
  height: 1px;
}
.page-template-public-sector-subpage .products_services .product_or_service .product h3, .page-template-public-sector-subpage .products_services .product_or_service .service h3 {
  font-family: "Fatman-Light", sans-serif !important;
}
.page-template-public-sector-subpage .products_services .product_or_service .product li, .page-template-public-sector-subpage .products_services .product_or_service .service li {
  margin-bottom: 3rem;
}
.page-template-public-sector-subpage .products_services .product_or_service .product li img.product_service_icon, .page-template-public-sector-subpage .products_services .product_or_service .service li img.product_service_icon {
  height: 50px;
  width: 50px;
}
.page-template-public-sector-subpage .products_services .product_or_service .product li a, .page-template-public-sector-subpage .products_services .product_or_service .service li a {
  margin: 0 0 0 3rem;
}
.page-template-public-sector-subpage .products_services .product_or_service .product {
  padding: 4rem;
}
@media (min-width: 992px) {
  .page-template-public-sector-subpage .products_services .product_or_service .product {
    padding: 4rem 17rem 0 0;
  }
}
.page-template-public-sector-subpage .products_services .product_or_service .product li a {
  color: red;
  text-decoration: none;
}
.page-template-public-sector-subpage .products_services .product_or_service .product li a:hover {
  text-decoration: underline;
}
.page-template-public-sector-subpage .products_services .product_or_service .product a {
  color: #fc0000;
  margin: 0 auto;
  width: 55%;
}
.page-template-public-sector-subpage .products_services .product_or_service .product a.new_button:hover {
  background-color: #fc0000;
  color: white;
}
.page-template-public-sector-subpage .products_services .product_or_service .service {
  background: #292929;
  color: white;
  padding: 4rem;
}
@media (min-width: 992px) {
  .page-template-public-sector-subpage .products_services .product_or_service .service {
    border-top-left-radius: 15em;
    border-bottom-left-radius: 15rem;
    padding: 4rem 0 0 17rem;
  }
}
.page-template-public-sector-subpage .products_services .product_or_service .service:before {
  display: none;
}
@media (min-width: 992px) {
  .page-template-public-sector-subpage .products_services .product_or_service .service:before {
    border-bottom-left-radius: 30rem;
    content: "";
    background-color: #292929;
    height: 172px;
    position: absolute;
    right: -88.3rem;
    transform: skewX(-84.7deg);
    width: 100%;
    display: block;
    top: -16.7rem;
  }
}
.page-template-public-sector-subpage .products_services .product_or_service .service:after {
  display: none;
}
@media (min-width: 992px) {
  .page-template-public-sector-subpage .products_services .product_or_service .service:after {
    border-top-left-radius: 30rem;
    content: "";
    background-color: #292929;
    height: 172px;
    position: absolute;
    right: -88.3rem;
    transform: skewX(84.7deg);
    width: 100%;
    display: block;
    bottom: -16.7rem;
  }
}
.page-template-public-sector-subpage .products_services .product_or_service .service h3 {
  color: white;
}
.page-template-public-sector-subpage .products_services .product_or_service .service p a {
  border: none;
  margin: initial;
  text-decoration: underline;
  width: auto;
}
.page-template-public-sector-subpage .products_services .product_or_service .service li a {
  border: initial;
  color: white;
  text-decoration: none;
}
.page-template-public-sector-subpage .products_services .product_or_service .service li a:hover {
  text-decoration: underline;
}
.page-template-public-sector-subpage .products_services .product_or_service .service p a {
  border: initial;
  text-decoration: underline;
}
.page-template-public-sector-subpage .products_services .product_or_service .service a {
  border: 1px solid white;
  color: white;
  margin: 0 auto 5rem;
  width: 55%;
}
.page-template-public-sector-subpage .products_services .product_or_service .service a.new_button:hover {
  background-color: #fc0000;
  border-color: #fc0000;
  color: white;
}
.page-template-public-sector-subpage .testimonies p {
  text-align: center;
  margin: 0 0 3rem;
}
.page-template-public-sector-subpage .testimonies .video_right, .page-template-public-sector-subpage .testimonies .video_left, .page-template-public-sector-subpage .testimonies .video_right_image, .page-template-public-sector-subpage .testimonies .video_left_image {
  color: white;
  background: #292929;
  padding: 5rem;
}
.page-template-public-sector-subpage .testimonies .video_right h3, .page-template-public-sector-subpage .testimonies .video_left h3, .page-template-public-sector-subpage .testimonies .video_right_image h3, .page-template-public-sector-subpage .testimonies .video_left_image h3 {
  color: white;
  font-family: "Fatman-Light", sans-serif !important;
  text-align: center;
}
.page-template-public-sector-subpage .testimonies .video_right .white_line, .page-template-public-sector-subpage .testimonies .video_left .white_line, .page-template-public-sector-subpage .testimonies .video_right_image .white_line, .page-template-public-sector-subpage .testimonies .video_left_image .white_line {
  display: block;
  margin: 2.8rem auto 2.2rem;
  background: white;
  height: 2px;
  width: 8.6rem;
}
.page-template-public-sector-subpage .testimonies .video_right, .page-template-public-sector-subpage .testimonies .video_right_image {
  margin: 0 0 13rem 0;
}
@media (min-width: 576px) {
  .page-template-public-sector-subpage .testimonies .video_right, .page-template-public-sector-subpage .testimonies .video_right_image {
    margin: 0 0 30rem 0;
  }
}
@media (min-width: 768px) {
  .page-template-public-sector-subpage .testimonies .video_right, .page-template-public-sector-subpage .testimonies .video_right_image {
    margin: 0 0 45rem 0;
  }
}
@media (min-width: 992px) {
  .page-template-public-sector-subpage .testimonies .video_right, .page-template-public-sector-subpage .testimonies .video_right_image {
    margin: 0 0 50rem 0;
  }
}
@media (min-width: 1200px) {
  .page-template-public-sector-subpage .testimonies .video_right, .page-template-public-sector-subpage .testimonies .video_right_image {
    margin: 10rem 0 7rem 45rem;
  }
}
@media (min-width: 1200px) {
  .page-template-public-sector-subpage .testimonies .video_right .video_wrapper, .page-template-public-sector-subpage .testimonies .video_right_image .video_wrapper {
    position: absolute;
    left: -34rem;
    bottom: 27rem;
  }
}
@media (min-width: 1200px) {
  .page-template-public-sector-subpage .testimonies .video_right_image .image_wrapper, .page-template-public-sector-subpage .testimonies .video_right_image_image .image_wrapper {
    position: absolute;
    left: -34rem;
    bottom: -9rem;
  }
}
.page-template-public-sector-subpage .testimonies .video_right_image .image_wrapper img, .page-template-public-sector-subpage .testimonies .video_right_image_image .image_wrapper img {
  width: 400px;
  height: 400px;
}
.page-template-public-sector-subpage .testimonies .video_left, .page-template-public-sector-subpage .testimonies .video_left_image {
  margin: 0 0 13rem 0;
}
@media (min-width: 576px) {
  .page-template-public-sector-subpage .testimonies .video_left, .page-template-public-sector-subpage .testimonies .video_left_image {
    margin: 0 0 30rem 0;
  }
}
@media (min-width: 768px) {
  .page-template-public-sector-subpage .testimonies .video_left, .page-template-public-sector-subpage .testimonies .video_left_image {
    margin: 0 0 45rem 0;
  }
}
@media (min-width: 992px) {
  .page-template-public-sector-subpage .testimonies .video_left, .page-template-public-sector-subpage .testimonies .video_left_image {
    margin: 0 0 50rem 0;
  }
}
@media (min-width: 1200px) {
  .page-template-public-sector-subpage .testimonies .video_left, .page-template-public-sector-subpage .testimonies .video_left_image {
    margin: 5rem 45rem 0 0;
  }
}
@media (min-width: 992px) {
  .page-template-public-sector-subpage .testimonies .video_left .row, .page-template-public-sector-subpage .testimonies .video_left_image .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .page-template-public-sector-subpage .testimonies .video_left .video_wrapper, .page-template-public-sector-subpage .testimonies .video_left_image .video_wrapper {
    position: absolute;
    right: -34rem;
    bottom: 27rem;
  }
}
@media (min-width: 1200px) {
  .page-template-public-sector-subpage .testimonies .video_left_image, .page-template-public-sector-subpage .testimonies .video_left_image_image {
    margin: 10rem 45rem 0 0;
  }
}
@media (min-width: 1200px) {
  .page-template-public-sector-subpage .testimonies .video_left_image .image_wrapper, .page-template-public-sector-subpage .testimonies .video_left_image_image .image_wrapper {
    position: absolute;
    right: -46rem;
    bottom: -11rem;
  }
}
.page-template-public-sector-subpage .testimonies .video_left_image .image_wrapper img, .page-template-public-sector-subpage .testimonies .video_left_image_image .image_wrapper img {
  width: 400px;
  height: 400px;
}
.page-template-public-sector-subpage .testimonies a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto;
}
.page-template-public-sector-subpage .events p {
  width: auto;
  margin: 0 auto 3rem;
}
@media (min-width: 992px) {
  .page-template-public-sector-subpage .events p {
    width: 55%;
  }
}
.page-template-public-sector-subpage .events p.disclaimer {
  margin: 1rem auto 3rem;
  width: auto;
}
.page-template-public-sector-subpage .events table {
  width: 100%;
}
.page-template-public-sector-subpage .events table td a {
  padding: initial;
}
.page-template-public-sector-subpage .events table td.red_highlight {
  background-color: #fc0000;
  color: white !important;
  font-family: Fatman-Light;
  padding: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
.page-template-public-sector-subpage .customer_review h2 {
  width: auto;
}
@media (min-width: 768px) {
  .page-template-public-sector-subpage .customer_review h2 {
    margin: 0 auto;
    width: 46%;
  }
}
.page-template-public-sector-subpage .customer_review .flickity-button.flickity-prev-next-button {
  background: none;
}
.page-template-public-sector-subpage .customer_review .flickity-button.flickity-prev-next-button.next {
  right: -60px;
}
.page-template-public-sector-subpage .customer_review .flickity-button.flickity-prev-next-button.previous {
  left: -60px;
}
.page-template-public-sector-subpage .customer_review .flickity-button.flickity-prev-next-button .flickity-button-icon {
  fill: white;
  height: 100%;
  width: 100%;
}
