/**
 * ***************************************
 *
 * @format
 */

/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.2409                         */
/*******************************************/

/*
GENERAL
MENUS
HEADER
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

/* GENERAL > Utility Classes */

.no-margin-last > p:last-of-type {
  margin: 0 !important;
}

.no-transition {
  transition: none !important;
}

.hr-after {
  position: relative;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

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

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

.body-font {
  font-family: var(--font-family-body);
}

.header-font {
  font-family: var(--font-family-heading);
}

.overflow-hidden {
  overflow: hidden;
}

.flex-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.flex-align-vertical {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-align-horizontal {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
}

.small-margin-left {
  margin-left: 10px;
}

.small-margin-right {
  margin-right: 10px;
}

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

.transition-all {
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.z-index-over {
  position: relative;
  z-index: 1;
}

.background-center {
  background-position: center center !important;
}

.background-y-bottom {
  background-position-y: 100%;
}

.background-y-top {
  background-position-y: 0%;
}

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.background-transparent {
  background: transparent;
}

.light-text,
button.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li,
.light-text label {
  color: white;
}

/* GENERAL > HTML and Structure */
.content {
  margin-bottom: 05px;
}

.content .wp-block-image {
  margin-bottom: 30px;
}

.content .wp-block-image .alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.content .wp-block-image .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.content p.indent {
  margin-left: 60px;
}

.content section {
  margin-bottom: 60px;
}

.content section:last-of-type {
  margin: 0;
}

ol,
ul {
  margin: 0 0 35px 0;
  padding: 0;
}

ol {
  list-style-position: outside;
  padding-left: 20px;
}

ul.has-before li,
.content li {
  font-size: 18px;
  color: var(--color-body-text);
  padding: 0 0 0 25px;
  position: relative;
  margin-bottom: 8px;
}

.content ol li {
  padding-left: 4px;
}

.content ul li::before,
ul.has-before li::before {
  position: absolute;
  left: 0;
  content: '\f105';
  color: var(--color-secondary);
  background: var(--color-secondary);
  height: 2px;
  top: 11px;
  content: '';
  width: 13px;
}

ul.has-before li::before,
.content ul li::before,
.sidebar section ul li::before {
  font-family: 'Font Awesome 6 Pro';
}

.content ul ul {
  margin: 5px 0 5px 20px;
}

hr,
.hr-after::after {
  background: var(--color-secondary);
  width: 20%;
  height: 5px;
  display: block;
  border: none;
  margin: 40px 0;
  content: '';
}

figure {
  margin: 0;
}

.italic {
  font-style: italic;
}

.non-italic,
address {
  font-style: normal;
}

section.no-underline ul {
  border: none;
}

section.no-underline ul:last-of-type {
  padding: 0;
}
section.sidebar-block {
  background: #fff;
  padding: 0 0px;
}
.sidebar .sidebar-inner {
  padding: 0 10px;
}

.sidebar .gform_wrapper {
  display: none;
}

section.sidebar-block h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

.sidebar section:not(:last-child) {
  margin-bottom: 40px;
}

.sidebar section ul li {
  padding: 6px 0 6px 18px;
  position: relative;
}

.sidebar section ul li::before {
  position: absolute;
  color: var(--color-secondary);
  content: '\f105';
  top: 6px;
  left: 0;
  opacity: 0;
}

.sidebar section ul li {
  border-bottom: 1px solid var(--color-secondary);
}

.sidebar section ul li,
.sidebar section ul li a {
  display: block;
  padding: 5px 0;
  color: var(--color-primary);
  font-size: 17px;
}

.sidebar section button.no-button,
.sidebar section ul li a {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding: 3px 0;
}

.sidebar section button.no-button:hover,
.sidebar section button.no-button:focus,
.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
  color: var(--color-secondary);
  text-decoration: none;
}

.sidebar section ul li ul {
  padding-left: 20px;
  margin: 0;
}

.content .search-results-container {
  margin-bottom: 80px;
}

.sidebar-block ul:last-of-type {
  margin: 0;
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
  color: var(--color-primary);
  background: none;
  border: 0;
  border-bottom: 1px solid var(--color-primary);
  font-size: 16px;
  line-height: 1;
  font-family: var(--font-family-body);
  box-shadow: none;
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding: 0 0px;
}

select {
  border-bottom: none;
}

input,
select,
textarea,
label {
  height: 40px;
  line-height: 40px;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
  color: var(--color-primary);
}

textarea {
  resize: none;
  min-height: 110px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: white;
}

input::placeholder,
textarea::placeholder {
  color: white;
}

select,
form legend,
form label,
form p {
  font-size: 0.9rem;
}

legend,
label {
  color: white;
}

fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0px;
  pointer-events: none;
  transition: all 200ms ease-out;
}

input:focus:not([type='checkbox']) ~ label,
textarea:focus ~ label,
input.active ~ label,
textarea.active ~ label,
select.active ~ label {
  padding-left: 0;
  line-height: 0;
  top: -16px;
  font-size: 0.7rem;
}

.form-input-group label i {
  color: var(--color-secondary);
}

.gfield,
.form-input-group {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.form-input-group.button-container {
  margin-bottom: 0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper::after {
  content: '\f0dc';
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 45px;
  line-height: 45px;
  color: var(--color-primary);
  pointer-events: none;
  transition: all 200ms ease-out;
}

.select-wrapper.active::after {
  background: var(--color-primary);
  color: white;
}

.gform_wrapper,
.form-container {
  background: transparent;
  padding: 40px 35px 50px 35px;
  background-image: url(images/form-bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 15.3px 0 rgba(0, 0, 0, 0.13);
}

.blog-side .form-container {
  background-image: none;
  padding: 0;
  box-shadow: none !important;
}
.contact-form-heading {
  color: white;
  text-align: center;
}

.background-input input:focus:not([type='checkbox']) ~ label,
.background-input textarea:focus ~ label,
.background-input input.active ~ label,
.background-input textarea.active ~ label,
.background-input select.active ~ label {
  color: var(--color-primary);
}

.background-input input,
.background-input textarea,
.background-input select {
  background-color: var(--color-primary);
}

.background-input.select-wrapper::after,
.background-input .select-wrapper::after {
  background-color: var(--color-gray);
}

input.has-error {
  border: 1px solid #ff0000 !important;
  box-shadow: 0 0 2px #ff0000 !important;
}

/* GENERAL > Gravity Forms Customizations */
.gform_fields input:focus:not([type='checkbox']) ~ label,
.gform_fields textarea:focus ~ label,
.gform_fields input.active ~ label,
.gform_fields input.active ~ label,
.gform_fields textarea.active ~ label,
.gform_fields select.active ~ label {
  top: -30px;
}

.gform_wrapper label {
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
}
.gform_footer .gform_button {
  padding: 0;
  border-radius: 0;
  margin-top: 5px;
  height: 48px;
  line-height: 48px;
}

.gform_validation_errors ol,
.gform_submission_error .gform_heading,
.ginput_counter,
span.gfield_required {
  display: none;
}

.gfield_contains_required label.gfield_label:after {
  content: ' *';
  color: red;
  margin-left: 5px;
}

.gform_submission_error,
h2.gform_submission_error,
.validation_message,
p.error-text {
  color: red;
  font-weight: 700;
  margin: 0;
  font-size: 0.7rem;
  -webkit-animation: fadeIn 125ms both;
  animation: fadeIn 125ms both;
}

/* GENERAL > Swiper Customizations */
.swiper.swiper-initialized {
  visibility: visible;
}

.swiper-button-container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: -30px;
  right: 0;
  width: calc(100% + 60px);
  top: calc(50% - 22px);
}

.swiper-button-container.buttons-bottom {
  left: 0;
  top: 100%;
  width: 100%;
}

.swiper-button-container .swiper-button-next,
.swiper-button-container .swiper-button-prev {
  position: relative !important;
  height: auto !important;
  min-width: 44px !important;
  margin-top: 0 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: 'Font Awesome 6 Pro' !important;
  content: '\f105' !important;
  color: var(--color-primary);
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.swiper-button-prev:after {
  content: '\f104' !important;
}

.swiper-button-next:hover:after,
.swiper-button-next:focus:after,
.swiper-button-prev:hover:after,
.swiper-button-prev:focus:after {
  color: var(--color-secondary) !important;
}

.swiper-outer {
  max-width: 85%;
  position: relative;
  margin: 0 auto;
}

.swiper-outer.full-width {
  max-width: none !important;
}

@media screen and (min-width: 768px) {
  .sidebar .swiper-outer {
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .swiper-outer {
    max-width: calc(100% - 200px);
  }

  .swiper-button-container {
    left: -100px;
    width: calc(100% + 200px);
  }
}

/* GENERAL > Skip To Content */
#skiptocontent {
  z-index: 10;
  position: fixed;
  padding: 8px;
  display: block !important;
  transform: translateY(-40px);
  opacity: 0;
  background-color: var(--color-secondary);
  color: white;
  transition: all 200ms ease-out;
}

#skiptocontent:focus {
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  #skiptocontent {
    display: none !important;
  }
}

/*******************************************************************************************
MENUS - Non-critical menu styling
*******************************************************************************************/

/* MENUS > Mobile Menu */

#mobile-navigation {
  z-index: 99999;
  position: fixed;
  top: 0;
  background-color: #fff;
  overflow: auto;
  background-image: url(images/menu-bg.jpg), url('images/cm-logo.webp');
  background-size: cover;
  background-position: center top;
}

#mobile-navigation::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/cm-logo.webp');
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}
#mobile-navigation.active {
  -webkit-animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
  animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
  display: block;
}

