@charset "UTF-8";
.color-primary {
  color: var(--wp--preset--color--primary);
}

/*
Theme Name: absolutep
Theme URI: https://www.absolutep-maintal.de/
Author: absolutep
Author URI: https://www.absolutep-maintal.de/
Description: With its clean, minimal design and powerful feature set, absolutep enables agencies to build stylish and sophisticated WordPress websites. absolutep is a masterpiece of design and functionality. It features a range of valuable patterns, including hero and portfolio sections, prominent call-to-action buttons, and customer testimonials. Whether you’re building a website for your business, personal brand, or creative project, absolutep is perfect for anyone looking to launch quickly and efficiently.
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: absolutep


absolutep is distributed under the terms of the GNU GPL.
*/
/* Defaults
---------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img.edit-site-site-icon__image {
  filter: invert(1);
}

a,
button,
input:focus,
input[type=button],
input[type=submit],
textarea:focus,
.wp-element-button {
  transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
  text-decoration-thickness: 1px;
}

b,
strong,
th {
  font-weight: var(--wp--custom--font-weight--bold);
}

mark {
  background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
  background-position: 0 85%;
  background-repeat: repeat-x;
  background-size: 100% 15%;
}

/* Forms

--------------------------------------------- */
input,
select,
textarea {
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 0;
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--light);
  line-height: var(--wp--custom--line-height--body);
  padding: 10px 20px;
  width: 100%;
}

input:focus,
textarea:focus {
  background-color: var(--wp--preset--color--neutral);
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

input[type=button],
input[type=email],
input[type=search],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
}

::placeholder {
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--small);
  opacity: 0.5;
}

/* Blocks
---------------------------------------------------------------------------- */
/* Code
--------------------------------------------- */
*:not(.wp-block-code) > code {
  background-color: var(--wp--preset--color--neutral);
  font-size: var(--wp--preset--font-size--small);
  padding: 5px 8px;
}

/* Group
--------------------------------------------- */
.wp-block-group.is-style-shadow-light {
  box-shadow: var(--wp--preset--shadow--light);
}

.wp-block-group.is-style-shadow-solid {
  box-shadow: var(--wp--preset--shadow--shadow);
}

/* Image
--------------------------------------------- */
.wp-block-image.is-style-shadow-light img {
  box-shadow: var(--wp--preset--shadow--light);
}

.wp-block-image.is-style-shadow-solid img {
  box-shadow: var(--wp--preset--shadow--solid);
}

/* List
--------------------------------------------- */
.is-style-no-disc {
  list-style-type: none;
  padding-left: 0;
}

/* Navigation
--------------------------------------------- */
.wp-block-navigation__responsive-container.is-menu-open {
  padding-bottom: 30px;
  padding-top: 30px;
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  border: 1px solid currentColor;
  padding: 2px;
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
  color: var(--wp--preset--color--base);
}

/* Navigation Submenu
--------------------------------------------- */
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--contrast);
  border: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
  padding: 2px 10px;
}

/* Quote
--------------------------------------------- */
.wp-block-quote.is-style-shadow-light {
  box-shadow: var(--wp--preset--shadow--light);
}

.wp-block-quote.is-style-shadow-solid {
  box-shadow: var(--wp--preset--shadow--solid);
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  /* Utility
  --------------------------------------------- */
  .is-style-hidden-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 782px) {
  /* Columns
  --------------------------------------------- */
  .is-style-columns-reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /* Navigation Link
  --------------------------------------------- */
  .wp-block-navigation-item.is-style-outline a {
    border: 1px solid currentColor;
    padding: 8px 15px;
  }
}
.site-header .wp-block-navigation a.wp-block-navigation-item__content.current-menu-ancestor,
.site-header .wp-block-navigation li a:hover .wp-block-navigation-item__label,
.site-header .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content,
.site-header .wp-block-navigation .current-menu-ancestor > .wp-block-navigation-item__content,
.site-header .wp-block-navigation .current-menu-item > .wp-block-navigation-item__label {
  color: #fff !important;
}
.site-header .wp-block-navigation li > a {
  color: var(--wp--preset--color--secondary) !important;
}
.site-header .wp-block-navigation {
  position: relative;
  z-index: 777;
}
.site-header .wp-block-navigation button {
  padding: 10px;
}
@media only screen and (min-width: 960px) {
  .site-header .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background: transparent !important;
    border: none;
    left: -12px;
    padding: 35px 0 0 0;
  }
  .site-header .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li {
    background: rgba(61, 61, 59, 0.9) !important;
  }
  .site-header .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container .wp-block-navigation-item__label {
    font-size: 1.125rem;
    padding: 5px;
  }
}

