@charset "UTF-8";

/*!
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 8px);
  padding-left: var(--bs-gutter-x, 8px);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

/*!
 * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

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

.link-primary {
  color: #101f30;
}

.link-primary:hover,
.link-primary:focus {
  color: #0d1926;
}

.link-secondary {
  color: #454545;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #373737;
}

.link-success {
  color: #00B29F;
}

.link-success:hover,
.link-success:focus {
  color: #33c1b2;
}

.link-info {
  color: #999999;
}

.link-info:hover,
.link-info:focus {
  color: #adadad;
}

.link-warning {
  color: #FF9D00;
}

.link-warning:hover,
.link-warning:focus {
  color: #ffb133;
}

.link-danger {
  color: #D93551;
}

.link-danger:hover,
.link-danger:focus {
  color: #ae2a41;
}

.link-light {
  color: #f9f9f9;
}

.link-light:hover,
.link-light:focus {
  color: #fafafa;
}

.link-dark {
  color: #1f1f1f;
}

.link-dark:hover,
.link-dark:focus {
  color: #191919;
}

.link-violet {
  color: #210054;
}

.link-violet:hover,
.link-violet:focus {
  color: #1a0043;
}

.link-eggplant {
  color: #380056;
}

.link-eggplant:hover,
.link-eggplant:focus {
  color: #2d0045;
}

.link-white {
  color: #ffffff;
}

.link-white:hover,
.link-white:focus {
  color: white;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

.d-grid {
  display: grid !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;
}

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

.shadow {
  box-shadow: 3px 3px 10px rgba(16, 31, 48, 0.1) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !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;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #cccccc !important;
}

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

.border-top {
  border-top: 1px solid #cccccc !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #cccccc !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #cccccc !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #cccccc !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #101f30 !important;
}

.border-secondary {
  border-color: #454545 !important;
}

.border-success {
  border-color: #00B29F !important;
}

.border-info {
  border-color: #999999 !important;
}

.border-warning {
  border-color: #FF9D00 !important;
}

.border-danger {
  border-color: #D93551 !important;
}

.border-light {
  border-color: #f9f9f9 !important;
}

.border-dark {
  border-color: #1f1f1f !important;
}

.border-violet {
  border-color: #210054 !important;
}

.border-eggplant {
  border-color: #380056 !important;
}

.border-white {
  border-color: #ffffff !important;
}

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

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

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

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

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

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */

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

/* rtl:end:remove */

.text-primary {
  color: #101f30 !important;
}

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

.text-success {
  color: #00B29F !important;
}

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

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

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

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

.text-dark {
  color: #1f1f1f !important;
}

.text-violet {
  color: #210054 !important;
}

.text-eggplant {
  color: #380056 !important;
}

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

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.bg-primary {
  background-color: #101f30 !important;
}

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

.bg-success {
  background-color: #00B29F !important;
}

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

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

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

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

.bg-dark {
  background-color: #1f1f1f !important;
}

.bg-violet {
  background-color: #210054 !important;
}

.bg-eggplant {
  background-color: #380056 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-body {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

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

.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

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

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

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

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

.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 60px);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 60px);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #cccccc;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #cccccc;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #101f30;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.03);
  --bs-table-active-color: #101f30;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #101f30;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #101f30;
  vertical-align: top;
  border-color: #210054;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfd2d6;
  --bs-table-striped-bg: #c9ccd0;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #babdc1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfc2c6;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #babdc1;
}

.table-secondary {
  --bs-table-bg: #dadada;
  --bs-table-striped-bg: lightgray;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c4c4c4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #cacaca;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #c4c4c4;
}

.table-success {
  --bs-table-bg: #ccf0ec;
  --bs-table-striped-bg: #c6e9e5;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8d8d4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bddeda;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8d8d4;
}

.table-info {
  --bs-table-bg: #ebebeb;
  --bs-table-striped-bg: #e4e4e4;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #d4d4d4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #d9d9d9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #d4d4d4;
}

.table-warning {
  --bs-table-bg: #ffebcc;
  --bs-table-striped-bg: #f7e4c6;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6d4b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ecd9bd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6d4b8;
}

.table-danger {
  --bs-table-bg: #f7d7dc;
  --bs-table-striped-bg: #f0d1d5;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dec2c6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e4c7cc;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dec2c6;
}

.table-light {
  --bs-table-bg: #f9f9f9;
  --bs-table-striped-bg: #f2f2f2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e0e0e0;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e6e6e6;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e0e0e0;
}

.table-dark {
  --bs-table-bg: #1f1f1f;
  --bs-table-striped-bg: #262626;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #353535;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #303030;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #353535;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 ;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 25px;
  height: 15px;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: -16px;
}

.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 15px 12.5px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 15px 12.5px 0;
  border-top-color: #ffffff;
}

.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: -16px;
  width: 15px;
  height: 25px;
}

.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 12.5px 15px 12.5px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 12.5px 15px 12.5px 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: -16px;
}

.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 12.5px 15px 12.5px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 12.5px 15px 12.5px;
  border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 25px;
  margin-left: -12.5px;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: -16px;
  width: 15px;
  height: 25px;
}

.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 12.5px 0 12.5px 15px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 12.5px 0 12.5px 15px;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

:root {
  --header_height: -54px;
}

.nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.menu-open .nav-overlay {
  pointer-events: unset;
  opacity: 1;
  visibility: visible;
}

header.site-header {
  font-family: "Roboto", sans-serif;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  z-index: 999;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

header.site-header.sticky {
  position: fixed;
  top: 0;
  background: #210054;
  z-index: 201;
  animation: headersticky 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.55);
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0px);
}

header.site-header.header-bg {
  height: 89px;
}

header.site-header.header-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/header-bg-mobile.png) no-repeat center bottom;
  background-size: 100vw 100%;
  min-height: 85px;
  z-index: -1;
  pointer-events: none;
}

header.site-header.header-bg.sticky {
  height: 54px;
}

header.site-header.header-bg.sticky:before {
  display: none;
}

header.site-header .header-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

header.site-header .site-branding {
  width: 150px;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  font-size: 0;
}

header.site-header .site-branding .custom-logo-link {
  display: flex;
  align-items: center;
  width: 100%;
}

header.site-header .site-branding .custom-logo {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
}

header.site-header .site-branding .site-title {
  display: none;
}

header.site-header .site-branding .site-description {
  display: none;
}

header.site-header .primary-navigation {
  flex: 1;
}

header.site-header .button {
  display: block;
  background: none;
  border: 0;
  padding: 0;
  box-shadow: none;
}

header.site-header .button.disable-button {
  opacity: 0;
  visibility: hidden;
}

header.site-header .button:focus {
  outline: none;
}

header.site-header .button .dropdown-icon {
  opacity: 1;
  color: #ffffff;
}

header.site-header .button .dropdown-icon.close {
  flex-direction: row-reverse;
  font-size: 17px;
  font-weight: bold;
  text-shadow: none;
  line-height: 25px;
  color: #380056;
  display: flex;
  position: fixed;
  top: 25px;
  left: -100%;
  transition: 0.5s;
  z-index: 9;
}

header.site-header .button .dropdown-icon.close svg {
  width: 17px;
  margin-right: 10px;
}

.menu-open header.site-header .button .dropdown-icon.close {
  left: 26px;
}

header.site-header .primary-menu-container {
  background: #ffffff;
  position: fixed;
  left: -100%;
  top: 0;
  padding: 70px 30px 30px 30px;
  max-width: 350px;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  transition: 0.5s;
  z-index: 2;
}

.menu-open header.site-header .primary-menu-container {
  left: 0;
}

.menu-open header.site-header .primary-menu-container:before {
  left: 0;
}

header.site-header .menu-wrapper {
  padding: 0;
  margin: 8px 0 20px 0;
  list-style: none;
}

header.site-header .menu-wrapper > .menu-item {
  margin-bottom: 30px;
  padding-left: 0;
  padding-bottom: 0;
  position: initial;
}

header.site-header .menu-wrapper > .menu-item:before {
  display: none;
}

header.site-header .menu-wrapper > .menu-item > a,
header.site-header .menu-wrapper > .menu-item > .nav-link {
  font-size: 14px;
  color: #454545;
  font-weight: bold;
  padding: 0;
}

