/*
Theme Name: New Co 2021
Theme URI: http://tnbw.com/
Author: tnbw.com
Author URI: tnbw.com/
*/
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
body {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #101015;
  text-align: left;
  background: #fff;
  transition: opacity 500ms;
}

body.no-opacity {
  opacity: 0;
}

body.in-modal {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

div {
  position: relative;
}

svg,
.full-width,
.width-100 {
  width: 100%;
}

svg {
  height: auto;
}

.full-height,
.height-100 {
  height: 100%;
}

.height-auto {
  height: auto;
}

.width-80p {
  width: 80%;
}

.width-70p {
  width: 70%;
}

.width-60p {
  width: 60%;
}

.width-50p {
  width: 50%;
}

.width-40p {
  width: 40%;
}

.width-30p {
  width: 30%;
}

.width-20p {
  width: 20%;
}

.width-15p {
  width: 15%;
}

.width-10p {
  width: 10%;
}

.min-height-5rem {
  min-height: 5rem;
}

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

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

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

.text-transform-none {
  text-transform: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-context-menu {
  cursor: context-menu;
}

.cursor-auto {
  cursor: auto;
}

.float-left {
  float: left;
}

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

/* remove webkit rounded corners */
input[type=text],
input[type=search],
input[type=email],
input[type=tel] {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input[type=search],
input[type=submit],
input[type=tel],
input[type=email],
input[type=text] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
}

textarea {
  resize: none;
}

/* remove user agent styles */
h1, h2, h3, h4, h5, p, ul, li {
  margin: 0;
  padding: 0;
}

a:focus-visible {
  outline: 1px dashed #ccc;
}

.background-slate-20 a:focus-visible {
  outline: 1px dashed #000;
}

.background-accent .background-white a:focus-visible,
.background-white a:focus-visible,
.texteditor-content a:focus-visible {
  outline: 1px dashed #737373;
}

.no-underline,
.no-underline a,
.no-underline a:link,
a.hover-underline,
a.hover-underline:link,
p a:link.btn,
a:link.btn {
  text-decoration: none;
}

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

.focus-underline:focus,
.focus-underline:focus-within,
.focus-underline:focus-visible,
.text-underline {
  text-decoration: underline;
}

a.text-underline:hover,
.text-underline:hover {
  text-decoration: none;
}

/* no list styles */
ul {
  list-style: none;
}

img {
  vertical-align: top;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.align-items-flex-end {
  align-items: flex-end;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.justify-content-space-between {
  justify-content: space-between;
}

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

.object-fit-cover {
  object-fit: cover !important;
  height: 100%;
}

.object-fit-contain {
  object-fit: contain !important;
  height: 100%;
}

.object-position-left img {
  object-position: left;
}

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

.flex-break {
  flex-basis: 100%;
  height: 0;
}

.border-bottom {
  border-bottom: 1px solid #000;
}

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.HamburgerMenu {
  position: relative;
  width: 24px;
  height: 27px;
}

.hamburger-menu-out .HamburgerMenu {
  display: none;
}

.HamburgerMenu a {
  position: relative;
  transition: all 500ms;
  display: block;
}

.HamburgerMenu span {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.HamburgerMenu span svg path {
  fill: #0012E7;
}

.HamburgerMenu span svg path {
  fill: #0012E7;
}

.HamburgerMenu-menu-in-icon {
  display: block;
}

.HamburgerMenu-menu-out-icon {
  display: none;
}

.hamburger-menu-out .HamburgerMenu-menu-out-icon {
  display: block;
}

.hamburger-menu-out .HamburgerMenu-menu-in-icon {
  display: none;
}

.HamburgerMenu-back-link,
.HamburgerMenu-target {
  display: none;
}

.hamburger-menu-out .HamburgerMenu-target .sub-menu,
.hamburger-menu-out .HamburgerMenu-back-link,
.hamburger-menu-out .HamburgerMenu-target {
  display: block;
}

.hamburger-menu-out .HamburgerMenu-target {
  margin-top: 0;
  padding-bottom: 5rem;
  max-width: 55rem;
}

#HamburgerMenu-target-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  background: white;
  z-index: 7000;
  transition: width 400ms;
}

.HamburgerMenu-menu-toggle {
  /*
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 500;*/
}

header,
#main {
  transition: margin-left 400ms;
}

.HamburgerMenu-back-link {
  text-align: right;
}

.HamburgerMenu-back-link a {
  text-decoration: none;
  font-size: 5rem;
  line-height: 1;
}

.HamburgerMenu-back-link a:hover {
  text-decoration: none;
  border-bottom: 0 !important;
}

.hamburger-menu-out .HamburgerMenu-menu-toggle a {
  display: none;
}

.hamburger-menu-out #HamburgerMenu-target-container {
  width: 100%;
  height: 100%;
  padding: 3.8rem;
  padding-left: 2rem;
  overflow: auto;
}

body.hamburger-menu-out {
  overflow: hidden;
}

.HamburgerMenu-back-link {
  position: absolute;
  top: 0;
  right: 12px;
  color: #00096A;
}

.HamburgerMenu-target li {
  padding-bottom: 8px;
}

.HamburgerMenu-target > li {
  padding-bottom: 16px;
}

.HamburgerMenu-target a,
.HamburgerMenu-target a:link,
.HamburgerMenu-target a:visited,
.HamburgerMenu-target a:hover {
  color: #0012E7;
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  font-size: 1.875rem;
}

.HamburgerMenu-target .sub-menu .sub-menu a,
.HamburgerMenu-target .sub-menu .sub-menu a:link,
.HamburgerMenu-target .sub-menu .sub-menu a:visited,
.HamburgerMenu-target .sub-menu .sub-menu a:hover {
  font-size: 1.5rem;
}

.HamburgerMenu-target .sub-menu-wrapper {
  position: relative;
  padding: 0;
  display: block;
  padding-top: 3rem;
  background: transparent;
  height: auto;
  width: 100%;
}

.HamburgerMenu-target .sub-menu-wrapper {
  position: relative;
  padding: 0;
  display: block;
  padding-left: 0;
  background: transparent;
  height: auto;
  width: auto;
  margin-left: 0;
}

.HamburgerMenu-target .sub-menu {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0;
  font-family: "Figtree", sans-serif;
  text-align: left;
  box-shadow: none;
}

.HamburgerMenu-target .sub-menu a:link,
.HamburgerMenu-target .sub-menu a:visited,
.HamburgerMenu-target .sub-menu a:hover {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Figtree", sans-serif;
  background: none;
}

.HamburgerMenu-target .sub-menu a:hover,
.HamburgerMenu-target .sub-menu li:hover {
  background: none !important;
  color: #00096A;
}

.HamburgerMenu-target .sub-menu li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding: 0.8rem;
  padding-left: 0;
  padding-right: 2.2rem;
  position: relative;
}

.HamburgerMenu-target .sub-menu .sub-menu {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

/*
.HamburgerMenu-target .sub-menu li:first-of-type {
    padding-top: 0.5rem;
}
.HamburgerMenu-target .sub-menu li:last-of-type {
    padding-bottom: 0.5rem;
}
*/
.hamburger-menu-out .HamburgerMenu-target .hamburger-menu-collapsible .sub-menu {
  display: none;
}

.HamburgerMenu-expand-arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 2rem;
  height: 38px;
  display: flex;
}

.HamburgerMenu-expand-arrow img {
  transition: all 400ms;
  width: 1.6rem;
}

.hamburger-menu__sub-menu-expanded .sub-menu {
  display: block !important;
}

.hamburger-menu__sub-menu-expanded .HamburgerMenu-expand-arrow img,
.HamburgerMenu-expand-arrow:hover img {
  transform: rotate(90deg);
}

.SocialNav li {
  float: left;
  width: 2rem;
  margin-left: 2rem;
}

.SocialNav li svg {
  width: 100%;
}

.SocialNav li a:hover {
  opacity: 0.9;
}

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.Tabs__nav li {
  display: flex;
  cursor: pointer;
  margin-top: 0;
  width: 100%;
  border-bottom: 1px solid #000000;
  min-height: 6.5rem;
  align-items: center;
}

.Tabs__nav .arrow-link:hover .arrow-icon-wrap {
  padding-left: 0;
  padding-right: 1rem;
}

.Tabs__nav-title {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.Tabs__nav-state-indicator {
  width: 100%;
  height: 0.5rem;
}

.Tabs__nav-title:hover,
.Tabs__nav-active .Tabs__nav-title {
  color: #0012E7;
}

.Tabs__nav ul {
  text-align: left;
}

.Tabs__indicator {
  visibility: hidden;
}

.Tabs__indicator-active {
  visibility: visible;
}

.Tabs__toggle-close {
  display: none;
}

.Tabs__content-initial-hide {
  display: none !important;
}

.Tabs__nav-active .Tabs__toggle-close {
  display: block;
}

.Tabs__nav-active .Tabs__toggle-open {
  display: none;
}

.plus-minus-toggle__wrap {
  filter: saturate(0);
}

.Tabs-mode__tabs-images .Tabs__nav li[aria-expanded=true] .plus-minus-toggle__wrap,
.Tabs-mode__tabs-images .Tabs__nav-title:hover .plus-minus-toggle__wrap {
  filter: none;
}

.Tabs__nav li[aria-expanded=true] .plus-minus-toggle .plus-minus-toggle__minus {
  display: block;
}

.Tabs__nav li[aria-expanded=true] .plus-minus-toggle .plus-minus-toggle__plus {
  display: none;
}

.Tabs-mode__tabs-images .Tabs__nav li[aria-expanded=false] .TabsContent {
  display: none;
}

.Tabs-mode__tabs-images .Tabs__nav .Tabs__nav-headline {
  display: flex;
  flex-grow: 0;
  /* flex-shrink: 0; */
  flex-basis: 100%;
}

.Tabs__nav .arrow-line,
.Tabs__nav .arrow-head {
  border-color: #000;
}

.Tabs__nav:hover .arrow-line,
.Tabs__nav:hover .arrow-head,
.Tabs__nav-active .arrow-line,
.Tabs__nav-active .arrow-head {
  border-color: #0012E7;
}

.TabsContent a:visited,
.TabsContent a:link {
  /* color:$primaryColor*/
}

.Tabs-mode__tabs-images .Tabs__nav-title {
  padding-top: 2.4rem;
  padding-bottom: 0.4rem;
}

.Tabs-mode__tabs-images .Tabs__nav li {
  padding-bottom: 2.4rem;
}

.VerticalTabsContent,
.TabsContent {
  display: none;
}

.VerticalTabsContent.Tabs__content-active,
.TabsContent.Tabs__content-active {
  display: block;
}

.VerticalTabsContent > div {
  box-shadow: 3px 8px 4px rgba(58, 59, 63, 0.1);
}

.VerticalTabs .Tabs__nav li {
  border: 1px solid #e1e1e1;
  box-shadow: 3px 8px 4px rgba(58, 59, 63, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  color: #000;
}

.VerticalTabs .Tabs__nav .Tabs__nav-active,
.VerticalTabs .Tabs__nav li:hover {
  background: #F5F0E9;
}

.VerticalTabs .Tabs__nav li:last-of-type {
  margin-bottom: 0;
}

.VerticalTabs .Tabs__nav-symbol {
  width: 1.7rem;
  margin-top: 0.8rem;
}

.VerticalTabs .Tabs__nav-symbol svg path {
  fill: #000;
}

.VerticalTabs .VerticalTabsContent > div,
.VerticalTabs .VerticalTabsContent,
.VerticalTabs .Tabs__content {
  height: 100%;
}

.TabsAutomatic [role=tab],
.TabsAutomatic [role=tab]:focus,
.TabsAutomatic [role=tab]:hover {
  display: inline-block;
  position: relative;
  padding: 1.5rem;
  border: 2px solid #dbe1e6;
  border-radius: 3rem;
  background: #fff;
  text-align: left;
  cursor: pointer;
  margin-bottom: 2.5rem;
  max-width: 32rem;
}

.TabsAutomatic [role=tab]:focus,
.TabsAutomatic [role=tab]:active,
.TabsAutomatic [role=tab]:hover,
.TabsAutomatic [role=tab][aria-selected=true] {
  border-color: #dbe1e6;
  background: #F3F3F3;
  outline: #dbe1e6;
}

.TabsAutomatic [role=tab]:focus-within {
  border-color: #000000;
  outline: #000000;
}

.TabsAutomatic [role=tab]:last-of-type {
  margin-bottom: 0;
}

/* md sizes */
@media (max-width: 991.98px) {
  .TabsAutomatic [role=tab],
.TabsAutomatic [role=tab]:focus,
.TabsAutomatic [role=tab]:hover {
    margin-right: 1.5rem;
    padding: 1.5rem;
    min-width: 20rem;
    margin-bottom: 0;
  }
}
/* md sizes */
@media (max-width: 767.98px) {
  .Tabs__toggle-open {
    margin-top: 0 !important;
  }
}
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.SuperSlideshow {
  overflow: hidden;
  width: 100%;
}

.SuperSlideshowSlide {
  transition: left 400ms, top 1000ms, bottom 1000ms, right 400ms, opacity 1000ms, visibility 1000ms;
  transition-delay: 0s, 0s, 0s, 0s, 0s, 1s;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.did-initialize .SuperSlideshow__control-wrapper {
  opacity: 1;
}

.SuperSlideshowSlide__inner-label {
  font-weight: 700;
  background: #00096A;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.SuperSlideshowSlide__inner-label span {
  display: block;
  text-align: center;
  width: 100%;
}

.SuperSlideshow.transition-fade {
  transition: opacity 400ms;
}

.SuperSlideshowSlide.block-transition {
  transition: none;
}

.SuperSlideshowSlide.current-slide {
  opacity: 1;
  z-index: 399;
  visibility: visible;
}

.SuperSlideshow__control-wrapper {
  width: 100%;
  opacity: 0;
  transition: opacity 500ms, top 400ms;
  padding: 2rem;
  max-width: 1500px;
}

.SuperSlideshow__pager {
  text-align: center;
  cursor: pointer;
}

.SuperSlideshow__pager span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #0012E7;
  margin-top: 2px;
  margin-left: 8px;
  margin-right: 8px;
  opacity: 0.4;
  user-select: none;
}

.SuperSlideshow__button svg polygon {
  fill: #37384B !important;
}

.SuperSlideshow__controls-white .SuperSlideshow__pager span {
  background: #fff;
  border: 1px solid #37384B;
  opacity: 1;
}

.SuperSlideshow__controls-white .SuperSlideshow__pager span:hover,
.SuperSlideshow__controls-white .SuperSlideshow__pager span.current-pager {
  background: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid #fff;
}

.SuperSlideshow__pager span.current-pager {
  opacity: 1;
}

.SuperSlideshow__slideIndicator-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.SuperSlideshow__overlay-button {
  position: absolute;
  z-index: 401;
  top: 0;
  left: 0;
  height: 100%;
  width: 6.5%;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;
  justify-content: center;
}

.SuperSlideshow__overlay-button svg circle {
  transition: fill 400ms;
}

.ScrollerVE .Scroller__overlay-button svg circle,
.slideshow-mode-horizontal-quotes .SuperSlideshow__overlay-button svg circle,
.SuperSlideshow__overlay-button:hover svg circle {
  fill: #fff !important;
  fill-opacity: 1;
  stroke: #37384B;
  stroke-width: 2px;
}

.ScrollerVE .Scroller__overlay-button svg path,
.slideshow-mode-horizontal-quotes .SuperSlideshow__overlay-button svg path,
.SuperSlideshow__overlay-button:hover svg path {
  fill: #37384B !important;
}

.ScrollerVE .Scroller__overlay-button:hover svg circle,
.slideshow-mode-horizontal-quotes .SuperSlideshow__overlay-button:hover svg circle {
  fill: #37384B !important;
  fill-opacity: 0.5;
  stroke: transparent;
}

.ScrollerVE .Scroller__overlay-button:hover svg path,
.slideshow-mode-horizontal-quotes .SuperSlideshow__overlay-button:hover svg path {
  fill: #ffffff !important;
}

.ScrollerVE .Scroller__overlay-button svg path,
.slideshow-mode-horizontal-quotes .SuperSlideshow__overlay-button svg path {
  fill: #37384B !important;
}

.SuperSlideshow__start-pause svg,
.SuperSlideshow__overlay-button svg {
  width: 100%;
  max-width: 50px;
  margin: 0 auto;
}

.SuperSlideshow__overlay-button-inner {
  background: none;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  /* border-radius: 50%;*/
  transition: background 400ms;
}

.SuperSlideshow__button {
  width: 1.3rem;
  cursor: pointer;
}

.SuperSlideshowSlide__info {
  height: 100%;
}

.SuperSlideshowSlide__info.height-auto {
  height: auto;
}

.SuperSlideshowSlide__info .blockquote {
  padding-left: inherit;
  margin-bottom: inherit;
  font-size: inherit;
  line-height: inherit;
}

.slideshow-slides-in-phone .SuperSlideshow__control-wrapper .SuperSlideshow__pager span,
.slideshow-vertical .SuperSlideshow__control-wrapper .SuperSlideshow__pager span {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.slideshow-slides-in-phone .SuperSlideshow__control-wrapper {
  display: none !important;
}

.slideshow-vertical .SuperSlideshowSlide__info {
  margin-left: auto;
}

.slideshow-vertical .SuperSlideshow__pager span {
  display: block;
}

.SuperSlideshow-numslides-1 .SuperSlideshow__control-wrapper {
  display: none !important;
}

.SlideshowElement__control-overlay {
  right: 10%;
  top: 10%;
}

.SuperSlideshow__next-button.SuperSlideshow__overlay-button {
  left: auto;
  right: 0;
}

.SuperSlideshow_overlay-button-inner {
  padding: 1rem;
}

.slideshow-mode-fixed-background-with-quotes .SuperSlideshow .SuperSlideshowSlide,
.slideshow-mode-fixed-background-with-quotes .SuperSlideshow .SuperSlideshowSlide__inner {
  height: 100%;
}

.slideshow-mode-fixed-background-with-quotes .SuperSlideshow .SuperSlideshow__slideshow,
.slideshow-mode-fixed-background-with-quotes .SuperSlideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow-mode-fixed-background-with-quotes .SuperSlideshow__control-wrapper {
  position: absolute;
  bottom: 1rem;
  z-index: 6000;
}

.slideshow-mode-fixed-background-with-quotes .SuperSlideshowSlide__info-wrapper {
  margin-top: -10%;
}

.slideshow-mode-fixed-background-with-quotes > div {
  max-width: 1486px;
  margin: 0 auto;
}

.slideshow-mode-fixed-background-with-quotes .SuperSlideshow__control-wrapper {
  display: none !important;
}

.slideshow-mode-slideshow-fullbleed .SuperSlideshowSlide__inner {
  min-height: 75rem;
}

.slideshow-mode-slideshow-fullbleed .SuperSlideshow__pager {
  /* flex-direction: column;*/
}

.slideshow-mode-slideshow-fullbleed .SuperSlideshow__control-wrapper {
  z-index: 402;
  justify-content: flex-end !important;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.slideshow-mode-slideshow-fullbleed .SuperSlideshow__pager-wrapper {
  align-items: flex-end !important;
}

.slideshow-mode-slideshow-fullbleed .SuperSlideshow__control-wrapper span {
  display: block;
  margin: 4px;
}

.SuperSlideshow__pause-button,
.SuperSlideshow__start-button {
  opacity: 0;
}

.SuperSlideshow__start-pause {
  cursor: pointer;
}

.SuperSlideshow__pause-button:hover svg circle {
  transition: fill 400ms;
}

.SuperSlideshow__pause-button:hover svg path {
  transition: stroke 400ms;
}

.SuperSlideshow__pause-button:hover svg circle {
  fill: #ffffff;
  fill-opacity: 1;
  stroke: #000000;
  stroke-width: 2px;
}

.SuperSlideshow__pause-button:hover svg path {
  stroke: #000000;
}

.SuperSlideshow[data-state=paused] .SuperSlideshow__pause-button,
.SuperSlideshow[data-state=playing] .SuperSlideshow__start-button {
  display: none;
  opacity: 1;
}

.SuperSlideshow[data-state=playing] .SuperSlideshow__pause-button,
.SuperSlideshow[data-state=paused] .SuperSlideshow__start-button {
  display: block;
  opacity: 1;
}

/*md sizes */
@media (max-width: 991.98px) {
  .SuperSlideshow__start-pause svg,
.SuperSlideshow__overlay-button svg {
    max-width: 3.6rem;
  }

  .SuperSlideshow__pager span {
    width: 1.7rem;
    height: 1.7rem;
  }
}
/* sm sizes */
@media (max-width: 767.98px) {
  .slideshow-mode-fixed-background-with-quotes .SuperSlideshowSlide__info-wrapper {
    align-items: flex-start !important;
    margin-top: 5%;
  }

  .slideshow-mode-fixed-background-with-quotes .HeadlineVE {
    font-size: 6.7vw;
  }

  .slideshow-mode-fixed-background-with-quotes .TextEditorTextVE .font-lg {
    font-size: 3.3vw;
    line-height: 1.5;
  }

  .SuperSlideshow__button {
    max-width: 1.5rem;
  }

  .slideshow-mode-slideshow-fullbleed .SuperSlideshow__overlay-button {
    display: none;
  }

  .slideshow-mode-horizontal-quotes .SuperSlideshow__overlay-button {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 50%;
    margin-top: 0.5rem;
  }

  .slideshow-mode-horizontal-quotes .SuperSlideshow {
    display: flex;
    flex-wrap: wrap;
  }

  .slideshow-mode-horizontal-quotes .SuperSlideshow__next-button.SuperSlideshow__overlay-button {
    justify-content: flex-start;
  }

  .slideshow-mode-horizontal-quotes .SuperSlideshow__prev-button.SuperSlideshow__overlay-button {
    justify-content: flex-end;
  }
}
/* xs sizes */
@media (max-width: 575.98px) {
  .SuperSlideshow__overlay-button {
    justify-content: flex-end;
  }

  .SuperSlideshow__next-button.SuperSlideshow__overlay-button {
    justify-content: flex-end;
  }

  .SuperSlideshow__prev-button.SuperSlideshow__overlay-button {
    justify-content: flex-start;
  }

  .slideshow-mode-vertical-quotes .SuperSlideshow__control-wrapper {
    background: #fff;
    z-index: 400;
  }

  .slideshow-mode-slideshow-fullbleed .SuperSlideshowSlide__background {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    width: 100%;
  }

  .slideshow-mode-slideshow-fullbleed .SuperSlideshow {
    background: #0012E7;
  }

  .slideshow-mode-slideshow-fullbleed .SuperSlideshowSlide__inner {
    min-height: auto;
    background: #0012E7;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .slideshow-mode-slideshow-fullbleed .SuperSlideshow__control-wrapper {
    bottom: auto;
    right: auto;
    left: 0;
    z-index: 400;
    background: #0012E7;
    justify-content: center !important;
  }
}
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.ScrollerSlide {
  display: flex;
}

.Scroller-items-in-a-row-3 .ScrollerSlide {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media (max-width: 991.98px) {
  .Scroller-items-in-a-row-3 .ScrollerSlide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .Scroller-items-in-a-row-3 .ScrollerSlide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.Scroller__rail {
  overflow: hidden;
  /*border:1px solid #000;*/
  right: 0;
  transition: right 400ms;
}

.Scroller__car {
  display: flex;
  flex-wrap: nowrap;
  transition: left 400ms;
  left: 0;
}

.scroller-bounce {
  right: -7rem !important;
}

.Scroller__overlay-button {
  position: absolute;
  z-index: 401;
  top: 0;
  left: 0;
  height: 100%;
  width: 4.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding: 0;
}

.Scroller__overlay-button svg {
  width: 100%;
  max-width: 5rem;
  margin: 0 auto;
}

.Scroller__next-button {
  right: 0;
  left: auto;
}

.Scroller__next-button,
.Scroller__prev-button {
  transition: opacity 400ms;
}

.Scroller[data-current-slide="0"] .Scroller__prev-button,
.current-slide-0 .Scroller__prev-button,
.scroller__max-reached .Scroller__next-button {
  opacity: 0;
  pointer-events: none;
}

.Scroller__inner {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.Scroller__rail-container {
  z-index: 1;
}

.Scroller__controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

/*md sizes */
@media (max-width: 991.98px) {
  .Scroller__overlay-button svg {
    max-width: 3.6rem;
  }
}
/* xs sizes */
@media (max-width: 575.98px) {
  .Scroller__overlay-button,
.Scroller__controls {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: flex;
  }

  .Scroller__overlay-button {
    width: 50%;
    padding: 1rem;
  }

  .Scroller__prev-button {
    justify-content: flex-end;
  }

  .Scroller__next-button {
    justify-content: flex-start;
  }

  .Scroller__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.NavModal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50000;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  align-items: center;
  transition: all 200ms;
  pointer-events: none;
  top: 0;
  left: 0;
}

.NavModal__inner {
  border-bottom-left-radius: 10rem;
  padding: 2rem 7rem;
  right: -100%;
  transition: right 600ms;
  overflow: auto;
}

.NavModal__active .NavModal__inner {
  right: 0;
}

.NavModal__active .NavModal {
  display: flex;
  opacity: 1;
  background: rgba(0, 0, 0, 0.75);
  pointer-events: auto;
}

.NavModal__login-button {
  margin-top: 2rem;
  display: flex;
  background: #fff;
  border-radius: 1.2rem;
  justify-content: center;
  align-items: center;
  box-shadow: 0.2rem 0.2rem 2.5rem #ccc;
  min-height: 12rem;
  transition: all 400ms;
}

.NavModal__login-button:hover {
  opacity: 0.8;
  box-shadow: 0.3rem 0.3rem 2.5rem rgba(102, 102, 102, 0.5);
}

.NavModal__logins {
  max-width: 60rem;
}

#DoctorOnDemand_button svg {
  max-width: 35%;
}

#included-health_button svg {
  max-width: 45%;
}

#pride_button img {
  max-width: 33%;
}

/*@import "views/element/RotatorSlider.scss";*/
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
html {
  font-size: 65%;
}

body {
  font-style: normal;
  font-weight: 400;
  font-size: 1.875rem;
  font-family: "Figtree", sans-serif;
  color: #101015;
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga=1, kern=1";
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
}

.form-control {
  font-size: 1.4rem;
}

a:focus {
  text-decoration: none;
}

a:visited,
a:link {
  color: #101015;
}

.color-primary a:visited,
.color-primary a:link,
a.color-primary:visited,
a.color-primary:link {
  color: #0012E7;
}

.color-white a:visited,
.color-white a:link,
a.color-white:visited,
a.color-white:link {
  color: #fff;
}

p a:link {
  display: inline-block;
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, strong, b,
h1, h2, h3, h4, h5, h6, strong a, b a {
  font-style: normal;
  font-weight: 700;
}

figure,
blockquote,
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.875rem;
}

.texteditor-content h1 {
  font-size: 150%;
}

.texteditor-content h2 {
  font-size: 140%;
}

.texteditor-content h3 {
  font-size: 130%;
}

.texteditor-content h4 {
  font-size: 120%;
}

.texteditor-content h5 {
  font-size: 110%;
}

.texteditor-content h6 {
  font-size: 100%;
}

i, em {
  font-style: italic;
  font-weight: 400;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-400 {
  font-weight: 400;
}

.font-xxs {
  font-size: 1rem;
  line-height: 1.2rem;
}

.font-xs {
  font-size: 1.25rem;
  line-height: 1.86rem;
}

.font-sm {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.font-md {
  font-size: 1.875rem;
  line-height: 2.6rem;
}

.font-md-plus {
  font-size: 2rem;
  line-height: 2.6rem;
}

.font-lg {
  font-size: 2.25rem;
  line-height: 2.8rem;
}

/*
.font-lg-plus {
    font-size: $fontsizeLgPlus;
    line-height: $lineHeightLgPlus;}
*/
.font-xl {
  font-size: 3.4rem;
  line-height: 3.9rem;
}

.decorative-quote {
  max-width: 5rem;
}

.texteditor-content.font-xs p,
.texteditor-content .font-xs p,
.texteditor-content .font-xs ul {
  padding-bottom: 1.86rem;
}

.texteditor-content.font-sm p,
.texteditor-content .font-sm p,
.texteditor-content.font-sm ul {
  padding-bottom: 2.2rem;
}

.texteditor-content.font-md p,
.texteditor-content .font-md p,
.texteditor-content.font-md ul {
  padding-bottom: 2.6rem;
}

.texteditor-content.font-md p.pb-0 {
  padding-bottom: 0;
}

.texteditor-content.font-md p.pb-xs {
  padding-bottom: 0.5rem;
}

.texteditor-content.font-md p.pb-sm {
  padding-bottom: 0.9rem;
}

.texteditor-content.font-md p.pb-md {
  padding-bottom: 1.5rem;
}

.texteditor-content.font-md p.pb-lg {
  padding-bottom: 2.5rem;
}

.texteditor-content.font-md-plus p,
.texteditor-content .font-md-plus p,
.texteditor-content.font-md-plus ul {
  padding-bottom: 2.6rem;
}

.texteditor-content.font-lg p,
.texteditor-content .font-lg p,
.texteditor-content.font-lg ul {
  padding-bottom: 2.8rem;
}

.texteditor-content.font-xl p,
.texteditor-content .font-xl p,
.texteditor-content.font-xl ul {
  padding-bottom: 3.9rem;
}

.texteditor-content.font-md h1 {
  padding-bottom: 3.1875rem;
}

.texteditor-content.font-md h2 {
  padding-bottom: 2.625rem;
}

.texteditor-content.font-md h3 {
  padding-bottom: 2.4375rem;
}

.texteditor-content.font-md h4 {
  padding-bottom: 2.25rem;
}

.texteditor-content.font-md h5 {
  padding-bottom: 2.0625rem;
}

.texteditor-content.font-md h6 {
  padding-bottom: 1.875rem;
}

/*.texteditor-content  ul:last-of-type ,*/
.texteditor-content > :last-child {
  padding-bottom: 0 !important;
}

.texteditor-content.article-content > ul:last-of-type,
.texteditor-content.article-content > p:last-of-type {
  padding-bottom: 2.6rem !important;
}

.texteditor-content strong,
.texteditor-content b {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}

.texteditor-content .by-line {
  font-size: 1.875rem;
}

.headline-xxs {
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}

.headline-xs {
  font-size: 1.875rem;
  line-height: 1.4;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}

.headline-sm {
  font-family: "Figtree", sans-serif;
  font-size: 2.4rem;
  font-size: 3.125rem;
  line-height: 1.2;
  font-weight: 700;
}

.headline-md {
  font-family: "Figtree", sans-serif;
  font-size: 3.5rem;
  line-height: 1.3;
  line-height: 1.2;
  font-weight: 700;
}

.texteditor-content h3.headline-lg,
.headline-lg {
  font-weight: 700;
  font-size: 4.375rem;
  line-height: 1.2;
}

.texteditor-content h3.headline-xl,
.headline-xl {
  font-family: "Figtree", sans-serif;
  font-size: 5.625rem;
  line-height: 1;
  font-weight: 700;
}

.headline-xxl {
  font-family: "Figtree", sans-serif;
  font-size: 6.875rem;
  line-height: 1;
  font-weight: 700;
}

.fontstack-bold {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}

.lineheight-1_7 {
  line-height: 1.7;
}

.footnote ol li {
  float: left;
  padding-right: 2.4rem;
}

blockquote.drop-cap {
  padding-left: 7rem;
  padding-top: 2rem;
}

.dropcap-quote {
  font-size: 17rem;
  color: #FF5E4D;
  position: absolute;
  top: -1.2rem;
  left: -1.2rem;
  line-height: 1;
}

sup {
  position: relative;
  vertical-align: top;
  top: -0.5rem;
  margin-left: 0.2rem;
}

.texteditor-content-flush p:last-of-type {
  padding-bottom: 0;
}

.multicol-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.multicol-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

ul.multicol-3,
ul.multicol-2 {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.multicol-2 > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 4rem;
}

.multicol-3 > li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-right: 4rem;
}

/* lg sizes */
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.margin-0-auto {
  margin: 0 auto;
}

.divider {
  background: #000;
  clear: both;
  height: 1px;
}

.background-primary {
  background: #0012E7;
}

.background-secondary {
  background: #00096A;
}

.background-slate-20 {
  background: #f3f3f3;
}

.background-sage {
  background: #B6CFD0;
}

.background-sage-light {
  background: #E7EFEF;
}

.color-medium-gray {
  color: #767676;
}

.color-base {
  color: #101015;
}

.background-light .color-medium-gray {
  color: #101015;
}

.background-medium-gray {
  background: #767676;
}

.background-accent {
  background: #FF5E4D;
}

.background-base {
  background: #101015;
}

.border-top-accent {
  border-top: #FF5E4D 4px solid;
}

/*
.background-secondary-dark {
  background: $darkColor;}
*/
.background-light-gray {
  background: #dbe1e6;
}

.border-top-light-gray {
  border-top: 1px solid #dbe1e6;
}

.background-light {
  background: #F5F0E9;
}

.background-white {
  background: #fff;
}

.color-primary {
  color: #0012E7;
}

.color-secondary {
  color: #00096A;
}

.color-accent {
  color: #FF5E4D;
}

.color-dark {
  color: #37384B;
}

.color-white {
  color: #fff;
}

.border-left {
  border-left: 1px solid #dbe1e6;
}

.border-left-dark {
  border-left: 1px solid #101015;
}

.divider-accent {
  background: #FF5E4D;
}

.divider-accent-fat {
  height: 3px;
}

.pt-xxs {
  padding-top: 0.2rem;
}

.pb-xxs {
  padding-bottom: 0.2rem;
}

.mt-xxs {
  margin-top: 0.2rem;
}

.mb-xxs {
  margin-bottom: 0.2rem;
}

.padding-xxs {
  padding: 0.2rem;
}

.spacer-xxs {
  height: 0.2rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-xs {
  padding-top: 0.5rem;
}

.pb-xs {
  padding-bottom: 0.5rem;
}

.mr-xs {
  margin-right: 0.5rem;
}

.ml-xs {
  margin-left: 0.5rem;
}

.mt-xs {
  margin-top: 0.5rem;
}

.pl-xs {
  padding-left: 0.5rem;
}

.pr-xs {
  padding-right: 0.5rem;
}

.mb-xs {
  margin-bottom: 0.5rem;
}

.padding-xs {
  padding: 0.5rem;
}

.spacer-xs {
  height: 0.5rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pl-sm {
  padding-left: 0.9rem;
}

.pr-sm {
  padding-right: 0.9rem;
}

.pt-sm {
  padding-top: 0.9rem;
}

.pb-sm {
  padding-bottom: 0.9rem;
}

.mt-sm {
  margin-top: 0.9rem;
}

.mb-sm {
  margin-bottom: 0.9rem;
}

.mr-sm {
  margin-right: 0.9rem;
}

.ml-sm {
  margin-left: 0.9rem;
}

.padding-sm {
  padding: 0.9rem;
}

.spacer-sm {
  height: 0.9rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.mt-md {
  margin-top: 1.5rem;
}

.mb-md {
  margin-bottom: 1.5rem;
}

.pt-md {
  padding-top: 1.5rem;
}

.pb-md {
  padding-bottom: 1.5rem;
}

.pl-md {
  padding-left: 1.5rem;
}

.pr-md {
  padding-right: 1.5rem;
}

.ml-md {
  margin-left: 1.5rem;
}

.mr-md {
  margin-right: 1.5rem;
}

.padding-md {
  padding: 1.5rem;
}

.spacer-md {
  height: 1.5rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-lg {
  padding-top: 2.5rem;
}

.pb-lg {
  padding-bottom: 2.5rem;
}

.pr-lg {
  padding-right: 2.5rem;
}

.pl-lg {
  padding-left: 2.5rem;
}

.mt-lg {
  margin-top: 2.5rem;
}

.mb-lg {
  margin-bottom: 2.5rem;
}

.ml-lg {
  margin-left: 2.5rem;
}

.mr-lg {
  margin-right: 2.5rem;
}

.mr-xl {
  margin-right: 4.5rem;
}

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

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

.padding-lg {
  padding: 2.5rem;
}

.spacer-lg {
  height: 2.5rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-xl {
  padding-top: 4.5rem;
}

.pb-xl {
  padding-bottom: 4.5rem;
}

.pl-xl {
  padding-left: 4.5rem;
}

.pr-xl {
  padding-right: 4.5rem;
}

.mt-xl {
  margin-top: 4.5rem;
}

.mb-xl {
  margin-bottom: 4.5rem;
}

.padding-xl {
  padding: 4.5rem;
}

.spacer-xl {
  height: 4.5rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-xxl {
  padding-top: 7.5rem;
}

.pb-xxl {
  padding-bottom: 7.5rem;
}

.padding-xxl {
  padding: 7.5rem;
}

.mb-neg-md {
  margin-bottom: -1.5rem;
  z-index: 200;
  position: relative;
}

.mb-neg-lg {
  margin-bottom: -2.5rem;
  z-index: 200;
  position: relative;
}

.mt-neg-md {
  margin-top: -2.5rem;
  z-index: 200;
  position: relative;
}

.mt-neg-lg {
  margin-top: -2.5rem;
  z-index: 200;
  position: relative;
}

.mt-neg-xl {
  margin-top: -4.5rem;
  z-index: 200;
  position: relative;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.container-fluid.container-flush {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-row {
  flex-direction: row;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-top-auto {
  margin-top: auto;
}

.spacer-xxxl {
  height: 6rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pr-0 {
  padding-right: 0;
}

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

.overflow-auto {
  overflow: auto;
}

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.inline-menu {
  margin: 0;
  padding: 0;
}

.sidebar ul {
  display: flex;
  justify-content: center;
}

.sidebar li,
.inline-menu li {
  display: inline-block;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  position: relative;
}

.sidebar li {
  margin-right: 0;
  margin-left: 0;
}

.sidebar li a,
.sidebar li a:hover,
.sidebar li a:visited,
.sidebar li a:link {
  color: #0012E7;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  white-space: nowrap;
  text-decoration: none;
}

.sidebar li {
  padding-bottom: 1rem;
}

.sidebar li:hover,
.sidebar li.current-menu-item {
  border-bottom: 1px solid #444;
  padding-bottom: 1rem;
}

.sidebar li a:hover,
.sidebar li.current-menu-item a {
  color: #101015;
}

.vertical-sidebar a:hover,
.vertical-sidebar .current-post-parent a {
  text-decoration: underline !important;
}

.footer-inline-menu li {
  margin-left: 0;
  margin-bottom: 0.7rem;
}

.footer-inline-menu a:hover,
.footer-inline-menu a:visited,
.footer-inline-menu a:link {
  font-family: "Figtree", sans-serif;
  text-decoration: none;
  transition: color 400ms;
}

.footer-inline-menu a:hover {
  text-decoration: underline;
}

.menu a:link,
.menu a:visited,
.menu {
  font-family: "Figtree", sans-serif;
  color: #101015;
  text-decoration: none;
  /* text-transform: capitalize;*/
  font-weight: 500;
}

.menu a:hover {
  color: #101015;
  text-decoration: none;
}

.page_item a:link {
  text-decoration: none;
}

.menu-item a:hover,
.page_item a:hover {
  text-decoration: underline;
}

.color-white .menu a:link,
.color-white .menu a:visited,
.color-white .menu {
  font-family: "Figtree", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
}

.color-white .menu a:hover {
  color: #fff;
  text-decoration: underline;
}

.headline-3 {
  font-size: 2.8rem;
}

.FooterContentViewelement .menu a:link,
.FooterContentViewelement .menu a:visited,
.FooterContentViewelement .menu {
  font-family: "Figtree", sans-serif;
}

.FooterContentViewelement .menu li {
  padding-bottom: 1.5rem;
}

.sub-menu-wrapper {
  position: absolute;
  padding: 0;
  display: none;
  padding-top: 3rem;
  background: transparent;
  height: 100%;
  width: 100%;
  width: 200%;
  margin-left: -100%;
}

.sub-menu {
  position: absolute;
  background: #fff;
  padding: 0;
  display: none;
  margin-top: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  border: none;
  font-size: 1.4rem;
  text-align: left;
}

.header-menu-legacy li.menu-item:hover .sub-menu,
.header-menu-legacy li.menu-item:hover .sub-menu-wrapper {
  display: flex;
}

.header-menu-legacy li.menu-item:focus-within .sub-menu,
.header-menu-legacy li.menu-item:focus-within .sub-menu-wrapper {
  display: flex;
}

.sub-menu li {
  margin: 0;
  /*
  padding: 0.8rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;*/
  display: block;
  min-width: 18rem;
}

.sub-menu li:hover {
  background: #F5F0E9 !important;
}

/*
.sub-menu li:first-of-type{
  padding-top: 1.2rem;
}
.sub-menu li:last-of-type{
  padding-bottom: 1.2rem;
}
*/
.sub-menu a {
  /*white-space: nowrap;*/
  width: 100%;
  display: block;
}

.mega-menu-page-info {
  text-align: left;
}

.large-in-page-menu ul {
  display: flex;
  justify-content: space-between;
}

.large-in-page-menu li {
  text-align: center;
  width: 100%;
  padding: 2rem;
  font-size: 2.25rem;
  border-left: 1px solid #767676;
  border-bottom: 1px solid #767676;
  border-right: 1px solid #767676;
  transition: border 400ms;
}

.large-in-page-menu li.current-menu-item,
.large-in-page-menu li:hover {
  border-left: 1px solid #dbe1e6;
  border-bottom: 2px solid #0012E7;
  border-right: 1px solid #dbe1e6;
}

.wide-linklist li:hover {
  width: 100%;
  color: #fff;
  background: #0012E7;
}

.wide-linklist li:hover .arrow-head,
.wide-linklist li:hover .arrow-line {
  border-color: #fff;
}

.wide-linklist li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wide-linklist li > span:first-of-type {
  width: calc(100% - 3rem);
}

#menu-header-menu .sub-menu {
  width: 65rem;
  flex-direction: row;
  flex-wrap: wrap;
}

#menu-header-menu .sub-menu li {
  flex: 100%;
  max-width: 100%;
  text-align: left;
}

#menu-header-menu #menu-item-568 .sub-menu li,
#menu-header-menu #menu-item-422 .sub-menu li,
#menu-header-menu #menu-item-27956 .sub-menu li,
#menu-header-menu #menu-item-957 .sub-menu li,
#menu-header-menu #menu-item-430 .sub-menu li,
#menu-header-menu #menu-item-491 .sub-menu li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
  text-align: center;
}

#menu-header-menu #menu-item-568 .sub-menu li:last-of-type,
#menu-header-menu #menu-item-491 .sub-menu li:last-of-type {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  background: #fff;
  z-index: 20;
}

#menu-header-menu .sub-menu a,
#menu-header-menu .sub-menu a:link,
#menu-header-menu .sub-menu a:visited {
  font-family: "Figtree", sans-serif;
  padding: 1.5rem;
  font-size: 1.875rem;
  font-weight: 700;
}

#menu-header-menu .page_item .sub-menu a:hover {
  text-decoration: none;
}

#menu-header-menu .sub-menu {
  right: -2rem;
}

@media (max-width: 1024px) {
  #menu-header-menu .sub-menu {
    right: -5rem;
  }

  #menu-header-menu .sub-menu {
    width: 60rem;
  }
}
.mega-menu-page-info {
  font-family: "Figtree", sans-serif;
  font-size: 1.875rem;
  padding-top: 0.5rem;
  text-align: center;
  text-transform: none;
  font-weight: 400;
}

@media (max-height: 580px) {
  .mega-menu-page-info {
    display: none !important;
  }

  #menu-header-menu .sub-menu a,
#menu-header-menu .sub-menu a:link,
#menu-header-menu .sub-menu a:visited {
    padding: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.5rem;
    font-family: "Figtree", sans-serif;
  }
}
.menu-vertical-line {
  background: #dbe1e6;
  height: 86%;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 7%;
}

.menu-horizontal-line-wrapper {
  width: 100%;
  height: 1px;
  position: absolute;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  top: 0;
  left: 0;
}

.menu-horizontal-line {
  background: #dbe1e6;
  width: 100%;
  height: 1px;
}

#mobile-request-demo a {
  font-weight: 400;
}

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.btn {
  border-radius: 2.6rem;
  text-transform: none;
  display: inline-block;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  font-size: 1.5rem;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}

.btn-lg {
  border-radius: 0;
}

.btn-sm {
  line-height: 1.4;
  font-size: 1.2rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.btn-xs {
  border-radius: 0;
}

.btn-clear {
  border: none;
  background: transparent;
}

.btn-clear:focus-within,
.btn-clear:focus {
  outline: 1px dashed #ccc;
  text-decoration: underline;
}

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

a:link.btn-default,
a:visited.btn-default,
a.btn-default,
.btn-default {
  background: #080c2d;
  background: #77777a;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
  transition: all 500ms;
}

.btn-default:hover,
.btn-default:active:focus,
a:hover.btn-default,
a:active.btn-default,
a:focus.btn-default {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
}

a.btn-primary:link,
a.btn-primary:visited,
a.btn-primary,
.btn-primary {
  border: 1px solid #0012E7;
  background: #0012E7;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  transition: background 500ms, border 500ms;
  font-family: "Figtree", sans-serif;
  outline-color: #0012E7;
  font-weight: 500;
}

input[type=submit].btn-primary:focus,
a.btn-primary:hover,
.btn-primary:hover,
.btn-primary:focus:active,
.btn-primary:focus,
.btn-primary:active {
  border: 1px solid #0012E7;
  background: #fff;
  color: #0012E7;
  text-shadow: none;
  text-decoration: none;
  outline-color: #0012E7;
}

a.btn-primary-dod:link,
a.btn-primary-dod:visited,
a.btn-primary-dod,
.btn-primary-dod {
  border: 1px solid #004A7D;
  background: #004A7D;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  transition: background 500ms, border 500ms;
  font-family: "Figtree", sans-serif;
  outline-color: #004A7D;
  font-weight: 500;
}

input[type=submit].-dod:focus,
a.btn-primary-dod:hover,
.btn-primary-dod:hover,
.btn-primary-dod:focus:active,
.btn-primary-dod:focus,
.btn-primary-dod:active {
  border: 1px solid #004A7D;
  background: #fff;
  color: #004A7D;
  text-shadow: none;
  text-decoration: none;
  outline-color: #004A7D;
}

a.btn-transparent:link,
a.btn-transparent:visited,
a.btn-transparent,
.btn-transparent {
  border: 1px solid transparent;
  background: transparent;
  color: #0012E7;
  text-shadow: none;
  box-shadow: none;
  transition: background 500ms;
  padding: 1.2rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.4rem;
  margin-right: 1.4rem;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}

input[type=submit].btn-transparent:focus,
a.btn-transparent:hover,
.btn-transparent:hover,
.btn-transparent:focus:active,
.btn-transparent:focus,
.btn-transparent:active {
  background: transparent;
  color: #00096A;
  text-shadow: none;
  border-bottom: 2px solid #00096A;
  text-decoration: none;
}

a.btn-outline-white:visited,
a.btn-outline-white,
.btn-outline-white,
a.btn-outline-blue:visited,
a.btn-outline-blue,
.btn-outline-blue {
  background: #fff;
  color: #0012E7;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #0012E7;
  transition: all 500ms;
  font-weight: normal;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}

a.btn-outline-white:visited,
a.btn-outline-white,
.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
  background: none;
}

a.btn-outline-blue:focus,
a.btn-outline-blue:hover,
a.btn-outline-blue:active,
.btn-outline-blue:focus,
.btn-outline-blue:hover,
.btn-outline-blue:active {
  color: #fff;
  background: #0012E7;
  border: 1px solid #fff;
}

a.btn-white:visited,
a.btn-white,
.btn-white {
  background: #fff;
  color: #101015;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  transition: all 500ms;
  font-weight: normal;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}

a.btn-outline-white:focus,
a.btn-outline-white:hover,
a.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover,
.btn-outline-white:active,
a.btn-white:focus,
a.btn-white:hover,
a.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.btn-white:active {
  color: #fff;
  background: #0012E7;
  border: 1px solid #0012E7;
}

.background-primary a.btn-white:focus,
.background-primary a.btn-white:hover,
.background-primary a.btn-white:active,
.background-primary .btn-white:focus,
.background-primary .btn-white:hover,
.background-primary .btn-white:active {
  border: 1px solid #fff;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background: #c9c9c9;
  opacity: 1;
  border: 1px solid #c9c9c9;
}

.link {
  text-decoration: none;
  /*text-transform: capitalize;*/
}

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

button.arrow-link {
  background: none;
  border: none;
}

button.arrow-link,
a.arrow-link {
  font-size: 2.25rem;
}

button.arrow-link,
button.arrow-link:visited,
button.arrow-link:hover,
a.arrow-link,
a.arrow-link:visited,
a.arrow-link:hover {
  color: #0012E7;
}

a.arrow-link-md,
button.arrow-link-md {
  font-size: 1.875rem;
}

button.arrow-link:hover,
a.arrow-link:hover {
  color: #0012E7;
}

button.arrow-link-accent,
button.arrow-link-accent:visited,
button.arrow-link-accent:hover,
a.arrow-link-accent,
a.arrow-link-accent:visited,
a.arrow-link-accent:hover,
button.arrow-link-full-width,
button.arrow-link-full-width:visited,
button.arrow-link-full-width:hover,
a.arrow-link-full-width,
a.arrow-link-full-width:visited,
a.arrow-link-full-width:hover {
  color: #0012E7;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}

a.arrow-link-full-width:hover {
  text-decoration: underline;
}

button.arrow-link-accent:hover,
a.arrow-link-accent:hover {
  color: #00096A;
}

.arrow-link-no-label .arrow-link > span:first-of-type {
  display: none;
}

.arrow-link-no-label .arrow-link .arrow-icon-wrap {
  margin-left: 0;
}

a:hover .arrow-link .arrow-icon-wrap,
.arrow-link-no-label .arrow-link:hover .arrow-icon-wrap {
  margin-left: 1.5rem;
}

/*
.arrow-link-full-width .arrow-icon-wrap{
  margin-left: auto;
}
.arrow-link-full-width:hover .arrow-icon-wrap{
  margin-right: 3rem;
  margin-left: auto !important;
}*/
a.btn-accent,
a.btn-accent:visited,
.btn-accent,
.btn-accent:visited {
  text-decoration: none;
  background: #FF5E4D;
  color: #000000;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #FF5E4D;
  transition: all 500ms;
  font-weight: normal;
}

a.btn-accent:hover,
a.btn-accent:focus,
a.btn-accent:active,
.btn-accent:hover,
.btn-accent:focus,
.btn-accent:active {
  background: #fff;
  color: #000000;
  text-shadow: none;
  border: 1px solid #FF5E4D;
  box-shadow: none;
}

.color-white a.arrow-link,
.color-white a.arrow-link:visited,
.color-white a.arrow-link:hover {
  color: #fff;
}

.color-white .arrow-link:hover {
  color: #fff;
}

.color-white a.arrow-link-accent,
.color-white a.arrow-link-accent:visited,
.color-white a.arrow-link-accent:hover {
  color: #fff;
}

.color-white .arrow-link-accent:hover {
  color: #fff;
}

.button-icon-logo {
  max-width: 250px;
  display: inline-block;
  text-align: left;
}

/*
use this as master

a.btn-gold,
a.btn-gold:visited,
.btn-gold,
.btn-gold:visited {
  text-decoration: none;
  background:  $goldColor;
  color:  #fff;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  transition: all 500ms;
  font-weight: normal;
}

a.btn-gold:hover,
a.btn-gold:focus,
a.btn-gold:active,
.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active{
  background: $goldColor;
  color:  #fff;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff
}



*/
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.texteditor-content .alignright {
  float: right;
  clear: right;
}

.wp-caption-text {
  padding-top: 4px;
}

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*=align],
img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
}

.texteditor-content .alignright {
  margin: 5px 0 5px 20px;
}

.texteditor-content .alignleft {
  float: left;
  clear: left;
}

.texteditor-content .alignleft {
  margin: 5px 20px 5px 0;
}

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

.texteditor-content a,
.texteditor-content a:link {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  word-break: break-word;
}

.wp-block-image .alignleft {
  margin-right: 2em !important;
}

.texteditor-content a:hover {
  text-underline-offset: 0.5rem;
}

.texteditor-content p a:link {
  display: inline;
}

.texteditor-content .text-float-video {
  width: 420px;
}

.texteditor-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.texteditor-content ul > li > ul {
  list-style-type: circle;
  padding-bottom: 0;
}

.texteditor-content ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.blockquote {
  padding-left: 0;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.6;
}

.blockquote-2 {
  font-size: 2.7rem;
  line-height: 1.5;
  padding-bottom: 3.3rem;
  padding-top: 3.3rem;
}

/* sm sizes */
@media (max-width: 991.98px) {
  .texteditor-content .text-float-video {
    width: 100%;
  }
}
/* xs sizes */
@media (max-width: 767.98px) {
  .texteditor-content .text-float-video {
    width: 280px;
  }

  .wp-block-image .alignleft {
    float: none !important;
  }
}
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.mega-menu-nav ul li {
  display: inline-block;
}

.mega-menu-nav > ul > li {
  display: inline-flex;
  padding-left: 3rem;
  height: 100%;
  align-items: center;
}

.mega-menu-nav ul li.mega-menu-nav__sub-menu-open .mega-menu-nav__fly-out,
.mega-menu-nav ul li:hover .mega-menu-nav__fly-out {
  display: block;
}

.mega-menu-nav__fly-out {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  top: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mega-menu-nav__fly-out li {
  display: block !important;
  margin-bottom: 0.7rem;
}

#mega-menu-nav .current-menu-item > a,
.mega-menu-nav__fly-out li a {
  color: #0012E7 !important;
}

#mega-menu-nav .current-menu-item > a {
  font-weight: 700;
}

.mega-menu-nav__fly-out__background {
  position: absolute;
  top: 0;
  left: -100%;
  background: #fff;
  height: 100%;
  width: 100vw;
  z-index: -1;
}

#mega-menu-nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.mega-menu-nav__sub-menu {
  display: flex;
}

.mega-menu-nav__page-info {
  font-family: "Figtree", sans-serif;
  font-size: 1.5rem;
  padding-top: 0.5rem;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  color: #101015;
  text-align: left;
}

.for-business-menu .mega-menu-nav__sub-menu > li {
  display: block !important;
  padding-right: 2rem;
  width: 33.33%;
}

.for-business-menu .mega-menu-nav__sub-menu > li > a,
.about-us-menu .mega-menu-nav__sub-menu > li > a {
  font-weight: 700;
  padding-bottom: 2.5rem;
  display: block;
  font-size: 1.875rem;
}

.for-business-menu.mega-menu-nav__fly-out {
  padding-bottom: 0;
}

.for-business-menu.mega-menu-nav__fly-out {
  background: linear-gradient(90deg, #F5F5F5 34%, #fff 34%);
}

.for-business-menu .mega-menu-nav__fly-out__background {
  background: linear-gradient(90deg, #F5F5F5 35%, #fff 35%);
}

.for-business-menu .mega-menu-nav__page-info-icon {
  display: none !important;
}

.for-business-menu .mega-menu-nav__page-info {
  display: none !important;
}

.about-us-menu .mega-menu-nav__sub-menu > li {
  display: block !important;
  padding-right: 4rem;
  padding-left: 0;
  width: 33.33%;
  margin-bottom: 1rem;
}

.about-us-menu .mega-menu-nav__sub-menu {
  flex-wrap: wrap;
}

.mega-menu-nav .current_page_item > a,
.mega-menu-nav.current_page_item a {
  color: #0012E7;
  font-weight: 700;
}

.about-us-menu .mega-menu-nav__sub-menu > li > a {
  text-decoration: none !important;
  padding-left: 0;
  position: relative;
}

.about-us-menu .mega-menu-nav__sub-menu > li > a.mega-menu__has-icon {
  padding-left: 4rem;
}

a:hover .mega-menu-nav__page-info {
  text-decoration: underline !important;
}

.mega-menu-nav__page-info-icon {
  position: absolute;
  top: -0.5rem;
  left: 0;
  max-width: 3rem;
}

.mega-menu-nav__sub-menu-column a {
  font-size: 1.5rem;
}

.HamburgerMenu-target.HamburgerMenu-mode__mega-menu-nav > li > a {
  font-size: 2rem;
  font-weight: 700;
  text-transform: capitalize;
}

/*
.HamburgerMenu-target.HamburgerMenu-mode__mega-menu-nav  .sub-menu li {
  padding-left: 0;
}

.HamburgerMenu-target.HamburgerMenu-mode__mega-menu-nav  .sub-menu li .sub-menu  {
  display: none;
}*/
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.col_16,
.col_20,
.col_25,
.col_33,
.col_40,
.col_50,
.col_60,
.col_66 {
  position: relative;
  width: 100%;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.col_16 {
  flex: 0 0 16.6666666%;
  max-width: 16.6666666%;
}

.col_20 {
  flex: 0 0 20%;
  max-width: 20%;
}

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

.col_33 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col_40 {
  flex: 0 0 40%;
  max-width: 40%;
}

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

.col_60 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col_66 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.row_col {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}

.row_col-flush {
  margin-right: 0;
  margin-left: 0;
}

.row_col_container_extra-padded-lg {
  padding-right: 8px;
  padding-left: 8px;
}

.row_extra-padded {
  margin-right: -4rem;
  margin-left: -4rem;
}

.row_extra-padded .col_16,
.row_extra-padded .col_20,
.row_extra-padded .col_25,
.row_extra-padded .col_33,
.row_extra-padded .col_40,
.row_extra-padded .col_60,
.row_extra-padded .col_66,
.row_extra-padded .col_100 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.row_col-flush .col_16,
.row_col-flush .col_20,
.row_col-flush .col_25,
.row_col-flush .col_33,
.row_col-flush .col_40,
.row_col-flush.col_60,
.row_col-flush.col_66,
.row_col-flush.col_100 {
  padding-right: 0;
  padding-left: 0;
}

.row_extra-padded-md {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.row_extra-padded-md .col_16,
.row_extra-padded-md .col_20,
.row_extra-padded-md .col_25,
.row_extra-padded-md .col_33,
.row_extra-padded-md .col_40,
.row_extra-padded-md .col_60,
.row_extra-padded-md .col_66,
.row_extra-padded-md .col_100 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.row_extra-padded-lg {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}

.row_extra-padded-lg .col_16,
.row_extra-padded-lg .col_20,
.row_extra-padded-lg .col_25,
.row_extra-padded-lg .col_33,
.row_extra-padded-lg .col_40,
.row_extra-padded-lg .col_60,
.row_extra-padded-lg .col_66,
.row_extra-padded-lg .col_100 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

/* sm sizes */
@media (max-width: 767.98px) {
  .row_extra-padded {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .row_extra-padded .col_16,
.row_extra-padded .col_20,
.row_extra-padded .col_25,
.row_extra-padded .col_33,
.row_extra-padded .col_40,
.row_extra-padded .col_60,
.row_extra-padded .col_66,
.row_extra-padded .col_100 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .row_extra-padded-lg {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .row_extra-padded-lg .col_16,
.row_extra-padded-lg .col_20,
.row_extra-padded-lg .col_25,
.row_extra-padded-lg .col_33,
.row_extra-padded-lg .col_40,
.row_extra-padded-lg .col_60,
.row_extra-padded-lg .col_66,
.row_extra-padded-lg .col_100 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .row_col-flush .col_16,
.row_col-flush .col_20,
.row_col-flush .col_25,
.row_col-flush .col_33,
.row_col-flush .col_40,
.row_col-flush.col_60,
.row_col-flush.col_66,
.row_col-flush.col_100 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .col_sm_100 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col_sm_50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .col_xs_100 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col_xs_50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.row.extra-padding {
  margin-right: -16px;
  margin-left: -16px;
}

.row.extra-padding-xl {
  margin-right: -24px;
  margin-left: -24px;
}

.row.extra-padding > .col-xl, .row.extra-padding > .col-xl-auto, .row.extra-padding > .col-xl-16, .row.extra-padding > .col-xl-15, .row.extra-padding > .col-xl-14, .row.extra-padding > .col-xl-13, .row.extra-padding > .col-xl-12, .row.extra-padding > .col-xl-11, .row.extra-padding > .col-xl-10, .row.extra-padding > .col-xl-9, .row.extra-padding > .col-xl-8, .row.extra-padding > .col-xl-7, .row.extra-padding > .col-xl-6, .row.extra-padding > .col-xl-5, .row.extra-padding > .col-xl-4, .row.extra-padding > .col-xl-3, .row.extra-padding > .col-xl-2, .row.extra-padding > .col-xl-1,
.row.extra-padding > .col-lg, .row.extra-padding > .col-lg-auto, .row.extra-padding > .col-lg-16, .row.extra-padding > .col-lg-15, .row.extra-padding > .col-lg-14, .row.extra-padding > .col-lg-13, .row.extra-padding > .col-lg-12, .row.extra-padding > .col-lg-11, .row.extra-padding > .col-lg-10, .row.extra-padding > .col-lg-9, .row.extra-padding > .col-lg-8, .row.extra-padding > .col-lg-7, .row.extra-padding > .col-lg-6, .row.extra-padding > .col-lg-5, .row.extra-padding > .col-lg-4, .row.extra-padding > .col-lg-3, .row.extra-padding > .col-lg-2, .row.extra-padding > .col-lg-1,
.row.extra-padding > .col-md, .row.extra-padding > .col-md-auto, .row.extra-padding > .col-md-16, .row.extra-padding > .col-md-15, .row.extra-padding > .col-md-14, .row.extra-padding > .col-md-13, .row.extra-padding > .col-md-12, .row.extra-padding > .col-md-11, .row.extra-padding > .col-md-10, .row.extra-padding > .col-md-9, .row.extra-padding > .col-md-8, .row.extra-padding > .col-md-7, .row.extra-padding > .col-md-6, .row.extra-padding > .col-md-5, .row.extra-padding > .col-md-4, .row.extra-padding > .col-md-3, .row.extra-padding > .col-md-2, .row.extra-padding > .col-md-1,
.row.extra-padding > .col-sm, .row.extra-padding > .col-sm-auto, .row.extra-padding > .col-sm-16, .row.extra-padding > .col-sm-15, .row.extra-padding > .col-sm-14, .row.extra-padding > .col-sm-13, .row.extra-padding > .col-sm-12, .row.extra-padding > .col-sm-11, .row.extra-padding > .col-sm-10, .row.extra-padding > .col-sm-9, .row.extra-padding > .col-sm-8, .row.extra-padding > .col-sm-7, .row.extra-padding > .col-sm-6, .row.extra-padding > .col-sm-5, .row.extra-padding > .col-sm-4, .row.extra-padding > .col-sm-3, .row.extra-padding > .col-sm-2, .row.extra-padding > .col-sm-1,
.row.extra-padding > .col, .row.extra-padding > .col-auto, .row.extra-padding > .col-16, .row.extra-padding > .col-15, .row.extra-padding > .col-14, .row.extra-padding > .col-13, .row.extra-padding > .col-12, .row.extra-padding > .col-11, .row.extra-padding > .col-10, .row.extra-padding > .col-9, .row.extra-padding > .col-8, .row.extra-padding > .col-7, .row.extra-padding > .col-6, .row.extra-padding > .col-5, .row.extra-padding > .col-4, .row.extra-padding > .col-3, .row.extra-padding > .col-2, .row.extra-padding > .col-1 {
  padding-right: 16px;
  padding-left: 16px;
}

.row.extra-padding-xl > .col-xl, .row.extra-padding-xl > .col-xl-auto, .row.extra-padding-xl > .col-xl-16, .row.extra-padding-xl > .col-xl-15, .row.extra-padding-xl > .col-xl-14, .row.extra-padding-xl > .col-xl-13, .row.extra-padding-xl > .col-xl-12, .row.extra-padding-xl > .col-xl-11, .row.extra-padding-xl > .col-xl-10, .row.extra-padding-xl > .col-xl-9, .row.extra-padding-xl > .col-xl-8, .row.extra-padding-xl > .col-xl-7, .row.extra-padding-xl > .col-xl-6, .row.extra-padding-xl > .col-xl-5, .row.extra-padding-xl > .col-xl-4, .row.extra-padding-xl > .col-xl-3, .row.extra-padding-xl > .col-xl-2, .row.extra-padding-xl > .col-xl-1,
.row.extra-padding-xl > .col-lg, .row.extra-padding-xl > .col-lg-auto, .row.extra-padding-xl > .col-lg-16, .row.extra-padding-xl > .col-lg-15, .row.extra-padding-xl > .col-lg-14, .row.extra-padding-xl > .col-lg-13, .row.extra-padding-xl > .col-lg-12, .row.extra-padding-xl > .col-lg-11, .row.extra-padding-xl > .col-lg-10, .row.extra-padding-xl > .col-lg-9, .row.extra-padding-xl > .col-lg-8, .row.extra-padding-xl > .col-lg-7, .row.extra-padding-xl > .col-lg-6, .row.extra-padding-xl > .col-lg-5, .row.extra-padding-xl > .col-lg-4, .row.extra-padding-xl > .col-lg-3, .row.extra-padding-xl > .col-lg-2, .row.extra-padding-xl > .col-lg-1,
.row.extra-padding-xl > .col-md, .row.extra-padding-xl > .col-md-auto, .row.extra-padding-xl > .col-md-16, .row.extra-padding-xl > .col-md-15, .row.extra-padding-xl > .col-md-14, .row.extra-padding-xl > .col-md-13, .row.extra-padding-xl > .col-md-12, .row.extra-padding-xl > .col-md-11, .row.extra-padding-xl > .col-md-10, .row.extra-padding-xl > .col-md-9, .row.extra-padding-xl > .col-md-8, .row.extra-padding-xl > .col-md-7, .row.extra-padding-xl > .col-md-6, .row.extra-padding-xl > .col-md-5, .row.extra-padding-xl > .col-md-4, .row.extra-padding-xl > .col-md-3, .row.extra-padding-xl > .col-md-2, .row.extra-padding-xl > .col-md-1,
.row.extra-padding-xl > .col-sm, .row.extra-padding-xl > .col-sm-auto, .row.extra-padding-xl > .col-sm-16, .row.extra-padding-xl > .col-sm-15, .row.extra-padding-xl > .col-sm-14, .row.extra-padding-xl > .col-sm-13, .row.extra-padding-xl > .col-sm-12, .row.extra-padding-xl > .col-sm-11, .row.extra-padding-xl > .col-sm-10, .row.extra-padding-xl > .col-sm-9, .row.extra-padding-xl > .col-sm-8, .row.extra-padding-xl > .col-sm-7, .row.extra-padding-xl > .col-sm-6, .row.extra-padding-xl > .col-sm-5, .row.extra-padding-xl > .col-sm-4, .row.extra-padding-xl > .col-sm-3, .row.extra-padding-xl > .col-sm-2, .row.extra-padding-xl > .col-sm-1,
.row.extra-padding-xl > .col, .row.extra-padding-xl > .col-auto, .row.extra-padding-xl > .col-16, .row.extra-padding-xl > .col-15, .row.extra-padding-xl > .col-14, .row.extra-padding-xl > .col-13, .row.extra-padding-xl > .col-12, .row.extra-padding-xl > .col-11, .row.extra-padding-xl > .col-10, .row.extra-padding-xl > .col-9, .row.extra-padding-xl > .col-8, .row.extra-padding-xl > .col-7, .row.extra-padding-xl > .col-6, .row.extra-padding-xl > .col-5, .row.extra-padding-xl > .col-4, .row.extra-padding-xl > .col-3, .row.extra-padding-xl > .col-2, .row.extra-padding-xl > .col-1 {
  padding-right: 24px;
  padding-left: 24px;
}

/* xs sizes */
@media (max-width: 575.98px) {
  .row.xs-extra-padding-unset {
    margin-right: -8px;
    margin-left: -8px;
  }

  .row.xs-extra-padding-unset .col-xl, .row.xs-extra-padding-unset .col-xl-auto, .row.xs-extra-padding-unset .col-xl-16, .row.xs-extra-padding-unset .col-xl-15, .row.xs-extra-padding-unset .col-xl-14, .row.xs-extra-padding-unset .col-xl-13, .row.xs-extra-padding-unset .col-xl-12, .row.xs-extra-padding-unset .col-xl-11, .row.xs-extra-padding-unset .col-xl-10, .row.xs-extra-padding-unset .col-xl-9, .row.xs-extra-padding-unset .col-xl-8, .row.xs-extra-padding-unset .col-xl-7, .row.xs-extra-padding-unset .col-xl-6, .row.xs-extra-padding-unset .col-xl-5, .row.xs-extra-padding-unset .col-xl-4, .row.xs-extra-padding-unset .col-xl-3, .row.xs-extra-padding-unset .col-xl-2, .row.xs-extra-padding-unset .col-xl-1,
.row.xs-extra-padding-unset .col-lg, .row.xs-extra-padding-unset .col-lg-auto, .row.xs-extra-padding-unset .col-lg-16, .row.xs-extra-padding-unset .col-lg-15, .row.xs-extra-padding-unset .col-lg-14, .row.xs-extra-padding-unset .col-lg-13, .row.xs-extra-padding-unset .col-lg-12, .row.xs-extra-padding-unset .col-lg-11, .row.xs-extra-padding-unset .col-lg-10, .row.xs-extra-padding-unset .col-lg-9, .row.xs-extra-padding-unset .col-lg-8, .row.xs-extra-padding-unset .col-lg-7, .row.xs-extra-padding-unset .col-lg-6, .row.xs-extra-padding-unset .col-lg-5, .row.xs-extra-padding-unset .col-lg-4, .row.xs-extra-padding-unset .col-lg-3, .row.xs-extra-padding-unset .col-lg-2, .row.xs-extra-padding-unset .col-lg-1,
.row.xs-extra-padding-unset .col-md, .row.xs-extra-padding-unset .col-md-auto, .row.xs-extra-padding-unset .col-md-16, .row.xs-extra-padding-unset .col-md-15, .row.xs-extra-padding-unset .col-md-14, .row.xs-extra-padding-unset .col-md-13, .row.xs-extra-padding-unset .col-md-12, .row.xs-extra-padding-unset .col-md-11, .row.xs-extra-padding-unset .col-md-10, .row.xs-extra-padding-unset .col-md-9, .row.xs-extra-padding-unset .col-md-8, .row.xs-extra-padding-unset .col-md-7, .row.xs-extra-padding-unset .col-md-6, .row.xs-extra-padding-unset .col-md-5, .row.xs-extra-padding-unset .col-md-4, .row.xs-extra-padding-unset .col-md-3, .row.xs-extra-padding-unset .col-md-2, .row.xs-extra-padding-unset .col-md-1,
.row.xs-extra-padding-unset .col-sm, .row.xs-extra-padding-unset .col-sm-auto, .row.xs-extra-padding-unset .col-sm-16, .row.xs-extra-padding-unset .col-sm-15, .row.xs-extra-padding-unset .col-sm-14, .row.xs-extra-padding-unset .col-sm-13, .row.xs-extra-padding-unset .col-sm-12, .row.xs-extra-padding-unset .col-sm-11, .row.xs-extra-padding-unset .col-sm-10, .row.xs-extra-padding-unset .col-sm-9, .row.xs-extra-padding-unset .col-sm-8, .row.xs-extra-padding-unset .col-sm-7, .row.xs-extra-padding-unset .col-sm-6, .row.xs-extra-padding-unset .col-sm-5, .row.xs-extra-padding-unset .col-sm-4, .row.xs-extra-padding-unset .col-sm-3, .row.xs-extra-padding-unset .col-sm-2, .row.xs-extra-padding-unset .col-sm-1,
.row.xs-extra-padding-unset .col, .row.xs-extra-padding-unset .col-auto, .row.xs-extra-padding-unset .col-16, .row.xs-extra-padding-unset .col-15, .row.xs-extra-padding-unset .col-14, .row.xs-extra-padding-unset .col-13, .row.xs-extra-padding-unset .col-12, .row.xs-extra-padding-unset .col-11, .row.xs-extra-padding-unset .col-10, .row.xs-extra-padding-unset .col-9, .row.xs-extra-padding-unset .col-8, .row.xs-extra-padding-unset .col-7, .row.xs-extra-padding-unset .col-6, .row.xs-extra-padding-unset .col-5, .row.xs-extra-padding-unset .col-4, .row.xs-extra-padding-unset .col-3, .row.xs-extra-padding-unset .col-2, .row.xs-extra-padding-unset .col-1 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.AccordionItemTeaserVE__title {
  padding: 0.4rem;
  padding-left: 4rem;
}

.AccordionItemTeaserVE__controls {
  width: 1.5rem;
  display: flex;
  height: 100%;
  /* align-items: center;*/
  left: 0.5rem !important;
  margin-top: 0.5rem;
  cursor: pointer;
  display: flex;
  width: 2.3rem;
  height: 2.3rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0012E7;
}

.AccordionItemTeaserVE__controls svg {
  width: 100%;
}

.AccordionItem__icon-closed,
.AccordionItemTeaserVE__content {
  display: none;
}

.Accordion-active .AccordionItemTeaserVE__content,
.Accordion-active .AccordionItem__icon-closed {
  display: block;
}

.Accordion-active .AccordionItem__icon-open {
  display: none;
}

.Accordion-active .AccordionItemTeaserVE__title {
  background: none;
}

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.OverlayModal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50000;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  align-items: center;
  transition: all 800ms;
  pointer-events: none;
  top: 0;
  left: 0;
  overflow-y: auto;
}

.in-modal .OverlayModal {
  opacity: 1;
  pointer-events: auto;
}

.OverlayModal__content {
  height: 75vh;
}

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.form-group input,
.input-group input {
  border-radius: 3rem;
  padding: 1.2rem 2.2rem;
  height: auto !important;
  font-size: 1.5rem;
}

.form-group select {
  padding: 1.2rem 2.2rem;
  height: auto;
  background: #ffffff;
  border: 1px solid #dbe1e6;
  box-shadow: none !important;
  border-radius: 3rem;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}

.form-control:focus {
  border-color: #0012E7;
}

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

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.HeroElement__overlay {
  min-height: 650px;
}

.HeroElement__labelbox {
  max-width: 580px;
  width: 40%;
  border-radius: 2rem;
  padding: 3rem;
  margin-top: 5%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.HeroElement__picture img {
  object-fit: cover;
  height: 100%;
}

.HeroElement__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.HeroElement__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.HeroElement__video video {
  object-fit: cover;
  height: 100%;
}

.HeroElement__picture {
  width: 100%;
  height: 100%;
}

.HeroElement-image-width-imageWidth_3-quarter-of-fold .HeroElement__picture,
.HeroElement-image-width-imageWidth_width-of-fold .HeroElement__picture {
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
}

.HeroElement-image-width-imageWidth_3-quarter-of-fold .HeroElement__overlay,
.HeroElement-image-width-imageWidth_width-of-fold .HeroElement__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: auto;
}

.HeroElement-mode-text-box-100-height .HeroElement__labelbox {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
  padding: 3rem;
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding-top: 8rem;
  border-radius: 0;
}

.HeroElement-mode-text-box-100-height .HeroElement__labelbox-lower {
  padding-bottom: 4rem;
}

.HeroElement-mode-text-box-100-height .HeroElement__overlay {
  padding: 0;
  height: 100%;
}

.HeroElement-mode-text-box-100-height .HeroElement__overlay .container-fluid {
  height: 100%;
}

/* lg sizes */
@media (max-width: 1199.98px) {
  .HeroElement-mode-text-box-100-height .HeroElement__labelbox {
    padding-top: 3rem;
  }
}
/* md sizes */
@media (max-width: 991.98px) {
  .HeroElement__overlay {
    min-height: 65vw;
  }

  .HeroElement__labelbox {
    width: 50%;
  }
}
/* sm sizes */
@media (max-width: 767.98px) {
  .HeroElement__labelbox {
    width: 60%;
  }

  .HeroElement-mode-text-box-100-height .HeroElement__overlay {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    order: 2;
  }

  .HeroElement-mode-text-box-100-height .HeroElement__picture {
    order: 1;
  }

  .HeroElement-mobile-behaviour-text-over-image .HeroElement__picture {
    order: 1;
  }

  .HeroElement-mobile-behaviour-text-over-image .HeroElement__overlay,
.HeroElement-mobile-behaviour-text-under-image .HeroElement__overlay {
    width: 100%;
    order: 2;
    min-height: auto;
  }

  .HeroElement-mobile-behaviour-text-over-image .HeroElement__picture,
.HeroElement-mobile-behaviour-text-under-image .HeroElement__picture {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .HeroElement__has-video .HeroElement__overlay {
    min-height: 50rem;
  }

  .HeroElement__has-video .HeroElement__labelbox-lower-text {
    display: none;
  }

  .HeroElement-mobile-behaviour-text-over-image .HeroElement__overlay {
    order: 0;
    margin-top: 0;
  }

  .HeroElement__labelbox {
    max-width: 100%;
    width: 100%;
    margin-top: 5%;
  }

  .HeroElement-mobile-behaviour-text-over-image .HeroElement__labelbox,
.HeroElement-mobile-behaviour-text-under-image .HeroElement__labelbox {
    margin: 0 auto;
    border-radius: 0;
  }

  .HeroElement-image-width-imageWidth_3-quarter-of-fold .HeroElement__overlay,
.HeroElement-image-width-imageWidth_width-of-fold .HeroElement__overlay {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    min-height: auto;
    border-bottom-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    overflow: hidden;
    margin-left: 8px;
    margin-right: 8px;
  }

  .HeroElement-image-width-imageWidth_3-quarter-of-fold .HeroElement__picture,
.HeroElement-image-width-imageWidth_width-of-fold .HeroElement__picture {
    padding-bottom: 0;
  }

  .HeroElement-image-width-imageWidth_3-quarter-of-fold .HeroElement__picture picture,
.HeroElement-image-width-imageWidth_width-of-fold .HeroElement__picture picture {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
/* xs sizes */
#logo-separator {
  margin-left: 2rem;
  margin-right: 2rem;
}

#logo-separator > div {
  height: 100%;
  border-left: 1px solid #ADADAE;
}

#powered-by-logo,
#partner-logo {
  max-width: 210px;
  width: 35%;
}

#partner-logo {
  max-width: 210px;
  width: 100%;
}

#partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

#footer {
  display: none !important;
}

.max-width {
  max-width: 1500px;
  margin: 0 auto;
}

.max-width-100 {
  max-width: 100%;
  width: auto;
}

.max-width-25p {
  max-width: 25%;
}

.max-width-30p {
  max-width: 30%;
}

.max-width-35p {
  max-width: 35%;
}

.max-width-40p {
  max-width: 40%;
}

.max-width-50p {
  max-width: 50%;
}

.max-width-60p {
  max-width: 60%;
}

.max-width-70p {
  max-width: 70%;
}

.max-width-75p {
  max-width: 75%;
}

.max-width-80p {
  max-width: 80%;
}

.max-width-90p {
  max-width: 90%;
}

.max-width-48 {
  max-width: 4.8rem;
}

.tugged .disable-logo-scaling #top-logo,
#footer-logo,
#top-logo {
  max-width: 225px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: margin 400ms, padding 400ms, max-width 400ms;
}

.tugged #top-logo {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  max-width: 185px;
}

#footer-logo {
  margin-top: 0;
}

#header-menu {
  padding-left: 5.5rem;
  padding-left: 0;
}

#top-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 900;
  border-bottom: none;
  transition: box-shadow 200ms, border-bottom 200ms;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

#footer-logo {
  max-width: 6rem;
}

.home #top-header {
  border-bottom: none;
  box-shadow: none;
}

.tugged #top-header {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.HamburgerMenu-target .current_page_item > a,
.current_page_item a {
  text-decoration: underline;
}

.FooterContentViewelement {
  background: #0012E7;
  padding-bottom: 5rem;
}

.max-width-25 {
  max-width: 25px;
}

.max-width-30 {
  max-width: 30px;
}

.max-width-40 {
  max-width: 40px;
}

.max-width-50 {
  max-width: 50px;
}

.max-width-120 {
  max-width: 120px;
}

.max-width-150 {
  max-width: 150px;
}

.max-width-180 {
  max-width: 180px;
}

.max-width-225 {
  max-width: 225px;
}

.max-width-250 {
  max-width: 250px;
}

.max-width-350 {
  max-width: 350px;
}

.max-width-500 {
  max-width: 500px;
}

.PageBuilder-form-footer {
  padding: 10px;
}

.ImageTextComboElement__image-right-text-left {
  position: absolute;
  right: 0;
  top: 5%;
  width: 44%;
  height: 90%;
  overflow: hidden;
}

.ImageTextComboElement__image-left-text-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  overflow: hidden;
}

.z-index-99 {
  z-index: 99;
}

.child-opacity-02 > div:nth-child(2) {
  opacity: 0.2;
}

.arrow-icon-wrap {
  display: inline-block;
  position: relative;
  width: 4.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin-left: 1rem;
}

.arrow-link-md .arrow-icon-wrap {
  width: 4rem;
  margin-left: 1rem;
}

.arrow-icon-content {
  display: flex;
  flex-grow: 0;
  flex-basis: 100%;
}

.arrow-chevron-icon-wrap {
  display: inline-block;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.6rem;
}

.arrow-chevron-icon-wrap svg path {
  fill: #FF5E4D;
}

.arrow-chevron-icon-wrap svg {
  margin-top: -3px;
}

.arrow-icon-wrap-shifter {
  display: flex;
  transition: all 400ms;
  height: 100%;
  position: relative;
  margin-top: 0.5rem;
}

.arrow-link-full-width .arrow-icon-wrap-shifter {
  margin-top: 0;
}

.arrow-link:hover .arrow-icon-wrap-shifter {
  margin-left: 1rem;
}

.arrow-chevron-down-icon-wrap {
  display: inline-block;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1rem;
  cursor: pointer;
}

.arrow-chevron-down-icon-wrap svg path {
  fill: #101015;
}

.arrow-chevron-down-icon-wrap svg {
  margin-top: -3px;
}

.arrow-line {
  border-bottom: 2px solid #0012E7;
  width: 3rem;
  position: absolute;
  top: 41%;
  left: 0;
  transition: all 400ms;
}

.arrow-head {
  border-bottom: 2px solid #0012E7;
  border-right: 2px solid #0012E7;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(315deg);
  display: block;
  position: absolute;
  top: -0.1rem;
  left: 1.4rem;
}

.arrow-link-md .arrow-head {
  width: 1rem;
  height: 1rem;
  top: 0.2rem;
  left: 1.4rem;
}

.arrow-link-md .arrow-line {
  width: 2.4rem;
}

.arrow-link {
  transition: all 400ms;
}

.plus-minus-toggle:hover,
.plus-minus-toggle {
  text-decoration: none;
  width: 3rem;
  height: 3rem;
  position: relative;
}

.plus-minus-toggle__wrap {
  display: inline-block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  top: 0;
  left: 0;
}

.plus-minus-toggle__hr {
  background: #000;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.plus-minus-toggle__vr {
  background: #000;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.plus-minus-toggle__plus {
  display: flex;
  width: 100%;
  height: 100%;
}

.plus-minus-toggle__minus {
  display: none;
  width: 100%;
  height: 100%;
}

.plus-minus-toggle[aria-expanded=true] .plus-minus-toggle__minus {
  display: flex;
}

.plus-minus-toggle[aria-expanded=true] .plus-minus-toggle__plus {
  display: none;
}

.blue-text-link,
.blue-text-link:visited,
.blue-text-link:active,
.blue-text-link:link,
.blue-text-link:hover {
  color: #0012E7;
  text-decoration: underline;
  word-break: break-all;
  cursor: pointer;
}

.blue-text-link:focus,
.blue-text-link:hover {
  text-decoration: none;
}

.arrow-link-small .arrow-line {
  width: 15px;
}

.arrow-link-small .arrow-head {
  left: 0.6rem;
}

.arrow-link-small .arrow-icon-wrap {
  margin-left: 1.2rem;
}

/*margin-left: 1.2rem;*/
.color-white .arrow-head,
.color-white .arrow-line {
  border-color: #fff;
}

.block-padding-medium {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.block-padding-large {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.block-padding-x-large {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.block-padding-xx-large {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.block-padding-medium-top {
  padding-top: 1.5rem;
}

.block-padding-large-top {
  padding-top: 2.5rem;
}

.block-padding-x-large-top {
  padding-top: 4.5rem;
}

.block-padding-xx-large-top {
  padding-top: 7.5rem;
}

.block-padding-medium-bottom {
  padding-bottom: 1.5rem;
}

.block-padding-large-bottom {
  padding-bottom: 2.5rem;
}

.block-padding-x-large-bottom {
  padding-bottom: 4.5rem;
}

.block-padding-xx-large-bottom {
  padding-bottom: 7.5rem;
}

.divider.background-white {
  background: #fff;
}

.aspect-ratio-1x1 {
  aspect-ratio: 1/1;
  object-fit: contain;
  overflow: hidden;
}

.aspect-ratio-3x2 {
  aspect-ratio: 3/2;
  object-fit: contain;
  overflow: hidden;
}

.aspect-ratio-4x2 {
  aspect-ratio: 4/2;
  object-fit: contain;
  overflow: hidden;
}

.ratio-3x2 {
  padding-top: 66.6666%;
}

.ratio-4x3 {
  padding-top: 75%;
}

.ratio-10x2 picture,
.ratio-7x3 picture,
.ratio-4x2 picture,
.ratio-4x3 picture,
.ratio-3x2 picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-4x2 {
  padding-top: 50%;
}

.ratio-10x2 {
  padding-top: 20%;
}

.ratio-7x3 {
  padding-top: 42.85%;
}

.ratio-10x2 img,
.ratio-4x3 img,
.ratio-3x2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ratio-7x3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wp-embed-aspect-16-9,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.object-fit-contain img {
  object-fit: contain;
}

.texteditor-content iframe {
  width: 100%;
  border: none;
}

.TeaserImage__press .LinkVE {
  opacity: 0;
  transition: opacity 500ms;
}

.TeaserImage__press:hover .LinkVE {
  opacity: 1;
}

.TeaserImage__press.no-hover:hover > div {
  border-radius: 0;
  box-shadow: none;
}

.PostCollectorElement__has-featured-post .PostCollectorElement__posts-list .PostTeaserVE:first-of-type {
  display: none;
}

.SocialShare svg {
  width: 100%;
}

.SocialShare ul {
  list-style: none;
  padding-left: 0 !important;
}

.SocialShare li {
  max-width: 3rem;
  margin-bottom: 2.2rem;
  display: inline-block;
  margin-right: 1.2rem;
}

.arrow-button {
  width: 40px;
  cursor: pointer;
}

.GridList__mode-list-left .GridList__col-1 {
  order: 2;
}

.GridList__mode-list-left .GridList__col-2 {
  order: 1;
}

.font-md ul.blue-bullets ::marker,
.GridList__mode-list ul.font-md ::marker {
  color: #0012E7;
  font-size: 1.875rem;
}

.font-lg ul.blue-bullets ::marker,
.GridList__mode-list ul.font-lg ::marker {
  color: #0012E7;
  font-size: 2.25rem;
}

.blue-bullets.font-lg li {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.TabsContent ul {
  padding-left: 0;
  padding-top: 0;
}

.TabsContent li {
  list-style: disc;
  margin: 0;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.dropshadow-container {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.hover-opacity picture {
  transition: opacity 400ms;
}

.hover-opacity:hover picture {
  opacity: 0.7 !important;
}

.hover-dropshadow > picture,
.hover-dropshadow > div {
  transition: opacity 400ms, box-shadow 400ms;
}

.hover-dropshadow:focus-within > picture,
.hover-dropshadow:focus-within > div,
.hover-dropshadow:hover > picture,
.hover-dropshadow:hover > div {
  opacity: 0.8;
  box-shadow: 0.3rem 0.3rem 2.5rem rgba(102, 102, 102, 0.5);
}

.hover-svg:hover {
  border: initial;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}

.lang-english {
  text-transform: capitalize;
}

li.plus-list {
  display: flex;
  margin-bottom: 2rem;
}

.list-plus svg,
.list-plus {
  width: 15px;
}

.texteditor-content .icon-list {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.split-background-sage-primary {
  background: linear-gradient(90deg, #B6CFD0 50%, #0012E7 50%);
}

.ImageTextCombo__flush .ImageTextComboElement__image-right-text-left {
  position: absolute;
  right: 0;
  top: 0;
  width: 44%;
  height: 100%;
}

.ImageTextCombo__flush .HeadlineVE.headline-lg {
  padding-top: 0 !important;
}

.person-bio-wrapper {
  display: none;
  opacity: 0;
  transition: opacity 400ms;
}

.person-bio-wrapper-active {
  opacity: 1;
  display: block;
}

.VideoPlayerControls {
  max-width: 16rem;
  transition: opacity 400ms;
}

.VideoPlayerControls__button {
  transition: transform 1000ms;
  margin: 1rem;
  z-index: 800;
  cursor: pointer;
}

.VideoPlayerControls__pausebutton {
  display: none;
}

.VideoPlayerControls__allow-toggle {
  visibility: hidden;
  transition: visibility 400ms 1000ms;
}

.VideoPlayerControls__allow-toggle.VideoPlayerControls__initialized {
  visibility: visible;
}

.VideoPlayerControls__playing .VideoPlayerControls__pausebutton {
  display: block;
}

.VideoPlayerControls__playing .VideoPlayerControls__playbutton {
  display: none;
}

.VideoTeaser__button-overlay {
  opacity: 1;
  cursor: pointer;
}

.VideoTeaser__button-overlay {
  background: rgba(0, 0, 0, 0);
  transition: background 400ms;
}

.VideoTeaser__button-overlay:hover {
  background: rgba(0, 0, 0, 0.2);
}

.VideoPlayerControls:hover .VideoPlayerControls__button {
  transform: scale(1.2);
}

.VideoPlayerControls:hover .VideoPlayerControls__playtime {
  background: black;
}

.VideoPlayerControls__playtime {
  background: rgba(0, 0, 0, 0.7);
  padding: 0.7rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  border-radius: 2.5rem;
}

.VideoPlayerControls.VideoPlayerControls__transparent:hover .VideoPlayerControls__playtime,
.VideoPlayerControls__transparent .VideoPlayerControls__playtime {
  background: transparent;
}

.VideoPlayerPartVE {
  transition: all 400ms;
}

.VideoPlayerPartVE:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
}

.VideoTeaser__headline-above .VideoTeaser__lower {
  order: 1;
  padding-top: 0;
}

.VideoTeaser__headline-above .VideoTeaser__upper {
  order: 2;
}

#general-modal,
#video-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#general-modal_inner,
#video-modal_inner {
  width: 70%;
  transition: opacity 2000ms;
}

#general-modal_inner {
  max-height: 90vh;
  max-width: 90vw;
  height: 100%;
  position: relative;
}

#modal-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#general-modal .modal-content__inner {
  height: 100%;
  overflow: auto;
}

.modal-gated-form #general-modal_inner {
  max-width: 375px;
}

#general-modal .modal-close {
  top: -20px;
  right: -20px;
  z-index: 600;
}

.ratio-padding {
  padding-top: 50%;
}

.ratio-padding.ratio-padding-56_25 {
  padding-top: 56.25%;
}

.ratio-padding.ratio-padding-177_8125 {
  padding-top: 177.81%;
}

.ratio-padding.ratio-padding-147_54098360656 {
  padding-top: 147.5409836066%;
}

.ratio-padding.ratio-padding-125 {
  padding-top: 125%;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -32px;
  color: black;
  border: 2px solid #000;
  width: 40px;
  height: 40px;
  background: white;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}

.VideoPlayer__inner iframe {
  border: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.dropshadow {
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.25);
}

.dropshadow-2 {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.textshadow-style {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.gradient-dark-20 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.rounded-corners {
  border-radius: 1.4rem;
}

.checkmark-list {
  list-style-type: none !important;
}

.checkmark-list li {
  position: relative;
  padding-left: 3rem;
  padding-bottom: 2rem;
  font-weight: 500;
}

.checkmark-list li:last-of-type {
  padding-bottom: 0;
}

.checkmark-list svg {
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
  position: absolute;
  left: -1.2rem;
  top: 0.2rem;
}

.checkmark svg {
  width: 2rem;
  height: 2rem;
}

.checkmark.checkmark-large svg {
  width: 3rem;
  height: 3rem;
}

.checkmark svg path,
.checkmark-list svg path {
  fill: #0012E7;
}

/*
.checkmark-red  svg path{
    fill:#fff !important;
}
.checkmark-red  svg circle{
    fill:$accentColor !important;
}*/
.fix-ratio a, .fix-ratio div, .fix-ratio img, .fix-ratio picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rounded-card {
  border-radius: 2.6rem;
  padding: 2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.rounded-card-inset {
  margin-top: -2rem;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

.rounded-card-border {
  border-color: #37384B;
  border: 1px solid;
}

.rounded-corners {
  border-radius: 2.5rem;
  overflow: hidden;
}

.TeaserCard__mode-card-large-rounded .TeaserCardVE__image-wrapper {
  order: 3;
  margin-top: auto;
}

.TeaserCard__mode-card-large-rounded .TeaserCardVE__link {
  order: 2;
  margin: 0 auto;
}

.member-area-mobile a {
  margin-left: 0;
  margin-right: 1rem;
}

.text-indent {
  margin-left: 5rem;
}

.skip-link {
  background: #0012E7;
  color: #fff !important;
  left: -5000px;
  letter-spacing: 2px;
  padding: 1rem;
  position: absolute;
  text-decoration: none;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 100;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  align-items: center;
  height: 100%;
}

.skip-link:focus {
  left: 0;
  z-index: 1000000;
}

a:focus {
  text-decoration: underline !important;
}

.background-accent a:focus-visible {
  outline: 1px dashed #fff;
}

.VideoPlayerPartVE:focus .VideoPlayerControls__button,
.NavModal__login-button:focus,
.SocialNav a:focus,
.focus-blur:focus,
.btn:focus {
  border: initial;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}

.scale-image-hover img:hover {
  transform: scale(1.2);
}

.scale-image-hover img {
  transition: transform 400ms;
}

.shift-image-hover a:hover img,
.shift-image-hover a:focus img,
.shift-image-hover img:hover {
  margin-left: 2rem;
}

.shift-image-hover img {
  transition: margin 400ms;
}

.background-accent .SuperSlideshow__pager span,
.background-light .SuperSlideshow__pager span {
  background: #101015 !important;
}

.background-accent .SuperSlideshow__button svg polygon,
.background-light .SuperSlideshow__button svg polygon,
.background-accent .SuperSlideshow__button svg path,
.background-light .SuperSlideshow__button svg path {
  fill: #101015 !important;
}

.background-primary .SuperSlideshow__pager span {
  background: #fff !important;
}

.background-primary .SuperSlideshow__overlay-button svg polygon,
.background-primary .SuperSlideshow__button svg polygon {
  fill: #ffffff !important;
}

body form.mktoForm .mktoLabel,
body form.mktoForm .mktoError .mktoErrorMsg {
  font-size: 16px !important;
}

body .mktoForm .mktoError .mktoErrorMsg {
  color: #fff !important;
}

.numbered-footnote {
  display: none;
  position: relative;
}

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

.unnumbered-footnote-content:first-of-type {
  margin-top: 1.5rem;
}

.unnumbered-footnote-content:focus-visible,
.unnumbered-footnote a:focus-visible,
sup:focus-visible {
  outline-offset: 0.3rem;
  outline: 1px dotted #000;
}

.circle-number {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  background: #FF5E4D;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.2rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.GridTextWithTextsTeaser__show-numbers__yes-blue-grey .circle-number {
  background: #f3f3f3;
  color: #0012E7;
}

.GridTextWithTextsTeaser__show-numbers__yes-large-blue-type .circle-number {
  background: transparent;
  color: #0012E7;
  font-size: 3.4rem;
}

.circle-list li {
  margin-bottom: 2rem;
}

.circle-list li:last-of-type {
  margin-bottom: 0;
}

.back-icon {
  display: inline-block;
  max-width: 12px;
  width: 100%;
  margin-left: 0.2rem;
}

.announcement-bar {
  padding-left: 4rem;
  padding-right: 4rem;
}

#AnnouncementBar__close {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 4rem;
  font-size: 3rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#account-icon,
#phone-icon {
  width: 2.7rem;
  display: block;
}

#account-icon img {
  width: 2.7rem;
  display: block;
}

#LogoComboVE {
  width: 320px;
  margin-right: auto;
}

/*
.lang-spanish {
    display: none;
}


html:lang(en-US) .lang-spanish{
    display: block;
}

html:lang(en-US) .lang-english{
    display: none;
}
*/
.border-top-black {
  border-top: 1px solid #000;
}

.border-bottom-black {
  border-bottom: 1px solid #000;
}

.border-left-black {
  border-left: 1px solid #000;
}

.border-right-black {
  border-right: 1px solid #000;
}

.circle-accent-color {
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4rem;
  background: #FF5E4D;
}

.PictureTag__responsive img {
  max-width: 100%;
  width: auto;
}

.PictureTag__responsive {
  display: flex !important;
  justify-content: center;
}

.logo-order-client-logo-first #top-logo {
  order: 3;
}

.logo-order-client-logo-first #logo-separator {
  order: 2;
}

.logo-order-client-logo-first #partner-logo {
  order: 1;
}

.CoPay__info {
  border-top: 1px solid #000;
}

.CoPay__info:last-of-type {
  border-bottom: 1px solid #000;
}

.single-micrositeentity .member-area-mobile .mobile-get-the-app-btn {
  display: none !important;
}

.search-area__button {
  width: 3rem;
}

.search-area__close {
  display: none;
}

.search-visible .search-area__close {
  display: block;
}

.search-visible .search-area__open {
  display: none;
}

.search-visible #menu-header-menu {
  display: none !important;
}

.search-visible #search-area .search-form {
  display: block !important;
}