.site-header .wp-block-navigation__responsive-container.is-menu-open {
  background: rgba(61, 61, 59, 0.96) !important;
}
.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation {
  margin: 0 auto;
}
.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item > a {
  font-size: 1.25rem;
}

@media screen and (max-width: 960px) {
  /* hamburger button */
  .wp-block-navigation__responsive-container-open {
    display: block !important;
  }
  /* full menu */
  .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
    display: none !important;
  }
  .logo-img {
    max-width: 120px;
  }
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  background: #fff;
}

.site-header .wp-block-navigation__responsive-container.is-menu-open {
  background: rgba(70, 87, 124, 0.96) !important;
}

/* copy of wp default css to a 1000px media query */
@media (min-width: 1200px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
}
/* neutralize the wp default for 600px */
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
.padding-default {
  padding-top: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--small);
  padding-bottom: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--small);
}

.padding-leftright {
  padding-right: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--small);
}

.margin-left {
  margin-left: var(--wp--preset--spacing--small);
}

.padding-xsmall-top {
  padding-top: 15px;
}

.padding-xsmall-bottom {
  padding-bottom: 15px;
}

.padding-top-small {
  padding-top: var(--wp--preset--spacing--small);
}

.padding-bottom-small {
  padding-bottom: var(--wp--preset--spacing--small);
}

.margin-top-medium {
  margin-top: var(--wp--preset--spacing--small);
}

.margin-top-large {
  margin-top: var(--wp--preset--spacing--large);
}

.margin-bottom-large {
  margin-bottom: var(--wp--preset--spacing--large);
}

.mb-xsmall {
  margin-bottom: var(--wp--preset--spacing--x-small);
}

@media (min-width: 640px) and (max-width: 781px) {
  main.wp-block-group {
    max-width: 640px;
    margin: 0 auto !important;
  }
}
.site-header {
  background: var(--wp--preset--color--primary);
  position: sticky;
  top: 0;
  z-index: 999;
}
.site-header .site-logo {
  display: flex;
  margin: 5px 0 5px 0;
}
.site-header .wp-block-navigation {
  margin-left: auto;
}
.site-header .nav-wrapper {
  margin-left: auto;
}
.site-header .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  color: #fff;
  margin-top: -20px;
}
@media only screen and (max-width: 580px) {
  .site-header {
    padding: 5px;
  }
  .site-header .has-global-padding {
    padding: 0 !important;
  }
}

.gt_switcher-popup span:first-of-type {
  display: none;
}

.gt_white_content {
  background: var(--wp--preset--color--primary) !important;
}
.gt_white_content a {
  color: #fff;
}

.social-col {
  margin-top: 0px !important;
}

.social-links {
  list-style: none;
  margin: 0 auto;
  display: flex;
}
.social-links svg {
  fill: #fff;
}
.social-links a:hover {
  opacity: 0.4;
}
.social-links .first {
  margin-left: auto;
}
.social-links li {
  display: flex;
  justify-content: center;
}

.site-footer {
  padding: 0;
  margin: 0 !important;
}
.site-footer .copy {
  opacity: 0.4;
}
.site-footer p {
  margin: 0 0 15px 0;
}
.site-footer p a {
  color: #fff;
}
.site-footer p a:is(:hover, :focus) {
  color: var(--wp--preset--color--secondary);
}
.site-footer .wp-block-navigation__container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.site-footer .wp-block-navigation__container li {
  display: block;
  width: 100%;
}
.site-footer .wp-block-navigation__container a:hover,
.site-footer .wp-block-navigation__container .current-menu-item > a {
  opacity: 1;
  color: var(--wp--preset--color--secondary);
}
.site-footer .wp-block-navigation__container a {
  color: #fff;
  font-size: 1rem;
  line-height: 2.25rem;
  opacity: 0.9;
  border-bottom: 1px dotted #5f98a6;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea,
.wp-block-search__input {
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--dark);
  border-radius: 0;
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--regular);
  line-height: var(--wp--custom--line-height--body);
  padding: 10px 20px;
  width: 100%;
}

