@charset "UTF-8";
@font-face {
  font-family: GalanoGrotesque;
  font-weight: bold;
  src: url(e8d6ed1f9eff334507fab2f6b46e15ad.otf) format("opentype");
}
@font-face {
  font-family: GalanoGrotesque;
  font-weight: normal;
  src: url(cbd8956ee8ca32b9757c89320519af87.otf) format("opentype");
}
@font-face {
  font-family: GalanoGrotesqueLight;
  font-weight: lighter;
  src: url(790058af38f23c93b59765eb44888da9.otf) format("opentype");
}
.hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 60dvh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .hero {
    min-height: 70dvh;
  }
}
.hero .content {
  position: relative;
  display: block;
  width: 1200px;
  max-width: 100%;
  margin: 0px auto 0px auto;
  height: 100%;
}
.hero::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, #fcfcfc 30%, rgba(252, 252, 252, 0.7) 100%);
}
.hero .text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 100px 20px 60px 20px;
  text-align: center;
  width: 860px;
  max-width: 100%;
  margin: 0px auto 0px auto;
}
.hero .text h1 {
  color: #423133;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: normal;
}
.hero .text h1 b {
  display: block;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 4rem;
  margin-bottom: 20px;
}
.hero .text h1 svg {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  opacity: 0.7;
}
.hero .text .btn {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 30px;
}
.hero .images {
  position: absolute;
  display: none;
  width: 90%;
  height: 80%;
  align-items: flex-end;
  right: -15%;
  top: 20px;
  z-index: 2;
}
.hero .images img {
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  object-fit: cover;
  height: 100%;
  width: 25%;
  position: relative;
  filter: grayscale(100%);
}
.hero .images img:nth-child(1) {
  top: 0px;
  left: 30%;
  animation: toGray 1.3s ease-in-out 0s forwards;
}
.hero .images img:nth-child(2) {
  top: 20px;
  left: 20%;
  animation: toGray 1.3s ease-in-out 0.2s forwards;
}
.hero .images img:nth-child(3) {
  top: 40px;
  left: 10%;
  animation: toGray 1.3s ease-in-out 0.4s forwards;
}
.hero .images img:nth-child(4) {
  top: 60px;
  animation: toGray 1.3s ease-in-out 0.6s forwards;
}
.hero .imagesAccent {
  position: absolute;
  display: none;
  width: 90%;
  height: 80%;
  align-items: flex-end;
  right: -14%;
  top: 10px;
  z-index: 1;
}
.hero .imagesAccent div {
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  object-fit: cover;
  height: 100%;
  display: block;
  background-color: #f0e18d;
  width: 25%;
  position: relative;
}
.hero .imagesAccent div:nth-child(1) {
  top: 0px;
  left: 30%;
}
.hero .imagesAccent div:nth-child(2) {
  top: 20px;
  left: 20%;
}
.hero .imagesAccent div:nth-child(3) {
  top: 40px;
  left: 10%;
}
.hero .imagesAccent div:nth-child(4) {
  top: 60px;
}
.hero.sub h3 {
  color: #00a2af;
  padding: 0px;
  margin: 0px 0px 4px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal;
}
.hero.sub h1 {
  color: #423133;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: normal;
}
.hero.sub h1 b {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 3.2rem;
}
.hero.sub .images {
  position: absolute;
  display: flex;
  width: 70%;
  height: 80%;
  align-items: flex-end;
  right: 10%;
  top: 20px;
  z-index: 2;
}
.hero.sub .images img {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
  animation: none;
  filter: none;
}
.hero.sub .images img:nth-child(1) {
  top: 0px;
  z-index: 1;
}
.hero.sub .imagesAccent {
  position: absolute;
  display: flex;
  width: 70%;
  height: 80%;
  align-items: flex-end;
  right: 12%;
  top: 10px;
  z-index: 0;
}
.hero.sub .imagesAccent div {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
}
.hero.sub .imagesAccent div:nth-child(1) {
  top: 0px;
  width: 100%;
}
.hero .video {
  position: relative;
  z-index: 2;
  aspect-ratio: 16/9;
  background-color: #ececec;
  border-radius: 8px;
  width: 960px;
  max-width: 100%;
  overflow: hidden;
  margin: 60px auto 60px auto;
}
.hero .video video, .hero .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@keyframes toGray {
  0% {
    filter: grayscale(100%);
  }
  50% {
    filter: grayscale(0%);
  }
  100% {
    filter: grayscale(80%);
  }
}
@media screen and (max-width: 600px) {
  .hero .content .text {
    padding: 60px 20px 20px 20px;
  }
  .hero .content .text h1 strong, .hero .content .text h1 b {
    font-size: 2rem !important;
    line-height: 2.4rem !important;
  }
  .hero .content .video {
    margin: 10px;
    width: calc(100% - 20px);
  }
}
.editor-visual-editor .hero {
  border: 1px dashed #ccc;
}