#mobile-navigation {
  width: 100%;
  height: 100vh;
}

.mobile-navigation-top-inner {
  align-items: center;
  padding: 8px 15px;
  padding-right: 0;
  background: transparent;
  display: none;
}

.mobile-navigation-top-inner img {
  max-width: 270px;
  height: auto;
}

#mobile-navigation.active .mobile-navigation-top-inner {
  display: inline-flex !important;
  justify-content: space-between;
  width: 100%;
  padding: 15px 4%;
}

#mobile-navigation a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  font-size: 17px;
  color: var(--color-primary);
  padding: 12px 0;
  font-weight: 500;
  text-transform: uppercase;
}

#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
  color: var(--color-secondary);
  /*	background: var(--color-near-white);*/
}

#mobile-navigation ul {
  margin: 50px 35px 0 35px;
  position: relative;
  z-index: 1;
}

#mobile-navigation ul li {
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--color-primary);
}

.mobile-menu-accordion #mobile-navigation .sub-menu li {
  border-bottom: none;
}

.mobile-menu-accordion #mobile-navigation .sub-menu a {
  padding: 5px 0;
  padding-left: calc(var(--gutter-size) * 0.5);
}

#mobile-navigation ul li.sub-menu-open {
  padding-bottom: 15px;
}

#mobile-navigation ul li:last-of-type {
  /*border: none;*/
}