input:focus,
textarea:focus {
  background-color: var(--wp--preset--color--neutral);
  outline: none;
}

.frm_forms .frm_opt_container .frm_checkbox label {
  display: inline-block !important;
}

.frm_forms .frm_opt_container .frm_checkbox label a {
  color: var(--wp--preset--color--primary);
}

.frm_forms .frm_primary_label {
  font-weight: bold;
  color: var(--wp--preset--color--primary) !important;
}
.frm_forms .frm_checkbox {
  border-bottom: 1px solid #d8ecee;
  padding: 5px;
}
.frm_forms .frm_error {
  color: red !important;
}
.frm_forms .frm_checkbox label {
  display: flex !important;
  hyphens: auto;
}
.frm_forms .frm_checkbox label input {
  margin: 3px 8px 5px 0 !important;
}

.has-secondary-background-color.has-background a:focus,
.has-secondary-background-color.has-background a:hover {
  color: #000;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

main p a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
  border-bottom: 1px solid #555;
  color: #000;
}
main p a:where(:not(.wp-element-button)):hover {
  color: var(--wp--preset--color--secondary);
}

.section-wine .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: fit-content !important;
}

/* Button - Outline
--------------------------------------------- */
.wp-block-button.is-style-outline .wp-element-button {
  background-color: transparent;
  border: 1px solid;
  border-color: currentColor;
  color: #333;
  padding: 14px 29px;
}

.wp-block-button .wp-block-button__link {
  border-left: 5px solid var(--wp--preset--color--contrasttwo);
}
.wp-block-button .wp-block-button__link.wp-block-button__link--hint {
  border: 1px solid #ccc;
  background: #fff;
  opacity: 0.7;
  color: #000;
  text-transform: none;
}
.wp-block-button .wp-block-button__link:hover {
  border-left: 5px solid var(--wp--preset--color--contrast);
}

.wp-block-column a img:hover {
  opacity: 0.7;
}

/* Image
--------------------------------------------- */
.wp-block-image.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-image.alignleft {
  margin-right: 30px !important;
}

.wp-block-image.alignright {
  margin-left: 30px !important;
}

/* List
--------------------------------------------- */
ol li:where(:not([class*=block])),
ul li:where(:not([class*=block])),
.wp-block-list li {
  margin-left: 30px;
}

.is-style-no-disc li {
  list-style-type: none;
  margin-left: 0;
}

/* Paragraph
--------------------------------------------- */
p.has-background {
  padding: 20px 30px;
}

/* Preformatted
--------------------------------------------- */
.wp-block-preformatted {
  overflow-wrap: normal;
  overflow-x: scroll;
  white-space: pre;
}

/* Pullquote
--------------------------------------------- */
.wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}

/* Quote
--------------------------------------------- */
.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator.is-style-dots:before {
  font-family: inherit;
  font-size: var(--wp--preset--font-size--large);
  letter-spacing: 10px;
  padding-left: 10px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}

.wp-block-separator:not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: 1px solid currentColor;
  border-top: none;
  height: 1px;
}

/* Social Icons
--------------------------------------------- */
.wp-block-social-links.is-style-outline .wp-block-social-link {
  background-color: transparent;
  border: 1px solid currentColor;
}