header.site-header .menu-wrapper > .menu-item > .nav-link {
  position: relative;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

header.site-header .menu-wrapper > .menu-item.mega-menu > .sub-menu > .menu-item:not(:last-child) {
  padding-right: 20px;
}

header.site-header .menu-wrapper > .menu-item > .sub-menu .sub-menu {
  padding: 0;
  margin-bottom: 30px;
}

header.site-header .menu-wrapper > .menu-item > .sub-menu .menu-item {
  position: initial;
  margin: 12px 0;
}

header.site-header .menu-wrapper > .menu-item > .sub-menu .menu-item h4 {
  font-size: 14px;
  color: #454545;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

header.site-header .menu-wrapper > .menu-item > .sub-menu .menu-item h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #FF9D00;
  border-radius: 5px;
}

header.site-header .menu-wrapper > .menu-item > .sub-menu .menu-item a {
  font-size: 14px;
  color: #454545;
  font-weight: normal;
  padding: 0;
}

header.site-header .menu-item {
  list-style: none;
}

header.site-header .top-search {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header.site-header .top-search svg {
  cursor: pointer;
  border-radius: 50%;
  margin-left: 10px;
}

header.site-header .top-search .search {
  fill: #FF9D00;
  width: 30px;
  height: 30px;
}

header.site-header .top-search.open .search {
  display: none;
}

header.site-header .top-search .close {
  display: none;
  fill: #210054;
  width: 35px;
  height: 35px;
  background: #ffffff;
  padding: 8px;
}

.search-popup {
  display: none;
  background: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.search-popup .search-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.search-popup .search-in {
  max-width: 910px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 75px 15px 55px 15px;
}

.search-popup .search-in .loading {
  display: none;
  position: absolute;
  right: 55px;
  top: 16px;
}

.search-popup .search-in .ui-autocomplete-loading + .loading {
  display: block;
}

.search-popup .search-in .loading:before {
  position: absolute;
  border-color: rgba(255, 157, 0, 0.3);
  border-top-color: #FF9D00;
}

.search-popup .input-group {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-bottom: 15px;
}

.search-popup .input-group img {
  display: none;
}

.search-popup .input-group input {
  border: 1px solid #999999;
  border-radius: 5px;
  height: 55px;
  width: 100%;
  padding: 15px 58px 15px 20px;
  font-size: 17px;
}

.search-popup .input-group input.is-invalid {
  border-color: #D93551;
}

.search-popup .input-group input:focus {
  outline: none;
  border-color: #FF9D00;
}

.search-popup .input-group input[type=search]::-webkit-search-decoration,
.search-popup .input-group input[type=search]::-webkit-search-cancel-button,
.search-popup .input-group input[type=search]::-webkit-search-results-button,
.search-popup .input-group input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.search-popup .input-group .resetbtn {
  position: absolute;
  right: 10px;
  top: 19px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iIzIxMDA1NCI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE5LjU2LjQ0Yy41NS41NDkuNTg0IDEuNDE4LjEwNCAyLjAwN2wtLjEwMy4xMTRMMTIuMTIgMTBsNy40NCA3LjQ0LjEwMy4xMTNjLjQ4LjU5LjQ0NiAxLjQ1OC0uMTAzIDIuMDA4LS41ODYuNTg1LTEuNTM2LjU4NS0yLjEyMiAwTDEwIDEyLjEybC03LjQ0IDcuNDRjLS41ODUuNTg1LTEuNTM1LjU4NS0yLjEyIDAtLjU1LS41NS0uNTg0LTEuNDE5LS4xMDQtMi4wMDhsLjEwMy0uMTE0TDcuODggMTAgLjQzOSAyLjU2bC0uMTAzLS4xMTNDLS4xNDQgMS44NTctLjExLjk4OS40NC40MzljLjU4Ni0uNTg1IDEuNTM2LS41ODUgMi4xMjIgMEwxMCA3Ljg4bDcuNDQtNy40NGMuNTg1LS41ODUgMS41MzUtLjU4NSAyLjEyIDB6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMwOSAtMzI2OSkgdHJhbnNsYXRlKDEzMDkgMzI2OSkiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==) no-repeat center left;
  height: 16px;
  width: 15px;
  border: 0;
  background-size: contain;
  display: none;
}

.search-popup .input-group .resetbtn.show {
  display: block;
}

.search-popup .btn {
  height: 55px;
  padding: 10px;
  font-size: 18px;
}

.search-popup .btn:focus {
  outline: none;
}

.search-popup .search-list {
  display: none;
  font-size: 17px;
  position: absolute;
  top: calc(100% + 60px);
  left: 0;
  background: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  border-radius: 5px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #999999;
  z-index: 1;
  width: 100%;
  max-height: 350px;
  overflow-y: auto;
  z-index: -1;
}

.search-popup .search-list li:first-child {
  margin-top: 10px;
}

.search-popup .search-list li:last-child {
  margin-bottom: 10px;
}

.search-popup .search-list li a {
  padding: 5px 20px;
  color: #454545;
  display: block;
}

.search-popup .search-list li a:hover {
  background: #eaeaea;
  text-decoration: none;
}

.search-popup .search-list li a .highlight {
  font-weight: bold;
}

.search-popup .search-list li .ui-state-active {
  background: #eaeaea;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  background-color: #ffffff;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

a {
  text-decoration: none;
  color: #7A088C;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

h1.hori-line,
h2.hori-line,
h3.hori-line,
h4.hori-line,
h5.hori-line,
h6.hori-line {
  overflow: hidden;
  text-align: left;
}

h1.hori-line:after,
h2.hori-line:after,
h3.hori-line:after,
h4.hori-line:after,
h5.hori-line:after,
h6.hori-line:after {
  content: "";
  background-color: #210054;
  display: inline-block;
  height: 3px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 10px;
  margin-right: -100%;
  border-radius: 5px;
}

p,
ul,
ol {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.57;
  margin-top: 0;
  margin-bottom: 15px;
  color: #454545;
}

p:empty,
ul:empty,
ol:empty {
  display: none;
}

ol:not(.list-unstyled),
.alpha:not(.list-unstyled):not(.pros):not(.cons),
.upper-alpha:not(.list-unstyled):not(.pros):not(.cons):not(.covid-terms) {
  padding: 0;
  list-style: none;
}

ol:not(.list-unstyled) > li,
.alpha:not(.list-unstyled):not(.pros):not(.cons) > li,
.upper-alpha:not(.list-unstyled):not(.pros):not(.cons):not(.covid-terms) > li {
  position: relative;
  padding-left: 22px;
}

ol:not(.list-unstyled) > li:not(:last-child),
.alpha:not(.list-unstyled):not(.pros):not(.cons) > li:not(:last-child),
.upper-alpha:not(.list-unstyled):not(.pros):not(.cons):not(.covid-terms) > li:not(:last-child) {
  padding-bottom: 5px;
}

ol:not(.list-unstyled) ul,
ol:not(.list-unstyled) ol,
.alpha:not(.list-unstyled):not(.pros):not(.cons) ul,
.alpha:not(.list-unstyled):not(.pros):not(.cons) ol,
.upper-alpha:not(.list-unstyled):not(.pros):not(.cons):not(.covid-terms) ul,
.upper-alpha:not(.list-unstyled):not(.pros):not(.cons):not(.covid-terms) ol {
  margin-bottom: 0;
  padding-top: 3px;
}

ol:not(.list-unstyled) ul li,
ol:not(.list-unstyled) ol li,
.alpha:not(.list-unstyled):not(.pros):not(.cons) ul li,
.alpha:not(.list-unstyled):not(.pros):not(.cons) ol li,
.upper-alpha:not(.list-unstyled):not(.pros):not(.cons):not(.covid-terms) ul li,
.upper-alpha:not(.list-unstyled):not(.pros):not(.cons):not(.covid-terms) ol li {
  padding-left: 0;
}

ol:not(.list-unstyled) ul li:not(:last-child),
ol:not(.list-unstyled) ol li:not(:last-child),
.alpha:not(.list-unstyled):not(.pros):not(.cons) ul li:not(:last-child),
.alpha:not(.list-unstyled):not(.pros):not(.cons) ol li:not(:last-child),
.upper-alpha:not(.list-unstyled):not(.pros):not(.cons):not(.covid-terms) ul li:not(:last-child),
.upper-alpha:not(.list-unstyled):not(.pros):not(.cons):not(.covid-terms) ol li:not(:last-child) {
  padding-bottom: 5px;
}

ol:not(.list-unstyled) ul li:before,
ol:not(.list-unstyled) ol li:before,
.alpha:not(.list-unstyled):not(.pros):not(.cons) ul li:before,
.alpha:not(.list-unstyled):not(.pros):not(.cons) ol li:before,
.upper-alpha:not(.list-unstyled):not(.pros):not(.cons):not(.covid-terms) ul li:before,
.upper-alpha:not(.list-unstyled):not(.pros):not(.cons):not(.covid-terms) ol li:before {
  display: none;
}

ol:not(.list-unstyled).list-unstyled li,
.alpha:not(.list-unstyled):not(.pros):not(.cons).list-unstyled li,
.upper-alpha:not(.list-unstyled):not(.pros):not(.cons):not(.covid-terms).list-unstyled li {
  padding-left: 0;
}

ol:not(.list-unstyled).list-unstyled li:before,
.alpha:not(.list-unstyled):not(.pros):not(.cons).list-unstyled li:before,
.upper-alpha:not(.list-unstyled):not(.pros):not(.cons):not(.covid-terms).list-unstyled li:before {
  display: none;
}

ol:not(.list-unstyled) > li {
  padding-left: 22px;
}

ol:not(.list-unstyled) > li:not([value]) {
  counter-increment: list-item 1;
}

ol:not(.list-unstyled) > li:before {
  content: "" counter(list-item) ".";
  position: absolute;
  left: 3px;
  top: 0;
  font-weight: bold;
  width: 10px;
  display: flex;
  justify-content: flex-end;
}

ol:not(.list-unstyled) ol {
  list-style: decimal;
  padding-left: 18px;
}

ol:not(.list-unstyled) ul {
  list-style: circle !important;
  padding-left: 18px !important;
}

ol:not(.list-unstyled) ul li {
  padding-left: 0 !important;
}

ol:not(.list-unstyled) ul ul {
  list-style: square;
}

ul:not(.list-unstyled):not(.menu-wrapper):not(.sub-menu):not(.toc-list):not(.pros):not(.cons):not(.select2-results__options):not(.nav):not(.check-list):not(.cross-list):not(.covid-terms) {
  padding-left: 0;
  list-style: none;
}

ul:not(.list-unstyled):not(.menu-wrapper):not(.sub-menu):not(.toc-list):not(.pros):not(.cons):not(.select2-results__options):not(.nav):not(.check-list):not(.cross-list):not(.covid-terms) > li {
  position: relative;
  padding-left: 18px;
}

ul:not(.list-unstyled):not(.menu-wrapper):not(.sub-menu):not(.toc-list):not(.pros):not(.cons):not(.select2-results__options):not(.nav):not(.check-list):not(.cross-list):not(.covid-terms) > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #454545;
  border-radius: 50%;
}

ul:not(.list-unstyled):not(.menu-wrapper):not(.sub-menu):not(.toc-list):not(.pros):not(.cons):not(.select2-results__options):not(.nav):not(.check-list):not(.cross-list):not(.covid-terms) ul {
  list-style: circle;
  padding: 3px 0 3px 18px;
  margin-bottom: 0;
}

ul:not(.list-unstyled):not(.menu-wrapper):not(.sub-menu):not(.toc-list):not(.pros):not(.cons):not(.select2-results__options):not(.nav):not(.check-list):not(.cross-list):not(.covid-terms) ul li {
  padding-left: 0;
}

ul:not(.list-unstyled):not(.menu-wrapper):not(.sub-menu):not(.toc-list):not(.pros):not(.cons):not(.select2-results__options):not(.nav):not(.check-list):not(.cross-list):not(.covid-terms) ul li:before {
  display: none;
}

ul:not(.list-unstyled):not(.menu-wrapper):not(.sub-menu):not(.toc-list):not(.pros):not(.cons):not(.select2-results__options):not(.nav):not(.check-list):not(.cross-list):not(.covid-terms) ul ul {
  list-style: square;
}

ul:not(.list-unstyled):not(.menu-wrapper):not(.sub-menu):not(.toc-list):not(.pros):not(.cons):not(.select2-results__options):not(.nav):not(.check-list):not(.cross-list):not(.covid-terms) ol {
  list-style: decimal;
  padding-left: 18px;
}

.alpha,
.upper-alpha {
  counter-reset: alpha-counter;
}

.alpha li,
.upper-alpha li {
  counter-increment: alpha-counter;
  position: relative;
  padding: 0 0 12px 22px;
}

.alpha li:before,
.upper-alpha li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  width: 13px;
}

.alpha li:before {
  content: counter(alpha-counter, lower-alpha) ". ";
}

.upper-alpha li:before {
  content: counter(alpha-counter, upper-alpha) ". ";
}

ul.covid-terms {
  background: no-repeat;
  border: none;
  padding: 0;
  margin: 30px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  list-style: none;
  clear: both;
  float: none;
}

ul.covid-terms li {
  position: relative;
  padding: 0 0 15px 40px;
  line-height: 30px;
  margin-bottom: 0;
  flex: 0 0 100%;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 300;
}

ul.covid-terms li:last-child {
  padding-bottom: 0;
}

ul.covid-terms li:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e5e5;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
}

ul.covid-terms li.check:before {
  background-image: url(../images/check-arrow-green.svg);
}

ul.covid-terms li.cross:before {
  background-image: url(../images/cross-red.svg);
}

ul.covid-terms li.que:before {
  background-image: url(../images/question-violet.svg);
}

.check-list {
  list-style: none;
  padding-left: 28px;
  margin-bottom: 20px;
}

.check-list > li {
  position: relative;
  padding-left: 0;
}

.check-list > li:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 6px;
  width: 22px;
  height: 17px;
  background: url(../images/check-arrow-green.svg) no-repeat center center;
  background-size: contain;
}

.check-list ul {
  margin-bottom: 0;
  padding-top: 5px;
}

.check-list ul li:not(:last-child) {
  padding-bottom: 5px;
}

.cross-list {
  list-style: none;
  padding-left: 28px;
  margin-bottom: 20px;
}

.cross-list > li {
  position: relative;
  padding-left: 0;
}

.cross-list > li:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 6px;
  width: 22px;
  height: 17px;
  background: url(../images/cross-red.svg) no-repeat center center;
}

