/* Style 1 */
:root {
  --contrast: #141414;
  --contrast-2: #1b1b42;
  --contrast-3: #9898b1;
  --base: #e1e6ed;
  --base-2: #f2f5fa;
  --base-3: #ffffff;
  --contrast: #181818;
  --contrast-2: #1b1b42;
  --contrast-3: #9898b1;
  --base: #e1e6ed;
  --base-2: #f2f5fa;
  --base-3: #ffffff;
  --accent: #008800;
  --accent-hover: #aedf00;
  --accent-2: #aedf00;
  --accent-3: #002b00;
  --accent-4: #f2f5fa;
  --accent-5: #7bb77b;
  --accent-6: #dfff71;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--contrast: var(--contrast);
  --wp--preset--color--contrast-2: var(--contrast-2);
  --wp--preset--color--contrast-3: var(--contrast-3);
  --wp--preset--color--base: var(--base);
  --wp--preset--color--base-2: var(--base-2);
  --wp--preset--color--base-3: var(--base-3);
  --wp--preset--color--accent: var(--accent);
  --wp--preset--color--accent-hover: var(--accent-hover);
  --wp--preset--color--accent-2: var(--accent-2);
  --color-main: #008800;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-family: Barlow, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main {
  display: block;
}
progress {
  vertical-align: baseline;
}
html {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
body,
button,
input,
select,
textarea {
  font-family: Barlow, -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI',
    'Source Sans 3', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 1.5;
}
p {
  margin-bottom: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
pre {
  background: rgba(0, 0, 0, 0.05);
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  margin-bottom: 1.5em;
  padding: 20px;
  overflow: auto;
  max-width: 100%;
}
blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}
blockquote p:last-child {
  margin: 0;
}
table,
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}
td,
th {
  padding: 8px;
}
th {
  border-width: 0 1px 1px 0;
}
td {
  border-width: 0 1px 1px 0;
}
hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 40px;
  margin-top: 40px;
}
fieldset {
  padding: 0;
  border: 0;
  min-width: inherit;
    border: 1px solid #d8d8d8;
    margin: 0 0 20px 0;
    padding: 1rem 1rem;
    border-radius: 6px;
}
fieldset legend {
  padding: 0;
  margin-bottom: 0.5rem;
}
h1 {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none;
}
h2 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none;
}
h3 {
  font-size: 29px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h4,
h5,
h6 {
  margin-bottom: 20px;
}
ol,
ul {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
ul.readable > li {
    margin-bottom: 20px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: 700;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins,
mark {
  text-decoration: none;
}
sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: 700;
}
img {
  height: auto;
  max-width: 100%;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  /*background: #55555e;*/
  /*color: #fff;*/
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 10px 20px;
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
  border: 1px solid;
  border-radius: 0;
  padding: 10px 15px;
  max-width: 100%;
}
textarea {
  width: 100%;
}
a,
button,
input {
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
a {
  text-decoration: none;
}
.button,
.wp-block-button .wp-block-button__link {
  padding: 10px 20px;
  display: inline-block;
  max-height: 4rem;
  border-radius: 12px;
}
.wp-block-button .wp-block-button__link {
  border-radius: 12px !important;
}
.wp-block-button .wp-block-button__link {
  font-size: inherit;
  line-height: inherit;
}
.using-mouse :focus {
  outline: 0;
}
.using-mouse ::-moz-focus-inner {
  border: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.no-sidebar .entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex='-1']:focus {
  outline: 0;
}
.main-navigation {
  z-index: 100;
  padding: 0;
  clear: both;
  display: block;
  font-family: 'Source Sans 3', sans-serif;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation .main-nav ul li a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 43px;
}
.inside-navigation {
  position: relative;
}
.main-navigation .inside-navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-navigation .main-nav > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: right;
}
.main-navigation li {
  position: relative;
}
.main-navigation .menu-bar-items {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.main-navigation .menu-bar-items a {
  color: inherit;
}
.main-navigation .menu-bar-item {
  position: relative;
}
.main-navigation .menu-bar-item.search-item {
  z-index: 20;
}
.main-navigation .menu-bar-item > a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px;
}
.sidebar .main-navigation .main-nav {
  flex-basis: 100%;
}
.sidebar .main-navigation .main-nav > ul {
  flex-direction: column;
}
.sidebar .main-navigation .menu-bar-items {
  margin: 0 auto;
}
.sidebar .main-navigation .menu-bar-items .search-item {
  order: 10;
}
.nav-align-center .inside-navigation {
  justify-content: center;
}
.nav-align-center .main-nav > ul {
  justify-content: center;
}
.nav-align-right .inside-navigation {
  justify-content: flex-end;
}
.main-navigation ul ul {
  display: block;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  float: left;
  position: absolute;
  left: -99999px;
  opacity: 0;
  z-index: 99999;
  width: 200px;
  text-align: left;
  top: auto;
  transition: opacity 80ms linear;
  transition-delay: 0s;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
.main-navigation ul ul a {
  display: block;
}
.main-navigation ul ul li {
  width: 100%;
}
.main-navigation .main-nav ul ul li a {
  line-height: normal;
  padding: 10px 20px;
  font-size: 14px;
}
.main-navigation .main-nav ul li.menu-item-has-children > a {
  position: relative;
}
.main-navigation.sub-menu-left ul ul {
  box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
}
.main-navigation.sub-menu-left .sub-menu {
  right: 0;
}
.main-navigation:not(.toggled) ul li.sfHover > ul,
.main-navigation:not(.toggled) ul li:hover > ul {
  left: auto;
  opacity: 1;
  transition-delay: 150ms;
  pointer-events: auto;
  height: auto;
  overflow: visible;
}
.main-navigation:not(.toggled) ul ul li.sfHover > ul,
.main-navigation:not(.toggled) ul ul li:hover > ul {
  left: 100%;
  top: 0;
}
.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul,
.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
.nav-float-right .main-navigation ul ul ul {
  top: 0;
}
.menu-item-has-children .dropdown-menu-toggle {
  display: inline-block;
  height: 100%;
  clear: both;
  padding-right: 20px;
  padding-left: 10px;
}
.menu-item-has-children ul .dropdown-menu-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
}
.sidebar .menu-item-has-children .dropdown-menu-toggle,
nav ul ul .menu-item-has-children .dropdown-menu-toggle {
  float: right;
}
.widget-area .main-navigation li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,
.sidebar .main-navigation.sub-menu-right ul li:hover ul {
  top: 0;
  left: 100%;
}
.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,
.sidebar .main-navigation.sub-menu-left ul li:hover ul {
  top: 0;
  right: 100%;
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 2em;
  overflow: hidden;
}
.site-main .post-navigation {
  margin-bottom: 0;
}
.paging-navigation .nav-next,
.paging-navigation .nav-previous {
  display: none;
}
.paging-navigation .nav-links > * {
  padding: 0 5px;
}
.paging-navigation .nav-links .current {
  font-weight: 700;
}
.nav-links > :first-child {
  padding-left: 0;
}
.site-header {
  position: relative;
}
.inside-header {
  padding: 20px 40px;
}
.main-title {
  margin: 0;
  font-size: 25px;
  line-height: 1.2em;
  word-wrap: break-word;
  font-weight: 700;
  text-transform: none;
}
.site-description {
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
}
.site-logo {
  display: inline-block;
  max-width: 100%;
}
.site-header .header-image {
  vertical-align: middle;
}
.inside-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-widget {
  margin-left: auto;
}
.header-widget p:last-child {
  margin-bottom: 0;
}
.nav-float-right .header-widget {
  margin-left: 20px;
}
.nav-float-right #site-navigation {
  margin-left: auto;
}
.nav-float-left #site-navigation {
  margin-right: auto;
  order: -10;
}
.nav-float-left .header-widget {
  margin-left: 0;
  margin-right: 20px;
  order: -15;
}
.header-aligned-center:not([class*='nav-float-']) .inside-header {
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.header-aligned-center:not([class*='nav-float-']) .header-widget {
  margin-left: auto;
  margin-right: auto;
}
.header-aligned-center:not([class*='nav-float-'])
  .inside-header
  > :not(:first-child) {
  margin-top: 1em;
}
.header-aligned-right:not([class*='nav-float-']) .inside-header {
  justify-content: flex-end;
}
.header-aligned-right:not([class*='nav-float-']) .header-widget {
  margin-right: auto;
  margin-left: 0;
  order: -10;
}
.site-branding-container {
  display: inline-flex;
  align-items: center;
  text-align: left;
  flex-shrink: 0;
}
.site-branding-container .site-logo {
  margin-right: 1em;
}
.sticky {
  display: block;
}
.entry-header .gp-icon,
.posted-on .updated {
  display: none;
}
.byline,
.entry-header .cat-links,
.entry-header .comments-link,
.entry-header .tags-links,
.group-blog .byline,
.single .byline {
  display: inline;
}
footer.entry-meta .byline,
footer.entry-meta .posted-on {
  display: block;
}
.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
  margin-top: 2em;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.archive .format-aside .entry-header,
.archive .format-status .entry-header,
.archive .format-status .entry-meta,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.blog .format-status .entry-header,
.blog .format-status .entry-meta,
.blog .format-status .entry-title {
  display: none;
}
.archive .format-aside .entry-content,
.archive .format-status .entry-content,
.blog .format-aside .entry-content,
.blog .format-status .entry-content {
  margin-top: 0;
}
.archive .format-status .entry-content p:last-child,
.blog .format-status .entry-content p:last-child {
  margin-bottom: 0;
}
.entry-header,
.site-content {
  word-wrap: break-word;
}
.entry-title {
  margin-bottom: 0;
}
.author .page-header .page-title {
  display: flex;
  align-items: center;
}
.author .page-header .avatar {
  margin-right: 20px;
}
.page-header .author-info > :last-child,
.page-header > :last-child {
  margin-bottom: 0;
}
.entry-meta {
  font-size: 85%;
  margin-top: 0.5em;
  line-height: 1.5;
}
footer.entry-meta {
  margin-top: 2em;
}
.cat-links,
.comments-link,
.tags-links {
  display: block;
}
.entry-content > p:last-child,
.entry-summary > p:last-child,
.page-content > p:last-child,
.read-more-container,
.taxonomy-description p:last-child {
  margin-bottom: 0;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  position: relative;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin: 0 auto 0;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 75%;
  padding-top: 5px;
  opacity: 0.8;
}
.wp-caption img {
  position: relative;
  vertical-align: bottom;
}
.wp-block-image figcaption {
  font-size: 13px;
  text-align: center;
}
.wp-block-gallery,
ul.blocks-gallery-grid {
  margin-left: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 10px;
  box-sizing: border-box;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-item img {
  vertical-align: bottom;
}
.gallery-icon {
  padding: 5px;
}
embed,
iframe,
object {
  max-width: 100%;
}
.wp-block-post-template {
  margin-left: 0;
}
.widget-area .widget {
  padding: 40px;
}
.widget select {
  max-width: 100%;
}
.footer-widgets .widget :last-child,
.sidebar .widget :last-child {
  margin-bottom: 0;
}
.widget-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
}
.widget ol,
.widget ul {
  margin: 0;
}
.widget .search-field {
  width: 100%;
}
.widget .search-form {
  display: flex;
}
.widget .search-form button.search-submit {
  font-size: 15px;
}
.footer-widgets .widget {
  margin-bottom: 30px;
}
.footer-widgets .widget:last-child,
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.widget ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.5em;
}
.widget ul li ul {
  margin-left: 1em;
  margin-top: 0.5em;
}
.wp-calendar-table {
  table-layout: fixed;
}
.site-content {
  display: flex;
}
.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.page-header,
.sidebar .widget,
.site-main > * {
  margin-bottom: 20px;
}
.both-left .inside-left-sidebar,
.both-right .inside-left-sidebar {
  margin-right: 10px;
}
.both-left .inside-right-sidebar,
.both-right .inside-right-sidebar {
  margin-left: 10px;
}
.one-container.both-right .site-main,
.one-container.right-sidebar .site-main {
  margin-right: 40px;
}
.one-container.both-left .site-main,
.one-container.left-sidebar .site-main {
  margin-left: 40px;
}
.one-container.both-sidebars .site-main {
  margin: 0 40px 0 40px;
}
.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
  padding-bottom: 40px;
}
.one-container .site-content {
  padding: 40px;
}
.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
  padding: 40px;
}
.separate-containers .site-main {
  margin: 20px;
}
.separate-containers.no-sidebar .site-main {
  margin-left: 0;
  margin-right: 0;
}
.separate-containers.both-right .site-main,
.separate-containers.right-sidebar .site-main {
  margin-left: 0;
}
.separate-containers.both-left .site-main,
.separate-containers.left-sidebar .site-main {
  margin-right: 0;
}
.separate-containers .inside-left-sidebar,
.separate-containers .inside-right-sidebar {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-page-header {
  padding: 40px;
}
.widget-area .main-navigation {
  margin-bottom: 20px;
}
.one-container .site-main > :last-child,
.separate-containers .site-main > :last-child {
  margin-bottom: 0;
}
.full-width-content .container.grid-container {
  max-width: 100%;
}
.full-width-content.no-sidebar.separate-containers .site-main {
  margin: 0;
}
.full-width-content.one-container .site-content,
.full-width-content.separate-containers .inside-article {
  padding: 0;
}
.full-width-content .entry-content .alignwide {
  margin-left: 0;
  width: auto;
  max-width: unset;
}
.contained-content.one-container .site-content,
.contained-content.separate-containers .inside-article {
  padding: 0;
}
.sidebar .grid-container {
  max-width: 100%;
  width: 100%;
}
.both-left .is-left-sidebar,
.both-sidebars .is-left-sidebar,
.left-sidebar .sidebar {
  order: -10;
}
.both-left .is-right-sidebar {
  order: -5;
}
.both-right .is-left-sidebar {
  order: 5;
}
.both-right .is-right-sidebar,
.both-sidebars .is-right-sidebar {
  order: 10;
}
.inside-site-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
}
.site-info {
  text-align: center;
  font-size: 15px;
}
.post-image:not(:first-child) {
  margin-top: 2em;
}
.featured-image {
  line-height: 0;
}
.separate-containers .featured-image {
  margin-top: 20px;
}
.separate-containers .inside-article > .featured-image {
  margin-top: 0;
  margin-bottom: 2em;
}
.one-container .inside-article > .featured-image {
  margin-top: 0;
  margin-bottom: 2em;
}
.gp-icon {
  display: inline-flex;
  align-self: center;
}
.gp-icon svg.hamb {
  height: 1.5em;
  width: 1.5em;
  top: -99px;
  right: -20px;
  position: relative;
  fill: #888888;
}
body.green .gp-icon svg.hamb {
  fill: var(--contrast-2);
}

.gp-icon svg {
  height: 1em;
  width: 1em;
  top: 0.125em;
  position: relative;
  fill: white;
}
.close-search .icon-search svg:first-child,
.icon-menu-bars svg:nth-child(2),
.icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:first-child {
  display: none;
}
.close-search .icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(2) {
  display: block;
}
.entry-meta .gp-icon {
  margin-right: 0.6em;
  opacity: 0.7;
}
nav.toggled .icon-arrow-left svg {
  transform: rotate(-90deg);
}
nav.toggled .icon-arrow-right svg {
  transform: rotate(90deg);
}
nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon svg {
  transform: rotate(180deg);
}
nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
  transform: rotate(-270deg);
}
nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
  transform: rotate(270deg);
}
.container.grid-container {
  width: auto;
}