#mobile-navigation ul li::before {
  display: none;
}

#mobile-navigation .sub-menu {
  margin: 0;
  background-color: transparent;
  z-index: 1;
  overflow: auto;
  display: none;
  width: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#mobile-navigation ul li.sub-menu-open > .sub-menu {
  display: block;
}

#mobile-navigation .menu-item-has-children > a::after {
  content: '\f067';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 700;
  font-size: 20px;
  color: var(--color-primary);
}
#mobile-navigation ul li.sub-menu-open a {
  padding-bottom: 5px;
}
.mobile-menu-accordion #mobile-navigation .sub-menu a {
  font-size: 15px;
}

#mobile-navigation .sub-menu-open.menu-item-has-children > a::after {
  content: '\f068';
}

.mobile-navigation-close {
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 100%;
  background: none;
  margin-left: auto;
  color: var(--color-primary);
  font-size: 1rem;
  height: 40px;
  border: 1px solid var(--color-primary);
  border-radius: 0;
}

.mobile-navigation-close:focus,
.mobile-navigation-close:hover {
  color: var(--color-secondary);
}

.mobile-navigation-previous {
  margin-bottom: 10px;
  border: none !important;
}

@media screen and (min-width: 1025px) {
  #mobile-navigation {
    display: none;
  }

  .mobile-navigation-top-inner {
    display: none;
  }
}

/* MENUS > Mobile Menu Paged */
.mobile-menu-paged #mobile-navigation .sub-menu {
  height: 100vh;
}

.mobile-menu-paged #mobile-navigation .menu-item-has-children > a::after {
  content: '\f105';
}

.mobile-menu-paged #mobile-navigation a {
  padding-left: var(--gutter-size);
}

.mobile-menu-paged #mobile-navigation ul li.sub-menu-open > .sub-menu {
  -webkit-animation: fadeInRight 300ms ease-out;
  animation: fadeInRight 300ms ease-out;
}

.mobile-menu-paged #mobile-navigation .sub-menu {
  position: fixed;
  top: 0;
}

/* MENUS > Mega Menu */
.mega-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  background: var(--color-primary);
  padding: 25px 75px;
}

.mega-navigation-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 18px;
  margin: 0;
}

.mega-menu li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mega-menu li:nth-child(4n) {
  border-right: none;
  margin: 0;
  padding-right: 0;
}

/*******************************************************************************************
HEADER - Non-critical header styling
*******************************************************************************************/

/* HEADER > Header Search Bar */
.header-search {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  background-color: var(--color-primary);
  padding: 18px 0;
  width: 100%;
  z-index: 3;
  transition: all 200ms ease-out;
}

.header-search.active {
  opacity: 1;
  top: 0;
}

.header-search-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  float: none;
}

.search-results-post-type:not(:last-child) {
  margin-bottom: 30px;
}

.search-results-post-type ul {
  margin: 0;
}

.header-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px var(--gutter-size);
  background: var(--color-primary);
  display: none;
  max-height: 350px;
  overflow: auto;
}

.header-search-results.active {
  display: block;
  -webkit-animation: fadeIn 200ms ease-out;
  animation: fadeIn 200ms ease-out;
}