@font-face {
  font-family: GalanoGrotesque;
  font-weight: bold;
  src: url(e8d6ed1f9eff334507fab2f6b46e15ad.otf) format("opentype");
}
@font-face {
  font-family: GalanoGrotesque;
  font-weight: normal;
  src: url(cbd8956ee8ca32b9757c89320519af87.otf) format("opentype");
}
@font-face {
  font-family: GalanoGrotesqueLight;
  font-weight: lighter;
  src: url(790058af38f23c93b59765eb44888da9.otf) format("opentype");
}
.btn {
  display: inline-block;
  width: fit-content;
  padding: 10px 30px;
  background-color: #b65943;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
.btn.left {
  display: block;
  margin-right: auto;
}
.btn.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn.right {
  display: block;
  margin-left: auto;
}
.btn svg {
  display: inline;
  vertical-align: top;
  font-size: 2rem;
  line-height: 1rem;
  position: relative;
  left: 5px;
  width: 16px;
  height: 16px;
}
.btn.large {
  padding: 14px 40px;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.btn.large svg {
  top: 3px;
  left: 3px;
}
.btn div {
  display: inline;
}
.btn.zoom {
  transition: all 0.3s ease-in-out;
}
.btn.zoom:hover {
  transform: scale(1.1);
}

.btn-image {
  display: inline-block;
  width: 100%;
  color: #b65943;
  text-decoration: none;
  cursor: pointer;
}
.btn-image img {
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.btn-image h3 {
  font-size: 2rem;
  line-height: 2.2rem;
  padding: 0px;
  margin: 0px;
}
.btn-image span {
  display: block;
}
.btn-image span svg {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 5px;
  color: #00a2af;
}

.btn-icon, .btn-list {
  position: relative;
  padding: 16px 10px 16px 84px;
  display: inline-block;
  width: 100%;
  color: #b65943;
  text-decoration: none;
  cursor: pointer;
}
.btn-icon svg, .btn-list svg {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 50px;
  height: 50px;
  color: #00a2af;
}
.btn-icon h3, .btn-list h3 {
  font-size: 2rem;
  line-height: 2.2rem;
  padding: 0px;
  margin: 0px;
  color: #b65943;
}
.btn-icon p, .btn-list p {
  color: #423133;
  margin: 0px;
  padding: 0px;
}
.btn-icon span, .btn-list span {
  display: block;
}
.btn-icon span svg, .btn-list span svg {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 5px;
  color: #00a2af;
}
.btn-icon:hover, .btn-list:hover {
  background-color: #fff9f2;
}

.btn-list {
  display: block;
  font-size: 1.5rem;
  line-height: 1.7rem;
  padding: 10px;
  margin: 15 0px 15px 0px;
  color: #b65943;
}

div.wp-block-column p, div.wp-block-column ul {
  line-height: 2rem !important;
}

body.block-editor-page.post-type-page * {
  box-sizing: border-box;
}
body.block-editor-page.post-type-page .editor-post-author__panel {
  display: none !important;
}
html body.block-editor-page.post-type-page .wp-block, html body.block-editor-page.post-type-page :where(.wp-block) {
  max-width: 1600px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  overflow-x: hidden !important;
}
html body.block-editor-page.post-type-page div.wp-block-column {
  text-align: center;
}
html body.block-editor-page.post-type-page, body.block-editor-page.post-type-page {
  background-color: #fcfcfc;
  font-weight: normal;
}
body.block-editor-page.post-type-page .wp-block {
  overflow: visible !important;
}
body.block-editor-page.post-type-page fieldset.block-fieldset {
  border: 1px solid #ccc !important;
  margin: 10px auto 10px auto;
}
body.block-editor-page.post-type-page fieldset.block-fieldset legend {
  text-transform: uppercase;
  color: #333;
}
body.block-editor-page.post-type-page .block-editor-link-control {
  min-width: 100% !important;
}
html body.block-editor-page.post-type-page :where(p.wp-block) {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
body.block-editor-page.post-type-page .editor-styles-wrapper {
  font-size: 26px;
}
body.block-editor-page.post-type-page .editor-styles-wrapper h1, body.block-editor-page.post-type-page .editor-styles-wrapper h2, body.block-editor-page.post-type-page .editor-styles-wrapper h3, body.block-editor-page.post-type-page .editor-styles-wrapper h4 {
  font-family: GalanoGrotesque, sans-serif;
}
@media screen and (max-width: 2200px) {
  body.block-editor-page.post-type-page .editor-styles-wrapper {
    font-size: 22px;
  }
}
@media screen and (max-width: 1700px) {
  body.block-editor-page.post-type-page .editor-styles-wrapper {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  body.block-editor-page.post-type-page .editor-styles-wrapper {
    font-size: 16px;
  }
}
body.block-editor-page.post-type-page div.wp-block-column {
  text-align: center;
}
body.block-editor-page.post-type-page div.wp-block-column p, body.block-editor-page.post-type-page div.wp-block-column ul {
  font-size: 1rem !important;
  line-height: 2rem !important;
  text-align: left;
}
body.block-editor-page.post-type-page p {
  font-size: 1rem;
  line-height: 2rem;
  margin-block-start: 1em !important;
  margin-block-end: 1em !important;
  margin: 0 !important;
  margin-bottom: 20px !important;
  font-family: GalanoGrotesque, sans-serif;
}
body.block-editor-page.post-type-page div.is-desktop-preview, body.block-editor-page.post-type-page div.is-desktop-preview p {
  font-family: GalanoGrotesque, sans-serif !important;
}
body.block-editor-page.post-type-page div.wp-block-column p.has-medium-font-size, body.block-editor-page.post-type-page div.wp-block-column ul.has-medium-font-size, body.block-editor-page.post-type-page div.sectionHolder p.has-medium-font-size, body.block-editor-page.post-type-page div.sectionHolder ul.has-medium-font-size {
  font-size: 1.3em !important;
  line-height: 1.6em !important;
  margin-bottom: 0px !important;
}
body.block-editor-page.post-type-page div.wp-block-column p.has-large-font-size, body.block-editor-page.post-type-page div.wp-block-column ul.has-large-font-size, body.block-editor-page.post-type-page div.sectionHolder p.has-large-font-size, body.block-editor-page.post-type-page div.sectionHolder ul.has-large-font-size {
  font-size: 2em !important;
  line-height: 1.6em !important;
  margin-bottom: 0px !important;
}
body.block-editor-page.post-type-page .nospace, body.block-editor-page.post-type-page .wp-block-column p.nospace, body.block-editor-page.post-type-page div.sectionHolder p.nospace {
  line-height: 1em !important;
}
body.block-editor-page.post-type-page div.wp-block-column p.has-x-large-font-size, body.block-editor-page.post-type-page div.wp-block-column ul.has-x-large-font-size, body.block-editor-page.post-type-page div.sectionHolder p.has-x-large-font-size, body.block-editor-page.post-type-page div.sectionHolder ul.has-x-large-font-size {
  font-size: 2.5em !important;
  line-height: 1.6em !important;
  margin-bottom: 0px !important;
}
body.block-editor-page.post-type-page blockquote {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 30px;
}
body.block-editor-page.post-type-page blockquote::before {
  content: "“";
  font-family: serif;
  font-size: 60px;
  position: absolute;
  top: 20px;
  left: 0px;
}
body.block-editor-page.post-type-page blockquote .citation, body.block-editor-page.post-type-page blockquote cite {
  display: block;
  text-align: right;
  margin-top: 6px;
  opacity: 0.8;
  font-size: 16px;
}
body.block-editor-page.post-type-page blockquote .citation i, body.block-editor-page.post-type-page blockquote .citation em, body.block-editor-page.post-type-page blockquote cite i, body.block-editor-page.post-type-page blockquote cite em {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
}
body.block-editor-page.post-type-page hr.wp-block-separator {
  border: 0px;
  border-bottom: 1px solid #ececec;
}
html body.block-editor-page.post-type-page div.block-editor-block-list__block.wp-block.wp-block-theme-blocks-donate, html body.block-editor-page.post-type-page div.block-editor-block-list__block.wp-block.wp-block-theme-blocks-contact-form {
  max-width: 100% !important;
}
html body.block-editor-page.post-type-page .wp-block, html body.block-editor-page.post-type-page :where(.wp-block-columns), body.block-editor-page.post-type-page .wp-block-columns {
  width: 1400px;
  max-width: 100% !important;
  margin: 0px auto 0px auto;
}
body.block-editor-page.post-type-page .editor-styles-wrapper {
  overflow-x: hidden !important;
}
@media screen and (max-width: 750px) {
  body.block-editor-page.post-type-page .wp-block-columns {
    gap: 12px;
    margin-bottom: 12px;
    padding: 0px 0px 0px 0px;
  }
}
@media screen and (min-width: 751px) {
  body.block-editor-page.post-type-page .wp-block-column:has(.iconTextBlock) {
    padding-bottom: 30px;
  }
}
body.block-editor-page.post-type-page .sectionHolder figure.wp-block-table.is-style-regular {
  overflow-y: auto;
}
body.block-editor-page.post-type-page .sectionHolder figure.wp-block-table.is-style-regular table.has-fixed-layout {
  min-width: 600px;
}
body.block-editor-page.post-type-page .sectionHolder figure.wp-block-table.is-style-regular table.has-fixed-layout thead {
  border-bottom: 0px !important;
}
body.block-editor-page.post-type-page .sectionHolder figure.wp-block-table.is-style-regular table.has-fixed-layout thead tr th {
  font-size: 16px !important;
  border: 0px;
  opacity: 0.5;
  border-bottom: 1px solid #ccc;
}
body.block-editor-page.post-type-page .sectionHolder figure.wp-block-table.is-style-regular table.has-fixed-layout tbody tr td {
  border: 0px;
  border-bottom: 1px solid #ccc;
}

.is-desktop-preview {
  width: 1224px !important;
  max-width: 100% !important;
  margin: 0px auto 0px auto !important;
  font-size: 16px !important;
  font-family: Helvetica, sans-serif !important;
  line-height: 24px !important;
}
.is-desktop-preview p {
  font-size: 16px !important;
  font-family: Helvetica, sans-serif !important;
  line-height: 24px !important;
}

.editor-post-title {
  font-family: "DM Serif Display", serif !important;
  width: 724px !important;
  max-width: 100% !important;
  margin: 0px auto 0px auto !important;
}

.edit-post-visual-editor__content-area {
  background-color: #fff !important;
}

.editor-visual-editor {
  font-family: GalanoGrotesque, sans-serif;
}

.imageButton {
  display: inline-block;
  width: 100%;
  color: #423133;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.imageButton img {
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.imageButton h3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0px;
  margin: 0px;
}
.imageButton span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0px 6px 0px 6px;
}
.imageButton span svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 6px;
  color: #fff;
}

.sectionHeader {
  padding: 0px 0px 20px 0px;
  display: inline-block;
  width: 100%;
  font-family: GalanoGrotesque, sans-serif;
}
.sectionHeader h1, .sectionHeader h2, .sectionHeader h3, .sectionHeader h4 {
  font-family: GalanoGrotesque, sans-serif;
  margin: 0px;
  padding: 0px;
}
.sectionHeader h1.center, .sectionHeader h2.center, .sectionHeader h3.center, .sectionHeader h4.center {
  text-align: center;
}
.sectionHeader h1.teal, .sectionHeader h2.teal, .sectionHeader h3.teal, .sectionHeader h4.teal {
  color: #00a2af;
}
.sectionHeader h3 {
  font-size: 2rem;
  line-height: 2.4rem;
}
.sectionHeader h6 {
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: normal;
  padding-bottom: 4px;
  border-bottom: 1px solid #423133;
  color: #423133;
  display: inline-block;
}
.sectionHeader h6.center {
  margin: 0px auto 8px auto;
}
.sectionHeader h6.teal {
  border-bottom: 2px solid #00a2af;
  color: #00a2af;
}
.sectionHeader h6.orange {
  border-bottom: 2px solid #b65943;
  color: #b65943;
}
.sectionHeader h6.yellow {
  border-bottom: 2px solid #f0e18d;
  color: #f0e18d;
}
.sectionHeader.extralarge h3 {
  font-size: 3.4rem;
  line-height: 3.8rem;
}
.sectionHeader.large h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.sectionHeader.small h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 550px) {
  .sectionHeader {
    padding: 0px 0px 0px 0px;
  }
  .sectionHeader.extralarge h3 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}

div.wp-block-column .iconTextBlock, .iconTextBlock {
  padding: 20px;
  font-family: GalanoGrotesque, sans-serif;
  height: 100%;
}
div.wp-block-column .iconTextBlock.showBorder, .iconTextBlock.showBorder {
  border: 1px solid #ececec;
}
@media screen and (max-width: 780px) {
  div.wp-block-column .iconTextBlock, .iconTextBlock {
    margin-bottom: 12px;
  }
}
div.wp-block-column .iconTextBlock svg, .iconTextBlock svg {
  width: 50px;
  height: 50px;
}
div.wp-block-column .iconTextBlock h3, .iconTextBlock h3 {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-family: GalanoGrotesque, sans-serif;
}
div.wp-block-column .iconTextBlock p, .iconTextBlock p {
  line-height: 1.5em !important;
  text-align: inherit !important;
}

.Teal .iconTextBlock {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 162, 175, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

@media screen and (max-width: 600px) {
  .iconTextBlock {
    margin-bottom: 0px;
  }
}
.card-slider {
  list-style: none;
  padding: 20px 20px 60px 20px;
  margin: 20px auto 20px auto;
  width: 900px;
  height: 680px;
  clear: both;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.card-slider .arrow-previous, .card-slider .arrow-next {
  position: absolute;
  top: calc(50% - 50px);
  background-color: #fcfcfc;
  display: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 25px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  color: #ccc;
  border: 1px solid #ccc;
  cursor: default;
}
.card-slider .arrow-previous.active, .card-slider .arrow-next.active {
  display: flex;
  color: #00a2af;
  border: 1px solid #00a2af;
  cursor: pointer;
}
.card-slider .arrow-previous.active:hover, .card-slider .arrow-next.active:hover {
  background-color: #00a2af;
  color: #fff;
}
.card-slider .arrow-previous {
  left: 10px;
}
.card-slider .arrow-next {
  right: 10px;
}
.card-slider .dots {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.card-slider .dots div {
  width: 16px;
  height: 16px;
  margin: 0px 10px 0px 10px;
  border-radius: 8px;
  background-color: #ccc;
  cursor: pointer;
}
.card-slider .dots div.active {
  background-color: #b65943;
}
.card-slider li {
  position: absolute;
  left: -100%;
  top: 0px;
  list-style: none;
  padding: 20px;
  width: 100%;
  height: 640px;
}
.card-slider li .slide {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  display: grid;
  height: 100%;
  overflow: hidden;
  grid-template-columns: 50% 50%;
}
.card-slider li img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
}
.card-slider li .content {
  padding: 30px 40px 30px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.card-slider li .content h5 {
  font-size: 1rem;
  line-height: 1.2rem;
  display: block;
  width: fit-content;
  margin: 0px auto 10px auto;
  padding: 0px 0px 10px 0px;
  color: #00a2af;
  border-bottom: 2px solid #00a2af;
  text-align: center;
}
.card-slider li .content h3 {
  font-size: 2rem;
  line-height: 2.6rem;
}
.card-slider li .content p {
  font-size: 1rem;
  line-height: 2rem;
  text-align: left;
}
.card-slider li.focusLeft {
  animation: focusLeft 0.4s linear forwards;
}
.card-slider li.unfocusLeft {
  animation: unfocusLeft 0.4s linear forwards;
}
.card-slider li.focusRight {
  animation: focusRight 0.4s linear forwards;
}
.card-slider li.unfocusRight {
  animation: unfocusRight 0.4s linear forwards;
}

@keyframes focusLeft {
  from {
    left: 100%;
  }
  to {
    left: 0px;
  }
}
@keyframes unfocusLeft {
  from {
    left: 0px;
  }
  to {
    left: -100%;
  }
}
@keyframes focusRight {
  from {
    left: -100%;
  }
  to {
    left: 0px;
  }
}
@keyframes unfocusRight {
  from {
    left: 0px;
  }
  to {
    left: 100%;
  }
}
@media screen and (max-width: 600px) {
  .card-slider li .slide {
    grid-template-columns: 100%;
    grid-auto-flow: row;
    position: relative;
  }
  .card-slider li .slide img {
    height: 250px;
  }
  .card-slider li .slide::after {
    position: absolute;
    bottom: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    left: 0px;
    content: "Continue Reading";
    text-align: center;
    cursor: pointer;
    color: #00a2af;
    display: block;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 10px;
    text-shadow: 0px 0px 4px #fcfcfc;
    text-decoration: underline;
    background: linear-gradient(to bottom, transparent, #fcfcfc);
  }
}
.slider-v2 {
  display: grid;
  grid-template-columns: 100px auto;
  margin-top: 50px;
}
.slider-v2 .icons .iconStick {
  position: sticky;
  top: 100px;
}
.slider-v2 .icons .iconStick div {
  color: #ccc;
  margin: 20px 10px 20px 10px;
}
.slider-v2 .icons .iconStick div svg {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.slider-v2 .icons .iconStick div.active {
  opacity: 1;
  color: #b65943;
}
.slider-v2 .content {
  background-color: #00a2af;
  display: none;
  padding: 30px;
  grid-template-columns: 33% auto;
  gap: 40px;
}
.slider-v2 .content.active {
  display: grid;
}
.slider-v2 .content.active .description {
  animation: fadeIn 0.6s ease-in-out forwards;
  transform-origin: center left;
}
.slider-v2 .content .platform-image {
  position: relative;
}
.slider-v2 .content .platform-image img {
  position: absolute;
  width: 100%;
  top: -80px;
  left: 0px;
  height: calc(100% + 80px);
  object-fit: cover;
}
.slider-v2 .content .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.slider-v2 .content .description h4 {
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.slider-v2 .content .description h4, .slider-v2 .content .description p {
  max-width: 320px;
}
.slider-v2 .content .description p {
  line-height: 1.8rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 600px) {
  .slider-v2 {
    grid-template-columns: 50px auto;
  }
  .slider-v2 .icons .iconStick div {
    margin: 10px 5px 10px 5px;
  }
  .slider-v2 .content {
    grid-template-columns: 100%;
    grid-template-rows: 200px auto;
  }
}
.pressreleases {
  width: 100%;
  overflow-x: auto;
  padding: 30px 0px 60px 0px;
  display: block;
  position: relative;
}
.pressreleases h3 {
  font-size: 2.4rem;
  line-height: 2.7rem;
  color: #00a2af;
  text-align: center;
}
.pressreleases .scroll {
  display: flex;
  width: 1200px;
  justify-content: space-evenly;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  margin: 0px auto 0px auto;
}
.pressreleases .scroll .col {
  scroll-snap-align: start;
  flex-basis: 0;
  flex-grow: 1;
  padding: 10px;
  width: 300px;
}
.pressreleases .scroll .col a.item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
}
.pressreleases .scroll .col a.item img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center center;
  background-color: #00a2af;
  margin-bottom: 4px;
}
.pressreleases .scroll .col a.item small {
  font-size: 0.8rem;
  line-height: 1rem;
  display: block;
  margin-top: 3px;
  opacity: 0.6;
  font-weight: 100;
  color: #423133;
  text-transform: uppercase;
}
.pressreleases .scroll .col a.item h4 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #423133;
  margin: 0px;
  padding: 4px 0px;
  font-weight: 100;
}

.sectionHolder {
  position: static;
  /*
      position:relative;
      &:before{
          position:absolute;

          top:0px;
          left:0px;
          z-index:0;
          width:100%;
          height:100%;
          display:block;
          content:'';
          background:linear-gradient(to right,#fcfcfc 30%, transparent);
      }
  */
}
.sectionHolder img, .sectionHolder iframe {
  border-radius: 6px;
}
.sectionHolder.Brown {
  color: #fff;
}
.sectionHolder.Brown a {
  color: #fff;
}
.sectionHolder.Brown:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #423133 30%, transparent);
}
.sectionHolder.Orange {
  color: #fff;
}
.sectionHolder.Orange a {
  color: #fff;
}
.sectionHolder.Orange:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #b65943 30%, transparent);
}
.sectionHolder.Teal {
  color: #fff;
}
.sectionHolder.Teal a {
  color: #fff;
}
.sectionHolder.Teal:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #00a2af 30%, transparent);
}
.sectionHolder.pattern {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sectionHolder.pattern .container {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.sectionHolder.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #fcfcfc 30%, transparent);
}
.sectionHolder.Brown {
  color: #fff;
  color: #fff;
}
.sectionHolder.Brown a {
  color: #fff;
}
.sectionHolder.Brown.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #423133 30%, transparent);
}
.sectionHolder.Black {
  color: #fff;
  color: #fff;
}
.sectionHolder.Black a {
  color: #fff;
}
.sectionHolder.Black.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: linear-gradient(to right, #000 30%, transparent);
}
.sectionHolder.Teal {
  color: #fff;
  color: #fff;
}
.sectionHolder.Teal a {
  color: #fff;
}
.sectionHolder.Teal.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #00a2af 30%, transparent);
}
.sectionHolder.Yellow.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #f0e18d 30%, transparent);
}
.sectionHolder.Green {
  color: #fff;
}
.sectionHolder.Green.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #b8be36 30%, transparent);
}
.sectionHolder.Orange {
  color: #fff;
}
.sectionHolder.Orange.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #b65943 30%, transparent);
}
.sectionHolder .holderInnerBlocks {
  position: static;
}
.sectionHolder .container {
  width: 1650px;
  max-width: 100%;
  display: block;
  margin: 0px auto 0px auto;
  padding: 50px 10px 50px 10px;
}
@media screen and (max-width: 750px) {
  .sectionHolder .container {
    padding: 20px 20px 20px 20px;
  }
}
.sectionHolder .container.extraNarrow {
  width: 600px;
  max-width: 100%;
}
.sectionHolder .container.narrow {
  width: 1200px;
  max-width: 100%;
}
.sectionHolder .container.wide {
  width: 2500px;
  max-width: 100%;
}
.sectionHolder .container.full {
  width: 100%;
  max-width: 100%;
}