.menu-toggle {
  padding: 0 20px;
  line-height: 60px;
  margin: 0;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  cursor: pointer;
}
.menu-toggle .mobile-menu {
  padding-left: 3px;
}
.menu-toggle .gp-icon + .mobile-menu {
  padding-left: 9px;
}
.menu-toggle .mobile-menu:empty {
  display: none;
}
button.menu-toggle {
  background-color: transparent;
  flex-grow: 1;
  border: 0;
  text-align: center;
}
button.menu-toggle:active,
button.menu-toggle:focus,
button.menu-toggle:hover {
  background-color: transparent;
}
.has-menu-bar-items button.menu-toggle {
  flex-grow: 0;
}
nav.toggled ul ul.sub-menu {
  width: 100%;
}
.toggled .menu-item-has-children .dropdown-menu-toggle {
  padding-left: 20px;
}
.main-navigation.toggled .main-nav {
  flex-basis: 100%;
  order: 3;
}
.main-navigation.toggled .main-nav > ul {
  display: block;
}
.main-navigation.toggled .main-nav li {
  width: 100%;
  text-align: left;
}
.main-navigation.toggled .main-nav ul ul {
  transition: 0s;
  visibility: hidden;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main-navigation.toggled .main-nav ul ul li:last-child > ul {
  border-bottom: 0;
}
.main-navigation.toggled .main-nav ul ul.toggled-on {
  position: relative;
  top: 0;
  left: auto !important;
  right: auto !important;
  width: 100%;
  pointer-events: auto;
  height: auto;
  opacity: 1;
  display: block;
  visibility: visible;
  float: none;
}
.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
  float: right;
}
.mobile-menu-control-wrapper {
  display: none;
  margin-left: auto;
  align-items: center;
}
.has-inline-mobile-toggle #site-navigation.toggled {
  margin-top: 1.5em;
}
.has-inline-mobile-toggle #site-navigation.has-active-search {
  margin-top: 1.5em;
}
.has-inline-mobile-toggle
  #site-navigation.has-active-search
  .nav-search-active {
  position: relative;
}
.has-inline-mobile-toggle
  #site-navigation.has-active-search
  .navigation-search
  input {
  outline: auto;
}
.nav-float-left .mobile-menu-control-wrapper {
  order: -10;
  margin-left: 0;
  margin-right: auto;
  flex-direction: row-reverse;
}

.uagb-section__inner-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.uagb-ifb-content .uagb-ifb-icon-wrap svg {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 32px !important;
    color: var(--color-main) !important;
    fill: var(--color-main) !important;
}
.uagb-block-008800 .uagb-icon svg, .uagb-block-008800 .uagb-icon-active svg {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px;
    fill: var(--color-main);
}


/* Flexbox Container */

.flex-container {
  display: flex;
  flex-wrap: wrap;
  margin: -10px; /* Adjust spacing */
}

.flex-container > .col {
  flex: 1 0 100%; /* Default to full width */
  padding: 10px; /* Adjust spacing */
  box-sizing: border-box;
  /*background: #f8f8f8;*/
  /*border: 1px solid #d8d8d8;*/
}

/* Media queries for responsiveness */
@media (min-width: 600px) {
  .flex-container > .col { flex: 1 0 50%; } /* 2 columns */
}

@media (min-width: 900px) {
  .flex-container > .col { flex: 1 0 33.33%; } /* 3 columns */
}

@media (min-width: 1200px) {
  .flex-container > .col { flex: 1 0 25%; } /* 4 columns */
}

@media (min-width: 1500px) {
  .flex-container > .col { flex: 1 0 20%; } /* 5 columns */
}

@media (min-width: 1800px) {
  .flex-container > .col { flex: 1 0 16.66%; } /* 6 columns */
}

@media (min-width: 2100px) {
  .flex-container > .col { flex: 1 0 14.28%; } /* 7 columns */
}

@media (min-width: 2400px) {
  .flex-container > .col { flex: 1 0 12.5%; } /* 8 columns */
}

@media (min-width: 2700px) {
  .flex-container > .col { flex: 1 0 11.11%; } /* 9 columns */
}

@media (min-width: 3000px) {
  .flex-container > .col { flex: 1 0 10%; } /* 10 columns */
}

@media (min-width: 3300px) {
  .flex-container > .col { flex: 1 0 9.09%; } /* 11 columns */
}

@media (min-width: 3600px) {
  .flex-container > .col { flex: 1 0 8.33%; } /* 12 columns */
}


@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
  a,
  body,
  button,
  input,
  select,
  textarea {
    transition: all 0s ease-in-out;
  }
  .inside-header {
    flex-direction: column;
    text-align: center;
  }
  .site-header .header-widget {
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .site-content {
    flex-direction: column;
  }
  .container .site-content .content-area {
    width: auto;
  }
  .is-left-sidebar.sidebar,
  .is-right-sidebar.sidebar {
    width: auto;
    order: initial;
  }
  .is-left-sidebar + .is-right-sidebar .inside-right-sidebar {
    margin-top: 0;
  }
  .both-left .inside-left-sidebar,
  .both-left .inside-right-sidebar,
  .both-right .inside-left-sidebar,
  .both-right .inside-right-sidebar {
    margin-right: 0;
    margin-left: 0;
  }
  #main {
    margin-left: 0;
    margin-right: 0;
  }
  body:not(.no-sidebar) #main {
    margin-bottom: 0;
  }
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .comment .children {
    padding-left: 10px;
    margin-left: 0;
  }
  .entry-meta {
    font-size: inherit;
  }
  .entry-meta a {
    line-height: 1.8em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }
  .menu-toggle,
  .mobile-bar-items,
  .sidebar-nav-mobile {
    display: none;
  }
}




/* Style 2 */
:root .has-contrast-color {
  color: var(--contrast);
}
:root .has-contrast-background-color {
  background-color: var(--contrast);
}
:root .has-contrast-2-color {
  color: var(--contrast-2);
}
:root .has-contrast-2-background-color {
  background-color: var(--contrast-2);
}
:root .has-contrast-3-color {
  color: var(--contrast-3);
}
:root .has-contrast-3-background-color {
  background-color: var(--contrast-3);
}
:root .has-base-color {
  color: var(--base);
}
:root .has-base-background-color {
  background-color: var(--base);
}
:root .has-base-2-color {
  color: var(--base-2);
}
:root .has-base-2-background-color {
  background-color: var(--base-2);
}
:root .has-base-3-color {
  color: var(--base-3);
}
:root .has-base-3-background-color {
  background-color: var(--base-3);
}
:root .has-accent-color {
  color: var(--accent);
}
:root .has-accent-background-color {
  background-color: var(--accent);
}
:root .has-accent-hover-color {
  color: var(--accent-hover);
}
:root .has-accent-hover-background-color {
  background-color: var(--accent-hover);
}
:root .has-accent-2-color {
  color: var(--accent-2);
}
:root .has-accent-2-background-color {
  background-color: var(--accent-2);
}

.gb-container .wp-block-image img {
  vertical-align: middle;
}

.gb-container .gb-shape {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
}

.gb-container .gb-shape svg {
  fill: currentColor;
}

.gb-container-c1f1455e {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--base-2);
}