.header-search-results h3,
.header-search-results a,
.header-search-results p {
  color: white;
}

.header-search-results h3 {
  margin-bottom: 8px;
}

.header-search-results a {
  text-decoration: none;
}

.header-search-results a:hover,
.header-search-results a:focus {
  text-decoration: underline;
}

.header-search-form {
  position: relative;
  flex: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#header-search-input {
  margin: 0;
  height: 45px;
  border: 0 none;
  font-size: 1.3rem;
  color: white;
  border-bottom: 1px solid var(--color-near-white);
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.header-search button {
  padding: 0 20px;
  height: 45px;
  white-space: pre;
}

.header-search-submit {
  margin: 0 1%;
}

#header-search-open {
  font-size: 1.1rem;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  margin: 0 0 5px 30px;
}

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer {
  padding: 20px 0;
  text-align: center;
}
.footer-upper h2 {
  margin-bottom: 40px;
}

.footer-upper p {
  margin: 0;
}

.footer-upper-buttons,
.footer-upper-social {
  margin: 40px 0;
}

.footer-upper-social .social-links a {
  font-size: 1.6rem;
}

.footer-upper-social .social-links {
  margin: 0 auto;
}

.footer-lower span {
  position: relative;
  font-size: 14px;
  text-transform: none;
}

.footer-lower span::after {
  content: '|';
  margin: 0 4px 0 6px;
}

.footer-lower span:last-of-type::after {
  display: none;
}

.footer-lower-disclaimer {
  line-height: 1;
  margin: 0 auto 40px;
}
.module-footer-a {
  background-color: var(--color-primary);
  padding: 15px 0;
}

.footer-home.module-footer-a {
  background: transparent;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer.module-footer-c .menu-footer-navigation-container,
.menu-footer-navigation-container {
  display: inline;
}

.footer-navigation,
.footer-navigation li {
  margin: 0;
  display: inline;
}

.footer-navigation li a {
  margin-top: 0 !important;
  font-size: 14px !important;
  color: #fff;
  font-weight: 400 !important;
  text-decoration: none !important;
  letter-spacing: 0.3px;
}

.module-footer-a .footer-upper-phone {
  font-size: 1.6rem;
  color: #fff;
  margin: 25px 0;
}
.footer-navigation li a::before {
  content: '|';
  margin: 0 7px 0 3px;
}

/* .footer-home.module-footer-a .footer-lower::before {
  content: '';
  content: '';
  position: absolute;
  width: 50px;
  height: 235px;
  bottom: 10px;
  background: transparent;
  right: 102%;
  border: 1px solid #fff;
  border-right: none;
  border-top: none;
} */

.footer-home.module-footer-a .footer-lower::before {
  content: '';
  content: '';
  position: absolute;
  width: 100vw;
  height: 235px;
  bottom: 10px;
  background: transparent;
  right: 102%;
  border-bottom: 1px solid #fff;
}

/* .footer-home.module-footer-a .footer-lower::after {
  content: '';
  content: '';
  position: absolute;
  width: 24vw;
  height: 235px;
  bottom: 10px;
  background: transparent;
  left: 102%;
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
	pointer-events: none;
} */

.footer-home.module-footer-a .footer-lower::after {
  content: '';
  content: '';
  position: absolute;
  width: 100vw;
  height: 235px;
  bottom: 10px;
  background: transparent;
  left: 102%;
  border-bottom: 1px solid #fff;
  pointer-events: none;
}

/*.footer-navigation li:last-child a::after {
	display: none;
}*/

.module-footer-a .footer-lower,
.module-footer-a p,
.module-footer-a a,
.module-footer-a h2,
.module-footer-a h3 {
  color: #fff;
  font-size: 14px;
}

.module-footer-a a:hover,
.module-footer-a a:focus {
  color: var(--color-secondary);
  font-size: 14px;
  text-decoration: none;
}

.module-footer-a h2,
.module-footer-a h3 {
  margin: 0;
}

.footer-inner {
  text-align: left;
  padding: 15px 0;
  max-width: 90%;
  margin-left: auto;
  display: flex;
  margin-right: auto;
}

.module-footer-a .footer-inner {
  justify-content: center;
  text-align: center;
}
.home .module-footer-a .footer-inner {
  /* justify-content: flex-start; */
  /* text-align: left; */
  justify-content: center;
  text-align: center;
}

.footer-home.module-footer-a .footer-lower {
  display: inline-block;
  position: relative;
}
.footer-home.module-footer-a .row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;

  overflow: hidden;
}

.module-footer-a h3 {
  font-size: 1.2rem;
}