.editor-visual-editor .sectionHolder {
  margin: 0px;
  border: 1px dashed #ccc;
}
.editor-visual-editor .sectionHolder .container {
  padding: 50px 10px 50px 10px;
}

.sectionHolder.noPadding .components-resizable-box__container {
  height: 100% !important;
}
.sectionHolder.noPadding .container {
  padding: 0px;
}
.sectionHolder.noPadding .container .wp-block-columns .wp-block-column:nth-child(1) figure, .sectionHolder.noPadding .container .wp-block-columns .wp-block-column:nth-child(1) img {
  height: 100% !important;
  object-fit: cover;
}
.sectionHolder.noPadding .container .wp-block-columns .wp-block-column:nth-child(2) {
  padding: 50px 10px 50px 10px;
}

.pageSettings {
  padding: 20px;
}
.pageSettings .templateButton {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  padding: 5px;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  cursor: pointer;
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}
.pageSettings .templateButton .label {
  position: absolute;
  left: 10px;
  top: calc(50% - 15px);
  height: 30px;
  line-height: 30px;
  color: #fff;
  width: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  display: block;
  text-align: center;
}
.pageSettings .templateButton .blockHolder {
  display: grid;
  gap: 4px;
}
.pageSettings .templateButton .block {
  background-color: #666;
  border-radius: 4px;
  display: grid;
  gap: 4px;
  padding: 4px;
}
.pageSettings .templateButton .block .icon {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #ccc;
  margin-bottom: 2px;
  display: block;
}
.pageSettings .templateButton .block .textLine {
  background-color: #ccc;
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 2px;
}