.gb-container-c1f1455e:before {
  content: '';
  background-image: url(../img/abstract-shapes.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  pointer-events: none;
}

.gb-container-c1f1455e > .gb-shapes .gb-shape-1 {
  color: var(--base-3);
  left: 0;
  right: 0;
  bottom: -1px;
  transform: scaleX(-1);
}

.gb-container-c1f1455e > .gb-shapes .gb-shape-1 svg {
  height: 40px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}

.gb-container-c1f1455e.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-c1f1455e.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-07146b05 {
  max-width: 1200px;
  display: flex;
  column-gap: 100px;
  z-index: 1;
  position: relative;
  padding: 20px 30px 50px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-a9445b77 {
  width: 100%;
  height: 100%;
  padding: 0;
}

.gb-container-b646afd2 {
  width: 45%;
  height: 100%;
  padding: 0;
}

.gb-container-4be02b6a {
  z-index: 2;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: -60px;
}

.gb-container-4be02b6a:before {
  content: '';
  background-image: url(../img/dots-1.svg);
  background-repeat: no-repeat;
  background-position: 20px top;
  background-size: 240px;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  pointer-events: none;
  opacity: 0.2;
}

.gb-container-4be02b6a.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-4be02b6a.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-aeb0c06f {
  max-width: 1200px;
  display: flex;
  column-gap: 80px;
  z-index: 1;
  position: relative;
  padding: 100px 30px 50px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-50c092b4 {
  width: 50%;
  min-height: 300px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  border-radius: 8px;
  background-image: linear-gradient(135deg, var(--accent), rgba(0, 0, 0, 0.1));
}

.gb-container-50c092b4:before {
  content: '';
  background-image: var(--background-image);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0.8;
}

.gb-container-50c092b4.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-50c092b4.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-b733da9b {
  width: 50%;
  padding: 0;
}

.gb-container-681a4658 {
  max-width: 1200px;
  display: flex;
  align-items: center;
  padding: 20px 30px 60px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-58a6330d {
  width: 20%;
  padding: 0;
}

.gb-container-8f864bea {
  width: 20%;
  padding: 0;
}

.gb-container-1e204c71 {
  width: 20%;
  padding: 0;
}

.gb-container-ebf66660 {
  width: 20%;
  padding: 0;
}

.gb-container-cd3d9a4e {
  width: 20%;
  padding: 0;
}

.gb-container-efb08b12 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: linear-gradient(180deg, var(--base-2), var(--base-3));
}

.gb-container-efb08b12:before {
  content: '';
  background-image: url(../img/abstract-shapes.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: full;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  pointer-events: none;
}

.gb-container-efb08b12 > .gb-shapes .gb-shape-1 {
  color: var(--base-3);
  left: 0;
  right: 0;
  top: -1px;
  transform: scaleY(-1);
}

.gb-container-efb08b12 > .gb-shapes .gb-shape-1 svg {
  height: 50px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}

.gb-container-efb08b12.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-efb08b12.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-8ffc517d {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
  padding: 100px 30px 50px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-63f9a1f5 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-63f9a1f5 {
  width: 25%;
}

.gb-container-fa2cfd26 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-fa2cfd26 {
  width: 25%;
}

.gb-container-25a6e401 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-25a6e401 {
  width: 25%;
}

.gb-container-4522fe1d {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-4522fe1d {
  width: 25%;
}

.gb-container-c77d1e59 {
  height: 100%;
  display: flex;
  column-gap: 20px;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-c77d1e59 {
  width: 50%;
}

.gb-container-5d715039 {
  width: 25%;
  padding: 0;
}

.gb-container-70e6abc8 {
  width: 75%;
  padding: 0;
}

.gb-container-044f5c80 {
  height: 100%;
  display: flex;
  column-gap: 20px;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-044f5c80 {
  width: 50%;
}

.gb-container-f1853152 {
  width: 25%;
  padding: 0;
}

.gb-container-40e754ed {
  width: 75%;
  padding: 0;
}

.gb-container-708d4df2 {
  height: 100%;
  display: flex;
  column-gap: 20px;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-708d4df2 {
  width: 50%;
}

.gb-container-7f45fb0b {
  width: 25%;
  padding: 0;
}

.gb-container-a1db6875 {
  width: 75%;
  padding: 0;
}

.gb-container-28e9e0d0 {
  height: 100%;
  display: flex;
  column-gap: 20px;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-28e9e0d0 {
  width: 50%;
}

.gb-container-0243ecaa {
  width: 25%;
  padding: 0;
}

.gb-container-d1da404c {
  width: 75%;
  padding: 0;
}

.gb-container-fdc53f10 {
  max-width: 1200px;
  padding: 0 30px 20px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-724b7582 {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
  border-radius: 8px;
  background-color: var(--contrast-2);
  color: var(--base-3);
}

.gb-container-724b7582:before {
  content: '';
  background-image: var(--background-image);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0.5;
}

.gb-container-724b7582 a {
  color: var(--base-3);
}

.gb-grid-wrapper > .gb-grid-column-724b7582 {
  width: 50%;
}

.gb-container-724b7582.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-724b7582.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-8ea0a712 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 80px;
  background-color: var(--contrast-2);
  color: var(--base-3);
}

.gb-container-8ea0a712:before {
  content: '';
  background-image: url(../img/abstract-shapes.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  pointer-events: none;
  opacity: 0.05;
}

.gb-container-8ea0a712 a {
  color: var(--base-3);
}

.gb-container-8ea0a712 a:hover {
  color: var(--base-2);
}

.gb-container-8ea0a712 > .gb-shapes .gb-shape-1 {
  color: var(--base-3);
  left: 0;
  right: 0;
  top: -1px;
  transform: scaleY(-1);
}

.gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
  height: 40px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}

.gb-container-8ea0a712.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-8ea0a712.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-1008af3c {
  max-width: 1200px;
  z-index: 1;
  position: relative;
  padding: 140px 30px 60px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-08e508e0 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-08e508e0 {
  width: 60%;
}

.gb-container-c67101ac {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-c67101ac {
  width: 20%;
}

.gb-container-fa4f993b {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-fa4f993b {
  width: 20%;
}

.gb-container-30166353 {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  margin-top: 60px;
  border-top: 1px solid var(--base-3);
}

.gb-container-571e035c {
  height: 100%;
  padding: 0;
}

.gb-icon svg {
  fill: currentColor;
}

.gb-highlight {
  background: none;
  color: unset;
}

h1.gb-headline-6758775c {
  font-size: 54px;
}

h2.gb-headline-18b900c7 {
  margin-top: 20px;
}

p.gb-headline-0a718e45 {
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 0px;
  border-left: 4px solid var(--accent);
  color: #666666;
}

h3.gb-headline-69c991a9 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

h3.gb-headline-69c991a9 .gb-icon {
  line-height: 0;
  padding-bottom: 0.3em;
}

h3.gb-headline-69c991a9 .gb-icon svg {
  width: 70px;
  height: 70px;
}

h3.gb-headline-57b18c12 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

h3.gb-headline-57b18c12 .gb-icon {
  line-height: 0;
  padding-bottom: 0.3em;
}

h3.gb-headline-57b18c12 .gb-icon svg {
  width: 70px;
  height: 70px;
}

h3.gb-headline-09f0190b {
  display: flex;
  flex-direction: column;
  text-align: center;
}

h3.gb-headline-09f0190b .gb-icon {
  line-height: 0;
  padding-bottom: 0.3em;
}

h3.gb-headline-09f0190b .gb-icon svg {
  width: 70px;
  height: 70px;
}

h3.gb-headline-859b5d81 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

h3.gb-headline-859b5d81 .gb-icon {
  line-height: 0;
  padding-bottom: 0.3em;
}

h3.gb-headline-859b5d81 .gb-icon svg {
  width: 70px;
  height: 70px;
}

p.gb-headline-e8314ca9 {
  display: flex;
  flex-direction: column;
  font-size: 21px;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

p.gb-headline-e8314ca9 .gb-icon {
  line-height: 0;
  color: #482d70;
  padding-bottom: 0em;
}

p.gb-headline-e8314ca9 .gb-icon svg {
  width: 1.5em;
  height: 1.5em;
}

p.gb-headline-3bca7d0b {
  display: flex;
  align-items: center;
  margin-bottom: -30px;
  margin-left: -18px;
}

p.gb-headline-3bca7d0b .gb-icon {
  line-height: 0;
  color: rgba(72, 45, 112, 0.1);
}

p.gb-headline-3bca7d0b .gb-icon svg {
  width: 3em;
  height: 3em;
}

p.gb-headline-1ffc5039 {
  margin-bottom: 10px;
}

p.gb-headline-9b9da27c {
  font-size: 18px;
}

p.gb-headline-b593b7da {
  display: flex;
  align-items: center;
  margin-bottom: -30px;
  margin-left: -18px;
}

p.gb-headline-b593b7da .gb-icon {
  line-height: 0;
  color: rgba(72, 45, 112, 0.1);
}

p.gb-headline-b593b7da .gb-icon svg {
  width: 3em;
  height: 3em;
}

p.gb-headline-9aab5577 {
  margin-bottom: 10px;
}

p.gb-headline-f4e19255 {
  font-size: 18px;
}

p.gb-headline-687ad495 {
  display: flex;
  align-items: center;
  margin-bottom: -30px;
  margin-left: -18px;
}

p.gb-headline-687ad495 .gb-icon {
  line-height: 0;
  color: rgba(72, 45, 112, 0.1);
}

p.gb-headline-687ad495 .gb-icon svg {
  width: 3em;
  height: 3em;
}

p.gb-headline-7696a8a9 {
  margin-bottom: 10px;
}

p.gb-headline-cff2a0bc {
  font-size: 18px;
}

p.gb-headline-a005e6f0 {
  display: flex;
  align-items: center;
  margin-bottom: -30px;
  margin-left: -18px;
}

p.gb-headline-a005e6f0 .gb-icon {
  line-height: 0;
  color: rgba(72, 45, 112, 0.1);
}

p.gb-headline-a005e6f0 .gb-icon svg {
  width: 3em;
  height: 3em;
}

p.gb-headline-479a3a13 {
  margin-bottom: 10px;
}

p.gb-headline-aef0142c {
  font-size: 18px;
}

p.gb-headline-ebd47fe1 {
  display: flex;
  flex-direction: column;
  font-size: 21px;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

p.gb-headline-ebd47fe1 .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-bottom: 0em;
}

p.gb-headline-ebd47fe1 .gb-icon svg {
  width: 1.5em;
  height: 1.5em;
}

h2.gb-headline-ac37fd60 {
  position: relative;
  font-size: 24px;
  margin-bottom: 5px;
}

p.gb-headline-cb7c3c96 {
  padding-right: 100px;
}

p.gb-headline-5be1105d {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

p.gb-headline-5be1105d .gb-icon {
  line-height: 0;
  padding-top: 0.1em;
  padding-right: 0.5em;
}

p.gb-headline-5be1105d .gb-icon svg {
  width: 1em;
  height: 1em;
}

p.gb-headline-a8a1fab4 {
  font-size: 17px;
  color: #ffffff;
}

.gb-button {
  text-decoration: none;
}

.gb-icon svg {
  fill: currentColor;
}


/* BUTTONS */

a.gb-button-03be1ffa {
  font-family: 'Source Sans 3', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  margin-right: 25px;
  border-radius: 2px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-color: var(--accent);
  color: var(--base-3);
}

a.gb-button-03be1ffa:hover,
a.gb-button-03be1ffa:active,
a.gb-button-03be1ffa:focus {
  border-color: rgba(0, 0, 0, 0);
  background-color: var(--accent-hover);
  color: var(--base-3);
}

a.gb-button-c93da5fe, button.btn,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  border-radius: 2px;
  border: 4px solid var(--accent-3);
  background-color: white;
  color: black;
}

a.gb-button-c93da5fe:hover,
a.gb-button-c93da5fe:active,
a.gb-button-c93da5fe:focus,
button.btn:hover,
button.btn:active,
button.btn:focus,
input[type='button']:hover,
input[type='button']:active,
input[type='button']:focus,
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit']:focus,
input[type='reset']:hover,
input[type='reset']:active,
input[type='reset']:focus
{
  /*border-color: var(--accent-hover);*/
  /*background-color: rgba(98, 18, 179, 0);*/
  /*color: var(--accent-hover);*/
}

a.gb-button-2c2906e4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 14px 22px;
  margin-top: 20px;
  border-radius: 2px;
  background-color: var(--accent);
  color: var(--base-3);
}

a.gb-button-2c2906e4:hover,
a.gb-button-2c2906e4:active,
a.gb-button-2c2906e4:focus {
  background-color: var(--accent-hover);
  color: var(--base-3);
}

a.gb-button-70507aac {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
  margin-top: 20px;
  border-bottom: 2px solid var(--base);
  color: var(--base-3);
}

a.gb-button-70507aac:hover,
a.gb-button-70507aac:active,
a.gb-button-70507aac:focus {
  color: var(--base);
}

a.gb-button-70507aac .gb-icon {
  line-height: 0;
  padding-left: 0.1em;
}

a.gb-button-70507aac .gb-icon svg {
  width: 1.5em;
  height: 1.5em;
}

a.gb-button-a9c9002d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  margin-top: 30px;
  margin-right: 20px;
  border-radius: 2px;
  border: 3px solid var(--base-3);
  color: var(--base-3);
}

a.gb-button-a9c9002d:hover,
a.gb-button-a9c9002d:active,
a.gb-button-a9c9002d:focus {
  border-color: var(--base-2);
  background-color: rgba(98, 18, 179, 0);
  color: var(--base-2);
}

a.gb-button-16560e2c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  margin-right: 20px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-16560e2c:hover,
a.gb-button-16560e2c:active,
a.gb-button-16560e2c:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-16560e2c .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-16560e2c .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-9a533ee7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  margin-right: 20px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-9a533ee7:hover,
a.gb-button-9a533ee7:active,
a.gb-button-9a533ee7:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-9a533ee7 .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-9a533ee7 .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-e245e61c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-e245e61c:hover,
a.gb-button-e245e61c:active,
a.gb-button-e245e61c:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-e245e61c .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-e245e61c .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-acc1ae52 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-align: center;
  margin-right: 30px;
  color: #ffffff;
}

a.gb-button-acc1ae52:hover,
a.gb-button-acc1ae52:active,
a.gb-button-acc1ae52:focus {
  color: #f2f5fa;
}

a.gb-button-1d0279eb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-align: center;
  color: #ffffff;
}

a.gb-button-1d0279eb:hover,
a.gb-button-1d0279eb:active,
a.gb-button-1d0279eb:focus {
  color: #f2f5fa;
}

/* Buttons Hover */
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='number'],
textarea,
select {
  color: var(--contrast);
  background-color: #ffffff;
  border-color: var(--base);
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
  color: var(--contrast);
  background-color: #ffffff;
  border-color: var(--contrast-3);
}

button.btn,
html input[type='button'],
input[type='reset'],
input[type='submit'],
a.button,
a.wp-block-button__link:not(.has-background) {
  /*color: var(--base-3);*/
  /*background-color: var(--accent);*/
}

button.btn:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
a.button:hover,
button.btn:focus,
html input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
a.button:focus,
a.wp-block-button__link:not(.has-background):active,
a.wp-block-button__link:not(.has-background):focus,
a.wp-block-button__link:not(.has-background):hover {
  color: var(--accent);
  border-color: var(--accent);
  background-color: var(--accent-4);
}





.gb-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.gb-grid-column {
  box-sizing: border-box;
}

.gb-grid-wrapper .wp-block-image {
  margin-bottom: 0;
}

.gb-grid-wrapper-783f5227 {
  margin-left: -60px;
}

.gb-grid-wrapper-783f5227 > .gb-grid-column {
  padding-left: 60px;
}

.gb-grid-wrapper-572aa922 {
  margin-left: -100px;
}

.gb-grid-wrapper-572aa922 > .gb-grid-column {
  padding-left: 100px;
  padding-bottom: 20px;
}

.gb-grid-wrapper-e3a45868 {
  row-gap: 20px;
  margin-left: -80px;
}

.gb-grid-wrapper-e3a45868 > .gb-grid-column {
  padding-left: 80px;
}

.gb-grid-wrapper-625e6116 {
  align-items: center;
  margin-left: -80px;
}

.gb-grid-wrapper-625e6116 > .gb-grid-column {
  padding-left: 80px;
}

/**
* mobile menu
*/
.main-navigation.offside {
  position: fixed;
  width: var(--gp-slideout-width);
  height: 100%;
  height: 100vh;
  top: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.offside,
.offside--left {
  left: calc(var(--gp-slideout-width) * -1);
}

.offside--right {
  left: auto;
  right: calc(var(--gp-slideout-width) * -1);
}

.offside--left.is-open:not(.slideout-transition),
.offside-js--is-left .offside-sliding-element {
  transform: translate3d(var(--gp-slideout-width), 0, 0);
}

.offside--right.is-open:not(.slideout-transition),
.offside-js--is-right .offside-sliding-element {
  transform: translate3d(calc(var(--gp-slideout-width) * -1), 0, 0);
}

.offside-js--interact .offside,
.offside-js--interact .offside-sliding-element {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.offside-js--init {
  overflow-x: hidden;
}

.slideout-navigation.main-navigation:not(.is-open):not(.slideout-transition) {
  display: none;
}

.slideout-navigation.main-navigation:not(.slideout-transition).do-overlay {
  opacity: 1;
}

.slideout-navigation.main-navigation.slideout-transition.do-overlay {
  opacity: 0;
}
/*
.slideout-navigation ul li.menu-item-has-children > .sub-menu {
  display: none;
}

menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-2466
*/
.main-navigation.slideout-navigation ul li.menu-item-has-children > ul.sub-menu
{
  display: block !important;
  opacity: 1;
  height: auto;
}
.main-navigation.slideout-navigation .main-nav ul ul > li > a {
    text-transform: capitalize;
}
.main-navigation.slideout-navigation .main-nav ul ul > li > a:hover {
    background-color: var(--accent-2);
}

.slideout-overlay {
  z-index: 100000;
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  transition: visibility 0.2s ease, opacity 0.2s ease;
}

.offside-js--is-open .slideout-overlay {
  visibility: visible;
  opacity: 1;
}

.slideout-overlay button.slideout-exit {
  position: fixed;
  top: 0;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  border: 0;
  opacity: 0;
}

.slide-opened .slideout-overlay button.slideout-exit {
  opacity: 1;
}

button.slideout-exit:hover {
  background-color: transparent;
}

.slideout-navigation button.slideout-exit {
  background: 0 0;
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  border: 0;
}

.slide-opened nav.toggled .menu-toggle:before {
  content: '\f0c9';
}

.offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit {
  left: calc(var(--gp-slideout-width) - 5px);
}

.offside-js--is-right.slide-opened .slideout-overlay button.slideout-exit {
  right: calc(var(--gp-slideout-width) - 5px);
}

.slideout-widget {
  margin: 20px;
}

.slideout-navigation .main-nav,
.slideout-navigation .slideout-widget:not(:last-child) {
  margin-bottom: 40px;
}

.slideout-navigation:not(.do-overlay) .main-nav {
  width: 100%;
  box-sizing: border-box;
}

.slideout-navigation .mega-menu > ul > li {
  display: block;
  width: 100% !important;
}

.slideout-navigation .slideout-menu {
  display: block;
}

#generate-slideout-menu {
  z-index: 100001;
}

#generate-slideout-menu .slideout-menu li {
  float: none;
  width: 100%;
  clear: both;
  text-align: left;
}

.slideout-navigation .slideout-widget li {
  float: none;
}

#generate-slideout-menu.do-overlay li {
  text-align: center;
}

#generate-slideout-menu.main-navigation ul ul {
  /*display: none;*/
}

#generate-slideout-menu.main-navigation ul ul.toggled-on {
  display: block !important;
}

#generate-slideout-menu .slideout-menu li.sfHover > ul,
#generate-slideout-menu .slideout-menu li:hover > ul {
  /*display: none;*/
}

#generate-slideout-menu.main-navigation .main-nav ul ul {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.slideout-toggle:not(.has-svg-icon) a:before {
  content: '\f0c9';
  font-family: 'GP Premium';
  line-height: 1em;
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
  position: relative;
  top: 1px;
}

.slide-opened .slideout-exit:not(.has-svg-icon):before,
.slideout-navigation button.slideout-exit:not(.has-svg-icon):before {
  content: '\f00d';
  font-family: 'GP Premium';
  line-height: 1em;
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}

#generate-slideout-menu li.menu-item-float-right {
  float: none !important;
  display: inline-block;
  width: auto;
}

.rtl .slideout-navigation {
  position: fixed;
}

.slideout-navigation .menu-item-has-children .dropdown-menu-toggle {
  float: right;
}

.slideout-navigation .slideout-widget .menu li {
  float: none;
}

.slideout-navigation .slideout-widget ul {
  display: block;
}

.slideout-navigation.do-overlay {
  transform: none !important;
  transition: opacity 0.2s, visibility 0.2s;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.slideout-navigation.do-overlay .inside-navigation {
  display: flex;
  flex-direction: column;
  padding: 10% 10% 0;
  max-width: 700px;
}

.slideout-navigation.do-overlay .inside-navigation .main-nav,
.slideout-navigation.do-overlay .inside-navigation .slideout-widget {
  margin-left: auto;
  margin-right: auto;
  min-width: 250px;
}

.slideout-navigation.do-overlay .slideout-exit {
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  font-size: 25px;
}

.slideout-navigation.do-overlay .slideout-menu li a {
  display: inline-block;
}

.slideout-navigation.do-overlay .slideout-menu li {
  margin-bottom: 5px;
}

#generate-slideout-menu.do-overlay .slideout-menu li,
.slideout-navigation.do-overlay .inside-navigation {
  text-align: center;
}

.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 10px;
  margin: 0 0 0 10px;
}

.slideout-navigation.do-overlay ul ul {
  box-shadow: 0 0 0;
}

.nav-aligned-center .slideout-navigation,
.nav-aligned-right .slideout-navigation {
  text-align: left;
}

.slideout-navigation .sfHover > a > .dropdown-menu-toggle > .gp-icon svg {
  transform: rotate(180deg);
}

.slideout-navigation .sub-menu .dropdown-menu-toggle .gp-icon svg {
  transform: rotate(0);
}

.slideout-both .main-navigation.toggled .main-nav > ul,
.slideout-desktop .main-navigation.toggled .main-nav li.slideout-toggle,
.slideout-mobile .main-navigation.toggled .main-nav > ul {
  /*display: none !important;*/
}

.slideout-both .has-inline-mobile-toggle #site-navigation.toggled,
.slideout-mobile .has-inline-mobile-toggle #site-navigation.toggled {
  margin-top: 0;
}

.sf-menu > li.slideout-toggle {
  float: right;
}

.gen-sidebar-nav .sf-menu > li.slideout-toggle {
  float: none;
}

.off-canvas-toggle-label {
  padding-left: 7px;
}

.gp-icon + .off-canvas-toggle-label {
  padding-left: 9px;
}
/*/////*/
.slideout-navigation.main-navigation {
  background-color: var(--contrast-2);
}
:root {
  --gp-slideout-width: 265px;
}

.slideout-navigation.main-navigation {
  background-color: var(--accent-3);
}

.slideout-navigation.main-navigation .main-nav ul li a {
  color: #ffffff;
}

.slideout-navigation.main-navigation ul ul {
  background-color: rgba(0, 0, 0, 0);
}

.slideout-navigation.main-navigation .main-nav ul ul li a {
  color: #ffffff;
}

.slideout-navigation.main-navigation
  .main-nav
  ul
  li:not([class*='current-menu-']):hover
  > a,
.slideout-navigation.main-navigation
  .main-nav
  ul
  li:not([class*='current-menu-']):focus
  > a,
.slideout-navigation.main-navigation
  .main-nav
  ul
  li.sfHover:not([class*='current-menu-'])
  > a {
  color: var(--accent);
  background-color: var(--accent-2);
}

.slideout-navigation.main-navigation
  .main-nav
  ul
  ul
  li:not([class*='current-menu-']):hover
  > a,
.slideout-navigation.main-navigation
  .main-nav
  ul
  ul
  li:not([class*='current-menu-']):focus
  > a,
.slideout-navigation.main-navigation
  .main-nav
  ul
  ul
  li.sfHover:not([class*='current-menu-'])
  > a {
  background-color: var(--accent-2);
  display: inline-block;
  width: 100%;
}

.slideout-navigation.main-navigation
  .main-nav
  ul
  li[class*='current-menu-']
  > a {
  color: #ffffff;
}

.slideout-navigation.main-navigation
  .main-nav
  ul
  ul
  li[class*='current-menu-']
  > a {
  background-color: rgba(0, 0, 0, 0);
}

.slideout-navigation,
.slideout-navigation a {
  color: #ffffff;
}

.slideout-navigation button.slideout-exit {
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-opened nav.toggled .menu-toggle:before {
  display: none;
}

/*/////*/

@media (max-width: 768px) {
  .slideout-overlay button.slideout-exit {
    font-size: 20px;
    padding: 10px;
  }

  .slideout-overlay {
    top: -100px;
    height: calc(100% + 100px);
    height: calc(100vh + 100px);
    min-height: calc(100% + 100px);
  }

  .slideout-navigation.do-overlay .slideout-exit {
    position: static;
    text-align: center;
  }
}

/**
* 
*/
@media (min-width: 1025px) {
  .gb-grid-wrapper > div.gb-grid-column-4522fe1d {
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .gb-container-c1f1455e > .gb-shapes .gb-shape-1 svg {
    width: 150%;
  }

  .gb-container-07146b05 {
    flex-direction: column;
    align-items: center;
    padding: 30px 30px 160px;
  }

  .gb-container-a9445b77 {
    width: 85%;
    order: 2;
  }

  .gb-grid-wrapper > .gb-grid-column-a9445b77 {
    width: 85%;
  }

  .gb-container-b646afd2 {
    width: 100%;
    order: 1;
  }

  .gb-grid-wrapper > .gb-grid-column-b646afd2 {
    width: 100%;
  }

  .gb-container-aeb0c06f {
    flex-direction: column;
    align-items: center;
  }

  .gb-container-50c092b4 {
    width: 75%;
  }

  .gb-grid-wrapper > .gb-grid-column-50c092b4 {
    width: 75%;
  }

  .gb-container-b733da9b {
    width: 75%;
  }

  .gb-grid-wrapper > .gb-grid-column-b733da9b {
    width: 75%;
  }

  .gb-container-681a4658 {
    flex-wrap: wrap;
  }

  .gb-container-58a6330d {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-58a6330d {
    width: 100%;
  }

  .gb-container-8f864bea {
    width: 25%;
  }

  .gb-grid-wrapper > .gb-grid-column-8f864bea {
    width: 25%;
  }

  .gb-container-1e204c71 {
    width: 25%;
  }

  .gb-grid-wrapper > .gb-grid-column-1e204c71 {
    width: 25%;
  }

  .gb-container-ebf66660 {
    width: 25%;
  }

  .gb-grid-wrapper > .gb-grid-column-ebf66660 {
    width: 25%;
  }

  .gb-container-cd3d9a4e {
    width: 25%;
  }

  .gb-grid-wrapper > .gb-grid-column-cd3d9a4e {
    width: 25%;
  }

  .gb-container-efb08b12 > .gb-shapes .gb-shape-1 svg {
    width: 150%;
  }

  .gb-grid-wrapper > .gb-grid-column-63f9a1f5 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-fa2cfd26 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-25a6e401 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-4522fe1d {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-c77d1e59 {
    width: 75%;
  }

  .gb-grid-wrapper > .gb-grid-column-044f5c80 {
    width: 75%;
  }

  .gb-grid-wrapper > .gb-grid-column-708d4df2 {
    width: 75%;
  }

  .gb-grid-wrapper > .gb-grid-column-28e9e0d0 {
    width: 75%;
  }

  .gb-container-724b7582 {
    margin-right: auto;
    margin-left: auto;
  }

  .gb-grid-wrapper > .gb-grid-column-724b7582 {
    width: 80%;
  }

  .gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
    width: 150%;
  }

  .gb-grid-wrapper > .gb-grid-column-08e508e0 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-c67101ac {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-fa4f993b {
    width: 50%;
  }

  p.gb-headline-0a718e45 {
    text-align: center;
    padding-left: 0px;
    border-left: 0px solid var(--accent);
  }

  p.gb-headline-cb7c3c96 {
    padding-right: 0px;
  }

  .gb-grid-wrapper-783f5227 {
    justify-content: center;
  }

  .gb-grid-wrapper-783f5227 > .gb-grid-column {
    padding-bottom: 40px;
  }

  .gb-grid-wrapper-572aa922 {
    justify-content: center;
  }

  .gb-grid-wrapper-e3a45868 {
    justify-content: center;
  }

  .gb-grid-wrapper-625e6116 > .gb-grid-column {
    padding-bottom: 40px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .gb-grid-wrapper > div.gb-grid-column-a9445b77 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-b733da9b {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-8f864bea {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-1e204c71 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-ebf66660 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-cd3d9a4e {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-25a6e401 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-4522fe1d {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-c67101ac {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-fa4f993b {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .gb-container-c1f1455e > .gb-shapes .gb-shape-1 svg {
    width: 200%;
  }

  .gb-container-a9445b77 {
    width: 100%;
    order: 2;
  }

  .gb-grid-wrapper > .gb-grid-column-a9445b77 {
    width: 100%;
  }

  .gb-grid-wrapper > div.gb-grid-column-a9445b77 {
    padding-bottom: 0;
  }

  .gb-container-b646afd2 {
    width: 100%;
    order: 1;
  }

  .gb-grid-wrapper > .gb-grid-column-b646afd2 {
    width: 100%;
  }

  .gb-container-50c092b4 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-50c092b4 {
    width: 100%;
  }

  .gb-container-b733da9b {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-b733da9b {
    width: 100%;
  }

  .gb-grid-wrapper > div.gb-grid-column-b733da9b {
    padding-bottom: 0;
  }

  .gb-container-58a6330d {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-58a6330d {
    width: 100%;
  }

  .gb-container-8f864bea {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-8f864bea {
    width: 50%;
  }

  .gb-container-1e204c71 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-1e204c71 {
    width: 50%;
  }

  .gb-container-ebf66660 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-ebf66660 {
    width: 50%;
  }

  .gb-grid-wrapper > div.gb-grid-column-ebf66660 {
    padding-bottom: 0;
  }

  .gb-container-cd3d9a4e {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-cd3d9a4e {
    width: 50%;
  }

  .gb-grid-wrapper > div.gb-grid-column-cd3d9a4e {
    padding-bottom: 0;
  }

  .gb-container-efb08b12 > .gb-shapes .gb-shape-1 svg {
    width: 200%;
  }

  .gb-grid-wrapper > .gb-grid-column-63f9a1f5 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-fa2cfd26 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-25a6e401 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-4522fe1d {
    width: 100%;
  }

  .gb-grid-wrapper > div.gb-grid-column-4522fe1d {
    padding-bottom: 0;
  }

  .gb-container-c77d1e59 {
    flex-direction: column;
  }

  .gb-grid-wrapper > .gb-grid-column-c77d1e59 {
    width: 100%;
  }

  .gb-container-5d715039 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-5d715039 {
    width: 100%;
  }

  .gb-container-70e6abc8 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-70e6abc8 {
    width: 100%;
  }

  .gb-container-044f5c80 {
    flex-direction: column;
  }

  .gb-grid-wrapper > .gb-grid-column-044f5c80 {
    width: 100%;
  }

  .gb-container-f1853152 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-f1853152 {
    width: 100%;
  }

  .gb-container-40e754ed {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-40e754ed {
    width: 100%;
  }

  .gb-container-708d4df2 {
    flex-direction: column;
  }

  .gb-grid-wrapper > .gb-grid-column-708d4df2 {
    width: 100%;
  }

  .gb-container-7f45fb0b {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-7f45fb0b {
    width: 100%;
  }

  .gb-container-a1db6875 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-a1db6875 {
    width: 100%;
  }

  .gb-container-28e9e0d0 {
    flex-direction: column;
  }

  .gb-grid-wrapper > .gb-grid-column-28e9e0d0 {
    width: 100%;
  }

  .gb-container-0243ecaa {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-0243ecaa {
    width: 100%;
  }

  .gb-container-d1da404c {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-d1da404c {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-724b7582 {
    width: 100%;
  }

  .gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
    width: 200%;
  }

  .gb-grid-wrapper > .gb-grid-column-08e508e0 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-c67101ac {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-fa4f993b {
    width: 100%;
  }

  .gb-grid-wrapper > div.gb-grid-column-fa4f993b {
    padding-bottom: 0;
  }

  .gb-container-30166353 {
    flex-direction: column;
  }

  .gb-container-571e035c {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-571e035c {
    width: 100%;
  }

  h1.gb-headline-6758775c {
    font-size: 48px;
  }

  p.gb-headline-0a718e45 {
    text-align: center;
  }

  p.gb-headline-3bca7d0b {
    justify-content: falseMobile;
    text-align: center;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  p.gb-headline-1ffc5039 {
    text-align: center;
  }

  p.gb-headline-9b9da27c {
    text-align: center;
  }

  p.gb-headline-b593b7da {
    justify-content: falseMobile;
    text-align: center;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  p.gb-headline-9aab5577 {
    text-align: center;
  }

  p.gb-headline-f4e19255 {
    text-align: center;
  }

  p.gb-headline-687ad495 {
    justify-content: falseMobile;
    text-align: center;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  p.gb-headline-7696a8a9 {
    text-align: center;
  }

  p.gb-headline-cff2a0bc {
    text-align: center;
  }

  p.gb-headline-a005e6f0 {
    justify-content: falseMobile;
    text-align: center;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  p.gb-headline-479a3a13 {
    text-align: center;
  }

  p.gb-headline-aef0142c {
    text-align: center;
  }

  a.gb-button-03be1ffa {
    margin-bottom: 25px;
  }

  a.gb-button-c93da5fe, button {
    margin-bottom: 20px;
  }

  a.gb-button-2c2906e4 {
    margin-bottom: 20px;
  }

  a.gb-button-a9c9002d {
    margin-bottom: 20px;
  }
}

/*
//////////////////////////////////////////
*/
.main-navigation.offside {
  position: fixed;
  width: var(--gp-slideout-width);
  height: 100%;
  height: 100vh;
  top: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.offside,
.offside--left {
  left: calc(var(--gp-slideout-width) * -1);
}
.offside--right {
  left: auto;
  right: calc(var(--gp-slideout-width) * -1);
}
.offside--left.is-open:not(.slideout-transition),
.offside-js--is-left .offside-sliding-element {
  transform: translate3d(var(--gp-slideout-width), 0, 0);
}
.offside--right.is-open:not(.slideout-transition),
.offside-js--is-right .offside-sliding-element {
  transform: translate3d(calc(var(--gp-slideout-width) * -1), 0, 0);
}
.offside-js--interact .offside,
.offside-js--interact .offside-sliding-element {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.offside-js--init {
  overflow-x: hidden;
}
.slideout-navigation.main-navigation:not(.is-open):not(.slideout-transition) {
  /*display: none;*/
}
.slideout-navigation.main-navigation:not(.slideout-transition).do-overlay {
  opacity: 1;
}
.slideout-navigation.main-navigation.slideout-transition.do-overlay {
  opacity: 0;
}
.slideout-overlay {
  z-index: 100000;
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  transition: visibility 0.2s ease, opacity 0.2s ease;
}
.offside-js--is-open .slideout-overlay {
  visibility: visible;
  opacity: 1;
}
.slideout-overlay button.slideout-exit {
  position: fixed;
  top: 0;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  border: 0;
  opacity: 0;
}
.slide-opened .slideout-overlay button.slideout-exit {
  opacity: 1;
}
button.slideout-exit:hover {
  background-color: transparent;
}
.slideout-navigation button.slideout-exit {
  background: 0 0;
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  border: 0;
}
.slide-opened nav.toggled .menu-toggle:before {
  content: '\f0c9';
}
.offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit {
  left: calc(var(--gp-slideout-width) - 5px);
}
.offside-js--is-right.slide-opened .slideout-overlay button.slideout-exit {
  right: calc(var(--gp-slideout-width) - 5px);
}
.slideout-widget {
  margin: 20px;
}
.slideout-navigation .main-nav,
.slideout-navigation .slideout-widget:not(:last-child) {
  margin-bottom: 40px;
}
.slideout-navigation:not(.do-overlay) .main-nav {
  width: 100%;
  box-sizing: border-box;
}
.slideout-navigation .mega-menu > ul > li {
  display: block;
  width: 100% !important;
}
.slideout-navigation .slideout-menu {
  display: block;
}
#generate-slideout-menu {
  z-index: 100001;
}
#generate-slideout-menu .slideout-menu li {
  float: none;
  width: 100%;
  clear: both;
  text-align: left;
}
.slideout-navigation .slideout-widget li {
  float: none;
}
#generate-slideout-menu.do-overlay li {
  text-align: center;
}
#generate-slideout-menu.main-navigation ul ul {
  /*display: none;*/
}
#generate-slideout-menu.main-navigation ul ul.toggled-on {
  display: block !important;
}
#generate-slideout-menu .slideout-menu li.sfHover > ul,
#generate-slideout-menu .slideout-menu li:hover > ul {
  /*display: none;*/
}
#generate-slideout-menu.main-navigation .main-nav ul ul {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.slideout-toggle:not(.has-svg-icon) a:before {
  content: '\f0c9';
  font-family: 'GP Premium';
  line-height: 1em;
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
  position: relative;
  top: 1px;
}
.slide-opened .slideout-exit:not(.has-svg-icon):before,
.slideout-navigation button.slideout-exit:not(.has-svg-icon):before {
  content: '\f00d';
  font-family: 'GP Premium';
  line-height: 1em;
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}
#generate-slideout-menu li.menu-item-float-right {
  float: none !important;
  display: inline-block;
  width: auto;
}
.rtl .slideout-navigation {
  position: fixed;
}
.slideout-navigation .menu-item-has-children .dropdown-menu-toggle {
  float: right;
}
.slideout-navigation .slideout-widget .menu li {
  float: none;
}
.slideout-navigation .slideout-widget ul {
  display: block;
}
.slideout-navigation.do-overlay {
  transform: none !important;
  transition: opacity 0.2s, visibility 0.2s;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
.slideout-navigation.do-overlay .inside-navigation {
  display: flex;
  flex-direction: column;
  padding: 10% 10% 0;
  max-width: 700px;
}
.slideout-navigation.do-overlay .inside-navigation .main-nav,
.slideout-navigation.do-overlay .inside-navigation .slideout-widget {
  margin-left: auto;
  margin-right: auto;
  min-width: 250px;
}
.slideout-navigation.do-overlay .slideout-exit {
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  font-size: 25px;
}
.slideout-navigation.do-overlay .slideout-menu li a {
  display: inline-block;
}
.slideout-navigation.do-overlay .slideout-menu li {
  margin-bottom: 5px;
}
#generate-slideout-menu.do-overlay .slideout-menu li,
.slideout-navigation.do-overlay .inside-navigation {
  text-align: center;
}
.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 10px;
  margin: 0 0 0 10px;
}
.slideout-navigation.do-overlay ul ul {
  box-shadow: 0 0 0;
}
.nav-aligned-center .slideout-navigation,
.nav-aligned-right .slideout-navigation {
  text-align: left;
}
.slideout-navigation .sfHover > a > .dropdown-menu-toggle > .gp-icon svg {
  transform: rotate(180deg);
}
.slideout-navigation .sub-menu .dropdown-menu-toggle .gp-icon svg {
  transform: rotate(0);
}
.slideout-both .main-navigation.toggled .main-nav > ul,
.slideout-desktop .main-navigation.toggled .main-nav li.slideout-toggle,
.slideout-mobile .main-navigation.toggled .main-nav > ul {
  /*display: none !important;*/
}
.slideout-both .has-inline-mobile-toggle #site-navigation.toggled,
.slideout-mobile .has-inline-mobile-toggle #site-navigation.toggled {
  margin-top: 0;
}
.sf-menu > li.slideout-toggle {
  float: right;
}
.gen-sidebar-nav .sf-menu > li.slideout-toggle {
  float: none;
}
.off-canvas-toggle-label {
  padding-left: 7px;
}
.gp-icon + .off-canvas-toggle-label {
  padding-left: 9px;
}
@media (max-width: 768px) {
  .slideout-overlay button.slideout-exit {
    font-size: 20px;
    padding: 10px;
  }
  .slideout-overlay {
    top: -100px;
    height: calc(100% + 100px);
    height: calc(100vh + 100px);
    min-height: calc(100% + 100px);
  }
  .slideout-navigation.do-overlay .slideout-exit {
    position: static;
    text-align: center;
  }
}




/* Style 3 */
#loginform p.login-username, #loginform p.login-password {
    display: flex;
    flex-direction: column;
    max-width: 320px;
}

.min-h600 {
    min-height: 600px !important;
}

.flex-centered {
    display: flex;
    justify-content: center; /* Centers the content horizontally */
    align-items: center; /* Centers the content vertically */
    height: 100vh; /* Adjust the height as needed (100vh for full viewport height) */
}

.underlined {
    text-decoration: underline !important;
}
.wp-block-button__link {
  color: #fff;
  background-color: var(--accent-3);
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
div.box.rounded {
    background-color: #e8e8e8;
    border: 0px solid #c8c8c8;
    padding: 1rem 1rem; 
    border-radius: 8px;
}
.box.bg-green1 {
    background-color: var(--accent) !important;
    color: #fff !important;
}
.box.bg-green2 {
    background-color: var(--accent-2) !important;
    color: var(--accent-3) !important;
}
.box.bg-green3 {
    background-color: var(--accent-6) !important;
    color: var(--accent) !important;
}

div.box.align-right, div.box.align-none {
    /*float:right;*/
    padding: 1rem;
    margin-left:0;
    margin-bottom: 1rem;
    background-color:#f8f8f8;
    border:1px solid #c8c8c8;
    border-radius: 6px;
}
div.box.align-none {
    float: none;
}
div.w320 {
    width: 100%;
    max-width:320px;
}
input.input {
    width: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    color: #686868;
    height: 52px;
    padding: 5px 10px;
}
p.mb20 {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    div.box.rounded {
        padding: 1rem 0.5rem; 
    }
    div.box.align-right, div.box.align-none {
        /*float:right;*/
        margin-left:0;
        margin-bottom: 1rem;
    }
}
/**
* Button form edit toggle view
*/
@media (min-width: 768px) {
    #toggleViewUnitEdit {
        position: absolute;
        top: 0;
        right: 31px;
    }
    #editDataUnitFormTable {
        position: absolute;
        top: 0;/*80px;*/
        right:0;/*51px;*/
        width: 100% !important;
    }
}
.pos-relative {
    position: relative;
}
.iconCloseEditForm {
    position: absolute;
    top: 0;
    right: 0;
    color: #686868;
    background-color: transparent;
    border: 1px solid #d8d8d8;
    font-size: 24px !important;
    border-radius: 0 6px 0 0;
}
.iconCloseEditForm:hover {
    background-color: transparent !important;
    color: var(--accent);
    border-color: var(--accent);
}
#toggleViewUnitEdit {
    position: relative;
    z-index: 0;
}
#editDataUnitFormTable {
    z-index: 1;
    padding: 1rem 2rem;
    border: 1px solid var(--accent-2);
}
#editDataUnitFormTable.edit-form-box {
    display: none;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.5s ease;
    background-color: white;
    border-radius: 6px;
}

#editDataUnitFormTable.edit-form-box.show {
    display: block;
    opacity: 1;
}



/**
* Scrollbar
*/
/* For WebKit Browsers */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* For Firefox */
body {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}


@media (max-width: 425px) {
  div.box.align-right {
    float:none;
    padding: 1rem 0.5rem;
    margin-left: 0;
    margin-bottom: 20px;
  }
}


.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}


:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex > * {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

body .is-layout-grid > * {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

body {
  background-color: var(--base-3);
  color: var(--contrast);
}

a {
  color: var(--accent);
}

a:hover,
a:focus,
a:active {
  color: var(--contrast);
}

.wp-block-group__inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.site-header .header-image {
  width: 100px;
}

:root .has-contrast-color {
  color: var(--contrast);
}

:root .has-contrast-background-color {
  background-color: var(--contrast);
}

:root .has-contrast-2-color {
  color: var(--contrast-2);
}

:root .has-contrast-2-background-color {
  background-color: var(--contrast-2);
}

:root .has-contrast-3-color {
  color: var(--contrast-3);
}

:root .has-contrast-3-background-color {
  background-color: var(--contrast-3);
}

:root .has-base-color {
  color: var(--base);
}

:root .has-base-background-color {
  background-color: var(--base);
}

:root .has-base-2-color {
  color: var(--base-2);
}

:root .has-base-2-background-color {
  background-color: var(--base-2);
}

:root .has-base-3-color {
  color: var(--base-3);
}

:root .has-base-3-background-color {
  background-color: var(--base-3);
}

:root .has-accent-color {
  color: var(--accent);
}

:root .has-accent-background-color {
  background-color: var(--accent);
}

:root .has-accent-hover-color {
  color: var(--accent-hover);
}

:root .has-accent-hover-background-color {
  background-color: var(--accent-hover);
}

:root .has-accent-2-color {
  color: var(--accent-2);
}

:root .has-accent-2-background-color {
  background-color: var(--accent-2);
}

body,
button,
input,
select,
textarea {
  font-family: Barlow, sans-serif;
  font-size: 19px;
}

body {
  line-height: 1.5;
}

.main-navigation a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}

button:not(.menu-toggle),
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.wp-block-button .wp-block-button__link {
  font-weight: 600;
  font-size: 19px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  color: var(--color-main);
}
.heading-formal-1, .heading-formal-2 {
    font-family: Barlow, sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1px;
}
.heading-formal-2 {
    font-size: 28px;
    font-weight: 400;
    text-align: left;
}
.txt-green {
    color: var(--accent);
}
.site-branding > .main-title,
.site-branding > .footer-title {
  font-family: 'Playfair Display', serif;
  color: var(--color-main);
  text-decoration: none;
  border: 0;
  width: 120px;
  height: 100px;
  margin: 0;
  padding: 0;
  background: url('../img/p3srsgway.png') no-repeat 0 0;
  background-size: contain;
}
.site-branding > .main-title a,
.site-branding > .footer-title a {
  display: block;
  height: 100px;
  text-indent: -9999px;
}
.site-branding > .footer-title {
  width: 80px;
  height: 65px;
  float: left;
  margin: 0 20px 0 0;
}
.site-branding > .footer-title a {
  height: 65px;
}

h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
}

h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
}

h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
}

h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 1.4;
}

.main-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 29px;
}

.top-bar {
  background-color: #636363;
  color: #ffffff;
}

.top-bar a {
  color: #ffffff;
}

.top-bar a:hover {
  color: #303030;
}

.site-header {
  background-color: var(--base-3);
}

.main-title a,
.main-title a:hover {
  color: var(--accent-2);
}

.site-description {
  color: var(--contrast-3);
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
  color: var(--accent);
}
.fullwidth-page-template .main-navigation .main-nav ul li a {
  color: var(--wp--preset--color--white) !important;
}

.main-navigation .main-nav > li > a {
    line-height: 36px;
}

.main-navigation .main-nav > li.current_page_item > a, .main-navigation .main-nav ul li.current_page_parent > a {
    border: 3px;
    border-style: solid;
    border-radius: 2px;
}

.main-navigation .main-nav > li.current_page_item > a:hover, .main-navigation .main-nav ul li.current_page_parent > a:hover {
    border-color: var(--accent) !important;
}

.main-navigation .main-nav ul li.current_page_item > a, .main-navigation .main-nav ul li.current_page_parent > a {
    color: var(--accent-5);
    /*top: 10px;*/
    /*position: relative;*/
}

.main-navigation .main-nav ul > li:hover > a,
.main-navigation ul ul {
  /*background-color: #eaeaea;*/
}

.main-navigation ul li.current-menu-item ul, .main-navigation ul li.current_page_parent ul {
    /*top: 54px;*/
}
.fullwidth-page-template #site-navigation.main-navigation ul ul {
  background-color: var(--accent) !important;
}
.fullwidth-page-template #site-navigation.main-navigation ul ul li a:hover,
#site-navigation.main-navigation ul ul li a:hover {
  background-color: var(--accent-2) !important;
  color: var(--accent) !important;
}

.fullwidth-page-template  #site-navigation.main-navigation .main-nav ul > li:hover a, 
#site-navigation.main-navigation .main-nav ul > li:hover a {
  color: var(--wp--preset--color--white) !important;
  background: var(--accent);
}

.main-navigation .main-nav ul li:not([class*='current-menu-']):hover > a,
.main-navigation .main-nav ul li:not([class*='current-menu-']):focus > a,
.main-navigation .main-nav ul li.sfHover:not([class*='current-menu-']) > a,
.main-navigation .menu-bar-item:hover > a,
.main-navigation .menu-bar-item.sfHover > a {
  color: var(--contrast-2);
}

button.menu-toggle:hover,
button.menu-toggle:focus {
  color: var(--accent);
}

.main-navigation .main-nav ul li[class*='current-menu-'] > a {
  color: var(--contrast-2);
  padding-left: 20px;
  padding-right: 20px;
}
/*
.main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right: 20px;
    position: relative;
}
*/
.navigation-search input[type='search'],
.navigation-search input[type='search']:active,
.navigation-search input[type='search']:focus,
.main-navigation .main-nav ul li.search-item.active > a,
.main-navigation .menu-bar-items .search-item.active > a {
  color: var(--contrast-2);
}

.main-navigation .main-nav ul ul li a {
  color: #515151;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header {
  background-color: var(--base-3);
}

.entry-title a {
  color: var(--contrast);
}

.entry-title a:hover {
  color: var(--accent-2);
}

.entry-meta {
  color: var(--contrast-2);
}

.sidebar .widget {
  background-color: rgba(242, 245, 250, 0.4);
}

.footer-widgets {
  background-color: var(--base-3);
}

.site-info {
  background-color: var(--base-3);
}


a.generate-back-to-top {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}

a.generate-back-to-top:hover,
a.generate-back-to-top:focus {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

:root {
  --gp-search-modal-bg-color: var(--base-3);
  --gp-search-modal-text-color: var(--contrast);
  --gp-search-modal-overlay-bg-color: rgba(0, 0, 0, 0.2);
}

/* ///////////////////// */
.gb-container .wp-block-image img {
  vertical-align: middle;
}

.gb-container .gb-shape {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
}

.gb-container .gb-shape svg {
  fill: currentColor;
}

.gb-container-6f1bd66a {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-54d756b0 {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-067480ea {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-96255714 {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-50363aa2 {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-53d11c2e {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-7fb798ce {
  width: 80%;
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  padding: 0;
}

.gb-container-0063ffc8 {
  max-width: 940px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-dde52063 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-dde52063 {
  width: 20%;
}

.gb-container-b372fdf0 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-b372fdf0 {
  width: 16%;
}

.gb-container-6f323349 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-6f323349 {
  width: 16%;
}

.gb-container-effd64c3 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-effd64c3 {
  width: 16%;
}

.gb-container-c0f76e5b {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-c0f76e5b {
  width: 16%;
}

.gb-container-70b9080a {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-70b9080a {
  width: 16%;
}

.gb-container-8ea0a712 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 80px;
  background-color: var(--contrast-2);
  color: var(--base-3);
}

.gb-container-8ea0a712:before {
  content: '';
  background-image: url(../img/abstract-shapes.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  pointer-events: none;
  opacity: 0.05;
}

.gb-container-8ea0a712 a {
  color: var(--base-3);
}

.gb-container-8ea0a712 a:hover {
  color: var(--base-2);
}

.gb-container-8ea0a712 > .gb-shapes .gb-shape-1 {
  color: var(--base-3);
  left: 0;
  right: 0;
  top: -1px;
  transform: scaleY(-1);
}

.gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
  height: 40px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}

.gb-container-8ea0a712.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-8ea0a712.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-1008af3c {
  max-width: 1200px;
  z-index: 1;
  position: relative;
  padding: 140px 30px 60px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-08e508e0 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-08e508e0 {
  width: 60%;
}

.gb-container-c67101ac {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-c67101ac {
  width: 20%;
}

.gb-container-fa4f993b {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-fa4f993b {
  width: 20%;
}

.gb-container-30166353 {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  margin-top: 60px;
  border-top: 1px solid var(--base-3);
}

.gb-container-571e035c {
  height: 100%;
  padding: 0;
}

.gb-container-fb3a3e68 {
  position: relative;
  background-color: var(--base-2);
}

.gb-container-fb3a3e68 > .gb-shapes .gb-shape-1 {
  color: var(--base-3);
  left: 0;
  right: 0;
  bottom: -1px;
  transform: scaleX(-1);
}

.gb-container-fb3a3e68 > .gb-shapes .gb-shape-1 svg {
  height: 50px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}

.gb-container-41262653 {
  max-width: 1200px;
  padding: 160px 30px 100px;
  margin-right: auto;
  margin-left: auto;
}

.gb-icon svg {
  fill: currentColor;
}

.gb-highlight {
  background: none;
  color: unset;
}

p.gb-headline-e1baf299 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

h1.gb-headline-15dff30d {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-0c12dbcd {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

h2.gb-headline-c6e90af4 {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-76bfc1c0 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

h3.gb-headline-0b075044 {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-f5130236 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

h4.gb-headline-6c09a86e {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-c90c8108 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-610f4ba5 {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-ab4e1100 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-211a2858 {
  margin-bottom: 0px;
}

h2.gb-headline-f2f987e4 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--contrast);
}

h2.gb-headline-f183e310 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--contrast-2);
}

h2.gb-headline-6f5a1c91 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--accent-2);
}

h2.gb-headline-8084843d {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--accent);
}

h2.gb-headline-b84bf9c9 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--base-2);
}

p.gb-headline-cb7c3c96 {
  padding-right: 100px;
}

p.gb-headline-5be1105d {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

p.gb-headline-5be1105d .gb-icon {
  line-height: 0;
  padding-top: 0.1em;
  padding-right: 0.5em;
}

p.gb-headline-5be1105d .gb-icon svg {
  width: 1em;
  height: 1em;
}

p.gb-headline-a8a1fab4 {
  font-size: 17px;
  color: #ffffff;
}

h1.gb-headline-95186c53 {
  margin-bottom: 0px;
}

.gb-button {
  text-decoration: none;
}

.gb-icon svg {
  fill: currentColor;
}

a.gb-button-e2aa0fc7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 14px 22px;
  margin-right: 20px;
  border-radius: 2px;
  background-color: var(--accent);
  color: var(--base-3);
}

a.gb-button-e2aa0fc7:hover,
a.gb-button-e2aa0fc7:active,
a.gb-button-e2aa0fc7:focus {
  background-color: var(--accent-hover);
  color: var(--base-3);
}

a.gb-button-4f1c4548 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  margin-right: 20px;
  border-radius: 2px;
  border: 4px solid var(--accent);
  color: var(--accent);
}

a.gb-button-4f1c4548:hover,
a.gb-button-4f1c4548:active,
a.gb-button-4f1c4548:focus {
  border-color: var(--accent-hover);
  background-color: rgba(98, 18, 179, 0);
  color: var(--accent-hover);
}

a.gb-button-4c85010a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--accent);
}

a.gb-button-4c85010a:hover,
a.gb-button-4c85010a:active,
a.gb-button-4c85010a:focus {
  color: var(--accent-hover);
}

a.gb-button-4c85010a .gb-icon {
  font-size: 1.5em;
  line-height: 0;
  padding-left: 0.1em;
}

a.gb-button-4c85010a .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-a9c9002d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  margin-top: 30px;
  margin-right: 20px;
  border-radius: 2px;
  border: 3px solid var(--base-3);
  color: var(--base-3);
}

a.gb-button-a9c9002d:hover,
a.gb-button-a9c9002d:active,
a.gb-button-a9c9002d:focus {
  border-color: var(--base-2);
  background-color: rgba(98, 18, 179, 0);
  color: var(--base-2);
}

a.gb-button-16560e2c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  margin-right: 20px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-16560e2c:hover,
a.gb-button-16560e2c:active,
a.gb-button-16560e2c:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-16560e2c .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-16560e2c .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-9a533ee7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  margin-right: 20px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-9a533ee7:hover,
a.gb-button-9a533ee7:active,
a.gb-button-9a533ee7:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-9a533ee7 .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-9a533ee7 .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-e245e61c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-e245e61c:hover,
a.gb-button-e245e61c:active,
a.gb-button-e245e61c:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-e245e61c .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-e245e61c .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-acc1ae52 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-align: center;
  margin-right: 30px;
  color: #ffffff;
}

a.gb-button-acc1ae52:hover,
a.gb-button-acc1ae52:active,
a.gb-button-acc1ae52:focus {
  color: #f2f5fa;
}

a.gb-button-1d0279eb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-align: center;
  color: #ffffff;
}

a.gb-button-1d0279eb:hover,
a.gb-button-1d0279eb:active,
a.gb-button-1d0279eb:focus {
  color: #f2f5fa;
}

.gb-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.gb-grid-column {
  box-sizing: border-box;
}

.gb-grid-wrapper .wp-block-image {
  margin-bottom: 0;
}

.gb-grid-wrapper-77f2032e {
  align-items: center;
  justify-content: center;
  margin-left: -40px;
}

.gb-grid-wrapper-77f2032e > .gb-grid-column {
  padding-left: 40px;
}

.gb-grid-wrapper-625e6116 {
  align-items: center;
  margin-left: -80px;
}

.gb-grid-wrapper-625e6116 > .gb-grid-column {
  padding-left: 80px;
}

/* Spectra Ensure full-width and wide-width blocks span the entire viewport width */
.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.alignwide {
  max-width: none;
  width: 100%;
}

/* Override potential container restrictions */
.container,
.site-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .gb-container-7fb798ce {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-7fb798ce {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-dde52063 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-b372fdf0 {
    width: 20%;
  }

  .gb-grid-wrapper > .gb-grid-column-6f323349 {
    width: 20%;
  }

  .gb-grid-wrapper > .gb-grid-column-effd64c3 {
    width: 20%;
  }

  .gb-grid-wrapper > .gb-grid-column-c0f76e5b {
    width: 20%;
  }

  .gb-grid-wrapper > .gb-grid-column-70b9080a {
    width: 20%;
  }

  .gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
    width: 150%;
  }

  .gb-grid-wrapper > .gb-grid-column-08e508e0 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-c67101ac {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-fa4f993b {
    width: 50%;
  }

  p.gb-headline-e1baf299 {
    text-align: left;
  }

  p.gb-headline-0c12dbcd {
    text-align: left;
  }

  p.gb-headline-76bfc1c0 {
    text-align: left;
  }

  p.gb-headline-f5130236 {
    text-align: left;
  }

  p.gb-headline-c90c8108 {
    text-align: left;
  }

  p.gb-headline-ab4e1100 {
    text-align: left;
  }

  p.gb-headline-211a2858 {
    text-align: left;
  }

  p.gb-headline-cb7c3c96 {
    padding-right: 0px;
  }

  .gb-grid-wrapper-77f2032e > .gb-grid-column {
    padding-bottom: 30px;
  }

  .gb-grid-wrapper-625e6116 > .gb-grid-column {
    padding-bottom: 40px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .gb-grid-wrapper > div.gb-grid-column-7fb798ce {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-b372fdf0 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-6f323349 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-effd64c3 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-c0f76e5b {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-70b9080a {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-c67101ac {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-fa4f993b {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .gb-container-7fb798ce {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-7fb798ce {
    width: 100%;
  }

  .gb-grid-wrapper > div.gb-grid-column-7fb798ce {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > .gb-grid-column-dde52063 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-b372fdf0 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-6f323349 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-effd64c3 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-c0f76e5b {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-70b9080a {
    width: 50%;
  }

  .gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
    width: 200%;
  }

  .gb-grid-wrapper > .gb-grid-column-08e508e0 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-c67101ac {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-fa4f993b {
    width: 100%;
  }

  .gb-grid-wrapper > div.gb-grid-column-fa4f993b {
    padding-bottom: 0;
  }

  .gb-container-30166353 {
    flex-direction: column;
  }

  .gb-container-571e035c {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-571e035c {
    width: 100%;
  }

  .gb-container-41262653 {
    padding-top: 140px;
  }

  p.gb-headline-e1baf299 {
    text-align: left;
  }

  p.gb-headline-0c12dbcd {
    text-align: left;
  }

  p.gb-headline-76bfc1c0 {
    text-align: left;
  }

  p.gb-headline-f5130236 {
    text-align: left;
  }

  p.gb-headline-c90c8108 {
    text-align: left;
  }

  p.gb-headline-ab4e1100 {
    text-align: left;
  }

  p.gb-headline-211a2858 {
    text-align: left;
  }

  a.gb-button-e2aa0fc7 {
    margin-bottom: 20px;
  }

  a.gb-button-4f1c4548 {
    margin-bottom: 20px;
  }

  a.gb-button-a9c9002d {
    margin-bottom: 20px;
  }
}

/* ///////////////////// */
.gb-container .wp-block-image img {
  vertical-align: middle;
}

.gb-container .gb-shape {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
}

.gb-container .gb-shape svg {
  fill: currentColor;
}

.gb-container-6f1bd66a {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-54d756b0 {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-067480ea {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-96255714 {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-50363aa2 {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-53d11c2e {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-7fb798ce {
  width: 80%;
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  padding: 0;
}

.gb-container-0063ffc8 {
  max-width: 940px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-dde52063 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-dde52063 {
  width: 20%;
}

.gb-container-b372fdf0 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-b372fdf0 {
  width: 16%;
}

.gb-container-6f323349 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-6f323349 {
  width: 16%;
}

.gb-container-effd64c3 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-effd64c3 {
  width: 16%;
}

.gb-container-c0f76e5b {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-c0f76e5b {
  width: 16%;
}

.gb-container-70b9080a {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-70b9080a {
  width: 16%;
}

.gb-container-8ea0a712 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 80px;
  background-color: var(--contrast-2);
  color: var(--base-3);
}

.gb-container-8ea0a712:before {
  content: '';
  background-image: url(../img/abstract-shapes.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  pointer-events: none;
  opacity: 0.05;
}

.gb-container-8ea0a712 a {
  color: var(--base-3);
}

.gb-container-8ea0a712 a:hover {
  color: var(--base-2);
}

.gb-container-8ea0a712 > .gb-shapes .gb-shape-1 {
  color: var(--base-3);
  left: 0;
  right: 0;
  top: -1px;
  transform: scaleY(-1);
}

.gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
  height: 40px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}

.gb-container-8ea0a712.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-8ea0a712.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-1008af3c {
  max-width: 1200px;
  z-index: 1;
  position: relative;
  padding: 140px 30px 60px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-08e508e0 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-08e508e0 {
  width: 60%;
}

.gb-container-c67101ac {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-c67101ac {
  width: 20%;
}

.gb-container-fa4f993b {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-fa4f993b {
  width: 20%;
}

.gb-container-30166353 {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  margin-top: 60px;
  border-top: 1px solid var(--base-3);
}

.gb-container-571e035c {
  height: 100%;
  padding: 0;
}

.gb-container-fb3a3e68 {
  position: relative;
  background-color: var(--base-2);
}

.gb-container-fb3a3e68 > .gb-shapes .gb-shape-1 {
  color: var(--base-3);
  left: 0;
  right: 0;
  bottom: -1px;
  transform: scaleX(-1);
}

.gb-container-fb3a3e68 > .gb-shapes .gb-shape-1 svg {
  height: 50px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}

.gb-container-41262653 {
  max-width: 1200px;
  padding: 160px 30px 100px;
  margin-right: auto;
  margin-left: auto;
}

.gb-icon svg {
  fill: currentColor;
}

.gb-highlight {
  background: none;
  color: unset;
}

p.gb-headline-e1baf299 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

h1.gb-headline-15dff30d {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-0c12dbcd {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

h2.gb-headline-c6e90af4 {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-76bfc1c0 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

h3.gb-headline-0b075044 {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-f5130236 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

h4.gb-headline-6c09a86e {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-c90c8108 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-610f4ba5 {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-ab4e1100 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-211a2858 {
  margin-bottom: 0px;
}

h2.gb-headline-f2f987e4 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--contrast);
}

h2.gb-headline-f183e310 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--contrast-2);
}

h2.gb-headline-6f5a1c91 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--accent-2);
}

h2.gb-headline-8084843d {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--accent);
}

h2.gb-headline-b84bf9c9 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--base-2);
}

p.gb-headline-cb7c3c96 {
  padding-right: 100px;
}

p.gb-headline-5be1105d {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

p.gb-headline-5be1105d .gb-icon {
  line-height: 0;
  padding-top: 0.1em;
  padding-right: 0.5em;
}

p.gb-headline-5be1105d .gb-icon svg {
  width: 1em;
  height: 1em;
}

p.gb-headline-a8a1fab4 {
  font-size: 17px;
  color: #ffffff;
}

h1.gb-headline-95186c53 {
  margin-bottom: 0px;
}

.gb-button {
  text-decoration: none;
}

.gb-icon svg {
  fill: currentColor;
}

a.gb-button-e2aa0fc7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 14px 22px;
  margin-right: 20px;
  border-radius: 2px;
  background-color: var(--accent);
  color: var(--base-3);
}

a.gb-button-e2aa0fc7:hover,
a.gb-button-e2aa0fc7:active,
a.gb-button-e2aa0fc7:focus {
  background-color: var(--accent-hover);
  color: var(--base-3);
}

a.gb-button-4f1c4548 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  margin-right: 20px;
  border-radius: 2px;
  border: 4px solid var(--accent);
  color: var(--accent);
}

a.gb-button-4f1c4548:hover,
a.gb-button-4f1c4548:active,
a.gb-button-4f1c4548:focus {
  border-color: var(--accent-hover);
  background-color: rgba(98, 18, 179, 0);
  color: var(--accent-hover);
}

a.gb-button-4c85010a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--accent);
}

a.gb-button-4c85010a:hover,
a.gb-button-4c85010a:active,
a.gb-button-4c85010a:focus {
  color: var(--accent-hover);
}

a.gb-button-4c85010a .gb-icon {
  font-size: 1.5em;
  line-height: 0;
  padding-left: 0.1em;
}

a.gb-button-4c85010a .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-a9c9002d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  margin-top: 30px;
  margin-right: 20px;
  border-radius: 2px;
  border: 3px solid var(--base-3);
  color: var(--base-3);
}

a.gb-button-a9c9002d:hover,
a.gb-button-a9c9002d:active,
a.gb-button-a9c9002d:focus {
  border-color: var(--base-2);
  background-color: rgba(98, 18, 179, 0);
  color: var(--base-2);
}

a.gb-button-16560e2c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  margin-right: 20px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-16560e2c:hover,
a.gb-button-16560e2c:active,
a.gb-button-16560e2c:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-16560e2c .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-16560e2c .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-9a533ee7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  margin-right: 20px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-9a533ee7:hover,
a.gb-button-9a533ee7:active,
a.gb-button-9a533ee7:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-9a533ee7 .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-9a533ee7 .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-e245e61c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-e245e61c:hover,
a.gb-button-e245e61c:active,
a.gb-button-e245e61c:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-e245e61c .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-e245e61c .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-acc1ae52 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-align: center;
  margin-right: 30px;
  color: #ffffff;
}

a.gb-button-acc1ae52:hover,
a.gb-button-acc1ae52:active,
a.gb-button-acc1ae52:focus {
  color: #f2f5fa;
}

a.gb-button-1d0279eb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-align: center;
  color: #ffffff;
}

a.gb-button-1d0279eb:hover,
a.gb-button-1d0279eb:active,
a.gb-button-1d0279eb:focus {
  color: #f2f5fa;
}

.gb-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.gb-grid-column {
  box-sizing: border-box;
}

.gb-grid-wrapper .wp-block-image {
  margin-bottom: 0;
}

.gb-grid-wrapper-77f2032e {
  align-items: center;
  justify-content: center;
  margin-left: -40px;
}

.gb-grid-wrapper-77f2032e > .gb-grid-column {
  padding-left: 40px;
}

.gb-grid-wrapper-625e6116 {
  align-items: center;
  margin-left: -80px;
}

.gb-grid-wrapper-625e6116 > .gb-grid-column {
  padding-left: 80px;
}

@media (max-width: 1024px) {
  .gb-container-7fb798ce {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-7fb798ce {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-dde52063 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-b372fdf0 {
    width: 20%;
  }

  .gb-grid-wrapper > .gb-grid-column-6f323349 {
    width: 20%;
  }

  .gb-grid-wrapper > .gb-grid-column-effd64c3 {
    width: 20%;
  }

  .gb-grid-wrapper > .gb-grid-column-c0f76e5b {
    width: 20%;
  }

  .gb-grid-wrapper > .gb-grid-column-70b9080a {
    width: 20%;
  }

  .gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
    width: 150%;
  }

  .gb-grid-wrapper > .gb-grid-column-08e508e0 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-c67101ac {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-fa4f993b {
    width: 50%;
  }

  p.gb-headline-e1baf299 {
    text-align: left;
  }

  p.gb-headline-0c12dbcd {
    text-align: left;
  }

  p.gb-headline-76bfc1c0 {
    text-align: left;
  }

  p.gb-headline-f5130236 {
    text-align: left;
  }

  p.gb-headline-c90c8108 {
    text-align: left;
  }

  p.gb-headline-ab4e1100 {
    text-align: left;
  }

  p.gb-headline-211a2858 {
    text-align: left;
  }

  p.gb-headline-cb7c3c96 {
    padding-right: 0px;
  }

  .gb-grid-wrapper-77f2032e > .gb-grid-column {
    padding-bottom: 30px;
  }

  .gb-grid-wrapper-625e6116 > .gb-grid-column {
    padding-bottom: 40px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .gb-grid-wrapper > div.gb-grid-column-7fb798ce {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-b372fdf0 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-6f323349 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-effd64c3 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-c0f76e5b {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-70b9080a {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-c67101ac {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-fa4f993b {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .gb-container-7fb798ce {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-7fb798ce {
    width: 100%;
  }

  .gb-grid-wrapper > div.gb-grid-column-7fb798ce {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > .gb-grid-column-dde52063 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-b372fdf0 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-6f323349 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-effd64c3 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-c0f76e5b {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-70b9080a {
    width: 50%;
  }

  .gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
    width: 200%;
  }

  .gb-grid-wrapper > .gb-grid-column-08e508e0 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-c67101ac {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-fa4f993b {
    width: 100%;
  }

  .gb-grid-wrapper > div.gb-grid-column-fa4f993b {
    padding-bottom: 0;
  }

  .gb-container-30166353 {
    flex-direction: column;
  }

  .gb-container-571e035c {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-571e035c {
    width: 100%;
  }

  .gb-container-41262653 {
    padding-top: 140px;
  }

  p.gb-headline-e1baf299 {
    text-align: left;
  }

  p.gb-headline-0c12dbcd {
    text-align: left;
  }

  p.gb-headline-76bfc1c0 {
    text-align: left;
  }

  p.gb-headline-f5130236 {
    text-align: left;
  }

  p.gb-headline-c90c8108 {
    text-align: left;
  }

  p.gb-headline-ab4e1100 {
    text-align: left;
  }

  p.gb-headline-211a2858 {
    text-align: left;
  }

  a.gb-button-e2aa0fc7 {
    margin-bottom: 20px;
  }

  a.gb-button-4f1c4548 {
    margin-bottom: 20px;
  }

  a.gb-button-a9c9002d {
    margin-bottom: 20px;
  }
}

/* ///////////////////// */
.gb-container .wp-block-image img {
  vertical-align: middle;
}

.gb-container .gb-shape {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
}

.gb-container .gb-shape svg {
  fill: currentColor;
}

.gb-container-6f1bd66a {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-54d756b0 {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-067480ea {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-96255714 {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-50363aa2 {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-53d11c2e {
  max-width: 940px;
  display: flex;
  column-gap: 80px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(187, 187, 187, 0.8);
}

.gb-container-7fb798ce {
  width: 80%;
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  padding: 0;
}

.gb-container-0063ffc8 {
  max-width: 940px;
  padding: 60px 30px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-dde52063 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-dde52063 {
  width: 20%;
}

.gb-container-b372fdf0 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-b372fdf0 {
  width: 16%;
}

.gb-container-6f323349 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-6f323349 {
  width: 16%;
}

.gb-container-effd64c3 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-effd64c3 {
  width: 16%;
}

.gb-container-c0f76e5b {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-c0f76e5b {
  width: 16%;
}

.gb-container-70b9080a {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-70b9080a {
  width: 16%;
}

.gb-container-8ea0a712 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 80px;
  background-color: var(--contrast-2);
  color: var(--base-3);
}

.gb-container-8ea0a712:before {
  content: '';
  background-image: url(../img/abstract-shapes.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  pointer-events: none;
  opacity: 0.05;
}

.gb-container-8ea0a712 a {
  color: var(--base-3);
}

.gb-container-8ea0a712 a:hover {
  color: var(--base-2);
}

.gb-container-8ea0a712 > .gb-shapes .gb-shape-1 {
  color: var(--base-3);
  left: 0;
  right: 0;
  top: -1px;
  transform: scaleY(-1);
}

.gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
  height: 40px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}

.gb-container-8ea0a712.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-8ea0a712.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-1008af3c {
  max-width: 1200px;
  z-index: 1;
  position: relative;
  padding: 140px 30px 60px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-08e508e0 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-08e508e0 {
  width: 60%;
}

.gb-container-c67101ac {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-c67101ac {
  width: 20%;
}

.gb-container-fa4f993b {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-fa4f993b {
  width: 20%;
}

.gb-container-30166353 {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  margin-top: 60px;
  border-top: 1px solid var(--base-3);
}

.gb-container-571e035c {
  height: 100%;
  padding: 0;
}

.gb-container-fb3a3e68 {
  position: relative;
  background-color: var(--base-2);
}

.gb-container-fb3a3e68 > .gb-shapes .gb-shape-1 {
  color: var(--base-3);
  left: 0;
  right: 0;
  bottom: -1px;
  transform: scaleX(-1);
}

.gb-container-fb3a3e68 > .gb-shapes .gb-shape-1 svg {
  height: 50px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}

.gb-container-41262653 {
  max-width: 1200px;
  padding: 160px 30px 100px;
  margin-right: auto;
  margin-left: auto;
}

.gb-icon svg {
  fill: currentColor;
}

.gb-highlight {
  background: none;
  color: unset;
}

p.gb-headline-e1baf299 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

h1.gb-headline-15dff30d {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-0c12dbcd {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

h2.gb-headline-c6e90af4 {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-76bfc1c0 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

h3.gb-headline-0b075044 {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-f5130236 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

h4.gb-headline-6c09a86e {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-c90c8108 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-610f4ba5 {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-ab4e1100 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  margin-bottom: 0px;
}

p.gb-headline-211a2858 {
  margin-bottom: 0px;
}

h2.gb-headline-f2f987e4 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--contrast);
}

h2.gb-headline-f183e310 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--contrast-2);
}

h2.gb-headline-6f5a1c91 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--accent-2);
}

h2.gb-headline-8084843d {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--accent);
}

h2.gb-headline-b84bf9c9 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px;
  background-color: var(--base-2);
}

p.gb-headline-cb7c3c96 {
  padding-right: 100px;
}

p.gb-headline-5be1105d {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

p.gb-headline-5be1105d .gb-icon {
  line-height: 0;
  padding-top: 0.1em;
  padding-right: 0.5em;
}

p.gb-headline-5be1105d .gb-icon svg {
  width: 1em;
  height: 1em;
}

p.gb-headline-a8a1fab4 {
  font-size: 17px;
  color: #ffffff;
}

h1.gb-headline-95186c53 {
  margin-bottom: 0px;
}

.gb-button {
  text-decoration: none;
}

.gb-icon svg {
  fill: currentColor;
}

a.gb-button-e2aa0fc7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 14px 22px;
  margin-right: 20px;
  border-radius: 2px;
  background-color: var(--accent);
  color: var(--base-3);
}

a.gb-button-e2aa0fc7:hover,
a.gb-button-e2aa0fc7:active,
a.gb-button-e2aa0fc7:focus {
  background-color: var(--accent-hover);
  color: var(--base-3);
}

a.gb-button-4f1c4548 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  margin-right: 20px;
  border-radius: 2px;
  border: 4px solid var(--accent);
  color: var(--accent);
}

a.gb-button-4f1c4548:hover,
a.gb-button-4f1c4548:active,
a.gb-button-4f1c4548:focus {
  border-color: var(--accent-hover);
  background-color: rgba(98, 18, 179, 0);
  color: var(--accent-hover);
}

a.gb-button-4c85010a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--accent);
}

a.gb-button-4c85010a:hover,
a.gb-button-4c85010a:active,
a.gb-button-4c85010a:focus {
  color: var(--accent-hover);
}

a.gb-button-4c85010a .gb-icon {
  font-size: 1.5em;
  line-height: 0;
  padding-left: 0.1em;
}

a.gb-button-4c85010a .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-a9c9002d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  margin-top: 30px;
  margin-right: 20px;
  border-radius: 2px;
  border: 3px solid var(--base-3);
  color: var(--base-3);
}

a.gb-button-a9c9002d:hover,
a.gb-button-a9c9002d:active,
a.gb-button-a9c9002d:focus {
  border-color: var(--base-2);
  background-color: rgba(98, 18, 179, 0);
  color: var(--base-2);
}

a.gb-button-16560e2c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  margin-right: 20px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-16560e2c:hover,
a.gb-button-16560e2c:active,
a.gb-button-16560e2c:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-16560e2c .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-16560e2c .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-9a533ee7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  margin-right: 20px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-9a533ee7:hover,
a.gb-button-9a533ee7:active,
a.gb-button-9a533ee7:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-9a533ee7 .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-9a533ee7 .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-e245e61c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-e245e61c:hover,
a.gb-button-e245e61c:active,
a.gb-button-e245e61c:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-e245e61c .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-e245e61c .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-acc1ae52 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-align: center;
  margin-right: 30px;
  color: #ffffff;
}

a.gb-button-acc1ae52:hover,
a.gb-button-acc1ae52:active,
a.gb-button-acc1ae52:focus {
  color: #f2f5fa;
}

a.gb-button-1d0279eb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-align: center;
  color: #ffffff;
}

a.gb-button-1d0279eb:hover,
a.gb-button-1d0279eb:active,
a.gb-button-1d0279eb:focus {
  color: #f2f5fa;
}

.gb-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.gb-grid-column {
  box-sizing: border-box;
}

.gb-grid-wrapper .wp-block-image {
  margin-bottom: 0;
}

.gb-grid-wrapper-77f2032e {
  align-items: center;
  justify-content: center;
  margin-left: -40px;
}

.gb-grid-wrapper-77f2032e > .gb-grid-column {
  padding-left: 40px;
}

.gb-grid-wrapper-625e6116 {
  align-items: center;
  margin-left: 0;
}

.gb-grid-wrapper-625e6116 > .gb-grid-column {
  padding-left: 80px;
}

@media (max-width: 1024px) {
  .gb-container-7fb798ce {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-7fb798ce {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-dde52063 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-b372fdf0 {
    width: 20%;
  }

  .gb-grid-wrapper > .gb-grid-column-6f323349 {
    width: 20%;
  }

  .gb-grid-wrapper > .gb-grid-column-effd64c3 {
    width: 20%;
  }

  .gb-grid-wrapper > .gb-grid-column-c0f76e5b {
    width: 20%;
  }

  .gb-grid-wrapper > .gb-grid-column-70b9080a {
    width: 20%;
  }

  .gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
    width: 150%;
  }

  .gb-grid-wrapper > .gb-grid-column-08e508e0 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-c67101ac {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-fa4f993b {
    width: 50%;
  }

  p.gb-headline-e1baf299 {
    text-align: left;
  }

  p.gb-headline-0c12dbcd {
    text-align: left;
  }

  p.gb-headline-76bfc1c0 {
    text-align: left;
  }

  p.gb-headline-f5130236 {
    text-align: left;
  }

  p.gb-headline-c90c8108 {
    text-align: left;
  }

  p.gb-headline-ab4e1100 {
    text-align: left;
  }

  p.gb-headline-211a2858 {
    text-align: left;
  }

  p.gb-headline-cb7c3c96 {
    padding-right: 0px;
  }

  .gb-grid-wrapper-77f2032e > .gb-grid-column {
    padding-bottom: 30px;
  }

  .gb-grid-wrapper-625e6116 > .gb-grid-column {
    padding-bottom: 40px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .gb-grid-wrapper > div.gb-grid-column-7fb798ce {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-b372fdf0 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-6f323349 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-effd64c3 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-c0f76e5b {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-70b9080a {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-c67101ac {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-fa4f993b {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .gb-container-7fb798ce {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-7fb798ce {
    width: 100%;
  }

  .gb-grid-wrapper > div.gb-grid-column-7fb798ce {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > .gb-grid-column-dde52063 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-b372fdf0 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-6f323349 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-effd64c3 {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-c0f76e5b {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-70b9080a {
    width: 50%;
  }

  .gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
    width: 200%;
  }

  .gb-grid-wrapper > .gb-grid-column-08e508e0 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-c67101ac {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-fa4f993b {
    width: 100%;
  }

  .gb-grid-wrapper > div.gb-grid-column-fa4f993b {
    padding-bottom: 0;
  }

  .gb-container-30166353 {
    flex-direction: column;
  }

  .gb-container-571e035c {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-571e035c {
    width: 100%;
  }

  .gb-container-41262653 {
    padding-top: 140px;
  }

  p.gb-headline-e1baf299 {
    text-align: left;
  }

  p.gb-headline-0c12dbcd {
    text-align: left;
  }

  p.gb-headline-76bfc1c0 {
    text-align: left;
  }

  p.gb-headline-f5130236 {
    text-align: left;
  }

  p.gb-headline-c90c8108 {
    text-align: left;
  }

  p.gb-headline-ab4e1100 {
    text-align: left;
  }

  p.gb-headline-211a2858 {
    text-align: left;
  }

  a.gb-button-e2aa0fc7 {
    margin-bottom: 20px;
  }

  a.gb-button-4f1c4548 {
    margin-bottom: 20px;
  }

  a.gb-button-a9c9002d {
    margin-bottom: 20px;
  }
}

/* ///////////////////// */
/* ///////////////////// */
/**/

@media (max-width: 992px) {
  .main-navigation .menu-bar-item:hover > a,
  .main-navigation .menu-bar-item.sfHover > a {
    background: none;
    color: var(--accent);
  }
}

.inside-header {
  padding: 30px;
}

.nav-below-header .main-navigation .inside-navigation.grid-container,
.nav-above-header .main-navigation .inside-navigation.grid-container {
  padding: 0px 10px 0px 10px;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
  padding: 70px 30px 20px 30px;
}

.site-main .wp-block-group__inner-container {
  padding: 70px 30px 20px 30px;
}

.separate-containers .paging-navigation {
  padding-top: 20px;
  padding-bottom: 20px;
}

.entry-content .alignwide,
body:not(.no-sidebar) .entry-content .alignfull {
  margin-left: -30px;
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
}

.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
  margin-right: 30px;
}

.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
  margin-left: 30px;
}

.one-container.both-sidebars .site-main {
  margin: 0px 30px 0px 30px;
}

.sidebar .widget,
.page-header,
.widget-area .main-navigation,
.site-main > * {
  margin-bottom: 40px;
}

.separate-containers .site-main {
  margin: 40px;
}

.both-right .inside-left-sidebar,
.both-left .inside-left-sidebar {
  margin-right: 20px;
}

.both-right .inside-right-sidebar,
.both-left .inside-right-sidebar {
  margin-left: 20px;
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
  padding-bottom: 20px;
}

.separate-containers .featured-image {
  margin-top: 40px;
}

.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rtl .menu-item-has-children .dropdown-menu-toggle {
  padding-left: 20px;
}

.rtl .main-navigation .main-nav ul li.menu-item-has-children > a {
  padding-right: 20px;
}

.widget-area .widget {
  padding: 0 20px 30px;
}

.footer-widgets-container {
  padding: 0px;
}

.inside-site-info {
  padding: 20px;
}

@media (max-width: 768px) {
  .separate-containers .inside-article,
  .separate-containers .comments-area,
  .separate-containers .page-header,
  .separate-containers .paging-navigation,
  .one-container .site-content,
  .inside-page-header {
    padding: 80px 30px 20px 30px;
  }

  .site-main .wp-block-group__inner-container {
    padding: 80px 30px 20px 30px;
  }

  .inside-top-bar {
    padding-right: 30px;
    padding-left: 30px;
  }

  .inside-header {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .widget-area .widget {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .footer-widgets-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .inside-site-info {
    padding-right: 30px;
    padding-left: 30px;
  }

  .entry-content .alignwide,
  body:not(.no-sidebar) .entry-content .alignfull {
    margin-left: -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
  }

  .one-container .site-main .paging-navigation {
    margin-bottom: 40px;
  }
}

/* End cached CSS */
.is-right-sidebar {
  width: 25%;
}

.is-left-sidebar {
  width: 30%;
}

.site-content .content-area {
  width: 100%;
}

@media (max-width: 992px) {
  .main-navigation .menu-toggle,
  .sidebar-nav-mobile:not(#sticky-placeholder) {
    display: block;
  }

  .main-navigation ul,
  .gen-sidebar-nav,
  .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul,
  .has-inline-mobile-toggle
    #site-navigation
    .inside-navigation
    > *:not(.navigation-search):not(.main-nav) {
    display: none;
  }

  .nav-align-right .inside-navigation,
  .nav-align-center .inside-navigation {
    justify-content: space-between;
  }

  .has-inline-mobile-toggle .mobile-menu-control-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .has-inline-mobile-toggle .inside-header {
    flex-direction: row;
    text-align: left;
    flex-wrap: wrap;
  }

  .has-inline-mobile-toggle .header-widget,
  .has-inline-mobile-toggle #site-navigation {
    flex-basis: 100%;
  }

  .nav-float-left .has-inline-mobile-toggle #site-navigation {
    order: 10;
  }
}

.dynamic-author-image-rounded {
  border-radius: 100%;
}

.dynamic-featured-image,
.dynamic-author-image {
  vertical-align: middle;
}

.one-container.blog .dynamic-content-template:not(:last-child),
.one-container.archive .dynamic-content-template:not(:last-child) {
  padding-bottom: 0px;
}

.dynamic-entry-excerpt > p:last-child {
  margin-bottom: 0px;
}

.page-hero .inside-page-hero.grid-container {
  max-width: calc(1200px - 0px - 0px);
}

.inside-page-hero > *:last-child {
  margin-bottom: 0px;
}

.header-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 10;
}

.header-wrap .site-header {
  background: transparent;
}

.post-image:not(:first-child),
.page-content:not(:first-child),
.entry-content:not(:first-child),
.entry-summary:not(:first-child),
footer.entry-meta {
  margin-top: 1.1em;
}

.post-image-above-header .inside-article div.featured-image,
.post-image-above-header .inside-article div.post-image {
  margin-bottom: 1.1em;
}

#generate-slideout-menu.main-navigation.slideout-navigation .main-nav > ul > li > a {
    line-height: 43px;
    display: inline-block;
    width: 100%;
}

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a {
  color: var(--accent);
  border: 3px;
  border-style: solid;
  line-height: 36px;
  border-radius: 2px;
  margin-left: 20px;
  transition: all 0.6s ease 0s;
}

/* /////////////////////////////// */
.gb-container .wp-block-image img {
  vertical-align: middle;
}

.gb-container .gb-shape {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
}

.gb-container .gb-shape svg {
  fill: currentColor;
}

.gb-container-643a2263 {
  max-width: 1200px;
  display: flex;
  column-gap: 100px;
  z-index: 2;
  position: relative;
  padding: 0 30px 60px;
  margin-top: -60px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
    .gb-container-643a2263 {
      padding: 0 10px 40px;
      margin-top: -60px;
    }

}

.gb-container-c41599c6 {
  width: 100%;
  padding: 0;
}
.gb-container-c41599c6 > ul {
  margin: 0 0 1.5em 0;
}
.gb-container-c41599c6 > ul > li a img {
  border: 1px solid var(--accent);
}
.outlined, img.outlined {
    border: 1px solid var(--contrast);
}

.gb-container-b00a1ca5 {
  width: 50%;
  padding: 0;
}

.gb-container-da48d90b {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: linear-gradient(180deg, var(--base-2), var(--base-3));
}

.gb-container-da48d90b:before {
  content: '';
  background-image: url(../img/abstract-shapes.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: full;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  pointer-events: none;
}

.gb-container-da48d90b > .gb-shapes .gb-shape-1 {
  color: var(--base-3);
  left: 0;
  right: 0;
  top: -1px;
  transform: scaleY(-1);
}

.gb-container-da48d90b > .gb-shapes .gb-shape-1 svg {
  height: 50px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}

.gb-container-da48d90b.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-da48d90b.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-2cb92c67 {
  max-width: 1200px;
  z-index: 1;
  position: relative;
  padding: 130px 30px 0;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-eb42ddb4 {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 40px 30px 30px 40px;
  border-radius: 8px;
  border: 1px solid var(--base);
  background-color: var(--base-3);
}

.gb-container-eb42ddb4:before {
  content: '';
  background-image: url(../img/dots-1.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: 160px;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0.08;
}

.gb-grid-wrapper > .gb-grid-column-eb42ddb4 {
  width: 50%;
}

.gb-container-eb42ddb4.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-eb42ddb4.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-f8f190a2 {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 40px 30px 30px 40px;
  border-radius: 8px;
  border: 1px solid var(--base);
  background-color: var(--base-3);
}

.gb-container-f8f190a2:before {
  content: '';
  background-image: url(../img/dots-1.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: 160px;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0.08;
}

.gb-grid-wrapper > .gb-grid-column-f8f190a2 {
  width: 50%;
}

.gb-container-f8f190a2.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-f8f190a2.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-ba81ee1e {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 40px 30px 30px 40px;
  border-radius: 8px;
  border: 1px solid var(--base);
  background-color: var(--base-3);
}

.gb-container-ba81ee1e:before {
  content: '';
  background-image: url(../img/dots-1.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: 160px;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0.08;
}

.gb-grid-wrapper > .gb-grid-column-ba81ee1e {
  width: 50%;
}

.gb-container-ba81ee1e.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-ba81ee1e.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-6d8fd4ab {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 40px 30px 30px 40px;
  border-radius: 8px;
  border: 1px solid var(--base);
  background-color: var(--base-3);
}

.gb-container-6d8fd4ab:before {
  content: '';
  background-image: url(../img/dots-1.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: 160px;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0.08;
}

.gb-grid-wrapper > .gb-grid-column-6d8fd4ab {
  width: 50%;
}

.gb-container-6d8fd4ab.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-6d8fd4ab.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-94a2a669 {
  max-width: 1040px;
  z-index: 10;
  position: relative;
  padding: 0 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-9b797ea5 {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 40px;
  border-radius: 8px;
  border-top: 4px solid var(--accent-2);
  background-color: var(--base-3);
}

.gb-grid-wrapper > .gb-grid-column-9b797ea5 {
  width: 33.33%;
}

.gb-container-bed1d08b {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 40px;
  border-radius: 8px;
  border-top: 4px solid var(--accent-2);
  background-color: var(--base-3);
}

.gb-grid-wrapper > .gb-grid-column-bed1d08b {
  width: 33.33%;
}

.gb-container-45078b5f {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 40px;
  border-radius: 8px;
  border-top: 4px solid var(--accent-2);
  background-color: var(--base-3);
}

.gb-grid-wrapper > .gb-grid-column-45078b5f {
  width: 33.33%;
}

.gb-container-8ea0a712 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 80px;
  /*background-color: var(--contrast-2);*/
  background-color: var(--accent-3);
  color: var(--base-3);
}

.gb-container-8ea0a712:before {
  content: '';
  background-image: url(../img/abstract-shapes.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: inherit;
  pointer-events: none;
  opacity: 0.05;
}

.gb-container-8ea0a712 a {
  color: var(--base-3);
}

.gb-container-8ea0a712 a:hover {
  color: var(--base-2);
}

.gb-container-8ea0a712 > .gb-shapes .gb-shape-1 {
  color: var(--base-3);
  left: 0;
  right: 0;
  top: -1px;
  transform: scaleY(-1);
}

.gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
  height: 40px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}

.gb-container-8ea0a712.gb-has-dynamic-bg:before {
  background-image: var(--background-url);
}

.gb-container-8ea0a712.gb-no-dynamic-bg:before {
  background-image: none;
}

.gb-container-1008af3c {
  max-width: 1200px;
  z-index: 1;
  position: relative;
  padding: 140px 30px 60px;
  margin-right: auto;
  margin-left: auto;
}

.gb-container-08e508e0 {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-08e508e0 {
  width: 50%;
}

.gb-container-c67101ac {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-c67101ac {
  width: 25%;
}

.gb-container-fa4f993b {
  height: 100%;
  padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-fa4f993b {
  display: flex;
  align-items: end;
  width: 25%;
}

.gb-container-30166353 {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  margin-top: 60px;
  border-top: 1px solid var(--base-3);
}

.gb-container-571e035c {
  height: 100%;
  padding: 0;
}

.gb-container-fb3a3e68 {
  position: relative;
  background-color: var(--base-2);
}
.gb-container-fb3a3e68.green {
  background-color: var(--accent-5);
}

.gb-container-fb3a3e68 > .gb-shapes .gb-shape-1 {
  color: var(--base-3);
  left: 0;
  right: 0;
  bottom: -1px;
  transform: scaleX(-1);
}

.gb-container-fb3a3e68 > .gb-shapes .gb-shape-1 svg {
  height: 50px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}

.gb-container-41262653 {
  max-width: 1200px;
  padding: 160px 30px 100px;
  margin-right: auto;
  margin-left: auto;
}

.gb-icon svg {
  fill: currentColor;
}

.gb-highlight {
  background: none;
  color: unset;
}

h2.gb-headline-f7c2011f {
  padding-top: 120px;
}

h3.gb-headline-918c740e {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

h3.gb-headline-918c740e .gb-icon {
  line-height: 0;
  padding-right: 0.5em;
}

h3.gb-headline-918c740e .gb-icon svg {
  width: 80px;
  height: 80px;
}

p.gb-headline-4ef62ab1 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-4ef62ab1 .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-4ef62ab1 .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

p.gb-headline-ab46239f {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-ab46239f .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-ab46239f .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

p.gb-headline-ce37417a {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-ce37417a .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-ce37417a .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

p.gb-headline-70dafa05 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-70dafa05 .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-70dafa05 .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

h3.gb-headline-c40d536d {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

h3.gb-headline-c40d536d .gb-icon {
  line-height: 0;
  padding-right: 0.5em;
}

h3.gb-headline-c40d536d .gb-icon svg {
  width: 80px;
  height: 80px;
}

p.gb-headline-0ae3633d {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-0ae3633d .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-0ae3633d .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

p.gb-headline-a4cbbf48 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-a4cbbf48 .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-a4cbbf48 .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

p.gb-headline-343aa15b {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-343aa15b .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-343aa15b .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

p.gb-headline-eeed878c {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-eeed878c .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-eeed878c .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

h3.gb-headline-5dab13f4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

h3.gb-headline-5dab13f4 .gb-icon {
  line-height: 0;
  padding-right: 0.5em;
}

h3.gb-headline-5dab13f4 .gb-icon svg {
  width: 80px;
  height: 80px;
}

p.gb-headline-a48811bd {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-a48811bd .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-a48811bd .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

p.gb-headline-4c7efc47 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-4c7efc47 .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-4c7efc47 .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

p.gb-headline-e4507ad1 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-e4507ad1 .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-e4507ad1 .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

p.gb-headline-11f59582 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-11f59582 .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-11f59582 .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

h3.gb-headline-9034ab35 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

h3.gb-headline-9034ab35 .gb-icon {
  line-height: 0;
  padding-right: 0.5em;
}

h3.gb-headline-9034ab35 .gb-icon svg {
  width: 80px;
  height: 80px;
}

p.gb-headline-3c69dd97 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-3c69dd97 .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-3c69dd97 .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

p.gb-headline-5c6ec3df {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-5c6ec3df .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-5c6ec3df .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

p.gb-headline-4d731f81 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-4d731f81 .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-4d731f81 .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

p.gb-headline-2826751f {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

p.gb-headline-2826751f .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-right: 0.5em;
}

p.gb-headline-2826751f .gb-icon svg {
  width: 1.1em;
  height: 1.1em;
}

p.gb-headline-2954b8c8 {
  display: flex;
  flex-direction: column;
  font-size: 21px;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

p.gb-headline-2954b8c8 .gb-icon {
  line-height: 0;
  color: var(--accent);
  padding-bottom: 0;
}

p.gb-headline-2954b8c8 .gb-icon svg {
  width: 1.5em;
  height: 1.5em;
}

h4.gb-headline-29ebf29b {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3px;
  color: var(--accent-2);
}

p.gb-headline-1ca48a45 {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

p.gb-headline-39b7b8c6 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-74c08f35 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-a6ce5482 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-ed180d6d {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-70900ff8 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-8ff07ea1 {
  font-size: 18px;
  text-align: center;
}

h4.gb-headline-93a74879 {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  color: var(--accent);
}

h4.gb-headline-93a74879 .gb-icon {
  line-height: 0;
  padding-bottom: 0.2em;
}

h4.gb-headline-93a74879 .gb-icon svg {
  width: 1em;
  height: 1em;
}

h4.gb-headline-8a398c65 {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3px;
  color: var(--accent-2);
}

p.gb-headline-ca0b0b1a {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

p.gb-headline-5a8af5b0 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-1d6a81e9 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-c14d4976 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-c5a02bf1 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-108d9493 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-0d70eb5a {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-c5ac208e {
  font-size: 18px;
  text-align: center;
}

h4.gb-headline-3a7dee68 {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3px;
  color: var(--accent-2);
}

p.gb-headline-9da72d2e {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

p.gb-headline-5adad441 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-569794fc {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-22b30f9d {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-b8348c28 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-98bd4322 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--accent);
}

p.gb-headline-f61bcf05 {
  font-size: 18px;
  text-align: center;
}

p.gb-headline-cb7c3c96 {
  padding-right: 100px;
}

p.gb-headline-5be1105d {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

p.gb-headline-5be1105d .gb-icon {
  line-height: 0;
  padding-top: 0.1em;
  padding-right: 0.5em;
}

p.gb-headline-5be1105d .gb-icon svg {
  width: 1em;
  height: 1em;
}

p.gb-headline-a8a1fab4 {
  font-size: 17px;
  color: #ffffff;
}

h1.gb-headline-95186c53 {
  margin-bottom: 0px;
}

.gb-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.gb-grid-column {
  box-sizing: border-box;
}

.gb-grid-wrapper .wp-block-image {
  margin-bottom: 0;
}

.gb-grid-wrapper-fc495083 {
  margin-left: -80px;
}

.gb-grid-wrapper-fc495083 > .gb-grid-column {
  padding-left: 80px;
  padding-bottom: 80px;
}

.gb-grid-wrapper-1fde8e30 {
  align-items: center;
  margin-left: -40px;
}

.gb-grid-wrapper-1fde8e30 > .gb-grid-column {
  padding-left: 40px;
}

/*
.gb-grid-wrapper-625e6116 {
  align-items: center;
  margin-left: 0;
}
*/
.gb-grid-wrapper-625e6116 > .gb-grid-column {
  padding-left: 0;
}

.gb-button {
  text-decoration: none;
}

.gb-icon svg {
  fill: currentColor;
}

/**
 Custom
*/

a.gb-button-5ddbc6b7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 14px 22px;
  border-radius: 2px;
  background-color: var(--accent);
  color: var(--base-3);
}

a.gb-button-5ddbc6b7:hover,
a.gb-button-5ddbc6b7:active,
a.gb-button-5ddbc6b7:focus {
  background-color: var(--accent-hover);
  color: var(--base-3);
}

a.gb-button-0072a9d0 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 14px 22px;
  border-radius: 2px;
  background-color: var(--accent);
  color: var(--base-3);
}

a.gb-button-0072a9d0:hover,
a.gb-button-0072a9d0:active,
a.gb-button-0072a9d0:focus {
  background-color: var(--accent-hover);
  color: var(--base-3);
}

a.gb-button-1f303b99 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 14px 22px;
  border-radius: 2px;
  background-color: var(--accent);
  color: var(--base-3);
}

a.gb-button-1f303b99:hover,
a.gb-button-1f303b99:active,
a.gb-button-1f303b99:focus {
  background-color: var(--accent-hover);
  color: var(--base-3);
}

a.gb-button-a9c9002d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  margin-top: 30px;
  margin-right: 20px;
  border-radius: 2px;
  border: 3px solid var(--base-3);
  color: var(--base-3);
}

a.gb-button-a9c9002d:hover,
a.gb-button-a9c9002d:active,
a.gb-button-a9c9002d:focus {
  border-color: var(--base-2);
  background-color: rgba(98, 18, 179, 0);
  color: var(--base-2);
}

a.gb-button-16560e2c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  margin-right: 20px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-16560e2c:hover,
a.gb-button-16560e2c:active,
a.gb-button-16560e2c:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-16560e2c .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-16560e2c .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-9a533ee7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  margin-right: 20px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-9a533ee7:hover,
a.gb-button-9a533ee7:active,
a.gb-button-9a533ee7:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-9a533ee7 .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-9a533ee7 .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-e245e61c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  border-radius: 50px;
  border: 2px solid;
}

a.gb-button-e245e61c:hover,
a.gb-button-e245e61c:active,
a.gb-button-e245e61c:focus {
  border-color: #f2f5fa;
  background-color: #222222;
  color: #f2f5fa;
}

a.gb-button-e245e61c .gb-icon {
  font-size: 0.8em;
  line-height: 0;
}

a.gb-button-e245e61c .gb-icon svg {
  height: 1em;
  width: 1em;
}

a.gb-button-acc1ae52 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-align: center;
  margin-right: 30px;
  color: #ffffff;
}

a.gb-button-acc1ae52:hover,
a.gb-button-acc1ae52:active,
a.gb-button-acc1ae52:focus {
  color: #f2f5fa;
}

a.gb-button-1d0279eb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-align: center;
  color: #ffffff;
}

a.gb-button-1d0279eb:hover,
a.gb-button-1d0279eb:active,
a.gb-button-1d0279eb:focus {
  color: #f2f5fa;
}

#apbAdvancedPosts-1 .apbPost {
    border-top: 1px solid #0c0d3c1a;
    border-right: 1px solid #0c0d3c1a;
    border-bottom: 1px solid #0c0d3c1a;
    border-left: 1px solid #0c0d3c1a;
    border-radius: 5px;
    margin: 1rem auto;
}

/* End custom*/

@media (max-width: 1024px) {
  .gb-container-643a2263 {
    flex-direction: column;
    align-items: center;
  }

  .gb-container-c41599c6 {
    width: 75%;
    order: 2;
  }

  .gb-grid-wrapper > .gb-grid-column-c41599c6 {
    width: 75%;
  }

  .gb-container-b00a1ca5 {
    width: 100%;
    order: 1;
  }

  .gb-grid-wrapper > .gb-grid-column-b00a1ca5 {
    width: 100%;
  }

  .gb-container-da48d90b > .gb-shapes .gb-shape-1 svg {
    width: 150%;
  }

  .gb-grid-wrapper > .gb-grid-column-eb42ddb4 {
    width: 75%;
  }

  .gb-grid-wrapper > .gb-grid-column-f8f190a2 {
    width: 75%;
  }

  .gb-grid-wrapper > .gb-grid-column-ba81ee1e {
    width: 75%;
  }

  .gb-grid-wrapper > .gb-grid-column-6d8fd4ab {
    width: 75%;
  }

  .gb-grid-wrapper > .gb-grid-column-9b797ea5 {
    width: 66.66%;
  }

  .gb-grid-wrapper > .gb-grid-column-bed1d08b {
    width: 66.66%;
  }

  .gb-grid-wrapper > .gb-grid-column-45078b5f {
    width: 66.66%;
  }

  .gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
    width: 150%;
  }

  .gb-grid-wrapper > .gb-grid-column-08e508e0 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-c67101ac {
    width: 50%;
  }

  .gb-grid-wrapper > .gb-grid-column-fa4f993b {
    width: 50%;
  }

  h2.gb-headline-f7c2011f {
    padding-top: 0px;
  }

  p.gb-headline-cb7c3c96 {
    padding-right: 0px;
  }

  .gb-grid-wrapper-fc495083 {
    justify-content: center;
  }

  .gb-grid-wrapper-1fde8e30 {
    justify-content: center;
  }

  .gb-grid-wrapper-1fde8e30 > .gb-grid-column {
    padding-bottom: 50px;
  }

  .gb-grid-wrapper-625e6116 > .gb-grid-column {
    padding-bottom: 40px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .gb-grid-wrapper > div.gb-grid-column-c41599c6 {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-45078b5f {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-c67101ac {
    padding-bottom: 0;
  }

  .gb-grid-wrapper > div.gb-grid-column-fa4f993b {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .gb-container-c41599c6 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-c41599c6 {
    width: 100%;
  }

  .gb-grid-wrapper > div.gb-grid-column-c41599c6 {
    padding-bottom: 0;
  }

  .gb-container-b00a1ca5 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-b00a1ca5 {
    width: 100%;
  }

  .gb-container-da48d90b > .gb-shapes .gb-shape-1 svg {
    width: 200%;
  }

  .gb-grid-wrapper > .gb-grid-column-eb42ddb4 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-f8f190a2 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-ba81ee1e {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-6d8fd4ab {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-9b797ea5 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-bed1d08b {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-45078b5f {
    width: 100%;
  }

  .gb-grid-wrapper > div.gb-grid-column-45078b5f {
    padding-bottom: 0;
  }

  .gb-container-8ea0a712 > .gb-shapes .gb-shape-1 svg {
    width: 200%;
  }

  .gb-grid-wrapper > .gb-grid-column-08e508e0 {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-c67101ac {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-fa4f993b {
    width: 100%;
  }

  .gb-grid-wrapper > div.gb-grid-column-fa4f993b {
    padding-bottom: 0;
  }

  .gb-container-30166353 {
    flex-direction: column;
  }

  .gb-container-571e035c {
    width: 100%;
  }

  .gb-grid-wrapper > .gb-grid-column-571e035c {
    width: 100%;
  }

  .gb-container-41262653 {
    padding-top: 140px;
  }

  a.gb-button-a9c9002d {
    margin-bottom: 20px;
  }
}

.filetype-icon {
    padding-left: 19px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../img/filetypes/document.png);
}

.filetype-pdf {
    background-image: url(../img/filetypes/document-pdf.png);
}



/* Print */
    @media print {
        body {
            margin: 0;
            padding: 0;
            zoom: 0.8; /* Adjust as needed */
        }
        
        #saveButtonsContainer {
            display: none; /* Hide buttons during print */
        }

        table {
            width: 100%;
            border-collapse: collapse;
        }

        th, td {
            border: 1px solid #000;
            padding: 8px;
            text-align: left;
        }
    }