@media screen and (min-width: 1025px) {
  .footer-upper-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .footer-upper-buttons a {
    margin-bottom: 0;
  }

  .footer-lower-disclaimer {
    width: 60%;
  }
}

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Content Tables */
table.has-fixed-layout {
  width: 100%;
  table-layout: fixed;
}

.content table {
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid var(--color-light-gray);
  padding: 5px;
  text-align: left;
}

/* FEATURES > Breadcrumbs */
.breadcrumbs-container {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.breadcrumbs-single {
  position: relative;
  text-decoration: none;
  padding-right: 20px;
  margin-right: 20px;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
  text-decoration: underline;
}

.breadcrumbs-single::after {
  position: absolute;
  right: -4px;
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
}

.breadcrumbs-single:last-of-type {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumbs-single:last-of-type::after {
  display: none;
}

@media screen and (min-width: 1025px) {
  .breadcrumbs-container {
    display: flex;
  }
}

/* FEATURES > Accordion */

.accordion-item {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  margin-bottom: -1px;
}

.accordion-item > h3 {
  margin-bottom: 0;
}

.accordion-item-title {
  padding: 20px 0;
  font-size: 1rem;
  width: 100%;
  margin: 0;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  grid-gap: 15px;
  gap: 15px;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  transition: background 200ms ease-out;
  text-transform: none;
  background: transparent !important;
}

.accordion-item-title::after {
  content: '\f067';
  font-family: 'Font Awesome 6 Pro';
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  text-align: center;
  color: var(--color-primary);
  font-weight: bold;
}

.accordion-item-title span {
  flex: 1;
  text-align: left;
}

.accordion-item.active:focus {
  outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
  /*	background: var(--color-light-gray);*/
  color: var(--color-primary);
}

.accordion-item-title:focus:not(:focus-visible) {
  outline: none;
}

.accordion-item.active .accordion-item-title::after {
  content: '\f068';
}

.accordion-item-content {
  display: none;
}

.accordion-item-content p {
  font-size: 0.9rem;
}

.accordion-item.active .accordion-item-content {
  display: block;
  -webkit-animation: fadeIn 200ms both;
  animation: fadeIn 200ms both;
}

.accordion-item-content > :first-child {
  margin-top: 0;
}

.accordion-item-content > *:last-child {
  margin-bottom: 35px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
  font-style: italic;
  position: relative;
  margin: 0 0 40px;
  padding-top: 20px;
  padding-left: 80px;
  border-left: 5px solid var(--color-primary);
}

blockquote p,
.quote-single p {
  margin: 0;
}

blockquote::before,
.quote-single::before {
  content: '\f10d';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 700;
  position: absolute;
  top: 1%;
  left: 3%;
  font-size: 2.7rem;
  opacity: 1;
  color: var(--color-primary);
  font-style: normal;
}

/* FEATURES > CTA Block */
.cta-single {
  padding: 40px;
  background: var(--color-light-gray);
  border: 1px solid var(--color-primary);
  text-align: center;
  margin-bottom: 40px;
}

.cta-single span {
  display: block;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.cta-single a {
  font-size: 2rem;
  line-height: 1.2;
}

/* FEATURES > Slideout at Page Bottom */
.bottom-slideout {
  display: block !important;
  position: fixed;
  background: var(--color-near-white);
  box-shadow: 0 0 20px var(--color-near-black);
  padding: 30px;
  right: 0;
  bottom: 0;
  max-width: 400px;
  opacity: 0;
  z-index: 1;
  transform: translateX(100%);
  transition: all 200ms ease-out;
}

.bottom-slideout.active {
  transform: translateX(0);
  opacity: 1;
}

/* FEATURES > Reviews */
.reviews-container {
  background: var(--color-light-gray);
  padding: 50px 0;
}

.reviews-star-icon {
  color: var(--color-alternate);
  font-size: 1.1rem;
}

.reviews-single-source::before {
  content: '\2014';
  margin-right: 2px;
}

.reviews-star-icon i {
  margin: 0 2px;
}

.reviews-single {
  float: none;
  text-align: center;
}

.reviews-single em {
  font-style: italic;
  margin: 10px 0;
  display: block;
}

/* FEATURES > Video Gallery */
.videos-single {
  position: relative;
  width: 100%;
  min-height: 225px;
  margin-bottom: 120px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-background-position-x: 100%;
  background-position-x: 100%;
  text-decoration: none;
}

.videos-single:hover::before,
.videos-single:focus::before {
  opacity: 0.6;
}

.videos-single::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-near-black);
  opacity: 0;
  transition: opacity 200ms ease-out;
}

.videos-single h2 {
  position: absolute;
  top: 100%;
  width: 100%;
  min-height: 75px;
  max-height: 75px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-secondary);
  color: white;
  font-size: 1.1rem;
  padding: 10px 20px;
  margin: 0;
  transition: background-color 200ms ease-out;
}