.cross-list ul {
  margin-bottom: 0;
  padding-top: 5px;
}

.cross-list ul li:not(:last-child) {
  padding-bottom: 5px;
}

span.check {
  width: 22px;
  height: 26px;
  background: url(../images/check-arrow-green.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
}

span.cross {
  width: 22px;
  height: 26px;
  background: url(../images/cross-red.svg) no-repeat center center;
  display: inline-block;
}

.pros,
.cons {
  position: relative;
  padding-left: 35px;
}

.pros:not(ul):before,
.cons:not(ul):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.pros:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMyAzMiI+CiAgICA8ZGVmcz4KICAgICAgICA8Y2lyY2xlIGlkPSJ2dW9vN3VncWthIiBjeD0iMTgiIGN5PSIxNSIgcj0iMTUiLz4KICAgICAgICA8Y2lyY2xlIGlkPSJzbmo5ZG1lN2NiIiBjeD0iMTgiIGN5PSIxNSIgcj0iMTUiLz4KICAgICAgICA8bWFzayBpZD0iZjM3aDl1dzB3YyIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIwIiB5PSIwIiBmaWxsPSIjZmZmIiBtYXNrQ29udGVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3Z1b283dWdxa2EiLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPG1hc2sgaWQ9Inp5dnF1OGxrY2QiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMCIgeT0iMCIgZmlsbD0iI2ZmZiIgbWFza0NvbnRlbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIG1hc2tVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNzbmo5ZG1lN2NiIi8+CiAgICAgICAgPC9tYXNrPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDAuMDAwMDAwLCAtNDI3LjAwMDAwMCkgdHJhbnNsYXRlKDM3LjAwMDAwMCwgMzYyLjAwMDAwMCkgdHJhbnNsYXRlKDMuMDAwMDAwLCA2NC44Njc1MTkpIHRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4xMzI0ODEpIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBjeD0iMTUiIGN5PSIxNyIgcj0iMTUiIGZpbGw9IiNFQkU1RUUiLz4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBzdHJva2U9IiMyMTAwNTQiIHN0cm9rZS1kYXNoYXJyYXk9IjUwIDE3IiBzdHJva2Utd2lkdGg9IjQiIG1hc2s9InVybCgjZjM3aDl1dzB3YykiIHhsaW5rOmhyZWY9IiN2dW9vN3VncWthIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2Ugc3Ryb2tlPSIjMjEwMDU0IiBzdHJva2UtZGFzaGFycmF5PSIzIiBzdHJva2Utd2lkdGg9IjQiIG1hc2s9InVybCgjenl2cXU4bGtjZCkiIHhsaW5rOmhyZWY9IiNzbmo5ZG1lN2NiIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGZpbGw9IiMyMTAwNTQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTguNTU1IDEwLjk1Nmw4Ljk1OC04Ljk1OGMuNjA0LS42MDMgMS41ODItLjYwMyAyLjE4NiAwIC42MDMuNjA0LjYwMyAxLjU4MiAwIDIuMTg2TDkuNjQ4IDE0LjIzNGMtLjYwNC42MDQtMS41ODIuNjA0LTIuMTg2IDBMMS45OTggOC43NzJjLS42MDMtLjYwNC0uNjAzLTEuNTgyIDAtMi4xODYuNjA0LS42MDQgMS41ODItLjYwNCAyLjE4NiAwbDQuMzcgNC4zNzF6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjAwMDAwMCwgNy4wMDAwMDApIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=");
}

.cons:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMyAzMiI+CiAgICA8ZGVmcz4KICAgICAgICA8Y2lyY2xlIGlkPSI0NHlod2Z4OGxhIiBjeD0iMTgiIGN5PSIxNSIgcj0iMTUiLz4KICAgICAgICA8Y2lyY2xlIGlkPSJ1dDVlMHNvbTNiIiBjeD0iMTgiIGN5PSIxNSIgcj0iMTUiLz4KICAgICAgICA8bWFzayBpZD0icXEwbWkydnVvYyIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIwIiB5PSIwIiBmaWxsPSIjZmZmIiBtYXNrQ29udGVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iIzQ0eWh3Zng4bGEiLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPG1hc2sgaWQ9InNnMTNzaTNpYmQiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMCIgeT0iMCIgZmlsbD0iI2ZmZiIgbWFza0NvbnRlbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIG1hc2tVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiN1dDVlMHNvbTNiIi8+CiAgICAgICAgPC9tYXNrPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDAuMDAwMDAwLCAtNjQxLjAwMDAwMCkgdHJhbnNsYXRlKDM3LjAwMDAwMCwgMzYyLjAwMDAwMCkgdHJhbnNsYXRlKDMuMDAwMDAwLCAyNzguODY3NTE5KSB0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMTMyNDgxKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgY3g9IjE1IiBjeT0iMTciIHI9IjE1IiBmaWxsPSIjRUJFNUVFIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2Ugc3Ryb2tlPSIjMjEwMDU0IiBzdHJva2UtZGFzaGFycmF5PSI1MCAxNyIgc3Ryb2tlLXdpZHRoPSI0IiBtYXNrPSJ1cmwoI3FxMG1pMnZ1b2MpIiB4bGluazpocmVmPSIjNDR5aHdmeDhsYSIvPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHN0cm9rZT0iIzIxMDA1NCIgc3Ryb2tlLWRhc2hhcnJheT0iMyIgc3Ryb2tlLXdpZHRoPSI0IiBtYXNrPSJ1cmwoI3NnMTNzaTNpYmQpIiB4bGluazpocmVmPSIjdXQ1ZTBzb20zYiIvPgogICAgICAgICAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wIDBIMTdWMTdIMHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgNy4wMDAwMDApIi8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBmaWxsPSIjMjEwMDU0Ij4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMy4wMDIgMS4wNzhsNS4zNjIgNS4zNjMgNS4zNjItNS4zNjNjLjUzMi0uNTMgMS4zOTMtLjUzIDEuOTI0IDAgLjUzLjUzMS41MyAxLjM5MyAwIDEuOTI0bC01LjM2MyA1LjM2MiA1LjM2MyA1LjM2MmMuNTMuNTMyLjUzIDEuMzkzIDAgMS45MjQtLjUzMS41My0xLjM5Mi41My0xLjkyNCAwbC01LjM2Mi01LjM2My01LjM2MiA1LjM2M2MtLjUzMS41My0xLjM5My41My0xLjkyNCAwLS41My0uNTMxLS41My0xLjM5MiAwLTEuOTI0bDUuMzYzLTUuMzYyLTUuMzYzLTUuMzYyYy0uNTMtLjUzMS0uNTMtMS4zOTMgMC0xLjkyNC41MzEtLjUzIDEuMzkzLS41MyAxLjkyNCAweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCA3LjAwMDAwMCkgdHJhbnNsYXRlKDAuMDAwMDAwLCAwLjAwMDAwMCkiLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==");
}

h3.pros:before,
h3.cons:before {
  top: 5px;
}

thead .pros:before,
thead .cons:before {
  top: -3px;
}

strong.pros:before,
strong.cons:before {
  top: -2px;
}

ul.pros,
ul.cons {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

ul.pros li,
ul.cons li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}

ul.pros li:before,
ul.cons li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.pros li:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMyAzMiI+CiAgICA8ZGVmcz4KICAgICAgICA8Y2lyY2xlIGlkPSJ2dW9vN3VncWthIiBjeD0iMTgiIGN5PSIxNSIgcj0iMTUiLz4KICAgICAgICA8Y2lyY2xlIGlkPSJzbmo5ZG1lN2NiIiBjeD0iMTgiIGN5PSIxNSIgcj0iMTUiLz4KICAgICAgICA8bWFzayBpZD0iZjM3aDl1dzB3YyIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIwIiB5PSIwIiBmaWxsPSIjZmZmIiBtYXNrQ29udGVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3Z1b283dWdxa2EiLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPG1hc2sgaWQ9Inp5dnF1OGxrY2QiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMCIgeT0iMCIgZmlsbD0iI2ZmZiIgbWFza0NvbnRlbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIG1hc2tVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNzbmo5ZG1lN2NiIi8+CiAgICAgICAgPC9tYXNrPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDAuMDAwMDAwLCAtNDI3LjAwMDAwMCkgdHJhbnNsYXRlKDM3LjAwMDAwMCwgMzYyLjAwMDAwMCkgdHJhbnNsYXRlKDMuMDAwMDAwLCA2NC44Njc1MTkpIHRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4xMzI0ODEpIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBjeD0iMTUiIGN5PSIxNyIgcj0iMTUiIGZpbGw9IiNFQkU1RUUiLz4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBzdHJva2U9IiMyMTAwNTQiIHN0cm9rZS1kYXNoYXJyYXk9IjUwIDE3IiBzdHJva2Utd2lkdGg9IjQiIG1hc2s9InVybCgjZjM3aDl1dzB3YykiIHhsaW5rOmhyZWY9IiN2dW9vN3VncWthIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2Ugc3Ryb2tlPSIjMjEwMDU0IiBzdHJva2UtZGFzaGFycmF5PSIzIiBzdHJva2Utd2lkdGg9IjQiIG1hc2s9InVybCgjenl2cXU4bGtjZCkiIHhsaW5rOmhyZWY9IiNzbmo5ZG1lN2NiIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGZpbGw9IiMyMTAwNTQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTguNTU1IDEwLjk1Nmw4Ljk1OC04Ljk1OGMuNjA0LS42MDMgMS41ODItLjYwMyAyLjE4NiAwIC42MDMuNjA0LjYwMyAxLjU4MiAwIDIuMTg2TDkuNjQ4IDE0LjIzNGMtLjYwNC42MDQtMS41ODIuNjA0LTIuMTg2IDBMMS45OTggOC43NzJjLS42MDMtLjYwNC0uNjAzLTEuNTgyIDAtMi4xODYuNjA0LS42MDQgMS41ODItLjYwNCAyLjE4NiAwbDQuMzcgNC4zNzF6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjAwMDAwMCwgNy4wMDAwMDApIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=");
}