input[type=search] {
  padding: 12px 22px;
  height: 4.1rem;
  border-radius: 3rem;
}

input.search-form__field {
  width: 34rem;
  max-width: 34rem;
  margin-right: 2rem;
  height: 3.9rem;
  border-top: none;
  border-right: none;
  border-left: none;
  padding-left: 0.5rem;
  border-radius: 0;
}

.MicrositeDirectory__content {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.MicrositeDirectory__content-in-search {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

#onetrust-banner-sdk .ot-close-icon {
  background: url("https://includedhealth.com/wp-content/themes/newco-2021/img/close-x.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  right: 0 !important;
  height: 20px !important;
  width: 40px !important;
}

.spaced-list li {
  padding-bottom: 0.9rem;
}

.image-style-grayscale picture {
  filter: grayscale(1);
}

.TeaserCardVE__gated-icon {
  width: 4rem;
  background: #fff;
  height: 4rem;
  border-radius: 50%;
  padding: 0.5rem;
  top: 0;
  right: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
}

.TeaserCardVE__gated-icon svg {
  width: 75%;
  margin: 0 auto;
}

.background-sage .SuperSlideshow__button svg path {
  fill: #B6CFD0 !important;
}

.background-sage-light .SuperSlideshow__button svg path {
  fill: #E7EFEF !important;
}

body {
  opacity: 1 !important;
}

.secondary-logos__logos > div {
  max-width: 180px;
  background: #fff;
  /*
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 25%);*/
  margin: 0.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.secondary-logos__logos img {
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.secondary-logos__logos a {
  display: block;
}

.single-announcementity .post-date {
  display: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table tr th {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}

table tr th,
table tr td {
  border: 1px solid #000000;
  height: 1rem;
  padding: 1.5rem;
}

.PostTeaserRelated__long-horizontal .PostTeaserRelated__inner {
  display: flex;
}

.PostTeaserRelated__long-horizontal a:hover,
.PostTeaserRelated__long-horizontal a:hover .background-white {
  background: #f3f3f3;
}

.PostTeaserRelated__long-horizontal .PostTeaserRelated__image-wrapper {
  padding-top: 0;
  order: 2;
  flex: 0 0 40%;
  max-width: 40%;
}

.PostTeaserRelated__long-horizontal .PostTeaserRelated__image-wrapper img {
  max-width: 9rem;
}

.PostTeaserRelated__long-horizontal .PostTeaserRelated__info-wrapper {
  order: 1;
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 0;
  padding-right: 4.5rem;
}

.PostTeaserRelated__long-horizontal {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #dbe1e6;
}

.PostTeaserRelated__long-horizontal.related-post-list-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: none;
}

.PostTeaserRelated__long-horizontal.related-post-list-2 .PostTeaserRelated__image-wrapper {
  display: flex;
  padding-top: 0;
  order: 1;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 0.9rem;
  padding-left: 0.9rem;
  justify-content: center;
  align-items: center;
}

.PostTeaserRelated__long-horizontal.related-post-list-2 .PostTeaserRelated__info-wrapper {
  order: 2;
  flex: 0 0 80%;
  max-width: 80%;
  padding: 0;
}

.PostTeaserRelated__long-horizontal.related-post-list-2 a:hover,
.PostTeaserRelated__long-horizontal.related-post-list-2 a:hover .background-white {
  background: transparent;
  text-decoration: underline;
}

.CareerListingTeaserVE__header-logo {
  max-width: 3.2rem;
}

.rainbow-text .block-line > span {
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}

.triangle-pointer-down {
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2.5rem solid #fff;
}

.triangle-pointer-down-sm {
  width: 0;
  height: 0;
  border-left: 1.6rem solid transparent;
  border-right: 1.6rem solid transparent;
  border-top: 2.1rem solid #fff;
}

.top-logo__logo-neg {
  display: none;
}

#disclaimer {
  scroll-margin-top: 11rem;
}

.button-group-same-width__yes {
  display: flex;
  flex-direction: column;
}

.button-group-same-width__yes span {
  display: inline-flex;
  flex-wrap: wrap;
}

.button-group-same-width__yes span,
.button-group-same-width__yes span a {
  width: 100%;
  text-align: center;
  max-width: 300px;
}

.slideshow-mode-vertical-quotes .SuperSlideshow__pager-wrapper {
  display: none !important;
}

.language-selector__selection > div {
  display: none;
}

.language-selector__en-us .language-selector__selection__en-us,
.language-selector__es .language-selector__selection__es {
  display: block;
}

#language-selector {
  margin-top: -1px;
}

.language-selector__controls > svg {
  transform: rotate(-90deg);
  width: 2.6rem;
  height: 2.6rem;
  margin-top: 0.2rem;
  transition: transform 400ms;
}

.language-selector__controls svg circle {
  display: none;
}

.language-selector__controls:focus svg circle {
  display: block;
  stroke: #0012E7;
}

.language-selector__options {
  position: absolute;
  top: 3.5rem;
  right: 0;
  background: #fff;
  padding: 1.5rem;
  border: 1px solid #767676;
  border-radius: 2rem;
  width: 19rem;
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#language-selector:hover .language-selector__options,
.LanguageSelector__sub-menu-open .language-selector__options {
  display: block;
}

#language-selector:hover .language-selector__controls > svg,
.LanguageSelector__sub-menu-open .language-selector__controls > svg {
  transform: rotate(-270deg);
}

.language-selector__option {
  transition: transform 400ms;
}

#microsite-phone a:focus-visible,
.language-selector__option:focus-visible {
  outline: 1px dashed #0012E7;
}

.language-selector__option:focus-visible,
.language-selector__option:hover {
  transform: scale(1.2);
}

.TeaserIconCard:hover svg path {
  stroke: #0012E7 !important;
}

.TeaserIconCard .background-slate-20,
.TeaserIconCard .background-primary,
.TeaserIconCard .color-white,
.TeaserIconCard .background-primary {
  transition: all 400ms;
}

.TeaserIconCard a:hover .background-slate-20 {
  background: #0012E7;
}

.TeaserIconCard a:hover .color-primary {
  color: #ffffff;
}

.TeaserIconCard a:hover svg path {
  stroke: #ffffff !important;
}

.TeaserIconCard .rounded-card {
  padding-top: 4rem;
}

.Tabs-mode__tabs-images .Tabs__content-col {
  order: 1;
}

.Tabs-mode__tabs-images .Tabs__nav-col {
  order: 2;
}

.PostSearchInterface__icon {
  max-width: 2.5rem;
}

.PostSearchInterface .search-form__field {
  border-bottom: 0;
}

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.mb-neg-xl {
  margin-bottom: 2rem;
}

@media (min-width: 1199.98px) {
  .mb-neg-xl {
    margin-bottom: -4.5rem;
    z-index: 200;
    position: relative;
  }
}
@media (min-width: 992px) {
  .lg-width-50-p {
    width: 50%;
  }

  .lg-width-60-p {
    width: 60%;
  }

  .lg-width-70-p {
    width: 70%;
  }

  .lg-width-80-p {
    width: 80%;
  }

  .lg-width-90-p {
    width: 90%;
  }

  .lg-width-100-p {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .sm-container-flush {
    padding: 0;
  }
}
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.status-visible-mobile-only {
  display: none;
}

.logged-in .status-visible-mobile-only {
  display: block;
}

.logged-in.pagebuilder-preview .status-visible-mobile-only {
  display: none;
}

@media (max-width: 1500px) {
  .container-fluid-larger-max-width {
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
/* lg sizes */
@media (max-width: 1199.98px) {
  html {
    font-size: 57%;
  }

  .menu a:link,
.menu a:visited,
.menu {
    font-size: 1.5rem;
  }

  .for-business-menu .mega-menu-nav__sub-menu > li > a,
.about-us-menu .mega-menu-nav__sub-menu > li > a,
.mega-menu-nav__page-info {
    font-size: 1.5rem;
  }

  .font-md {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .font-md-plus {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }

  .TeaserStackedWithVariableTitle .font-md,
article .font-md {
    font-size: 1.875rem;
    line-height: 2.6rem;
  }

  .font-lg {
    font-size: 1.875rem;
    line-height: 2.6rem;
  }

  .headline-sm {
    font-size: 1.8rem;
  }

  .headline-md {
    font-size: 2.4rem;
  }

  .headline-lg {
    font-size: 3.2rem;
  }

  .headline-xl {
    font-size: 4.2rem;
  }

  .headline-xxl {
    font-size: 5.5rem;
  }

  .pt-xl {
    padding-top: 2.5rem;
  }

  .pb-xl {
    padding-bottom: 2.5rem;
  }

  .block-padding-x-large {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .block-padding-xx-large {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .inline-menu li {
    margin-right: 2rem;
    margin-left: 0;
  }

  #menu-header-menu .sub-menu li {
    margin-right: 0;
    margin-left: 0;
  }

  .lg-pr-grid {
    padding-right: 0.8rem;
  }

  .lg-justify-content-flex-center {
    justify-content: center;
  }

  .lg-pt-md {
    padding-top: 1.5rem;
  }

  .lg-padding-md {
    padding: 1.5rem;
  }
}
/* md sizes */
@media (max-width: 991.98px) {
  .md-padding-md {
    padding: 1.5rem;
  }

  .md-font-lg-plus {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }

  #menu-blog-sidebar {
    overflow-x: auto;
  }

  .md-justify-content-flex-center {
    justify-content: center;
  }

  .md-pt-md {
    padding-top: 1.5rem;
  }

  .md-flex-direction-row {
    flex-direction: row;
  }

  .md-flex-direction-column {
    flex-direction: column;
  }

  .GridList__mode-list .GridList__col-1 {
    order: 2;
    padding-top: 1.5rem;
  }

  .GridList__mode-list .GridList__col-2 {
    order: 1;
  }
}
/* sm sizes */
@media (max-width: 767.98px) {
  .tugged .disable-logo-scaling #top-logo,
#top-logo {
    padding-left: 0;
    transition: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tugged #footer-logo,
.tugged #top-logo,
#footer-logo,
#top-logo {
    max-width: 150px;
  }

  .tugged #top-logo {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #logo-separator {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }

  .sm-pt-lg {
    padding-top: 2.5rem;
  }

  .sm-pb-lg {
    padding-bottom: 2.5rem;
  }

  .sm-pt-md {
    padding-top: 1.5rem;
  }

  .sm-pb-md {
    padding-bottom: 1.5rem;
  }

  .sm-pl-0 {
    padding-left: 0;
  }

  .sm-padding-0 {
    padding: 0;
  }

  .sm-padding-md {
    padding: 1.5rem;
  }

  .sm-padding-sm {
    padding: 0.9rem;
  }

  .container-fluid.sm-pl-md,
.sm-pl-md {
    padding-left: 1.5rem;
  }

  .container-fluid.sm-pr-md,
.sm-pr-md {
    padding-right: 1.5rem;
  }

  .sm-pt-lg {
    padding-top: 2.5rem;
  }

  .sm-pt-0 {
    padding-top: 0;
  }

  .sm-mt-lg {
    margin-top: 2.5rem;
  }

  .sm-align-items-flex-start {
    align-items: flex-start !important;
  }

  .sm-align-items-flex-end {
    align-items: flex-end !important;
  }

  .sm-align-items-center {
    align-items: center !important;
  }

  .sm-justify-content-flex-start {
    justify-content: flex-start !important;
  }

  .sm-justify-content-center {
    justify-content: center !important;
  }

  .sm-flex-direction-column {
    flex-direction: column;
  }

  .sm-font-lg {
    font-size: 2.25rem;
  }

  /*
    #microsite-phone {
      margin-right: 4.5rem;
    }
  */
  .sm-text-left {
    text-align: left;
  }

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

  .footer-inline-menu li {
    margin-left: 0;
  }

  .MicrositeDirectory__content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  .secondary-logos__logos > div {
    max-width: 100px;
  }

  .SuperSlideshowSlideLeftRight.SuperSlideshowSlideLeftRight__mode-image-right-text-left .SuperSlideshowSlide__inner-col-1 {
    order: 2;
  }

  .SuperSlideshowSlideLeftRight.SuperSlideshowSlideLeftRight__mode-image-right-text-left .SuperSlideshowSlide__inner-col-2 {
    order: 1;
  }

  .CallToActionElement__inner-wrapper {
    justify-content: center;
    flex-direction: column;
  }

  .CallToActionElement__cta {
    margin: 0 auto;
    padding-top: 2rem;
  }

  .sm-full {
    max-width: 100%;
  }

  .sm-max-width-80p {
    max-width: 80%;
  }

  .sm-max-width-70p {
    max-width: 70%;
  }

  .sm-max-width-60p {
    max-width: 60%;
  }

  .sm-max-width-50p {
    max-width: 50%;
  }

  .sm-max-width-35p {
    max-width: 35%;
  }

  .sm-max-width-25p {
    max-width: 25%;
  }

  .sm-text-color-black {
    color: #101015;
  }

  .sm-text-color-primary {
    color: #0012E7;
  }

  .sm-text-color-white {
    color: #fff;
  }

  .sm-padding-xs {
    padding: 0.5rem;
  }

  .height-control {
    min-width: 33px;
  }

  .container-fluid-larger-max-width {
    padding-right: 24px;
    padding-left: 24px;
  }

  .SocialNav li {
    width: 1.8rem;
    margin-left: 1.5rem;
  }
}
/* xs sizes */
@media (max-width: 575.98px) {
  #general-modal_inner {
    width: 85%;
  }

  .btn {
    white-space: normal;
  }

  .xs-mr-grid {
    margin-right: 0.8rem;
  }

  .xs-ml-grid {
    margin-left: 0.8rem;
  }

  .xs-ml-xs {
    margin-left: 0.5rem;
  }

  .xs-flex-wrap-wrap {
    flex-wrap: wrap;
  }

  .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }

  .ImageElement__image-wrap .container-fluid,
.ImageElement__image-wrap .col-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .ImageElement__image-wrap .row {
    margin-left: 0;
    margin-right: 0;
  }

  .PostTeaserRelated__long-horizontal .PostTeaserRelated__inner {
    flex-wrap: wrap;
  }

  .PostTeaserRelated__long-horizontal .PostTeaserRelated__image-wrapper {
    padding-top: 0;
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .PostTeaserRelated__long-horizontal.related-post-list-2 .PostTeaserRelated__image-wrapper {
    padding-left: 0;
  }

  .PostTeaserRelated__long-horizontal.related-post-list-2 .PostTeaserRelated__info-wrapper,
.PostTeaserRelated__long-horizontal .PostTeaserRelated__info-wrapper {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .logged-in.pagebuilder-preview .status-visible-mobile-only,
.status-visible-mobile-only {
    display: block;
  }

  .xs-font-sm {
    font-size: 1.5rem;
  }

  .xs-font-md {
    font-size: 1.875rem;
  }

  .xs-font-lg {
    font-size: 2.25rem;
    line-height: 1.3;
  }

  .xs-headline-xl {
    font-size: 3.4rem;
  }

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

  .footer-inline-menu li {
    margin-left: 0 !important;
  }

  .xs-pl-grid {
    padding-left: 0.8rem;
  }

  .xs-pr-grid {
    padding-right: 0.8rem;
  }

  .xs-pl-sm {
    padding-left: 0.9rem;
  }

  .xs-pr-sm {
    padding-right: 0.9rem;
  }

  .xs-pl-md {
    padding-left: 1.5rem;
  }

  .xs-pr-md {
    padding-right: 1.5rem;
  }

  .xs-pt-lg {
    padding-top: 2.5rem;
  }

  .xs-pl-lg {
    padding-left: 2.5rem;
  }

  .xs-pr-lg {
    padding-right: 2.5rem;
  }

  .xs-pl-xl {
    padding-left: 4.5rem;
  }

  .xs-pr-xl {
    padding-right: 4.5rem;
  }

  .xs-pr-xs {
    padding-right: 0.5rem;
  }

  .xs-pr-0 {
    padding-right: 0;
  }

  .xs-pt-lg {
    padding-top: 2.5rem;
  }

  .xs-pt-md {
    padding-top: 1.5rem;
  }

  .xs-no-border {
    border: none;
  }

  .xs-padding-0 {
    padding: 0;
  }

  .xs-padding-xs {
    padding: 0.5rem;
  }

  .xs-pt-0 {
    padding-top: 0;
  }

  .xs-pb-0 {
    padding-bottom: 0;
  }

  .xs-padding-md {
    padding: 1.5rem;
  }

  .xs-padding-lg {
    padding: 2.5rem;
  }

  .xs-pt-lg {
    padding-top: 2.5rem;
  }

  .xs-pb-lg {
    padding-bottom: 2.5rem;
  }

  .xs-pt-xl {
    padding-top: 4.5rem;
  }

  .xs-pb-xl {
    padding-bottom: 4.5rem;
  }

  .xs-pl-0 {
    padding-left: 0;
  }

  .xs-pr-0 {
    padding-right: 0;
  }

  .xs-margin-0 {
    margin: 0;
  }

  .blockquote-2 {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 3.3rem;
    padding-top: 3.3rem;
  }

  .sidebar ul {
    justify-content: flex-start;
  }

  .xs-position-relative {
    position: relative;
  }

  .xs-width-100 {
    width: 100%;
  }

  .xs-max-width-100 {
    max-width: 100%;
  }

  .xs-max-width-90 {
    max-width: 90%;
  }

  .xs-width-250p {
    width: 250px;
  }

  .xs-width-150p {
    width: 150px;
  }

  .xs-max-width-120p {
    max-width: 120px;
  }

  .xs-width-200p {
    width: 200px;
  }

  .xs-justify-content-center {
    justify-content: center !important;
  }

  .xs-align-items-flex-start {
    align-items: flex-start !important;
  }

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

  .arrow-button {
    width: 30px;
    cursor: pointer;
  }

  .multicol-2,
.xs-multicol-unset,
.MicrositeDirectory__content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .multicol-2 > li,
.multicol-3 > li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .ImageTextComboElement__mode-image-right-text-left .ImageTextComboElement__col1 {
    order: 2;
  }

  .ImageTextComboElement__mode-image-right-text-left .ImageTextComboElement__col2 {
    padding-top: 2.5rem;
  }

  .keep-initial-order-on-mobile.ImageTextComboElement__mode-image-right-text-left .ImageTextComboElement__col1 {
    order: 1;
  }

  .keep-initial-order-on-mobile.ImageTextComboElement__mode-image-right-text-left .ImageTextComboElement__col2 {
    padding-top: 0;
    order: 2;
  }

  .ImageTextComboElement__mobile-image-pos-below .ImageTextComboElement__col1 {
    order: 2;
  }

  .ImageTextComboElement__mobile-image-pos-below .ImageTextComboElement__col2 {
    order: 1;
  }

  .VideoTextComboVE__mode-text-right .VideoTextComboVE__left {
    order: 2;
  }

  .VideoTextComboVE__mode-text-right .VideoTextComboVE__right {
    order: 1;
    padding-bottom: 1.5rem;
  }

  .GetTheAppDefaultVE__mode-get-the-app-basic-2 .GetTheAppDefaultVE__block1 {
    order: 1;
  }

  .GetTheAppDefaultVE__mode-get-the-app-basic-2 .GetTheAppDefaultVE__block2 {
    order: 3;
  }

  .GetTheAppDefaultVE__mode-get-the-app-basic-2 .GetTheAppDefaultVE__block3 {
    order: 2;
  }

  .top-header__container {
    padding-right: 8px;
    padding-left: 8px;
  }

  .language-selector__controls > svg {
    display: none;
  }

  .xs-no-float {
    float: none;
  }

  .btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .log-in-btn,
.log-in-btn:hover,
.log-in-btn:active,
.log-in-btn:visited {
    text-decoration: underline !important;
    color: #0012E7 !important;
    border: none !important;
    white-space: nowrap !important;
    background: transparent !important;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }

  a:link.btn.log-in-btn:hover,
.log-in-btn:hover {
    text-decoration: none !important;
  }
}

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