.videos-single:hover h2,
.videos-single:focus h2 {
  background-color: var(--color-primary);
}

@media screen and (min-width: 640px) {
  .videos-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 100px;
    grid-column-gap: 20px;
  }

  .videos-single {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .videos-container {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
  }
}

/* FEATURES > YouTube Player */
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  max-width: 100%;
  background: var(--color-near-black);
  margin: 20px 0 50px;
}

.youtube-player-inner {
  width: 100%;
  height: 100%;
  content: '';
  overflow: hidden;
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.youtube-player-inner::after,
.videos-single::after {
  content: '\f144';
  font-family: 'Font Awesome 6 Pro';
  font-size: 3.5rem;
  opacity: 0.8;
  display: inline-block;
  margin: 0 auto;
  transition: all 150ms ease-out;
  color: var(--color-alternate);
  pointer-events: none;
  z-index: 1;
}

.youtube-player-inner:hover::after,
.youtube-player-inner:focus::after,
.videos-single:hover::after,
.videos-single:focus::after {
  transform: scale(1.1);
  color: white;
  opacity: 1;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  transition: all 200ms ease-out;
}

/* FEATURES > Social Link Lists */
.social-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  max-width: 160px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  width: 35px;
  line-height: 35px;
  height: 35px;
  text-decoration: none;
}