.cons li:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMyAzMiI+CiAgICA8ZGVmcz4KICAgICAgICA8Y2lyY2xlIGlkPSI0NHlod2Z4OGxhIiBjeD0iMTgiIGN5PSIxNSIgcj0iMTUiLz4KICAgICAgICA8Y2lyY2xlIGlkPSJ1dDVlMHNvbTNiIiBjeD0iMTgiIGN5PSIxNSIgcj0iMTUiLz4KICAgICAgICA8bWFzayBpZD0icXEwbWkydnVvYyIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIwIiB5PSIwIiBmaWxsPSIjZmZmIiBtYXNrQ29udGVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iIzQ0eWh3Zng4bGEiLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPG1hc2sgaWQ9InNnMTNzaTNpYmQiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMCIgeT0iMCIgZmlsbD0iI2ZmZiIgbWFza0NvbnRlbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIG1hc2tVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiN1dDVlMHNvbTNiIi8+CiAgICAgICAgPC9tYXNrPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDAuMDAwMDAwLCAtNjQxLjAwMDAwMCkgdHJhbnNsYXRlKDM3LjAwMDAwMCwgMzYyLjAwMDAwMCkgdHJhbnNsYXRlKDMuMDAwMDAwLCAyNzguODY3NTE5KSB0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMTMyNDgxKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgY3g9IjE1IiBjeT0iMTciIHI9IjE1IiBmaWxsPSIjRUJFNUVFIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2Ugc3Ryb2tlPSIjMjEwMDU0IiBzdHJva2UtZGFzaGFycmF5PSI1MCAxNyIgc3Ryb2tlLXdpZHRoPSI0IiBtYXNrPSJ1cmwoI3FxMG1pMnZ1b2MpIiB4bGluazpocmVmPSIjNDR5aHdmeDhsYSIvPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHN0cm9rZT0iIzIxMDA1NCIgc3Ryb2tlLWRhc2hhcnJheT0iMyIgc3Ryb2tlLXdpZHRoPSI0IiBtYXNrPSJ1cmwoI3NnMTNzaTNpYmQpIiB4bGluazpocmVmPSIjdXQ1ZTBzb20zYiIvPgogICAgICAgICAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wIDBIMTdWMTdIMHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgNy4wMDAwMDApIi8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBmaWxsPSIjMjEwMDU0Ij4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMy4wMDIgMS4wNzhsNS4zNjIgNS4zNjMgNS4zNjItNS4zNjNjLjUzMi0uNTMgMS4zOTMtLjUzIDEuOTI0IDAgLjUzLjUzMS41MyAxLjM5MyAwIDEuOTI0bC01LjM2MyA1LjM2MiA1LjM2MyA1LjM2MmMuNTMuNTMyLjUzIDEuMzkzIDAgMS45MjQtLjUzMS41My0xLjM5Mi41My0xLjkyNCAwbC01LjM2Mi01LjM2My01LjM2MiA1LjM2M2MtLjUzMS41My0xLjM5My41My0xLjkyNCAwLS41My0uNTMxLS41My0xLjM5MiAwLTEuOTI0bDUuMzYzLTUuMzYyLTUuMzYzLTUuMzYyYy0uNTMtLjUzMS0uNTMtMS4zOTMgMC0xLjkyNC41MzEtLjUzIDEuMzkzLS41MyAxLjkyNCAweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCA3LjAwMDAwMCkgdHJhbnNsYXRlKDAuMDAwMDAwLCAwLjAwMDAwMCkiLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==");
}

.banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.banner:before {
  content: "";
  position: absolute;
  top: var(--header_height);
  left: 0;
  width: 100%;
  height: calc(100% - var(--header_height) - 7px);
  background-image: linear-gradient(3deg, #aeb1c0 -18%, #210054 96%);
  background-size: 100vw 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.banner picture {
  position: relative;
  z-index: -1;
}

.banner .banner-shape {
  object-fit: fill;
  margin-top: -12px;
  height: 149px;
  width: 100%;
  pointer-events: none;
}

.small-title {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 8px auto;
  padding-bottom: 13px;
  text-transform: uppercase;
  color: #FF9D00;
  position: relative;
  text-align: center;
}

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

.small-title.left:before {
  left: 0;
  transform: translate(0, 0);
}

.small-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 68px;
  height: 3px;
  border-radius: 5px;
  transform: translate(-50%, 0);
  background: #210054;
}

.small-title.white:before {
  background: #ffffff;
}

.small-title.noline {
  padding-bottom: 0;
}

.small-title.noline:before {
  display: none;
}

.promo {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 1px;
  color: #101f30;
}

h1:not(.promo),
.h1:not(.promo) {
  font-size: 28px;
  line-height: 1.39;
  letter-spacing: 0;
  font-weight: bold;
  color: #101f30;
  margin-bottom: 10px;
}

h2,
.h2 {
  font-size: 24px;
  line-height: 1.37;
  letter-spacing: 0.6px;
  font-weight: bold;
  color: #101f30;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.6px;
  font-weight: bold;
  color: #101f30;
  margin-bottom: 12px;
}

h2.line,
.h2.line,
h3.line,
.h3.line {
  position: relative;
  padding-bottom: 8px;
}

h2.line:after,
.h2.line:after,
h3.line:after,
.h3.line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #210054;
  border-radius: 3px;
}

h2.line.line-safron:after,
.h2.line.line-safron:after,
h3.line.line-safron:after,
.h3.line.line-safron:after {
  background: #FF9D00;
}

.top-line {
  position: relative;
  padding-top: 15px;
}

.top-line:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 70px;
  height: 3px;
  background: #210054;
  border-radius: 3px;
  transform: translate(-50%, 0);
}

.top-line.left:before {
  left: 0;
  transform: translate(0, 0);
}

h4,
.h4 {
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 1px;
  font-weight: bold;
  color: #101f30;
}

h4.grey,
.h4.grey {
  color: #a3a3a3;
}

h4.safron,
.h4.safron {
  color: #FF9D00;
}

h5,
.h5 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41;
  color: #101f30;
}

hr {
  background: #cccccc;
  padding: 1px;
  border: none;
}

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

.fw-500 {
  font-weight: 500 !important;
}

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

.label {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.85px;
  color: #a3a3a3;
  text-transform: uppercase;
}

.label.text-safron {
  color: #FF9D00;
}

.other {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 6px;
  line-height: 1.43;
}

.other.text-paua {
  color: #240261;
}