/* Spacer
--------------------------------------------- */
.wp-block-spacer + * {
  margin-top: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .bgsplit1 {
    background: linear-gradient(to right, #00FFFF 0%, #00FFFF 60%, #FAB001 60%, #FAB001 100%);
  }
}
.wp-block-column.has-secondary-background-color a:hover {
  color: var(--wp--preset--color--contrast);
}

.bg-pattern0 {
  background-color: #e6077e;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bg-pattern1 {
  background-color: #ffffff;
  padding-top: 10% !important;
  padding-bottom: 10% !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='400' cy='400' r='45.7%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%232CA2DC'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='400' cy='400' r='31.1%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%232672B9'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='800'/%3E%3Cg fill-opacity='.8'%3E%3Cpath fill='url(%23b)' d='M998.7 439.2c1.7-26.5 1.7-52.7 0.1-78.5L401 399.9c0 0 0-0.1 0-0.1l587.6-116.9c-5.1-25.9-11.9-51.2-20.3-75.8L400.9 399.7c0 0 0-0.1 0-0.1l537.3-265c-11.6-23.5-24.8-46.2-39.3-67.9L400.8 399.5c0 0 0-0.1-0.1-0.1l450.4-395c-17.3-19.7-35.8-38.2-55.5-55.5l-395 450.4c0 0-0.1 0-0.1-0.1L733.4-99c-21.7-14.5-44.4-27.6-68-39.3l-265 537.4c0 0-0.1 0-0.1 0l192.6-567.4c-24.6-8.3-49.9-15.1-75.8-20.2L400.2 399c0 0-0.1 0-0.1 0l39.2-597.7c-26.5-1.7-52.7-1.7-78.5-0.1L399.9 399c0 0-0.1 0-0.1 0L282.9-188.6c-25.9 5.1-51.2 11.9-75.8 20.3l192.6 567.4c0 0-0.1 0-0.1 0l-265-537.3c-23.5 11.6-46.2 24.8-67.9 39.3l332.8 498.1c0 0-0.1 0-0.1 0.1L4.4-51.1C-15.3-33.9-33.8-15.3-51.1 4.4l450.4 395c0 0 0 0.1-0.1 0.1L-99 66.6c-14.5 21.7-27.6 44.4-39.3 68l537.4 265c0 0 0 0.1 0 0.1l-567.4-192.6c-8.3 24.6-15.1 49.9-20.2 75.8L399 399.8c0 0 0 0.1 0 0.1l-597.7-39.2c-1.7 26.5-1.7 52.7-0.1 78.5L399 400.1c0 0 0 0.1 0 0.1l-587.6 116.9c5.1 25.9 11.9 51.2 20.3 75.8l567.4-192.6c0 0 0 0.1 0 0.1l-537.3 265c11.6 23.5 24.8 46.2 39.3 67.9l498.1-332.8c0 0 0 0.1 0.1 0.1l-450.4 395c17.3 19.7 35.8 38.2 55.5 55.5l395-450.4c0 0 0.1 0 0.1 0.1L66.6 899c21.7 14.5 44.4 27.6 68 39.3l265-537.4c0 0 0.1 0 0.1 0L207.1 968.3c24.6 8.3 49.9 15.1 75.8 20.2L399.8 401c0 0 0.1 0 0.1 0l-39.2 597.7c26.5 1.7 52.7 1.7 78.5 0.1L400.1 401c0 0 0.1 0 0.1 0l116.9 587.6c25.9-5.1 51.2-11.9 75.8-20.3L400.3 400.9c0 0 0.1 0 0.1 0l265 537.3c23.5-11.6 46.2-24.8 67.9-39.3L400.5 400.8c0 0 0.1 0 0.1-0.1l395 450.4c19.7-17.3 38.2-35.8 55.5-55.5l-450.4-395c0 0 0-0.1 0.1-0.1L899 733.4c14.5-21.7 27.6-44.4 39.3-68l-537.4-265c0 0 0-0.1 0-0.1l567.4 192.6c8.3-24.6 15.1-49.9 20.2-75.8L401 400.2c0 0 0-0.1 0-0.1L998.7 439.2z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-size: cover;
}

.bg-pattern2 {
  background: #FAB001;
}

.img-service-col {
  margin-top: -160px !important;
}
@media only screen and (max-width: 800px) {
  .img-service-col {
    margin-top: -30px !important;
  }
}

.img-fx-service img {
  max-width: 320px;
  margin: -160px 30px 0px 0;
}
@media only screen and (max-width: 800px) {
  .img-fx-service img {
    max-width: 200px;
    margin: -100px 30px 0px 0;
  }
}

.group-beratung {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 !important;
}
.img-icon-box {
  position: relative;
  color: #fff;
}
.img-icon-box .img-icon-box-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.img-icon-box .img-icon-box-inner:hover {
  background: rgba(255, 255, 255, 0.3);
}
.img-icon-box .img-icon-box-inner div {
  width: 100%;
  padding: 30px;
}
.img-icon-box a {
  border: none;
  text-decoration: none;
}
.img-icon-box h3 {
  color: #fff;
  margin: 0;
}
.img-icon-box .img-icon-box-svg {
  margin-top: auto;
}
.img-icon-box svg {
  fill: #fff;
}

.lightweight-accordion-title div {
  display: inline-block;
}

.lightweight-accordion-body {
  background: rgba(255, 255, 255, 0.4);
}

.check-list {
  list-style: none;
}
.check-list li {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath style='fill:%23fff' d='M413.5 92L133.5 372l-99-99c-4.7-4.7-12.3-4.7-17 0L6.2 284.3c-4.7 4.7-4.7 12.3 0 17l118.8 118.8c4.7 4.7 12.3 4.7 17 0l299.8-299.8c4.7-4.7 4.7-12.3 0-17l-11.3-11.3c-4.7-4.7-12.3-4.7-17 0z'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 10px 20px 10px 40px;
  margin: 0 0 10px 0;
}

.cross-list {
  list-style: none;
  margin: 30px auto;
  padding: 0;
}
.cross-list li {
  position: relative;
  padding: 10px 0px 10px 0px;
  margin: 0;
}

.has-model-open {
  background: red !important;
}

.speedlinks {
  position: fixed;
  z-index: 5;
  right: -83px;
  overflow: hidden;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
}
.speedlinks:hover {
  right: 0;
}
.speedlinks ul {
  margin: 0;
  padding: 0;
  width: 160px;
  overflow: hidden;
}
.speedlinks span {
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
  transition: opacity 0.5s ease;
}
.speedlinks li {
  list-style: none;
  display: block;
}
.speedlinks img {
  width: 32px;
  height: 32px;
  margin: 0 5px 0 0;
}
.speedlinks a {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  text-decoration: none;
}
.speedlinks a:hover {
  background: #26417b !important;
}
.speedlinks .sl-first a {
  background: #bd31f7;
}
.speedlinks .sl-second a {
  background: #475779;
}
.speedlinks .sl-third a {
  background: #9d9d9b;
}

/* Table
--------------------------------------------- */
.wp-block-table.is-style-stripes {
  border-bottom: none;
}

.wp-block-table table {
  border-collapse: collapse;
}

.wp-block-table thead {
  border-bottom: 3px solid var(--wp--preset--color--contrast);
}

.wp-block-table tfoot {
  border-top: 3px solid var(--wp--preset--color--contrast);
}

.wp-block-table td,
.wp-block-table th,
.wp-block-table tr,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes tr {
  border: 1px solid var(--wp--preset--color--contrast);
}

.wp-block-table th {
  font-weight: var(--wp--custom--font-weight--regular);
}

.wp-block-table td,
.wp-block-table th {
  padding: 5px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--wp--preset--color--neutral);
}

button,
.accordion-nested li {
  font-family: var(--wp--preset--font-family--primary);
}

h1, h2, h3,
p {
  hyphens: auto;
}

h1 {
  margin-top: 10px;
}

.has-small-font-size {
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 400;
  font-size: 1rem !important;
}

.site-content .wp-block-button__link:hover {
  background: var(--wp--preset--color--secondary) !important;
  border-color: var(--wp--preset--color--secondary) !important;
  color: #fff !important;
}

.text-center {
  text-align: center;
}
.text-center h1, .text-center h2, .text-center h3, .text-center h4 {
  text-align: center;
}

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

.no-break {
  white-space: nowrap;
}

/*# sourceMappingURL=style.css.map */