.social-links a img {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.social-links a:hover,
.social-links a:focus {
  color: var(--color-alternate);
}

/* FEATURES > Case Results */
.slider-results-single {
  border: 1px solid var(--color-secondary);
  padding: 30px;
}

.slider-results-single:last-of-type {
  margin: 0;
}

.slider-results-single h3 {
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 25px;
}

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.fast {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.animated.slow {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUpSlight {
  -webkit-animation-name: fadeInUpSlight;
  animation-name: fadeInUpSlight;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInRightSlight {
  -webkit-animation-name: fadeInRightSlight;
  animation-name: fadeInRightSlight;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInDownSlight {
  -webkit-animation-name: fadeInDownSlight;
  animation-name: fadeInDownSlight;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInLeftSlight {
  -webkit-animation-name: fadeInLeftSlight;
  animation-name: fadeInLeftSlight;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUpSlight {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSlight {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRightSlight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightSlight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDownSlight {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownSlight {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeftSlight {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftSlight {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes menuSlideRight {
  from {
    opacity: 0;
    margin-left: -10px;
  }

  to {
    opacity: 1;
    margin-left: 0;
  }
}

@-webkit-keyframes menuSlideRight {
  from {
    opacity: 0;
    margin-left: -10px;
  }

  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes menuSlideDown {
  from {
    opacity: 0;
    margin-top: -10px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@-webkit-keyframes menuSlideDown {
  from {
    opacity: 0;
    margin-top: -10px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

/*******************************************************************************************
MODULES - General styling for repeatable blocks
*******************************************************************************************/
.module {
  padding: 80px 0;
}

main .column .module .column {
  padding-left: 0;
  padding-right: 0;
}

.module-dark {
  background: var(--color-primary);
}

h2.module-title {
  margin-bottom: 60px;
}

.modules-showcase .module-title {
  display: block;
}

.box-icon {
  margin: 0;
}

.box-icon::before {
  content: '\f073';
  font-family: 'Font Awesome 6 Pro';
  width: 50px;
  line-height: 50px;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  text-align: center;
  color: var(--color-primary);
  margin: 0 auto;
}

.content-selector {
  cursor: pointer;
  transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
  background: var(--color-gray);
}

.modules-skip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.modules-skip button {
  margin: 0 5px 5px 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #fff;
  border-color: #fff;
}

.home-hero .slick-dots {
  position: relative;
  bottom: 19%;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
}
#slider-testimonials-b .slick-dots li {
  display: inline-block !important;
}
.slick-dots li button {
  display: block;
  height: 12px;
  width: 12px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  border: 1px solid #fff;
  border-radius: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  transform: scale(1);
}
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.slick-autoplay-toggle-button {
  position: absolute;
  background: 0 0 !important;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 0;
  color: var(--color-secondary);
  width: 40px;
  height: 40px;
  display: none;
}
.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
  color: var(--color-alternate);
  opacity: 1;
}
.slick-autoplay-toggle-button .slick-pause-icon::before,
.slick-autoplay-toggle-button .slick-play-icon::before {
  font-family: 'Font Awesome 6 Pro';
  text-align: center;
}
.slick-autoplay-toggle-button:focus {
  color: var(--color-alternate);
}
.slick-autoplay-toggle-button .slick-pause-icon::before {
  content: '\f04c';
}
.slick-autoplay-toggle-button .slick-play-icon::before {
  content: '\f04b';
}
.slider-container {
  max-width: 85%;
  position: relative;
  margin: 0 auto;
}
.slick-arrow-container {
  position: absolute;
  left: -50px;
  right: 0;
  width: calc(100% + 100px);
  top: calc(50% - 25px);
  display: flex;
  justify-content: space-between;
}
.slick-arrow-container button {
  position: relative;
  padding: 0;
  background: 0 0;
  font-size: 3rem;
  width: 50px;
  height: 50px;
  color: var(--color-primary);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}
#skiptocontent,
.videos-single h2 {
  background-color: var(--color-secondary);
}
.slick-arrow-container button i {
  line-height: 0;
}

/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
  .header {
    top: 0;
    border: none;
    height: auto;
    position: static;
  }

  .header-mobile-buttons {
    display: none;
  }
}

/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/

#theme-switcha {
  border: 1px solid var(--color-secondary);
  margin-bottom: 30px;
  color: var(--color-primary);
}

@media screen and (min-width: 1025px) {
  .make-sticky {
    position: sticky;
    top: var(--header-height);
    z-index: 1;
  }
}

/* GENERAL > Layout */

.full-width {
  width: 100%;
}

/*.sidebar {
  clear: both;
  float: none;
}*/

.small-12 {
  width: 100%;
}

.small-11 {
  width: 91.67%;
}

.small-10 {
  width: 83.34%;
}

.small-9 {
  width: 75%;
}

.small-8 {
  width: 66.67%;
}

.small-7 {
  width: 58.34%;
}

.small-6 {
  width: 50%;
}

.small-5 {
  width: 41.66%;
}

.small-4 {
  width: 33.33%;
}

.small-3 {
  width: 25%;
}

.small-2 {
  width: 16.66%;
}

.small-1 {
  width: 8.33%;
}

@media (min-width: 768px) {
  .medium-12 {
    width: 100%;
  }

  .medium-11 {
    width: 91.67%;
  }

  .medium-10 {
    width: 83.34%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-8 {
    width: 66.67%;
  }

  .medium-7 {
    width: 58.33%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-5 {
    width: 41.67%;
  }

  .medium-4 {
    width: 33.33%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-2 {
    width: 16.66%;
  }

  .medium-1 {
    width: 8.33%;
  }

  .hide-for-medium {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .large-12 {
    width: 100%;
  }

  .large-11 {
    width: 91.67%;
  }

  .large-10 {
    width: 83.34%;
  }

  .large-9 {
    width: 75%;
  }

  .large-8 {
    width: 66.67%;
  }

  .large-7 {
    width: 58.33%;
  }

  .large-6 {
    width: 50%;
  }

  .large-5 {
    width: 41.67%;
  }

  .large-4 {
    width: 33.33%;
  }

  .large-3 {
    width: 25%;
  }

  .large-2 {
    width: 16.66%;
  }

  .large-1 {
    width: 8.33%;
  }

  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0px), screen and (min-width: 768px) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px), screen and (min-width: 1025px) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .show-for-large {
    display: none !important;
  }
}

#slider-badges-a .swiper-autoplay-toggle.no-button {
  display: none;
}

.module.module-badges-a.sidebar-block .swiper-outer {
  /* box-shadow: 0 0 15.3px 0 rgba(0, 0, 0, 0.13); */
  min-height: 250px;
}
.swiper-slide.module-badges-a-single {
  text-align: center;
  margin: 0 auto;
}
.module.module-badges-a.sidebar-block h2 {
  margin-bottom: 30px;
  margin-top: 45px;
}

.swiper-slide.module-badges-a-single img {
  max-width: 250px;
  height: auto;
  width: 100%;
}

.blog-header {
  margin-bottom: 30px;
}

.module.module-badges-a.bot-award .row {
  max-width: 1080px;
}

.module.module-badges-a.bot-award .swiper-outer {
  /*	box-shadow: 0 0 15.3px 0 rgba(0, 0, 0, 0.13);*/
  max-width: 1080px;
}
.module.module-badges-a.bot-award {
  padding-top: 0;
  padding-bottom: 30px;
}

.module.module-badges-a.bot-award h2 {
  text-align: center;
}

.swiper-autoplay-toggle.no-button {
  display: none;
}

.module.module-badges-a.bot-award .module-badges-a-single img {
  max-width: 200px;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .module-footer-a .footer-lower,
  .module-footer-a p,
  .module-footer-a a,
  .module-footer-a h2,
  .module-footer-a h3 {
    font-size: 12px !important;
  }
  .footer-lower span {
    position: relative;
    font-size: 12px !important;
    text-transform: none;
  }

  .footer-navigation li a {
    font-size: 12px !important;
  }
  .footer-home.module-footer-a {
    background: var(--color-primary);
  }

  .footer-home.module-footer-a .footer-lower::before {
    opacity: 0;
  }

  .footer-home.module-footer-a .footer-lower::after {
    opacity: 0;
  }

  .footer-home.module-footer-a .column.no-float {
    padding: 0 15px;
  }

  .footer-inner {
    text-align: center;
    padding: 0;
    max-width: 100%;
  }
  .footer-home.module-footer-a .footer-lower::after {
    opacity: 0;
  }
  .footer-inner {
    line-height: 1.5;
  }
  .menu-footer-navigation-container {
    display: inline-block;
    text-align: center;
  }
  .footer-navigation li:first-child a::before {
    opacity: 0;
    margin: 0;
    width: 0px;
    visibility: hidden;
  }
  .home-hero .slick-dots {
    display: none !important;
  }

  .footer-lower span:last-child::after {
    opacity: 0;
    margin: 0;
    width: 0px;
    visibility: hidden;
  }

  .footer-home.module-footer-a .footer-lower span:first-child::after {
    opacity: 0;
  }
  .sidebar .sidebar-inner {
    padding: 0 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .home-hero .slick-dots {
    max-width: 85%;
    bottom: 13%;
    text-align: center;
  }

  .sidebar .sidebar-inner {
    padding: 0 0;
  }

  .footer-home.module-footer-a .footer-lower::before {
    /* width: 40px; */
    width: 100vw;
    right: 102%;
  }
  .footer-home.module-footer-a .footer-lower::after {
    /* width: 40px; */
    width: 100vw;
    left: 102%;
  }
  .footer-home.module-footer-a .footer-lower {
    display: inline-block;
    position: relative;
    text-align: center;
  }

  .footer-home.module-footer-a .footer-lower span:first-child::after {
    opacity: 0;
    margin: 0;
  }

  #mobile-navigation::after {
    background-size: 50%;
  }
}

/* 
@media screen and (min-width: 980px) and (max-width: 1024px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 67px;
    left: 103%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .home-hero .slick-dots {
    max-width: 85%;
  }
  .footer-home.module-footer-a .footer-lower::after {
    width: 50px;
    left: 105%;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1150px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 14vw;
    left: 102%;
  }
}

@media screen and (min-width: 1150px) and (max-width: 1200px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 17vw;
    left: 102%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 21vw;
    left: 102%;
  }
}

@media screen and (min-width: 1300px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 26vw;
  }
}

@media screen and (min-width: 1450px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 32vw;
  }
}

@media screen and (min-width: 1550px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 36vw;
  }
}

@media screen and (min-width: 1650px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 39vw;
  }
}

@media screen and (min-width: 1750px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 42vw;
  }
}

@media screen and (min-width: 1850px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 45vw;
  }
}

@media screen and (min-width: 1900px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 46vw;
  }
}

@media screen and (min-width: 2000px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 48vw;
  }
}

@media screen and (min-width: 2100px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 50vw;
  }
}

@media screen and (min-width: 2200px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 52vw;
  }
}

@media screen and (min-width: 2300px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 54vw;
  }
}

@media screen and (min-width: 2400px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 56vw;
  }
}

@media screen and (min-width: 2500px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 57vw;
  }
}

@media screen and (min-width: 2600px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 60vw;
  }
}

@media screen and (min-width: 2700px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 59vw;
  }
}

@media screen and (min-width: 2800px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 64vw;
  }
}
@media screen and (min-width: 2900px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 66vw;
  }
}

@media screen and (min-width: 3000px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 68vw;
  }
}

@media screen and (min-width: 3100px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 70vw;
  }
}

@media screen and (min-width: 3200px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 72vw;
  }
}

@media screen and (min-width: 3300px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 74vw;
  }
}

@media screen and (min-width: 3400px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 70vw;
  }
}

@media screen and (min-width: 3500px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 70vw;
  }
}

@media screen and (min-width: 3600px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 70vw;
  }
}

@media screen and (min-width: 3700px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 70vw;
  }
}

@media screen and (min-width: 3800px) and (max-width: 12000px) {
  .footer-home.module-footer-a .footer-lower::after {
    width: 68vw;
  }
} */

@media screen and (min-width: 1920px) and (max-width: 12000px) {
  .footer-home.module-footer-a {
    bottom: 25px;
  }

  .home-hero .slick-dots {
    bottom: 25%;
    max-width: 1515px;
  }

  .footer-home.module-footer-a .footer-lower::before {
    height: 375px;
  }
  .footer-home.module-footer-a .footer-lower::after {
    height: 375px;
    /* 	  z-index:1;
	  pointer-events: none; */
  }
}

section.sidebar-block h2.awardsh2 {
  border: 2px solid;
  padding: 14px;
  max-width: 199px;
  margin: 0 auto 20px;
  font-size: 1.6rem;
}