.logogray img {
  filter: grayscale(1);
}

.logoSlider {
  width: 100%;
  overflow-x: hidden;
  display: block;
  white-space: nowrap;
}
.logoSlider .logoSliderHolderAnimate {
  width: fit-content;
  position: relative;
  top: 0px;
  left: 0px;
}
.logoSlider .logoSliderHolder {
  display: inline-flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  white-space: nowrap;
  width: fit-content;
}
.logoSlider .logoSliderHolder img {
  max-height: 140px;
  margin: 0px 10px 0px 10px;
  transition: opacity 1s linear;
}
.logoSlider .logoSliderHolder img.show {
  opacity: 1;
}

@keyframes logoSlider {
  from {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-101%);
  }
}
.iconTextLine {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.2rem;
  font-size: 1rem;
}
.iconTextLine .svgObject {
  margin-right: 10px;
  width: 30px !important;
  height: auto !important;
}
.iconTextLine .svgObject svg, .iconTextLine .svgObject object {
  width: 30px !important;
  height: auto !important;
}
.widgetArticleList {
  display: block;
  width: 100%;
  padding: 20px;
  font-family: sans-serif;
}

.noArticles {
  display: block;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.6rem;
  opacity: 0.6;
}

@media screen and (max-width: 700) {
  .article-list {
    padding: 15px;
  }
}
@media screen and (max-width: 350px) {
  .article-list {
    padding: 0px;
  }
}
.article-list .article-link {
  padding: 0px;
  position: relative;
  margin-bottom: 30px;
  text-decoration: none;
  color: #000;
  display: grid;
}
.article-list .article-link.with-image {
  grid-template-columns: 150px auto;
  grid-column-gap: 20px;
  column-gap: 20px;
}
.article-list .article-link a.articleDetails {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: fit-content(100%) fit-content(100%) auto;
  grid-template-areas: "date" "headline" "excerpt";
}
.article-list .article-link a {
  text-decoration: none;
  color: #000;
}
.article-list .article-link .image {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  border: 1px solid #ececec;
  margin-top: 4px;
  background-position: center top;
  background-size: cover;
  background-color: #ececec;
}
.article-list .article-link .headline {
  text-decoration: none;
  grid-area: headline;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 4px;
  padding-bottom: 0px;
  margin-top: 0px;
  display: block;
  padding-top: 0px;
}
.article-list .article-link .excerpt {
  grid-area: excerpt;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
}
.article-list .article-link .date {
  grid-area: date;
  display: block;
  margin-bottom: 2px;
  font-weight: normal !important;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 700px) {
  .article-list .article-link.with-image {
    grid-template-columns: 120px auto;
    grid-column-gap: 10px;
    column-gap: 10px;
  }
  .article-list .article-link a.articleDetails {
    grid-template-areas: "date" "headline";
    grid-template-rows: fit-content(100%) auto;
  }
  .article-list .article-link .date {
    margin-bottom: 0px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    opacity: 1;
  }
  .article-list .article-link .headline {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px !important;
  }
  .article-list .article-link .excerpt {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .article-list .article-link.with-image {
    grid-template-columns: 100px auto;
  }
  .article-list .article-link .date {
    font-size: 11px;
    font-weight: normal !important;
  }
  .article-list .article-link .headline {
    font-size: 16px;
    line-height: 22px;
  }
}

.article-list-small {
  border-top: 1px solid #ececec;
}
.article-list-small .article {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 8px;
  border-bottom: 1px solid #ececec;
}
.article-list-small.numbered .article {
  position: relative;
  padding-left: 50px !important;
  box-sizing: border-box;
}
.article-list-small.numbered .article span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 100%;
  float: left;
  font-size: 20px;
  text-align: right;
  padding: 8px;
  font-weight: bold;
}

.article-blocks {
  margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
  .article-blocks {
    padding: 15px;
  }
}
@media screen and (max-width: 350px) {
  .article-blocks {
    padding: 0px;
  }
}
.article-blocks .article-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 0px;
  overflow-y: hidden;
  grid-column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .article-blocks .article-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 15px;
  }
}
.article-blocks .article-link {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .article-blocks .article-link:last-child {
    display: none;
  }
}
.article-blocks .article-link .image {
  display: block;
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-color: #ececec;
  background-position: center top;
  margin-bottom: 10px;
  border: 1px solid #ececec;
}
.article-blocks .article-link .headline {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 6px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}
.article-blocks .article-link .date {
  display: block;
  margin-bottom: 10px;
  font-weight: normal !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.8;
}