.footnote {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.33;
  color: #999999;
  margin-bottom: 6px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.aligncenter {
  margin: 0 auto 20px auto;
  display: block;
}

.bg-deepazul {
  background: #101f30;
  color: #ffffff;
}

.bg-violet {
  background: #210054;
  color: #ffffff;
}

.bg-safron {
  background: #FF9D00;
  color: #ffffff;
}

.bg-palegreen {
  background: #E8F5F3;
  color: #101f30;
}

.bg-green {
  background: #00B29F;
  color: #ffffff;
}

.bg-peach {
  background: #FEEDD0;
  color: #101f30;
}

.bg-purple {
  background: #7A088C;
  color: #ffffff;
}

.bg-lightpurple {
  background: #EBE5EE;
  color: #101f30;
}

.bg-eggplant {
  background: #380056;
  color: #ffffff;
}

.bg-red {
  background: #D93551;
  color: #ffffff;
}

.bg-darkgrey {
  background: #3d3d3d;
  color: #ffffff;
}

.bg-smoke {
  background: #999999;
  color: #101f30;
}

.bg-ash {
  background: #cccccc;
  color: #101f30;
}

.bg-cloud {
  background: #e5e5e5;
  color: #101f30;
}

.bg-lightgrey {
  background: #f9f9f9;
  color: #101f30;
}

.bg-dark {
  background: #1f1f1f;
  color: #ffffff;
}

.bg-white {
  background: #ffffff;
  color: #101f30;
}

.bg-grey {
  background: #454545;
  color: #ffffff;
}

.loading {
  position: relative;
}

.loading:before {
  content: "";
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  animation: 1.5s spin infinite linear;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.btn {
  font-size: 16px;
  padding: 11px 20px;
  min-width: 180px;
  letter-spacing: 0.94px;
  font-family: "Roboto", sans-serif;
  line-height: normal;
  font-weight: 500;
  color: #ffffff;
  border: 2px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.3s;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
}

.btn:not([class*=btn-outline]) {
  background: #FF9D00;
}

.btn[disabled],
.btn.disabled,
.btn.done {
  cursor: not-allowed !important;
  pointer-events: all !important;
  background: #cccccc;
  color: #ffffff;
  opacity: 1;
}

.btn:not([disabled]):not(.disabled):not(.done):hover {
  background: #ffab24;
  border-color: #ffab24;
  color: #ffffff;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  box-shadow: none;
}

.btn.btn-shadow {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.btn.btn-violet {
  background: #210054;
}

.btn.btn-violet:not([disabled]):not(.disabled):not(.done):hover,
.btn.btn-violet:not([disabled]):not(.disabled):not(.done):focus {
  background: #2f0078;
  border-color: #2f0078;
}

.btn.btn-outline {
  background: #ffffff;
  border-color: #FF9D00;
  color: #240261;
}

.btn.btn-outline.loading:before {
  border-color: rgba(36, 2, 97, 0.3);
  border-top-color: #240261;
}

.btn.btn-outline.loading:hover:before {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}

.btn.btn-outline[disabled],
.btn.btn-outline.disabled,
.btn.btn-outline.done {
  background: transparent;
  border-color: #e5e5e5;
  color: #cccccc;
}

.btn.btn-outline svg {
  fill: #210054;
}

.btn.btn-outline-violet {
  background: #ffffff;
  border-color: #210054;
  color: #210054;
}

.btn.btn-outline-violet svg {
  fill: #210054;
}

.btn.btn-outline-violet.loading:before {
  border-color: rgba(36, 2, 97, 0.3);
  border-top-color: #240261;
}

.btn.btn-outline-violet:hover:not([disabled]):not(.disabled):not(.done),
.btn.btn-outline-violet:focus:not([disabled]):not(.disabled):not(.done),
.btn.btn-outline-violet.active:not([disabled]):not(.disabled):not(.done) {
  background: #210054;
  color: #ffffff;
  border-color: #210054;
}

.loading.btn.btn-outline-violet:hover:before,
.btn.btn-outline-violet:focus:before,
.btn.btn-outline-violet.active:before {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}

.btn.btn-outline-violet:hover svg,
.btn.btn-outline-violet:focus svg,
.btn.btn-outline-violet.active svg {
  fill: #ffffff;
}

.btn.btn-outline-white {
  border-color: #ffffff;
}

.btn.btn-outline-white:hover:not([disabled]):not(.disabled):not(.done),
.btn.btn-outline-white:focus:not([disabled]):not(.disabled):not(.done),
.btn.btn-outline-white.active:not([disabled]):not(.disabled):not(.done) {
  background: #FF9D00;
  border-color: transparent;
}

.btn.btn-outline:hover:not([disabled]):not(.disabled):not(.done) {
  color: #ffffff;
}

.btn.active,
.btn:focus {
  background: #ffab24;
  border-color: #ffab24;
  color: #ffffff;
}

.loading.btn.active:before,
.btn:focus:before {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}

.btn.active.btn-violet,
.btn:focus.btn-violet {
  background: #210054;
  border-color: #210054;
}

.btn.btn-xl {
  padding-top: 20px;
  padding-bottom: 19px;
  min-width: 250px;
}

.btn.btn-lg {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 14px;
  min-width: 200px;
}

.btn.btn-sm {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  min-width: 150px;
}

.btn.btn-sm img {
  width: 10px;
  margin-top: -2px;
}

.btn.btn-tn {
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 3px;
  min-width: 120px;
}

.btn.btn-inline {
  min-width: auto;
}

.btn svg {
  transition: 0.3s;
  width: 13px;
  margin-left: 7px;
  margin-top: -4px;
}

.btn img {
  width: 15px;
  margin-left: 7px;
  margin-top: -4px;
}

.btn.secure:after {
  content: "";
  min-width: 13px;
  min-height: 17px;
  margin: -2px 0 0 7px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}

.btn.secure:not(.btn-outline):not(.btn-outline-violet):after {
  background-image: url("../images/lock.png");
}

.btn.secure.btn-outline:after,
.btn.secure.btn-outline-violet:after {
  background-image: url("../images/lock-violet.png");
}

.btn.secure.btn-outline:hover:after,
.btn.secure.btn-outline:focus:after,
.btn.secure.btn-outline-violet:hover:after,
.btn.secure.btn-outline-violet:focus:after {
  background-image: url("../images/lock.png");
}

.btn-read {
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  color: #101f30;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-right: 10px;
  transition: 0.3s;
  text-transform: inherit;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.btn-read:hover,
.btn-read:focus,
.btn-read.active {
  text-decoration: none;
  color: #ffffff;
  background: #210054;
}

.btn-read.btn-lg {
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 14px;
  min-width: 200px;
}

.btn-read.btn-md {
  font-size: 17px;
  padding-top: 11px;
  padding-bottom: 11px;
  min-width: 180px;
  height: 45px;
}

.btn-group {
  display: flex;
}

.btn-group > .btn {
  flex: 1 1 auto;
}

.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > .btn:not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.w-305 {
  max-width: 305px;
  width: 100%;
}

.bg-gerry-berry {
  background: linear-gradient(-30deg, #aeb1c0 -50%, #221d53 80%);
}

.bg-grey-purple {
  background: linear-gradient(to top, #aeb1c0 -96%, #736793, #210054);
}

.bg-palegreen-grey {
  background: linear-gradient(to top, #f9f9f9, #E8F5F3);
}

.bg-palegreen-orange {
  background: linear-gradient(to right, #c1e5e0, #FF9D00);
}

.bg-palegreen-peach {
  background: linear-gradient(to right, #c1e5e0, #f18054);
}

.img-responsive {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.form-control {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #454545;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  padding: 8px 18px;
  width: 100%;
  height: 45px;
}

.form-control::placeholder {
  color: #999999;
}

.form-control:focus {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  border-color: #e5e5e5;
}

.form-control.form-control-sm {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.form-control.form-control-md {
  height: 45px;
}

.form-control.form-control-lg {
  height: 55px;
}

.form-control.prepend {
  padding-left: 34px;
}

.form-control.append {
  padding-right: 38px;
}

.form-control ~ span[class*=pend] {
  position: absolute;
  top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #454545;
  padding-top: 1px;
  display: flex;
  align-items: center;
  height: 45px;
  pointer-events: none;
}

.form-control.form-control-sm ~ span[class*=pend] {
  height: 35px;
  font-size: 14px;
}

.form-control.form-control-md ~ span[class*=pend] {
  height: 45px;
}

.form-control.form-control-lg ~ span[class*=pend] {
  height: 55px;
}

.form-control.is-invalid ~ span[class*=pend] {
  color: #D93551;
}

.form-control ~ .input-prepend {
  left: 20px;
}

.form-control ~ .input-append {
  right: 20px;
}

textarea.form-control {
  min-width: 100%;
  max-width: 100%;
  min-height: 45px;
}

textarea.form-control.form-control-lg {
  min-height: 55px;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.is-invalid .form-control {
  border-color: #D93551;
  background-color: #fef6f5;
  color: #D93551;
}

.was-validated .form-control:invalid::placeholder,
.form-control.is-invalid::placeholder,
.is-invalid .form-control::placeholder {
  color: rgba(217, 53, 81, 0.5);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.is-invalid .form-control:focus {
  box-shadow: 0 5px 20px 0 rgba(217, 53, 81, 0.1);
}

.invalid-feedback {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #D93551;
  line-height: 16px;
  margin-top: 8px;
  display: none;
}

.is-invalid .invalid-feedback,
.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.form-group label {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #454545;
  line-height: 22px;
  margin-bottom: 5px;
  display: inline-block;
}

.form-group label ~ .input-prepend,
.form-group label ~ .input-append {
  top: 10px;
}

.input-group {
  position: relative;
}

.input-group.half {
  display: flex;
  flex-wrap: wrap;
}

.input-group.half > .form-control {
  width: 50%;
}

.input-group.half > .form-control:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.half > .form-control:last-child {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group.half > .custom-select2 {
  width: 50%;
}

.input-group.half > .custom-select2:first-child .select2-selection--single {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.half > .custom-select2:last-child .select2-selection--single {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group.half .invalid-feedback {
  order: 1;
}

.form-check {
  display: flex;
  margin-bottom: 10px;
}

.form-check-input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  border: 1px solid #cccccc;
  margin: 1px 0 0 0;
  border-radius: 5px;
}

.form-check-input:checked {
  background-image: url(../images/check-arrow.svg);
}

.form-check-input[type*=radio] {
  border-radius: 50%;
}

.form-check-input[disabled],
.form-check-input:disabled {
  background-color: #e1e1e1;
  border-color: #a3a3a3;
}

.form-check-input[disabled]:checked,
.form-check-input:disabled:checked {
  background-image: url(../images/check-arrow-disabled.svg);
}

.form-check-input.indeterminate {
  background-image: url(../images/indeterminate.svg);
}

.form-check-input.is-invalid {
  background-color: #fef6f5;
  border-color: #D93551;
}

.form-check-input.is-invalid:checked {
  background-image: url(../images/check-arrow-error.svg);
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #D93551;
}

.form-check-input ~ .form-check-label {
  padding-left: 8px;
  margin-bottom: 0;
  line-height: 1.4;
}

.custom-select2 {
  position: relative;
}

.custom-select2 .select2-hidden-accessible {
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  border: 0;
}

.custom-select2 .select2-selection--single {
  font-family: "Roboto", sans-serif;
  height: 45px;
  border-radius: 5px;
  border: solid 2px #e5e5e5;
  width: 100%;
  font-size: 16px;
  color: #454545;
  background: #ffffff;
  padding: 8px 10px 8px 18px;
  display: flex;
  align-items: center;
}

.custom-select2 .select2-selection--single:focus {
  outline: none;
}

.custom-select2 .select2-container--focus .select2-selection--single:focus {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.custom-select2 .select2 {
  display: inline-block;
  width: 100% !important;
}

.custom-select2 .form-control-sm ~ .select2 .select2-selection--single {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.custom-select2 .form-control-md ~ .select2 .select2-selection--single {
  height: 45px;
}

.custom-select2 .form-control-lg ~ .select2 .select2-selection--single {
  height: 55px;
}

.custom-select2 .is-invalid ~ .select2 .select2-selection--single {
  border-color: #D93551;
  background: #fef6f5;
  color: #D93551;
}

.custom-select2 .select2 .select2-selection__rendered {
  position: relative;
  padding-right: 20px;
  display: block;
  width: 100%;
  line-height: initial;
}

.custom-select2 .select2 .select2-selection__rendered:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border-radius: 5px;
  background: url(../images/arrow-bottom.svg) no-repeat center center;
  transition: 0.3s;
}

.custom-select2 .form-control-sm ~ .select2 .select2-selection__rendered:before {
  background-size: 54%;
}

.custom-select2 .select2.select2-container--open .select2-selection__rendered:before {
  transform: rotate(180deg);
}

.custom-select2 .select2 .select2-selection__rendered:focus {
  outline: none;
}

.custom-select2 .is-invalid ~ .select2 .select2-selection__rendered:before {
  background-image: url(../images/arrow-bottom-red.svg);
}

.select2-container .select2-search--hide,
.select2-container .select2-search {
  display: none;
}

.select2-container .select2-search__field {
  border: 0;
  padding: 5px 12px;
}

.select2-container .select2-dropdown {
  display: block;
}

.select2-selection:focus {
  outline: none;
}

.select2-results__options {
  font-family: "Roboto", sans-serif;
  color: #101f30;
  line-height: 22px;
  font-size: 16px;
  list-style: none;
  padding: 6px 0;
  margin: -1px 0 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background: #ffffff;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}

.select2-results__options li {
  cursor: pointer;
  padding: 4px 20px;
}

.select2-results__options li:hover,
.select2-results__options li.select2-results__option--highlighted {
  background: #1e90ff;
  color: #ffffff;
}

.custom-select {
  width: 180px;
  display: none;
}

.custom-select + .select2 .select2-selection__rendered {
  display: inline-block;
  padding: 6px 30px 6px 10px;
  height: 35px;
  width: 180px;
  border-radius: 5px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #FF9D00;
  border: 0;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
}

.custom-select + .select2 .select2-selection__rendered:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 100%;
  border-radius: 5px;
  background: url(../images/caret-down.svg) no-repeat center center;
  transition: 0.3s;
  transform: rotate(180deg);
}

.custom-select + .select2 .select2-container--open .select2-selection__rendered:before {
  transform: rotate(0deg);
}

.custom-select-options .select2-results__options {
  color: #380056;
  font-size: 17px;
  border-radius: 0 0 5px 5px;
  border-top: 2px solid #999999;
  margin-top: 6px;
}

.mmloader {
  width: 25px;
  height: 25px;
  margin: 0;
  background: transparent;
  border-top: 2px solid #ffffff;
  border-right: 2px solid transparent;
  border-radius: 50%;
  animation: 1s spin linear infinite;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.ad-disc-wrap {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.post-right .ad-disc-wrap {
  flex-direction: column;
}

.ad-disc-wrap .que-icon {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-bottom: 2px;
}

.ad-disclosure {
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #7A088C;
  font-size: 14px;
  line-height: normal;
  cursor: pointer;
}

.ad-disclosure:hover {
  text-decoration: none;
}

.form-group .ad-disclosure {
  display: inline-block;
  margin-bottom: 0;
}

.popover {
  font-family: "Roboto", sans-serif;
  max-width: 100%;
  border: 0;
  cursor: auto;
  z-index: 1;
  background: transparent;
  text-transform: initial;
  white-space: initial;
}

.popover.show {
  opacity: 1;
}

.popover.bs-popover-bottom,
.popover.bs-popover-auto[data-popper-placement^=bottom] {
  margin-top: 15px !important;
}

.popover.bs-popover-bottom .popover-body,
.popover.bs-popover-auto[data-popper-placement^=bottom] .popover-body {
  margin-left: 15px;
  margin-right: 15px;
}

.popover.bs-popover-top,
.popover.bs-popover-auto[data-popper-placement^=top] {
  margin-bottom: 15px !important;
}

.popover.bs-popover-top .popover-body,
.popover.bs-popover-auto[data-popper-placement^=top] .popover-body {
  margin-left: 15px;
  margin-right: 15px;
}

.popover.bs-popover-end,
.popover.bs-popover-auto[data-popper-placement^=right] {
  margin-left: 15px !important;
}

.popover.bs-popover-end .popover-body,
.popover.bs-popover-auto[data-popper-placement^=right] .popover-body {
  margin-top: 15px;
  margin-bottom: 15px;
}

.popover.bs-popover-start,
.popover.bs-popover-auto[data-popper-placement^=left] {
  margin-right: 15px !important;
}

.popover.bs-popover-start .popover-body,
.popover.bs-popover-auto[data-popper-placement^=left] .popover-body {
  margin-top: 15px;
  margin-bottom: 15px;
}

.popover .popover-arrow:before {
  filter: blur(4px);
  opacity: 0.6;
}

.popover.bs-popover-bottom > .popover-arrow:before,
.popover.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:before {
  border-bottom-width: 12px;
}

.popover.bs-popover-top > .popover-arrow:before,
.popover.bs-popover-auto[data-popper-placement^=top] > .popover-arrow:before {
  border-top-width: 12px;
}

.popover.bs-popover-end > .popover-arrow:before,
.popover.bs-popover-auto[data-popper-placement^=right] > .popover-arrow:before {
  border-right-width: 12px;
}

.popover.bs-popover-start > .popover-arrow:before,
.popover.bs-popover-auto[data-popper-placement^=left] > .popover-arrow:before {
  border-left-width: 12px;
}

.popover.bs-popover-bottom > .popover-arrow,
.popover.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  bottom: -15px;
}

.popover.bs-popover-top > .popover-arrow,
.popover.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: -15px;
}

.popover .popover-body {
  max-width: 360px;
  max-height: 275px;
  overflow-y: auto;
  padding: 10px;
  color: #101f30;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  font-size: 14px;
}

.popover .popover-body p,
.popover .popover-body li {
  font-size: 14px;
}

.popover .popover-body p:last-child,
.popover .popover-body li:last-child {
  margin-bottom: 0;
}

.popover .popover-body span {
  font-weight: bold;
}

.popover .author_info {
  display: flex;
}

.popover .author_info > img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
}

.popover .author_info h4 {
  text-transform: inherit;
}

.popover .author_info p {
  font-size: 14px;
}

.popover .author_detail h4 {
  font-size: 18px;
  margin: 10px 0;
}

.popover .author_detail > p {
  margin-bottom: 10px;
}

.popover .author_detail > *:empty {
  display: none;
}

.que-icon {
  background: #7A088C;
  color: #ffffff;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 4px;
  line-height: 16px;
  text-decoration: none;
}

.form-group .que-icon {
  margin-bottom: 2px;
  margin-left: 5px;
}

.rounded {
  border-radius: 6px !important;
}

.modal .modal-dialog {
  max-width: 900px;
  display: flex;
  align-items: center;
  min-height: calc(100% - 60px);
}

.modal-header .close {
  background: none;
  border: 0;
  cursor: pointer;
}

.reviews-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.reviews-wrap .reviews {
  font-size: 14px;
  line-height: 20px;
  margin-left: 5px;
}

.review-stars {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin-top: -3px;
}

.review-stars:before {
  content: "★★★★★";
  background: linear-gradient(90deg, #ffc507 calc(var(--rating) / 5 * 100%), #cccccc calc(var(--rating) / 5 * 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
}

.ribbon-label {
  font-size: 14px;
  font-weight: bold;
  color: #240261;
  font-family: "Roboto", sans-serif;
  border: 1px solid #240261;
  padding: 2px 12px 0px;
  border-radius: 5px;
  line-height: 26px;
}

.ribbon-banner {
  font-size: 15px;
  letter-spacing: 0.9px;
  padding: 6px 9px 5px 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background: #00B29F;
  position: relative;
}

.ribbon-banner:after {
  content: "";
  position: absolute;
  right: -56px;
  top: 0;
  width: 68px;
  height: 100%;
  background: url(../images/ribbon-banner-shap.png) no-repeat right center;
  background-size: contain;
}

.ribbon {
  font-size: 17px;
  padding: 5px 20px 5px 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 600;
  background: #210054;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}

.ribbon:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 12px solid #ffffff;
}

.top-banner {
  position: absolute;
  top: 0;
  left: 0;
  background: #00B29F;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  z-index: 2;
}

.top-banner .btn {
  margin: 8px 10px 0 10px;
}

.top-banner .close-topbar {
  position: absolute;
  right: 6px;
  top: 50%;
  width: 15px;
  height: 15px;
  z-index: 1;
  background: url(../images/icons-ui-x.svg) no-repeat center center;
  transform: translate(0, -50%);
  background-size: contain;
  cursor: pointer;
}

.semantic_ui.footable_parent {
  border-radius: 6px;
  box-shadow: 3px 3px 10px 0 rgba(16, 31, 48, 0.1);
  margin-bottom: 30px;
  clear: both;
}

.semantic_ui.footable_parent .table_title {
  background: #E8F5F3;
  color: inherit;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  line-height: inherit;
  padding: 15px 20px;
  box-shadow: 3px 3px 10px 0 rgba(16, 31, 48, 0.1);
  position: relative;
  z-index: 1;
}

.semantic_ui.footable_parent .ui.table {
  margin-top: 0;
  border: 0;
  color: #454545;
}

.semantic_ui.footable_parent .ui.table thead {
  box-shadow: 3px 3px 10px 0 rgba(16, 31, 48, 0.1);
}

.semantic_ui.footable_parent .table_title + .ui.table thead {
  box-shadow: none;
}

.semantic_ui.footable_parent .ui.table thead th {
  color: #454545;
  background: #E8F5F3;
  border-bottom: 0;
  font-weight: 600;
  line-height: inherit;
}

.semantic_ui.footable_parent .table_title + .ui.table thead th {
  background: transparent;
}

.semantic_ui.footable_parent .table_title + .ui.table tr:first-child td {
  border-top: 1px solid #210054;
}

.semantic_ui.footable_parent .ui.table th,
.semantic_ui.footable_parent .ui.table td {
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
}

.border .semantic_ui.footable_parent .ui.table th,
.border .semantic_ui.footable_parent .ui.table td {
  border-bottom-color: #cccccc;
}

.table-border .semantic_ui.footable_parent .ui.table th,
.table-border .semantic_ui.footable_parent .ui.table td {
  border: 1px solid #210054;
}

.fw-bold-col1 .semantic_ui.footable_parent .ui.table th:first-child,
.fw-bold-col1 .semantic_ui.footable_parent .ui.table td:first-child {
  font-weight: bold;
}

.text-start-col1 .semantic_ui.footable_parent .ui.table th:first-child,
.text-start-col1 .semantic_ui.footable_parent .ui.table td:first-child {
  text-align: left;
}

.align-top .semantic_ui.footable_parent .ui.table th,
.align-top .semantic_ui.footable_parent .ui.table td {
  vertical-align: top;
}

.semantic_ui.footable_parent .ui.table td {
  border-top-color: #210054;
}

.colspan-color .semantic_ui.footable_parent .ui.table td[colspan] {
  background-color: rgba(33, 0, 84, 0.08);
}

.semantic_ui.footable_parent .ui.table td ul:last-child {
  margin-bottom: 0;
}

.semantic_ui.footable_parent .ui.table tfoot tr.footable-paging td {
  border-top-color: #210054 !important;
}

.semantic_ui.footable_parent .footable .pagination {
  margin: 0;
}

.semantic_ui.footable_parent .footable .pagination > li {
  padding-left: 0 !important;
}

.semantic_ui.footable_parent .footable .pagination > li:before {
  display: none;
}

.semantic_ui.footable_parent .footable .pagination > li.active a {
  background-color: #210054;
  border-color: #210054;
  color: #ffffff;
}

.semantic_ui.footable_parent .footable .pagination > li.active a:hover {
  background-color: #210054;
}

.semantic_ui.footable_parent .footable .pagination > li > a {
  color: #210054;
}

.semantic_ui.footable_parent table.ninja_footable.ninja_stacked_table > tbody > tr.footable-detail-row table.footable-details {
  border: 0;
  margin: 0;
}

.semantic_ui.footable_parent table.ninja_footable.ninja_stacked_table > tbody > tr.footable-detail-row:nth-child(n+3) table.footable-details {
  border-top: 1px solid #210054;
}

.semantic_ui.footable_parent table.ninja_footable.ninja_stacked_table > tbody > tr.footable-detail-row table.footable-details th {
  background: #E8F5F3;
  border-top-color: rgba(0, 0, 0, 0.1);
}

.semantic_ui.footable_parent table.ninja_footable.ninja_stacked_table > tbody > tr.footable-detail-row table.footable-details td {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.table-shadow {
  border-radius: 6px;
  box-shadow: 3px 3px 10px 0 rgba(16, 31, 48, 0.1);
  margin-bottom: 30px;
  clear: both;
}

.table-shadow.table-border {
  border-radius: 0;
}

.table-shadow thead {
  box-shadow: 3px 3px 10px 0 rgba(16, 31, 48, 0.1);
}

.table-responsive {
  position: relative;
}

.table-scroll-touch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 20px);
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}

.table-scroll-touch:after {
  content: "Scroll right for more";
  background: url(../images/swipe-left.svg) no-repeat center center;
  background-size: 25%;
  position: absolute;
  top: 15%;
  left: 50%;
  width: 280px;
  height: 100px;
  transform: translate(-50%, 0);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding-top: 100px;
  color: #210054;
  pointer-events: none;
}

.tablepress,
table.table:not(.foo-table) {
  font-family: "Roboto", sans-serif;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0;
  border: none;
}

.layout-fixed .tablepress,
.layout-fixed table.table:not(.foo-table) {
  table-layout: fixed;
}

.table-border .tablepress,
.table-border table.table:not(.foo-table) {
  border: 1px solid #210054;
}

.tablepress thead th,
table.table:not(.foo-table) thead th {
  font-family: "Poppins", sans-serif;
  background: #E8F5F3;
  border-bottom: 0;
  font-weight: 600;
}

.heading-center .tablepress thead th,
.heading-center table.table:not(.foo-table) thead th {
  text-align: center !important;
}

.tablepress th,
.tablepress td,
table.table:not(.foo-table) th,
table.table:not(.foo-table) td {
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
  border-bottom: 1px solid #210054;
}

.border .tablepress th,
.border .tablepress td,
.border table.table:not(.foo-table) th,
.border table.table:not(.foo-table) td {
  border-bottom-color: #cccccc;
}

.table-border .tablepress th,
.table-border .tablepress td,
.table-border table.table:not(.foo-table) th,
.table-border table.table:not(.foo-table) td {
  border: 1px solid #210054;
}

.fw-bold-col1 .tablepress th:first-child,
.fw-bold-col1 .tablepress td:first-child,
.fw-bold-col1 table.table:not(.foo-table) th:first-child,
.fw-bold-col1 table.table:not(.foo-table) td:first-child {
  font-weight: bold;
}

.text-start-col1 .tablepress th:first-child,
.text-start-col1 .tablepress td:first-child,
.text-start-col1 table.table:not(.foo-table) th:first-child,
.text-start-col1 table.table:not(.foo-table) td:first-child {
  text-align: left;
}

.align-top .tablepress th,
.align-top .tablepress td,
.align-top table.table:not(.foo-table) th,
.align-top table.table:not(.foo-table) td {
  vertical-align: top;
}

.colspan-color .tablepress td[colspan],
.colspan-color table.table:not(.foo-table) td[colspan] {
  background-color: rgba(33, 0, 84, 0.08);
}

.tablepress tr:last-child td,
table.table:not(.foo-table) tr:last-child td {
  border-bottom: 0;
}

.tablepress small,
table.table:not(.foo-table) small {
  font-size: 12px;
  color: #454545;
  line-height: 15px;
  display: inline-block;
}

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

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

.expand-table button.btn.expand-btn {
  margin-top: 40px;
}

/* Slider */

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  height: 0;
  bottom: -20px;
}

.slick-dots li {
  padding-left: 0 !important;
}

.slick-dots li.slick-active:focus {
  outline: none;
}

.slick-dots li:before {
  display: none;
}

.slick-dots li button {
  border: 1px solid #cccccc;
  background: #ffffff;
  text-indent: -99999px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li.slick-active button {
  border-color: #380056;
  background: #380056;
}

.slick-dots li.slick-active button:focus {
  outline: none;
}

.post-template-tpl-right-rail-post .email-updates .container {
  max-width: 1320px;
}

.email-updates {
  margin-bottom: 62px;
}

.email-updates .email-cont {
  text-align: center;
}

.email-updates h2 {
  position: relative;
  padding-top: 15px;
}

.email-updates h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 68px;
  height: 3px;
  border-radius: 5px;
  background: #210054;
  transform: translate(-50%, 0);
}

.email-updates p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #454545;
}

.email-updates form {
  position: relative;
}

.email-updates form .error-msg {
  color: #D93551;
  font-size: 14px;
  margin-bottom: 10px;
}

.email-updates form .error-msg:empty {
  display: none;
}

.email-updates .form-control {
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 17px;
  padding: 12px 16px;
  line-height: 70px;
  height: 46px;
}

.email-updates .form-control:not(.is-invalid) {
  border-color: transparent;
}

.email-updates .captcha-box {
  position: relative;
  background: #00B29F;
  padding: 0 35px 0 10px;
  height: 46px;
  border-radius: 5px;
  margin-bottom: 20px;
  flex: 1 0 auto;
}

.email-updates .captcha-box img {
  height: 46px;
  border-radius: 5px;
}

.email-updates .captcha-ref {
  position: absolute;
  top: 0;
  right: 15px;
}

.email-updates .captcha-ref img {
  width: 25px;
}

.email-updates .captcha-input {
  width: 100%;
}

.email-updates .btn {
  font-size: 17px;
  height: 46px;
  min-width: 100%;
}

footer {
  font-family: "Roboto", sans-serif;
  background: #101f30;
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  padding: 40px 0;
  display: inline-block;
  width: 100%;
}

footer h6 {
  font-size: 13px;
  margin-bottom: 15px;
}

footer hr {
  border-top-color: #EBE5EE;
  margin: 20px 0 30px 0;
}

footer ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 13px;
}

footer ul li {
  padding: 6px 0;
}

footer ul li a {
  line-height: 22px;
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
}

footer ul li a:hover {
  color: #FF9D00;
  text-decoration: none;
  padding-left: 5px;
}

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

footer .footer-follow h6 {
  font-size: 14px;
  margin-bottom: 12px;
}

footer .footer-social {
  margin-bottom: 21px;
}

footer .footer-social a {
  display: inline-flex;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 0;
  transition: 0.2s;
}

footer .footer-social a:not(:last-child) {
  margin-right: 10px;
}

footer .footer-social a:hover {
  border-color: transparent;
}

footer .footer-social a:hover.linkedin {
  background: #0077b5;
}

footer .footer-social a:hover.facebook {
  background: #3b5998;
}

footer .footer-social a:hover.twitter {
  background: #39a3eb;
}

footer .footer-social a:hover.youtube-social {
  background: #d94733;
}

footer .copyright {
  margin-bottom: 10px;
}

footer .grey-logo {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EBE5EE;
}

footer .grey-logo img {
  width: 190px;
}

footer .terms {
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
  color: #999999;
}

footer .terms .large a {
  color: #FF9D00;
  white-space: nowrap;
}

footer .terms p {
  font-size: 12px;
  margin-bottom: 15px;
  color: #999999;
}

footer .terms > a {
  color: #EBE5EE;
  margin-bottom: 20px;
  display: inline-block;
}

footer .terms > a.footertadvcrs {
  color: #FF9D00;
}

.policy-list a {
  word-break: break-all;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #cccccc !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  display: none !important;
}

.scrollbar .mCSB_inside > .mCSB_container,
.scrollbar .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 25px;
}

@keyframes headersticky {
  from {
    top: -60px;
  }

  to {
    top: 0px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    left: 30px;
  }

  75% {
    opacity: 0.5;
    left: 0px;
  }

  100% {
    opacity: 1;
  }
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }

  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }

  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

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

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

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

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

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

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

  .d-sm-grid {
    display: grid !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;
  }

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !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;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }

  header.site-header .top-search.open .close {
    display: block;
  }

  .search-popup {
    position: absolute;
    top: 54px;
  }

  .search-popup .search-close {
    display: none;
  }

  .search-popup .search-in {
    padding-top: 55px;
    flex-direction: row;
  }

  .search-popup .search-in .loading {
    right: 70px;
  }

  .search-popup .input-group {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .search-popup .input-group img {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 35px;
    height: 35px;
  }

  .search-popup .input-group input {
    padding-left: 50px;
    padding-right: 75px;
    margin-bottom: 0;
  }

  .search-popup .input-group .resetbtn {
    right: 20px;
  }

  .search-popup .btn {
    min-width: 145px;
  }

  .search-popup .search-list {
    border-radius: 0 0 5px 5px;
    top: calc(100% - 3px);
  }

  .modal .modal-content {
    margin-left: 30px;
    margin-right: 30px;
  }

  .semantic_ui.footable_parent table.ninja_footable.ninja_stacked_table > tbody > tr.footable-detail-row table.footable-details th:first-child {
    width: 200px;
  }

  .email-updates .captcha-wrap {
    display: flex;
  }

  .email-updates .captcha-box {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }

  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }

  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

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

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

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

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

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

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

  .d-md-grid {
    display: grid !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;
  }

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !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;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  :root {
    --header_height: -60px;
  }

  header.site-header.header-bg {
    height: 110px;
  }

  header.site-header.header-bg:before {
    background-image: url(../images/header-bg-tablet.png);
    min-height: 100px;
  }

  header.site-header.header-bg.sticky {
    height: 60px;
  }

  header.site-header .site-branding {
    width: 180px;
  }

  header.site-header .menu-wrapper > .menu-item > a,
  header.site-header .menu-wrapper > .menu-item > .nav-link {
    font-size: 17px;
  }

  header.site-header .menu-wrapper > .menu-item > .sub-menu .menu-item {
    margin: 16px 0;
  }

  header.site-header .menu-wrapper > .menu-item > .sub-menu .menu-item h4 {
    font-size: 17px;
  }

  header.site-header .menu-wrapper > .menu-item > .sub-menu .menu-item a {
    font-size: 17px;
  }

  header.site-header .top-search .search {
    width: 35px;
    height: 35px;
  }

  .search-popup {
    top: 60px;
  }

  .search-popup .input-group img {
    left: 28px;
  }

  .search-popup .input-group input {
    padding-left: 80px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 15px;
  }

  h1.hori-line:after,
  h2.hori-line:after,
  h3.hori-line:after,
  h4.hori-line:after,
  h5.hori-line:after,
  h6.hori-line:after {
    height: 5px;
  }

  p,
  ul,
  ol {
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 20px;
  }

  ul:not(.list-unstyled):not(.menu-wrapper):not(.sub-menu):not(.toc-list):not(.pros):not(.cons):not(.select2-results__options):not(.nav):not(.check-list):not(.cross-list):not(.covid-terms) > li {
    padding-left: 22px;
  }

  ul:not(.list-unstyled):not(.menu-wrapper):not(.sub-menu):not(.toc-list):not(.pros):not(.cons):not(.select2-results__options):not(.nav):not(.check-list):not(.cross-list):not(.covid-terms) > li:before {
    top: 10px;
    width: 9px;
    height: 9px;
  }

  ul.covid-terms li {
    flex: 0 0 50%;
  }

  ul.pros,
  ul.cons {
    margin-bottom: 30px;
  }

  .banner .banner-shape {
    height: 192px;
  }

  .small-title {
    font-size: 20px;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
    padding-bottom: 18px;
  }

  .small-title:before {
    width: 98px;
  }

  .promo {
    font-size: 40px;
  }

  h1:not(.promo),
  .h1:not(.promo) {
    font-size: 35px;
    line-height: 1.37;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }

  h2,
  .h2 {
    font-size: 30px;
    line-height: 1.43;
    letter-spacing: 0.75px;
  }

  h3,
  .h3 {
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
  }

  h2.line,
  .h2.line,
  h3.line,
  .h3.line {
    padding-bottom: 12px;
  }

  h2.line:after,
  .h2.line:after,
  h3.line:after,
  .h3.line:after {
    height: 5px;
  }

  .top-line {
    padding-top: 25px;
  }

  .top-line:before {
    height: 5px;
    width: 98px;
  }

  h4,
  .h4 {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 1px;
  }

  h5,
  .h5 {
    font-size: 18px;
    line-height: 1.55;
  }

  .btn {
    min-width: 200px;
  }

  .btn.btn-md-xl {
    padding-top: 20px;
    padding-bottom: 19px;
    min-width: 250px;
  }

  .btn.btn-md-lg {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 14px;
    min-width: 200px;
  }

  .btn.btn-md {
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 180px;
  }

  .btn-read {
    font-size: 20px;
    padding: 12px 24px;
    height: 55px;
    margin-right: 20px;
  }

  .form-check-input {
    margin-top: 4px;
  }

  .form-check-input ~ .form-check-label {
    line-height: 1.65;
  }

  .custom-select + .select2 .select2-selection__rendered {
    height: 45px;
    padding: 11px 30px 11px 13px;
  }

  .custom-select-options .select2-results__options {
    margin-top: 10px;
  }

  .post-left .ad-disc-wrap .ad-disclosure:not(:last-child):after {
    content: "";
    margin: 0 10px;
    background: #7A088C;
    height: 17px;
    width: 1px;
  }

  .ribbon {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .top-banner .close-topbar {
    right: 10px;
  }

  .semantic_ui.footable_parent {
    margin-bottom: 40px;
  }

  .semantic_ui.footable_parent .ui.table th,
  .semantic_ui.footable_parent .ui.table td {
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .semantic_ui.footable_parent .ui.table th:first-child,
  .semantic_ui.footable_parent .ui.table td:first-child {
    padding-left: 20px;
  }

  .semantic_ui.footable_parent .ui.table th:last-child,
  .semantic_ui.footable_parent .ui.table td:last-child {
    padding-right: 20px;
  }

  .semantic_ui.footable_parent table.ninja_footable.ninja_stacked_table > tbody > tr.footable-detail-row table.footable-details th:first-child {
    width: 250px;
  }

  .table-shadow {
    margin-bottom: 40px;
  }

  .tablepress th,
  .tablepress td,
  table.table:not(.foo-table) th,
  table.table:not(.foo-table) td {
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tablepress th:first-child,
  .tablepress td:first-child,
  table.table:not(.foo-table) th:first-child,
  table.table:not(.foo-table) td:first-child {
    padding-left: 20px;
  }

  .tablepress th:last-child,
  .tablepress td:last-child,
  table.table:not(.foo-table) th:last-child,
  table.table:not(.foo-table) td:last-child {
    padding-right: 20px;
  }

  .tablepress small,
  table.table:not(.foo-table) small {
    font-size: 14px;
    line-height: 20px;
  }

  .slick-dots {
    bottom: -40px;
  }

  .email-updates {
    margin-bottom: 0;
    padding-bottom: 52px;
  }

  .email-updates h2:before {
    width: 98px;
  }

  .email-updates p {
    font-size: 17px;
  }

  .email-updates form {
    display: flex;
    max-width: 450px;
    margin: 0 auto;
  }

  .email-updates form .error-msg {
    position: absolute;
    left: 0;
    top: 100%;
  }

  .email-updates .btn {
    min-width: 140px;
    padding: 5px 15px;
  }

  footer {
    font-size: 14px;
  }

  footer h6 {
    font-size: 14px;
  }

  footer hr {
    margin: 25px 0 35px 0;
  }

  footer hr {
    margin: 30px 0 40px 0;
  }

  footer ul {
    font-size: 14px;
  }

  footer .footer-follow {
    text-align: left;
    margin-top: 25px;
  }

  footer .footer-follow h6 {
    margin-bottom: 23px;
  }

  footer .footer-social {
    margin-bottom: 30px;
  }

  footer .grey-logo {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }

  footer .grey-logo img {
    width: 310px;
  }

  footer .terms {
    margin-bottom: 0;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }

  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }

  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

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

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

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

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

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

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

  .d-lg-grid {
    display: grid !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;
  }

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !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;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }

  :root {
    --header_height: -65px;
  }

  .nav-overlay {
    display: none;
  }

  header.site-header {
    padding: 0 15px;
  }

  header.site-header.header-bg {
    height: 150px;
  }

  header.site-header.header-bg:before {
    background-image: url(../images/header-bg.png);
    min-height: 130px;
  }

  header.site-header.header-bg.sticky {
    height: 65px;
  }

  header.site-header .site-branding {
    margin: 12px 0;
  }

  header.site-header .button {
    display: none;
  }

  header.site-header .primary-menu-container {
    position: static;
    background: transparent;
    max-width: 100%;
    height: auto;
    padding: 0;
    overflow: visible;
    transition: 0s;
  }

  header.site-header .menu-wrapper {
    display: flex;
    margin: 0 0 0 10px;
    align-items: center;
  }

  header.site-header .menu-wrapper:hover {
    position: relative;
  }

  header.site-header .menu-wrapper > .menu-item {
    margin-bottom: 0;
  }

  header.site-header .menu-wrapper > .menu-item:hover > a,
  header.site-header .menu-wrapper > .menu-item:hover > .nav-link {
    position: relative;
    text-decoration: none;
  }

  header.site-header .menu-wrapper > .menu-item:hover > a:before,
  header.site-header .menu-wrapper > .menu-item:hover > .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #FF9D00;
    border-radius: 5px;
    z-index: 1;
  }

  header.site-header .menu-wrapper > .menu-item:hover:not(.mega-menu) > .sub-menu {
    display: block;
    max-width: 350px;
    max-height: 85vh;
    overflow-y: auto;
  }

  header.site-header .menu-wrapper > .menu-item:hover.mega-menu > .sub-menu {
    display: flex;
  }

  header.site-header .menu-wrapper > .menu-item > a,
  header.site-header .menu-wrapper > .menu-item > .nav-link {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 7px;
    line-height: 35px;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
  }

  header.site-header .menu-wrapper > .menu-item > .sub-menu {
    display: none;
    position: absolute;
    left: auto;
    width: auto;
    background: #ffffff;
    padding: 20px 20px 10px 20px;
    margin-top: -2px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
  }

  header.site-header .menu-wrapper > .menu-item.mega-menu > .sub-menu {
    left: 0;
    flex-wrap: wrap;
    width: 770px;
  }

  header.site-header .menu-wrapper > .menu-item.mega-menu > .sub-menu > .menu-item {
    margin-bottom: 0;
    flex: 0 0 33.33%;
  }

  header.site-header .menu-wrapper > .menu-item > .sub-menu .sub-menu {
    margin-bottom: 0;
  }

  header.site-header .menu-wrapper > .menu-item > .sub-menu .menu-item {
    margin: 0 0 10px 0;
  }

  header.site-header .menu-wrapper > .menu-item > .sub-menu .menu-item h4 {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
  }

  header.site-header .menu-wrapper > .menu-item > .sub-menu .menu-item a {
    font-size: 16px;
    color: #454545;
    line-height: 22px;
    display: block;
  }

  .search-popup {
    top: 65px;
  }

  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row > * {
    padding-left: 12px;
    padding-right: 12px;
  }

  strong.pros:before,
  strong.cons:before {
    top: 0;
  }

  .small-title {
    padding-bottom: 20px;
  }

  .small-title:before {
    height: 5px;
  }

  .promo {
    font-size: 55px;
    line-height: 1.45;
  }

  h1:not(.promo),
  .h1:not(.promo) {
    font-size: 48px;
    line-height: 1.4;
  }

  h2,
  .h2 {
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 0.8px;
  }

  h3,
  .h3 {
    font-size: 30px;
    line-height: 1.43;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
  }

  h2.line,
  .h2.line,
  h3.line,
  .h3.line {
    padding-bottom: 16px;
  }

  h4,
  .h4 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1.2px;
  }

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

  .btn {
    font-size: 18px;
    padding: 15px 25px 14px 25px;
  }

  .btn.btn-lg-xl {
    padding-top: 20px;
    padding-bottom: 19px;
    min-width: 250px;
  }

  .btn.btn-lg-lg {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 14px;
    min-width: 200px;
  }

  .btn-read {
    margin-right: 26px;
    margin-bottom: 25px;
  }

  .form-control {
    height: 55px;
  }

  .form-control ~ span[class*=pend] {
    height: 55px;
  }

  .custom-select2 .select2-selection--single {
    height: 55px;
  }

  .ribbon {
    font-size: 20px;
    padding: 9px 30px 9px 17px;
    letter-spacing: 1.2px;
  }

  .ribbon:before {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-right-width: 15px;
  }

  .email-updates {
    padding-bottom: 60px;
  }

  .email-updates h2 {
    margin-bottom: 15px;
  }

  .email-updates h2:before {
    height: 5px;
  }

  footer {
    padding: 50px 0;
  }

  footer .col-lg {
    max-width: 265px;
  }

  footer .footer-follow {
    max-width: 100%;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }

  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }

  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

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

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

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

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

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

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

  .d-xl-grid {
    display: grid !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;
  }

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }

  .modal-xl {
    max-width: 1140px;
  }

  header.site-header .menu-wrapper {
    margin-left: 20px;
  }

  header.site-header .menu-wrapper > .menu-item > a,
  header.site-header .menu-wrapper > .menu-item > .nav-link {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  header.site-header .menu-wrapper > .menu-item.mega-menu > .sub-menu {
    padding: 35px 40px 5px 40px;
    width: 900px;
  }

  header.site-header .menu-wrapper > .menu-item.mega-menu > .sub-menu > .menu-item:not(:last-child) {
    padding-right: 30px;
  }

  header.site-header .menu-wrapper > .menu-item > .sub-menu .menu-item {
    margin-bottom: 18px;
  }

  header.site-header .menu-wrapper > .menu-item > .sub-menu .menu-item h4 {
    font-size: 18px;
  }

  header.site-header .menu-wrapper > .menu-item > .sub-menu .menu-item a {
    font-size: 18px;
  }

  .pros,
  .cons {
    padding-left: 42px;
  }

  .pros:not(ul):before,
  .cons:not(ul):before {
    width: 32px;
    height: 32px;
  }

  .banner .banner-shape {
    margin-top: -20px;
    height: 286px;
  }

  .btn.btn-xl-xl {
    padding-top: 20px;
    padding-bottom: 19px;
    min-width: 250px;
  }

  .ribbon-banner {
    font-size: 20px;
    padding: 5px 18px 8px 30px;
    letter-spacing: 1.2px;
    height: 40px;
  }

  .ribbon-banner:after {
    right: -68px;
  }

  .top-banner .btn {
    margin-top: 0;
  }

  .email-updates form {
    max-width: inherit;
    justify-content: center;
  }

  .email-updates .captcha-box {
    margin-right: 24px;
  }

  footer .row {
    margin: 0 -20px;
  }

  footer .col-lg {
    padding: 0 20px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }

  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }

  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

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

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

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

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

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

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

  .d-xxl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  footer .col-lg {
    max-width: 320px;
  }

  footer .footer-follow {
    max-width: 100%;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .email-updates .btn {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  header.site-header .primary-navigation {
    order: -1;
  }

  header.site-header .primary-menu-container:before {
    content: "";
    position: fixed;
    left: -100%;
    top: 0;
    max-width: 350px;
    background: #ffffff;
    height: 60px;
    width: 100%;
    z-index: 1;
    transition: 0.5s;
  }

  header.site-header .menu-wrapper > .menu-item > .nav-link:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 18px;
    height: 100%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgOSAxNSI+CiAgICA8cGF0aCBmaWxsPSIjMzgwMDU2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMzQyLjM1NmMuNDItLjQzOCAxLjA4Mi0uNDcyIDEuNTQtLjEwMWwuMTEuMUw3IDUuNTY2bDUuMDA4LTUuMjFjLjQyLS40MzcgMS4wODMtLjQ3IDEuNTQtLjFsLjExLjFjLjQyLjQzOC40NTMgMS4xMjcuMDk3IDEuNjAzbC0uMDk3LjExNEw3IDkgLjM0MiAyLjA3MkMtLjExNCAxLjU5OC0uMTE0LjgzLjM0Mi4zNTZ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzExIC04MykgdHJhbnNsYXRlKDAgMjEpIHRyYW5zbGF0ZSgwIDQ0KSB0cmFuc2xhdGUoMzAgMTEpIG1hdHJpeCgwIDEgMSAwIDI4MSA3LjUpIG1hdHJpeCgtMSAwIDAgMSAxNCAwKSIvPgo8L3N2Zz4K) no-repeat center right;
  }

  header.site-header .menu-wrapper > .menu-item > .sub-menu {
    position: absolute;
    top: 0;
    left: -100%;
    transition: 0.5s;
    width: 100%;
    padding: 0 30px;
    margin-top: 65px;
    background: #ffffff;
    z-index: 1;
  }

  header.site-header .menu-wrapper > .menu-item.active {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 350px;
    width: 100%;
    height: 100%;
    padding: 30px;
    overflow-y: auto;
    z-index: 1;
  }

  header.site-header .menu-wrapper > .menu-item.active > .sub-menu {
    left: 0;
  }

  header.site-header .menu-wrapper > .menu-item.active > .nav-link {
    font-size: 20px;
    color: #101f30;
    position: fixed;
    background: #ffffff;
    top: 0;
    left: 0;
    padding: 25px 30px 20px 60px;
    width: 100%;
    box-sizing: border-box;
    max-width: 350px;
    z-index: 2;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }

  header.site-header .menu-wrapper > .menu-item.active > .nav-link:before {
    top: 2px;
    left: 30px;
    right: auto;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iIzIxMDA1NCI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTguMDY1IDIuODhjLjM2MS40MTQuMzQ1IDEuMDI5LS4wMjIgMS40MjJsLS4wNzguMDc1LTMuNTMzIDMuMDloMTEuNTA3Yy41ODYgMCAxLjA2MS40NzUgMS4wNjEgMS4wNjEgMCAuNTUxLS40MiAxLjAwNC0uOTU4IDEuMDU2bC0uMTAzLjAwNUg0LjQzNGwzLjUzMSAzLjA5Yy40MTMuMzYyLjQ3OC45NzMuMTY3IDEuNDExbC0uMDY3LjA4NmMtLjM2Mi40MTMtLjk3My40NzgtMS40MTEuMTY3bC0uMDg2LS4wNjhMMCA4LjUyOGw2LjU2OC01Ljc0N2MuNDQxLS4zODYgMS4xMTEtLjM0MSAxLjQ5Ny4xeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwIC0yOCkgdHJhbnNsYXRlKDAgMSkgdHJhbnNsYXRlKDMwIDE5KSB0cmFuc2xhdGUoMCAtMikgdHJhbnNsYXRlKDAgMTApIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat center left;
  }

  body.menu-open {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  header.site-header.sticky {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.site-header .menu-wrapper > .menu-item.active > .nav-link {
    font-size: 17px;
    font-weight: 500;
  }

  .ad-disc-wrap {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }

  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .email-updates .captcha-box {
    max-width: 100%;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !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;
  }

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

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }

  .collapsing {
    transition: none;
  }

  .modal.fade .modal-dialog {
    transition: none;
  }
}