@media screen and (max-width: 700px) {
  .article-blocks-small {
    padding: 15px;
  }
}
@media screen and (max-width: 350px) {
  .article-blocks-small {
    padding: 0px;
  }
}
.article-blocks-small .article-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .article-blocks-small .article-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
}
.article-blocks-small .article-link {
  display: block;
  padding: 15px;
  position: relative;
  min-height: 80px;
  border: 1px solid #ececec;
  border-bottom: 3px solid #ececec;
  padding-left: 100px;
  margin-bottom: 15px;
}
.article-blocks-small .article-link .image {
  position: absolute;
  left: 14px;
  top: 14px;
  display: block;
  width: 70px;
  height: 50px;
  background-position: center top;
  background-size: cover;
  background-color: #ececec;
}
.article-blocks-small .article-link .date {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  font-weight: normal !important;
  line-height: 24px;
}
.article-blocks-small .article-link .headline {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.article-list-column {
  border: 1px solid #ececec;
  border-bottom: 3px solid #ececec;
  margin-bottom: 15px;
  vertical-align: top;
  width: 100%;
  display: block;
}
@media screen and (max-width: 700px) {
  .article-list-column {
    margin: 15px !important;
    width: auto;
  }
}
@media screen and (max-width: 350px) {
  .article-list-column {
    margin: 0px !important;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .article-list-column {
    margin-left: auto;
    margin-right: auto;
  }
}
.article-list-column .articles .image {
  display: block;
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-color: #ececec;
  background-position: center top;
}
.article-list-column .articles .article-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .article-list-column .articles .article-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
}
.article-list-column .articles .article-link {
  display: block;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #ececec;
}
.article-list-column .articles .article-link .headline {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

@font-face {
  font-family: GalanoGrotesque;
  font-weight: bold;
  src: url(e8d6ed1f9eff334507fab2f6b46e15ad.otf) format("opentype");
}
@font-face {
  font-family: GalanoGrotesque;
  font-weight: normal;
  src: url(cbd8956ee8ca32b9757c89320519af87.otf) format("opentype");
}
@font-face {
  font-family: GalanoGrotesqueLight;
  font-weight: lighter;
  src: url(790058af38f23c93b59765eb44888da9.otf) format("opentype");
}
.bioblock {
  display: grid;
  grid-template-columns: 200px auto;
  margin-bottom: 30px;
}
.bioblock .text {
  padding: 0px 20px 0px 20px;
}
.bioblock .text h2 {
  color: #00a2af;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0px;
  padding: 0px;
}
.bioblock .text i {
  display: block;
  opacity: 0.7;
  margin-bottom: 12px;
}
.bioblock .text p {
  padding: 0px;
  font-size: 1rem;
  line-height: 2rem;
}
.bioblock .image {
  width: 200px;
}
.bioblock img {
  max-width: 100%;
  display: block;
  margin: 0px auto 0px auto;
}
@media screen and (max-width: 500px) {
  .bioblock {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
  .bioblock .image {
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  .bioblock .image img {
    width: 180px;
    margin: 0px 0px 0px 0px;
  }
}

.biopopup {
  text-align: center;
  width: 200px;
  max-width: 100%;
  display: block;
  margin: 0px auto 0px auto;
}
.biopopup h2 {
  color: #00a2af;
  font-family: sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: center;
}
.biopopup i {
  display: block;
  text-align: center;
  font-weight: normal;
  line-height: 1.4rem;
  opacity: 0.7;
}
.biopopup .image {
  width: 200px;
  max-width: 100%;
  display: block;
  margin: 0px auto 0px auto;
  position: relative;
  cursor: pointer;
}
.biopopup .image img {
  aspect-ratio: 1/1.3;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.biopopup .popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100dvh;
  z-index: 999999999;
  overflow-y: auto;
  justify-content: safe center;
  align-items: safe center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
}
.biopopup .popup .content {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 600px;
  max-width: 94vw;
  max-height: 86vh;
  border: 1px solid #ececec;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
.biopopup .popup .content .close {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}
.biopopup .popup .content .close button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background: transparent;
  border: none;
}
.biopopup .popup .content .main {
  border-top: 1px solid #ececec;
  width: 100%;
  padding: 20px;
  text-align: left;
  overflow-x: hidden;
}
.biopopup.show .popup {
  display: flex;
}

.imageUploadPlaceholder {
  position: relative;
}
.imageUploadPlaceholder .action {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.imageUploadPlaceholder img {
  position: relative;
  z-index: 1;
}
.imageUploadPlaceholder:hover .action {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  z-index: 999;
}

.leadGenForm {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
  font-family: GalanoGrotesque, sans-serif;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.leadGenForm h4, .leadGenForm h3 {
  font-family: GalanoGrotesque, sans-serif;
}
.leadGenForm h4 {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: normal;
  color: #00a2af;
  margin-bottom: 10px;
}
.leadGenForm.open {
  transform: translateY(0px);
}
.leadGenForm .holder {
  position: relative;
  width: 800px;
  max-width: 94%;
  height: 600px;
  max-height: 80dvh;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #ececec;
  display: grid;
  grid-template-columns: 100%;
}
.leadGenForm .holder .final-close {
  display: block;
  text-align: center;
  color: #00a2af;
}
.leadGenForm .holder .close {
  position: absolute;
  color: #00a2af;
  font-size: 30px;
  display: block;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  z-index: 9999999;
  cursor: pointer;
}
.leadGenForm .holder .sidebar {
  background-color: #ececec;
  background-size: 600px;
  background-repeat: no-repeat;
  padding: 20px;
  color: #000 !important;
}
.leadGenForm .holder .sidebar p {
  padding: 0px;
  line-height: 1.7rem;
  font-size: 1rem;
  color: #000 !important;
}
.leadGenForm .holder .sidebar p b {
  color: #00a2af;
}
.leadGenForm .holder .main {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto 70px;
  color: #000 !important;
}
.leadGenForm .holder .main .slideHolder {
  position: relative;
  overflow: hidden;
}
.leadGenForm .holder .main .slide {
  display: flex;
  padding: 20px;
  opacity: 0;
  transform: translateY(-30px);
  flex-direction: column;
  justify-content: safe center;
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  overflow-y: auto;
}
.leadGenForm .holder .main .slide.show {
  opacity: 1;
  position: absolute;
  left: 0px;
  transform: translateY(0);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.leadGenForm .holder .main form {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0px auto 0px auto;
}
.leadGenForm .holder .main form .errorMessage {
  transform: scaleY(0);
  transition: transform 0.3s ease-in-out;
  color: red;
  padding: 10px;
  text-align: center;
}
.leadGenForm .holder .main form .errorMessage.show {
  transform: scaleY(1);
}
.leadGenForm .holder .main label, .leadGenForm .holder .main .fieldHolder {
  display: block;
  padding: 10px 0px 10px 0px;
  position: relative;
}
.leadGenForm .holder .main label.error, .leadGenForm .holder .main .fieldHolder.error {
  color: red;
}
.leadGenForm .holder .main label .deleteField, .leadGenForm .holder .main .fieldHolder .deleteField {
  display: block;
  width: 20px;
  height: 20px;
  color: red;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.leadGenForm .holder .main label input, .leadGenForm .holder .main label textarea, .leadGenForm .holder .main label select, .leadGenForm .holder .main .fieldHolder input, .leadGenForm .holder .main .fieldHolder textarea, .leadGenForm .holder .main .fieldHolder select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 20px !important;
  min-height: auto !important;
}
.leadGenForm .holder .main label input.error, .leadGenForm .holder .main label textarea.error, .leadGenForm .holder .main label select.error, .leadGenForm .holder .main .fieldHolder input.error, .leadGenForm .holder .main .fieldHolder textarea.error, .leadGenForm .holder .main .fieldHolder select.error {
  border: 1px solid red;
}
.leadGenForm .holder .main label input:focus, .leadGenForm .holder .main label textarea:focus, .leadGenForm .holder .main label select:focus, .leadGenForm .holder .main .fieldHolder input:focus, .leadGenForm .holder .main .fieldHolder textarea:focus, .leadGenForm .holder .main .fieldHolder select:focus {
  border: 1px solid #00a2af;
  outline: none;
}
.leadGenForm .holder .main label label.requireCheck, .leadGenForm .holder .main .fieldHolder label.requireCheck {
  display: flex;
  align-items: center;
}
.leadGenForm .holder .main label label.requireCheck input, .leadGenForm .holder .main .fieldHolder label.requireCheck input {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.leadGenForm .holder .main label.checkbox {
  display: inline-grid;
  grid-template-columns: 50px auto;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin: 5px;
  cursor: pointer;
  width: calc(50% - 20px);
}
@media screen and (max-width: 750px) {
  .leadGenForm .holder .main label.checkbox {
    width: calc(100% - 25px);
  }
}
.leadGenForm .holder .main label.checkbox.withImage {
  grid-template-columns: 50px auto 100px;
}
.leadGenForm .holder .main label.checkbox.withImage .image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.leadGenForm .holder .main label.checkbox.withImage .image img {
  height: 40px;
}
.leadGenForm .holder .main label.checkbox:has(input:checked) {
  background-color: #00a2af;
  color: #fff;
}
.leadGenForm .holder .main label.checkbox.fullWidth {
  width: calc(100% - 25px);
}
.leadGenForm .holder .main label.checkbox input {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0px auto 0px auto;
}
.leadGenForm .holder .main label.checkbox span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.leadGenForm .holder .main label.checkbox span small {
  opacity: 0.6;
}
.leadGenForm .holder .buttons {
  border-top: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.leadGenForm .holder .buttons .btn {
  height: 50px;
  line-height: 30px;
}
.leadGenForm .holder .buttons .btn div {
  white-space: nowrap !important;
}
.leadGenForm .holder .buttons .btn.btn-next {
  background-color: #00a2af;
  color: #fff !important;
}
.leadGenForm .holder .buttons .btn.btn-next svg {
  top: 7px;
}
.leadGenForm .holder .buttons .btn.btn-back {
  background-color: #666;
  color: #fff !important;
}
.leadGenForm .holder .buttons .btn.disable {
  background-color: #ccc !important;
  color: #666;
  cursor: default;
}
.leadGenForm.completed .holder .main {
  grid-template-rows: 100%;
}
.leadGenForm.completed .holder .buttons {
  display: none;
}
@media screen and (max-width: 600px) {
  .leadGenForm {
    position: fixed;
    overflow-y: auto;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 120px;
    z-index: 99999999;
  }
  .leadGenForm .holder {
    margin-bottom: 10px;
    grid-template-columns: 100%;
    grid-auto-flow: row;
    height: auto;
    max-height: none;
    min-height: 80vh;
  }
  .leadGenForm .holder .sidebar {
    height: fit-content;
    overflow-y: auto;
    background-image: none;
  }
  .leadGenForm .holder .main .slide {
    position: absolute;
    height: auto;
  }
  .leadGenForm .holder .main .slide.show {
    position: relative;
  }
}
.leadGenForm.inline {
  position: relative;
  transform: translateY(0px);
  display: block;
  height: auto;
  z-index: 999;
}
.leadGenForm.inline .holder {
  width: 100%;
  max-width: 100%;
  min-height: 400px;
  max-height: none;
  height: auto;
  border-radius: 0px;
  box-shadow: none;
}
.leadGenForm.inline .holder .main .slide.show {
  position: relative;
}
@media screen and (max-width: 600px) {
  .leadGenForm {
    position: fixed;
    overflow-y: auto;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 120px;
    z-index: 99999999;
  }
  .leadGenForm.inline {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 0;
  }
  .leadGenForm.inline .holder {
    margin-bottom: 0px;
  }
  .leadGenForm .holder {
    margin-bottom: 10px;
    grid-template-columns: 100%;
    grid-auto-flow: row;
    height: auto;
    max-height: none;
    min-height: 80vh;
  }
  .leadGenForm .holder .sidebar {
    height: fit-content;
    overflow-y: auto;
    background-image: none;
  }
  .leadGenForm .holder .main .slide {
    position: absolute;
    height: auto;
  }
  .leadGenForm .holder .main .slide.show {
    position: relative;
  }
}
@media screen and (min-width: 601px) {
  .leadGenForm.with-sidebar .holder {
    grid-template-columns: 250px auto;
  }
}

/* HTML: <div class="loader"></div> */
.loader {
  --c:no-repeat linear-gradient(#b65943 0 0);
  background: var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c);
  background-size: 16px 16px;
  margin: 0px auto 0px auto;
  animation: l32-1 1s infinite, l32-2 1s infinite;
}

@keyframes l32-1 {
  0%, 100% {
    width: 45px;
    height: 45px;
  }
  35%, 65% {
    width: 65px;
    height: 65px;
  }
}
@keyframes l32-2 {
  0%, 40% {
    background-position: 0 0, 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 50% 50%;
  }
  60%, 100% {
    background-position: 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 0 0, 50% 50%;
  }
}
.billboard {
  display: grid;
  grid-template-columns: 66.6% 33.3%;
  grid-template-areas: "image content";
}
.billboard .image {
  grid-area: image;
}
.billboard .image img {
  width: 100%;
}
.billboard .content {
  grid-area: content;
  text-align: left;
  padding: 0px 20px 0px 20px;
}
.billboard.rightAlign {
  grid-template-columns: 33.3% 66.6%;
  grid-template-areas: "content image";
}
.billboard.ratio2_1 .image img {
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 2/1;
}
.billboard.ratio1_2 {
  grid-template-columns: 33.3% 66.6%;
}
.billboard.ratio1_2 .image img {
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1/2;
}
.billboard.rightAlign.ratio1_2 {
  grid-template-columns: 66.6% 33.3%;
}
@media screen and (max-width: 700px) {
  .billboard, .billboard.rightAlign {
    grid-template-columns: 100% !important;
    grid-template-areas: "image" "content" !important;
  }
}

:root {
  --frontSliderDuration:1.8;
  --frontSliderSlideIn:focusSlideSlidein 1.8s linear forwards;
  --frontSliderSlideOut:unfocusSlideSlidein 1.8s linear forwards;
}

.frontSliderHolder {
  position: relative;
  padding: 6px;
  margin-bottom: 50px;
}
.frontSliderHolder::after {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  bottom: -10px;
  left: 20%;
  height: 20px;
  background-color: #000;
  filter: blur(20px);
  border-radius: 50%;
  opacity: 0.5;
}
.frontSliderHolder ul.frontSliderBullets {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 9;
  left: 0px;
}
.frontSliderHolder ul.frontSliderBullets li {
  display: flex;
  list-style: none;
  margin: 10px;
  padding: 0px;
  width: 26px;
  cursor: pointer;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  opacity: 0.5;
}
.frontSliderHolder ul.frontSliderBullets li.active {
  background-color: #00a2af;
  opacity: 1;
  cursor: default;
}

.wp-block-template-scripts-front-slider .container {
  padding: 12px 10px 10px 10px;
}

.frontSlider {
  width: 100%;
  aspect-ratio: 16/7;
  list-style: none;
  padding: 0px;
  margin: 0px;
  background-color: #ececec;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 850px) {
  .frontSlider {
    aspect-ratio: 2/2.4;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .frontSlider {
    aspect-ratio: 1/1.3;
  }
}
@media screen and (max-width: 450px) {
  .frontSlider {
    aspect-ratio: 1/1.3;
  }
}
.frontSlider .staticText {
  position: absolute;
  bottom: 40px;
  left: 60px;
  font-size: 26px;
  line-height: 1.2em;
  color: #fff;
  z-index: 10;
  max-width: calc(100% - 100px);
}
.frontSlider .staticText h1 {
  font-size: 3em;
  line-height: 1.1em;
  margin: 0px;
  font-weight: lighter;
  font-family: GalanoGrotesqueLight;
  padding: 0px;
  margin-bottom: 20px;
}
.frontSlider .staticText p {
  font-size: 0.8em !important;
  line-height: 1.7em !important;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1250px) {
  .frontSlider .staticText {
    font-size: 20px;
    padding-right: 12%;
  }
}
@media screen and (max-width: 1000px) {
  .frontSlider .staticText {
    font-size: 16px;
    padding-right: 24%;
  }
}
@media screen and (max-width: 850px) {
  .frontSlider .staticText {
    font-size: 22px;
    padding-right: 10%;
  }
}
@media screen and (max-width: 800px) {
  .frontSlider .staticText {
    font-size: 22px;
    padding-right: 10%;
  }
}
@media screen and (max-width: 820px) {
  .frontSlider .staticText {
    font-size: 18px;
    padding-right: 13%;
  }
  .frontSlider .staticText h1 {
    font-size: 2.2em;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 540px) {
  .frontSlider .staticText {
    font-size: 14px;
    padding-right: 10%;
    left: 20px;
  }
  .frontSlider .staticText h1 {
    margin-bottom: 5px;
    text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 500px) {
  .frontSlider .staticText {
    bottom: 20px;
    left: 30px;
  }
}
.frontSlider::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(9e9eaded2930a155e9d5314bb5a12527.png);
  background-size: 100% 100%;
  background-position: top right;
  position: absolute;
  background-repeat: no-repeat;
  top: 0px;
  z-index: 8;
  left: 0px;
}
.frontSlider::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(639345b501ef16a803123ae5d51b0725.png);
  background-size: 100% 100%;
  background-position: top right;
  opacity: 0.7;
  background-blend-mode: soft-light;
  mix-blend-mode: soft-light;
  position: absolute;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  z-index: 9;
}
@media screen and (max-width: 850px) {
  .frontSlider::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(641ef7b1576b6b7ff4252b1e55d5373b.png);
    background-size: 100% 100%;
    background-position: top right;
    position: absolute;
    background-repeat: no-repeat;
    top: 0px;
    z-index: 8;
    left: 0px;
  }
  .frontSlider::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(1070d600ff0fcee66c0b5a1a6c49b40d.png);
    background-size: 100% 100%;
    background-position: top right;
    opacity: 0.7;
    background-blend-mode: soft-light;
    mix-blend-mode: soft-light;
    position: absolute;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    z-index: 9;
  }
}
.frontSlider .btn-arrow {
  position: absolute;
  z-index: 3;
  top: calc(50% - 20px);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
}
.frontSlider .btn-arrow svg {
  width: 30px;
  height: 30px;
  color: #fff;
  margin: 5px;
}
.frontSlider:hover .btn-arrow {
  opacity: 1;
}
.frontSlider .btn-previous {
  left: 15px;
}
.frontSlider .btn-next {
  right: 15px;
}
.frontSlider .iconbar {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  background-color: #fcfcfc;
  border-bottom-left-radius: 6px;
  z-index: 8;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}
.frontSlider .iconbar .icon {
  width: 100%;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.frontSlider .iconbar .icon svg {
  width: 40px;
  margin: 5px;
  color: #000;
  opacity: 0.3;
}
.frontSlider .iconbar .icon.focus svg {
  opacity: 1;
  color: #00a2af;
}
.frontSlider li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: flex-end;
  height: 100%;
  background-color: #ccc;
  background-size: auto 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  height: 100%;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
  transition-property: opacity;
  z-index: 1;
  z-index: 1;
}
.frontSlider li .mobilePreview {
  position: absolute;
  aspect-ratio: 9/16;
  right: 30px;
  top: 30px;
  width: 200px;
  max-width: 100%;
  padding: 20px 8px 20px 8px;
  border-radius: 16px;
  background-color: #101010;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
.frontSlider li .mobilePreview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frontSlider li .text {
  display: none;
  position: relative;
  backdrop-filter: blur(20px);
  transition-duration: var(--frontSliderSpeed);
  transition-timing-function: ease-in-out;
  transition-property: all;
  color: #fff;
  margin: 30px;
  padding: 30px;
  width: 500px;
  font-size: 1em;
  line-height: 1.4em;
  max-width: 90%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6);
}
.frontSlider li .text h3 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 6px;
}
.frontSlider li .text .btn {
  font-size: 1em;
  text-shadow: none;
  margin-top: 6px;
}
.frontSlider li .text .btn span {
  font-size: 1em;
  line-height: 0.75em;
  vertical-align: top;
}
.frontSlider li.focus {
  opacity: 1;
  z-index: 2;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
  transition-property: opacity;
}
.frontSlider li.focus .text {
  animation: focusSlideText 1s linear forwards 0.3s;
  transition-duration: var(--frontSliderSpeed);
  transition-timing-function: ease-in-out;
  transition-property: opacity;
}
.frontSlider li.focusReverse {
  opacity: 1;
}
.frontSlider li.unfocus {
  opacity: 0;
}
.frontSlider.slideIn {
  overflow: hidden;
}
.frontSlider.slideIn li {
  position: absolute;
  left: -100%;
  top: 0px;
  opacity: 1;
}
.frontSlider.slideIn li.focus {
  animation-timing-function: linear;
  animation-duration: var(--frontSliderSpeed);
  animation-name: focusSlideSlidein;
  animation-fill-mode: forwards;
}
.frontSlider.slideIn li.focusReverse {
  animation-timing-function: linear;
  animation-duration: var(--frontSliderSpeed);
  animation-name: focusSlideSlideinReverse;
  animation-fill-mode: forwards;
}
.frontSlider.slideIn li.unfocus {
  animation-timing-function: linear;
  animation-duration: var(--frontSliderSpeed);
  animation-name: unfocusSlideSlidein;
  animation-fill-mode: forwards;
}
.frontSlider.slideIn li.unfocusReverse {
  animation-timing-function: linear;
  animation-duration: var(--frontSliderSpeed);
  animation-name: unfocusSlideSlideinReverse;
  animation-fill-mode: forwards;
}

@keyframes focusSlideSlidein {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes unfocusSlideSlidein {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 1;
  }
}
@keyframes focusSlideSlideinReverse {
  0% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes unfocusSlideSlideinReverse {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
@keyframes focusSlide {
  0% {
    width: 20%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 0px;
    width: 100%;
    height: calc(100% - 10px);
  }
}
@keyframes unfocusSlide {
  0% {
    opacity: 1;
    width: 100% !important;
    height: calc(100% - 10px);
  }
  100% {
    height: 100%;
    width: 20%;
  }
}
@keyframes focusSlideText {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.imageSlide {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: flex-end;
  height: 100%;
  background-color: #ccc;
  background-size: auto 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 750px) {
  .imageSlide {
    aspect-ratio: 1/1.4 !important;
  }
}
.imageSlide.text_bl {
  align-items: flex-end;
  justify-content: flex-start;
}
.imageSlide.text_br {
  align-items: flex-end;
  justify-content: flex-end;
}
.imageSlide.text_tl {
  align-items: flex-start;
  justify-content: flex-start;
}
.imageSlide.text_tr {
  align-items: flex-start;
  justify-content: flex-end;
}
.imageSlide .text {
  position: relative;
  backdrop-filter: blur(20px);
  color: #fff;
  margin: 30px;
  padding: 30px;
  width: 500px;
  font-size: 1em;
  line-height: 1.4em;
  max-width: 90%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6);
}
.imageSlide .text h3 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 6px;
}
.imageSlide .text .btn {
  font-size: 1em;
  text-shadow: none;
  margin-top: 6px;
}
.imageSlide .text .btn span {
  font-size: 1em;
  line-height: 0.75em;
  vertical-align: top;
}

.teamBio {
  display: block;
  margin: 0px auto 0px auto;
  max-width: 280px;
  text-align: center;
}
.teamBio img.headshot {
  aspect-ratio: 1/1;
  width: 160px;
  display: block;
  max-width: 100%;
  margin: 0px auto 0px auto;
  background-color: #ececec;
  border-radius: 50% 50%;
  object-fit: cover;
  object-position: center center;
}
.teamBio h3 {
  font-size: 1.4em;
  font-weight: 100;
  line-height: 1.2em;
  padding: 0px;
  margin: 10px 0px 10px 0px;
}
.teamBio h4 {
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 100;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
.teamBio a {
  color: #00a2af;
  font-size: 1em;
}

.teamBioPopup {
  position: fixed;
  top: -110vh;
  left: 0px;
  transition: top 0.3s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.teamBioPopup .popupContent {
  width: 600px;
  max-width: 100%;
  border-radius: 6px;
  background-color: #fcfcfc;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  padding: 20px;
  max-height: 90dvh;
  overflow-x: hidden;
  overflow-y: auto;
}
.teamBioPopup .iconClose {
  z-index: 99999;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50% 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}
.teamBioPopup .textClose {
  color: #00a2af;
  display: block;
  margin-top: 6px;
  padding: 10px;
  text-align: center;
}
.teamBioPopup.show {
  top: 0px;
}

.logoHero {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.logoHero .textOverlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.logoHero .textOverlay h1 {
  display: block;
  max-width: 90%;
  font-size: 2.3rem;
  line-height: 1.2em;
  text-align: center;
  padding: 0px 20px 0px 20px;
  color: #423133;
  font-weight: 100;
}
.logoHero .textOverlay h1 em {
  position: relative;
  font-style: normal;
  display: inline-block;
  white-space: nowrap;
}
.logoHero .textOverlay h1 em::after {
  content: "";
  background-color: #00a2af;
  opacity: 0.3;
  height: 20px;
  bottom: 5px;
  left: 0px;
  width: 100%;
  display: block;
  position: absolute;
  mix-blend-mode: multiply;
}
.logoHero.logogray .logoHeroLogos div img {
  filter: grayscale(1);
}
.logoHero .logoHeroLogos {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.logoHero .logoHeroLogos div.row {
  display: inline-flex;
  width: max-content;
  animation-name: logoHero;
  animation-duration: var(--logoHeroSpeed1);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: absolute;
  left: 0;
}
.logoHero .logoHeroLogos div.row div.logo {
  flex: 0 0 auto;
  display: flex;
  margin: 0 200px;
  justify-content: center;
  align-items: center;
}
.logoHero .logoHeroLogos div.row div.logo img {
  max-width: 100%;
  max-height: 100%;
}
.logoHero .logoHeroLogos div.row:nth-of-type(1) {
  top: 10px;
}
.logoHero .logoHeroLogos div.row:nth-of-type(2) {
  top: var(--logoHeroRowHeight);
  animation-duration: var(--logoHeroSpeed2);
}
.logoHero .logoHeroLogos div.row:nth-of-type(3) {
  bottom: var(--logoHeroRowHeight);
  animation-duration: var(--logoHeroSpeed3);
}
.logoHero .logoHeroLogos div.row:nth-of-type(4) {
  bottom: 10px;
  animation-duration: var(--logoHeroSpeed4);
}

@keyframes logoHero {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes logoHero2 {
  0% {
    left: 0;
  }
  100% {
    left: var(--logoHeroRow2);
  }
}
@keyframes logoHero3 {
  0% {
    left: 0;
  }
  100% {
    left: var(--logoHeroRow3);
  }
}
@keyframes logoHero4 {
  0% {
    left: 0;
  }
  100% {
    left: var(--logoHeroRow4);
  }
}
.tabbedContent {
  display: grid;
  grid-template-columns: 350px auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  line-height: 2em;
}
@media screen and (max-width: 750px) {
  .tabbedContent {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
}
@media screen and (max-width: 750px) {
  .tabbedContent .tabHolder {
    padding-bottom: 40px;
  }
}
.tabbedContent .tabHolder .tab {
  display: block;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 40px;
}
.tabbedContent .tabHolder .tab h2 {
  position: relative;
  cursor: pointer;
  width: -webkit-fit-content;
  width: fit-content;
  opacity: 0.6;
  font-weight: 200;
  font-size: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .tabbedContent .tabHolder .tab {
    margin-bottom: 30px;
  }
  .tabbedContent .tabHolder .tab h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .tabbedContent .tabHolder .tab {
    margin-bottom: 15px;
  }
  .tabbedContent .tabHolder .tab h2 {
    font-size: 2rem;
  }
}
.tabbedContent .tabHolder .tab.active h2 {
  opacity: 1;
}
.tabbedContent .tabHolder .tab.active h2::after {
  content: "";
  background-color: #00a2af;
  opacity: 0.3;
  height: 25px;
  bottom: -5px;
  left: 10px;
  width: 100%;
  display: block;
  position: absolute;
  mix-blend-mode: multiply;
  animation: highlightText 0.3s ease-in-out forwards;
}
.tabbedContent .contentHolder {
  display: flex;
  justify-content: right;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .tabbedContent .contentHolder {
    justify-content: flex-start;
  }
}
.tabbedContent .contentHolder .content {
  opacity: 0;
  top: 40px;
  right: 0px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  max-width: 500px;
  position: relative;
  transition: top 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.tabbedContent .contentHolder .content p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  max-width: 100%;
}
.tabbedContent .contentHolder .content.active {
  opacity: 1;
  top: 0px;
  height: auto;
  width: 100%;
}
.tabbedContent.editor .contentHolder .content {
  display: none;
}
.tabbedContent.editor .contentHolder .content.active {
  display: block;
}

@keyframes highlightText {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.logoList {
  margin-left: auto;
  margin-right: auto;
}
.logoList table {
  border: 0px;
  border-collapse: collapse;
  width: 100%;
}
.logoList table td, .logoList table th {
  padding: 10px;
  border-bottom: 1px solid #ececec;
}
.logoList table td img {
  max-width: 150px;
  max-height: 100px;
}
.logoList table td .logoPlaceholder {
  display: block;
  max-width: 100%;
  aspect-ratio: 3/2;
  background-color: #ccc;
}

div.wp-block-column .iconTextBlock, .imageTextBlock {
  overflow: hidden;
  font-family: GalanoGrotesque, sans-serif;
  height: 100%;
  text-decoration: none;
  color: #000;
  display: block;
}
div.wp-block-column .iconTextBlock.roundedCorners, .imageTextBlock.roundedCorners {
  border-radius: 6px;
}
div.wp-block-column .iconTextBlock.showBorder, .imageTextBlock.showBorder {
  border: 1px solid #ececec;
}
@media screen and (max-width: 780px) {
  div.wp-block-column .iconTextBlock, .imageTextBlock {
    margin-bottom: 12px;
  }
}
div.wp-block-column .iconTextBlock svg, .imageTextBlock svg {
  width: 50px;
  height: 50px;
}
div.wp-block-column .iconTextBlock h3, .imageTextBlock h3 {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-family: GalanoGrotesque, sans-serif;
  margin-bottom: 10px;
  margin-top: 20px;
}
div.wp-block-column .iconTextBlock p, .imageTextBlock p {
  line-height: 1.5em !important;
  text-align: inherit !important;
}
div.wp-block-column .iconTextBlock .textHolder, .imageTextBlock .textHolder {
  padding: 0px 20px 20px 20px;
}
div.wp-block-column .iconTextBlock .imageHolder, .imageTextBlock .imageHolder {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-color: #ececec;
}
div.wp-block-column .iconTextBlock .imageHolder img, .imageTextBlock .imageHolder img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
  z-index: 0;
}
div.wp-block-column .iconTextBlock .imageHolder button, .imageTextBlock .imageHolder button {
  position: relative;
  z-index: 1;
}

.Teal .imageTextBlock {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 162, 175, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

@media screen and (max-width: 600px) {
  .imageTextBlock {
    margin-bottom: 0px;
  }
}
/* WRITERS BLOCK */
ul.writerBlockHolder {
  list-style: none;
  padding: 10px;
  text-align: center;
  vertical-align: top;
}

ul.writerBlockHolder li {
  list-style: none;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  width: 200px;
  height: 220px;
  text-align: center;
  vertical-align: top;
}

ul.writerBlockHolder li a {
  text-decoration: none;
  color: #000;
}

ul.writerBlockHolder li .image {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  overflow: hidden;
  background-color: #ececec;
  margin: 10px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

ul.writerBlockHolder li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media screen and (max-width: 600px) {
  ul.writerBlockHolder li {
    width: 150px;
    height: 200px;
  }
  ul.writerBlockHolder li .image {
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
}
/* Article Sharer */
.sharerList {
  list-style: none;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 0px;
  border-radius: 10px;
}
.sharerList li {
  list-style: none;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ececec;
}
.sharerList li small {
  display: block;
}
.sharerList li:last-child {
  border-bottom: 0px;
}

/* CONTACT FORM */
ul.contactFormList {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-radius: 10px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 0px;
  border-radius: 10px;
}
ul.contactFormList li {
  list-style: none;
  padding: 10px;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ececec;
  margin: 0px;
  margin-bottom: 0px;
}
ul.contactFormList li input {
  display: block;
  width: 100%;
}
ul.contactFormList li small {
  display: block;
  width: 100%;
}
ul.contactFormList li button {
  float: right;
}
ul.contactFormList li:last-child {
  border-bottom: 0px;
}

.contactFormBtnAdd {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
}

/* Author Bios */
.adminAuthorBio {
  box-sizing: border-box;
  padding-left: 80px;
  position: relative;
  font-size: 12px;
}

.adminAuthorBio img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 30px;
}

.adminAuthorBio {
  box-sizing: border-box;
  padding-left: 80px;
  position: relative;
  font-size: 12px;
}

.adminAuthorBio img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 30px;
}

.slideshow {
  background-color: #333;
  padding: 30px;
  box-sizing: border-box;
}

.block-editor__typewriter {
  font-family: Helvetica, sans-serif;
}

.wp-block {
  max-width: 760px !important;
}

.contactTable {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  max-width: 100%;
}

.contactTable td {
  padding: 10px;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.contactTable td b, .contactTable td strong, .contactTable td em {
  display: block !important;
  text-align: right;
}
