/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style/main.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body * {
  font-weight: normal;
}

.no-scroll {
  overflow: hidden;
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content-wrap {
  width: 100vw;
  margin: auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media only screen and (min-width : 768px) {
  .content-wrap {
    padding: 0 7.0707070707vw;
  }
}

.swiper-btn {
  transition: all 400ms ease 0ms;
  width: max(2.2727272727vw, 35px);
  height: max(2.2727272727vw, 35px);
  border-radius: max(2.2727272727vw, 35px);
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
}
.swiper-btn:hover {
  background-color: #F8D668;
}
.swiper-btn.small {
  width: max(2.2727272727vw, 35px);
  height: max(2.2727272727vw, 35px);
}
.swiper-btn.prev {
  margin-right: max(0.8080808081vw, 12px);
}
.swiper-btn.prev svg {
  transform: rotate(180deg);
}
.swiper-btn.dark {
  background-color: #F05629;
}
.swiper-btn.dark svg path,
.swiper-btn.dark svg line {
  stroke: #fff;
}
.swiper-btn svg path,
.swiper-btn svg line {
  transition: all 400ms ease 0ms;
}

.btn-icon {
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  font-family: "gotham-medium", sans-serif;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
}
.btn-icon:hover span {
  background-color: #F8D668;
}
.btn-icon:hover span svg path,
.btn-icon:hover span svg line {
  stroke: #323D48;
}
.btn-icon span {
  transition: all 400ms ease 0ms;
  width: max(1.0101010101vw, 20px);
  height: max(1.0101010101vw, 20px);
  border-radius: max(1.0101010101vw, 20px);
  background-color: #F05629;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: max(0.5050505051vw, 5px);
  flex-shrink: 0;
}
.btn-icon span svg {
  transform: rotate(90deg);
  width: max(0.5050505051vw, 7px);
}
.btn-icon span svg path,
.btn-icon span svg line {
  transition: all 400ms ease 0ms;
  stroke: #fff;
}

.dropdown-filter {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 5;
}
.dropdown-filter.active .dropdown-filter-header {
  background-color: #F8D668;
}
.dropdown-filter.active .dropdown-filter-header .swiper-btn {
  background-color: #fff;
  transform: rotate(-90deg);
}
.dropdown-filter.active .dropdown-filter-header .swiper-btn svg path,
.dropdown-filter.active .dropdown-filter-header .swiper-btn svg line {
  stroke: #323D48;
}
.dropdown-filter:hover .dropdown-filter-header {
  background-color: #F8D668;
}
.dropdown-filter:hover .dropdown-filter-header .swiper-btn {
  background-color: #fff;
}
.dropdown-filter:hover .dropdown-filter-header .swiper-btn svg path,
.dropdown-filter:hover .dropdown-filter-header .swiper-btn svg line {
  stroke: #323D48;
}
.dropdown-filter .dropdown-filter-header {
  transition: all 100ms ease 0ms;
  border-radius: max(0.7575757576vw, 10px);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: max(1.5151515152vw, 15px) max(1.7676767677vw, 20px);
  background-color: #fff;
  cursor: pointer;
}
.dropdown-filter .dropdown-filter-header p {
  font-family: "founders-grotesk-medium", sans-serif;
  font-size: max(1.2121212121vw, 18px);
  color: #323D48;
}
.dropdown-filter .dropdown-filter-header .swiper-btn {
  position: relative;
  transform: rotate(90deg);
}
.dropdown-filter .dropdown-filter-list {
  z-index: 0;
  display: none;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #F8D668;
  padding: max(1.5151515152vw, 15px) max(1.7676767677vw, 20px);
  padding-top: 25px;
  border-radius: 0 0 max(0.7575757576vw, 15px) max(0.7575757576vw, 15px);
  transform: translateY(-10px);
}
@media only screen and (min-width : 768px) {
  .dropdown-filter .dropdown-filter-list {
    transform: translateY(-1.0101010101vw);
    padding-top: max(2.5252525253vw, 15px);
  }
}
.dropdown-filter .dropdown-filter-list:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #323D48;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .dropdown-filter .dropdown-filter-list:after {
    top: 1.0101010101vw;
  }
}
.dropdown-filter .dropdown-filter-list .dropdown-filter-list-content {
  display: flex;
  flex-wrap: wrap;
}
.dropdown-filter .dropdown-filter-list .dropdown-filter-list-content .single-checkbox {
  width: 50%;
  margin-bottom: max(1.0101010101vw, 15px);
}
.dropdown-filter .dropdown-filter-list .dropdown-filter-list-content .single-checkbox label {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  cursor: pointer;
}
.dropdown-filter .dropdown-filter-list .dropdown-filter-list-content .single-checkbox input {
  display: none;
}
.dropdown-filter .dropdown-filter-list .dropdown-filter-list-content .single-checkbox input:checked ~ label {
  font-family: "founders-grotesk-medium", sans-serif;
}

.btn, .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], form.wpcf7-form input[type=submit] {
  transition: all 200ms ease 0ms;
  font-size: max(0.8080808081vw, 14px);
  font-family: "gotham-medium", sans-serif;
  width: max(15.1515151515vw, 285px);
  border-radius: 100px;
  padding: max(0.8585858586vw, 14px) 20px;
  box-sizing: border-box;
  background-color: #F05629;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border: none;
}
.btn.light, .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input.light[type=submit], form.wpcf7-form input.light[type=submit] {
  background-color: #fff;
  color: #323D48;
}
.btn.yellow, .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input.yellow[type=submit], form.wpcf7-form input.yellow[type=submit] {
  background-color: #F8D668;
  color: #323D48;
}
.btn.yellow:hover, .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input.yellow[type=submit]:hover, form.wpcf7-form input.yellow[type=submit]:hover {
  background-color: #F05629;
  color: #fff;
}
.btn:hover, .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit]:hover, form.wpcf7-form input[type=submit]:hover {
  background-color: #F8D668;
  color: #323D48;
}

form.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: max(0.3535353535vw, 5px);
  font-family: "founders-grotesk-regular", sans-serif;
  font-size: max(0.6565656566vw, 13px);
  color: #F05629;
}
form.wpcf7-form .wpcf7-response-output {
  color: #F05629;
  font-family: "founders-grotesk-regular", sans-serif;
  margin: 0;
  border: 0;
  padding: 0;
  font-size: max(0.8080808081vw, 14px);
  text-align: center;
  margin-top: max(1.5151515152vw, 15px);
}
form.wpcf7-form .two-col {
  display: flex;
  flex-wrap: wrap;
}
form.wpcf7-form .two-col .input-holder {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  form.wpcf7-form .two-col .input-holder {
    width: 50%;
  }
}
@media only screen and (min-width : 768px) {
  form.wpcf7-form .two-col .input-holder:nth-child(odd) {
    padding-right: 0.8585858586vw;
  }
}
@media only screen and (min-width : 768px) {
  form.wpcf7-form .two-col .input-holder:nth-child(even) {
    padding-left: 0.8585858586vw;
  }
}
form.wpcf7-form .submit-input-holder {
  text-align: center;
  width: 100%;
  position: relative;
}
form.wpcf7-form .submit-input-holder input {
  margin: auto;
}
form.wpcf7-form .submit-input-holder .wpcf7-spinner {
  position: absolute;
  right: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
form.wpcf7-form .input-holder {
  margin-bottom: max(2.2727272727vw, 25px);
}
form.wpcf7-form .input-holder input,
form.wpcf7-form .input-holder textarea {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  width: 100%;
}
form.wpcf7-form .input-holder input::-moz-placeholder, form.wpcf7-form .input-holder textarea::-moz-placeholder {
  color: inherit;
  -moz-transition: all 100ms ease 0ms;
  transition: all 100ms ease 0ms;
}
form.wpcf7-form .input-holder input::placeholder,
form.wpcf7-form .input-holder textarea::placeholder {
  color: inherit;
  transition: all 100ms ease 0ms;
}
form.wpcf7-form .input-holder input:focus,
form.wpcf7-form .input-holder textarea:focus {
  outline: none;
  border-color: #F05629;
  color: #F05629;
}
form.wpcf7-form .input-holder input:focus::-moz-placeholder, form.wpcf7-form .input-holder textarea:focus::-moz-placeholder {
  opacity: 0;
}
form.wpcf7-form .input-holder input:focus::placeholder,
form.wpcf7-form .input-holder textarea:focus::placeholder {
  opacity: 0;
}
form.wpcf7-form .input-holder input {
  transition: all 400ms ease 0ms;
  background-color: transparent;
  padding: 0 0 0.5050505051vw 0;
  border: none;
  border-bottom: 1px solid #323D48;
}
form.wpcf7-form .input-holder textarea {
  border: 1px solid #323D48;
  height: 170px;
  border-radius: max(0.7575757576vw, 10px);
  padding: max(1.3636363636vw, 14px) max(1.7171717172vw, 19px);
  box-sizing: border-box;
  resize: none;
}
@media only screen and (min-width : 768px) {
  form.wpcf7-form .input-holder textarea {
    height: 200px;
  }
}
form.wpcf7-form input[type=submit] {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  form.wpcf7-form input[type=submit] {
    width: max(17.6767676768vw, 285px);
  }
}

.pill {
  display: inline-flex;
  background-color: #fff;
  font-family: "gotham-medium", sans-serif;
  padding: max(0.5050505051vw, 10px) max(1.0101010101vw, 17px);
  border-radius: max(5.0505050505vw, 100px);
  text-align: center;
  font-size: 14px;
  color: #323D48;
  margin-right: max(0.3535353535vw, 7px);
  margin-bottom: max(0.3535353535vw, 7px);
}
@media only screen and (min-width : 768px) {
  .pill {
    font-size: max(0.7070707071vw, 12px);
  }
}
.pill.transparent {
  border: solid 1px #323D48;
}

.swiper-navigation-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-navigation-buttons .swiper-btn {
  margin-top: max(3.0303030303vw, 31px);
}
.swiper-navigation-buttons .swiper-btn.prev {
  margin-right: 13px;
}
@media only screen and (min-width : 768px) {
  .swiper-navigation-buttons .swiper-btn.prev {
    margin-right: max(1.0101010101vw, 18px);
  }
}

.text-editor hr {
  border-color: #323D48;
  margin-bottom: max(1.0101010101vw, 17px);
}
.text-editor h1 {
  display: none;
}
.text-editor h2 {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  color: #323D48;
  margin-bottom: max(1.0101010101vw, 17px);
}
.text-editor h3, .text-editor h4, .text-editor h5, .text-editor h6 {
  font-family: "founders-grotesk-medium", sans-serif;
  color: #323D48;
  line-height: 1.2em;
  margin-bottom: max(1.0101010101vw, 17px);
}
.text-editor h3 {
  font-size: max(1.5151515152vw, 22px);
}
.text-editor h4 {
  font-size: max(1.4141414141vw, 20px);
}
.text-editor h5 {
  font-size: max(1.3131313131vw, 18px);
}
.text-editor h6 {
  font-size: max(1.2121212121vw, 16px);
}
.text-editor p {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  margin-bottom: max(1.0101010101vw, 17px);
}
.text-editor p strong {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.text-editor a {
  transition: all 400ms ease 0ms;
  color: #F05629;
}
.text-editor a:hover {
  color: #F8D668;
}
.text-editor li {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
}
.text-editor ul,
.text-editor ol {
  margin-bottom: max(1.0101010101vw, 17px);
}
.text-editor ul li,
.text-editor ol li {
  margin-bottom: max(1.0101010101vw, 17px);
}
.text-editor ul li ul,
.text-editor ul li ol,
.text-editor ol li ul,
.text-editor ol li ol {
  margin-top: max(1.0101010101vw, 17px);
}
.text-editor ul li {
  position: relative;
  padding-left: max(1.1111111111vw, 15px);
}
.text-editor ul li:before {
  content: "";
  display: block;
  width: max(0.303030303vw, 6px);
  height: max(0.303030303vw, 6px);
  border-radius: max(0.303030303vw, 6px);
  background-color: #F05629;
  position: absolute;
  left: 0;
  top: max(0.6060606061vw, 9px);
}
.text-editor ol {
  counter-reset: item;
}
.text-editor ol li {
  position: relative;
  padding-left: max(1.1111111111vw, 15px);
}
.text-editor ol li:before {
  font-family: "gotham-book", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  line-height: 1.4em;
  font-family: "founders-grotesk-medium", sans-serif;
  content: counter(item) ")";
  display: block;
  counter-increment: item;
  position: absolute;
  left: 0;
  top: max(0.2525252525vw, 2px);
  color: #F05629;
}
.text-editor img {
  width: 100%;
  border-radius: max(2.0202020202vw, 20px);
}
.text-editor blockquote {
  background-color: #F8D668;
  padding: max(1.3131313131vw, 15px) max(2.5252525253vw, 23px);
  border-radius: max(1.2626262626vw, 10px);
  margin-bottom: max(1.0101010101vw, 17px);
}
.text-editor blockquote * {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  color: #323D48;
  margin-bottom: 0;
}

@font-face {
  font-family: founders-grotesk-regular;
  src: url(fonts/founders-grotesk-regular.df63bcf6.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: founders-grotesk-medium;
  src: url(fonts/founders-grotesk-medium.9abb71f7.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: gotham-medium;
  src: url(fonts/gotham-medium.b926a9f3.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: gotham-book;
  src: url(fonts/gotham-book.20015d18.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

button,
input,
textarea {
  border-radius: 0;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  text-decoration: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@media only screen and (max-width: 640px) {
  html {
    overflow-x: hidden;
  }
}
.fade-in-animation {
  opacity: 0;
}

#site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 200ms ease 0ms;
}
#site-header:not(.page-has-full-width-hero-image):not(.scrolled) .header-content nav ul li a:hover {
  color: #F8D668;
}
#site-header.scrolled {
  background-color: #fff;
}
#site-header.scrolled .header-content nav ul li a {
  color: #323D48;
}
#site-header.scrolled .header-content .buttons .button-holder.button-2-holder .btn, #site-header.scrolled .header-content .buttons .button-holder.button-2-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form #site-header.scrolled .header-content .buttons .button-holder.button-2-holder input[type=submit], #site-header.scrolled .header-content .buttons .button-holder.button-2-holder form.wpcf7-form input[type=submit], form.wpcf7-form #site-header.scrolled .header-content .buttons .button-holder.button-2-holder input[type=submit] {
  background-color: #323D48;
  color: #fff;
}
#site-header.scrolled .header-content .buttons .button-holder.button-2-holder .btn:hover, #site-header.scrolled .header-content .buttons .button-holder.button-2-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit]:hover, .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form #site-header.scrolled .header-content .buttons .button-holder.button-2-holder input[type=submit]:hover, #site-header.scrolled .header-content .buttons .button-holder.button-2-holder form.wpcf7-form input[type=submit]:hover, form.wpcf7-form #site-header.scrolled .header-content .buttons .button-holder.button-2-holder input[type=submit]:hover {
  background-color: #F8D668;
  color: #323D48;
}
#site-header.scrolled .header-content .buttons .button-holder.button-1-holder .btn, #site-header.scrolled .header-content .buttons .button-holder.button-1-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form #site-header.scrolled .header-content .buttons .button-holder.button-1-holder input[type=submit], #site-header.scrolled .header-content .buttons .button-holder.button-1-holder form.wpcf7-form input[type=submit], form.wpcf7-form #site-header.scrolled .header-content .buttons .button-holder.button-1-holder input[type=submit] {
  background-color: #F05629;
  color: #fff;
}
#site-header.scrolled .header-content .buttons .button-holder.button-1-holder .btn:hover, #site-header.scrolled .header-content .buttons .button-holder.button-1-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit]:hover, .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form #site-header.scrolled .header-content .buttons .button-holder.button-1-holder input[type=submit]:hover, #site-header.scrolled .header-content .buttons .button-holder.button-1-holder form.wpcf7-form input[type=submit]:hover, form.wpcf7-form #site-header.scrolled .header-content .buttons .button-holder.button-1-holder input[type=submit]:hover {
  background-color: #F8D668;
  color: #323D48;
}
#site-header.scrolled .header-content .buttons .menu-opener {
  background-color: #F05629;
}
#site-header.scrolled .header-content .buttons .menu-opener span {
  background-color: #fff;
}
#site-header .header-content {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}
@media only screen and (min-width : 768px) {
  #site-header .header-content {
    padding: 25px 30px;
  }
}
@media only screen and (min-width : 1024px) {
  #site-header .header-content {
    padding: 1.2626262626vw 2.5252525253vw;
  }
}
#site-header .header-content .logo-holder {
  position: relative;
  display: inline-block;
}
#site-header .header-content .logo-holder img {
  transition: all 200ms ease 0ms;
  width: max(5.8080808081vw, 75px);
}
#site-header .header-content .logo-holder img.logo-dark {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#site-header .header-content .logo-holder img.visible {
  opacity: 1;
}
#site-header .header-content nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media only screen and (min-width : 1100px) {
  #site-header .header-content nav {
    margin-left: 0;
  }
}
@media only screen and (min-width : 1250px) {
  #site-header .header-content nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#site-header .header-content nav ul {
  margin-right: 1.5151515152vw;
  display: none;
}
@media only screen and (min-width : 1100px) {
  #site-header .header-content nav ul {
    display: block;
  }
}
#site-header .header-content nav ul li {
  display: inline-block;
  margin-right: 2.2727272727vw;
}
#site-header .header-content nav ul li:last-child {
  margin-right: 0;
}
#site-header .header-content nav ul li a {
  font-size: max(0.8080808081vw, 14px);
  color: #fff;
  font-family: "gotham-medium", sans-serif;
  transition: all 200ms ease 0ms;
}
#site-header .header-content nav ul li a:hover {
  color: #F05629;
}
#site-header .header-content .buttons {
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 1100px) {
  #site-header .header-content .buttons .button-holder {
    margin-left: 0.7575757576vw;
  }
}
#site-header .header-content .buttons .button-holder .btn, #site-header .header-content .buttons .button-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form #site-header .header-content .buttons .button-holder input[type=submit], #site-header .header-content .buttons .button-holder form.wpcf7-form input[type=submit], form.wpcf7-form #site-header .header-content .buttons .button-holder input[type=submit] {
  width: max(10.6060606061vw, 145px);
}
#site-header .header-content .buttons .button-holder.button-2-holder {
  display: none;
}
@media only screen and (min-width : 1100px) {
  #site-header .header-content .buttons .button-holder.button-2-holder {
    display: block;
  }
}
#site-header .header-content .buttons .button-holder.button-2-holder .btn, #site-header .header-content .buttons .button-holder.button-2-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form #site-header .header-content .buttons .button-holder.button-2-holder input[type=submit], #site-header .header-content .buttons .button-holder.button-2-holder form.wpcf7-form input[type=submit], form.wpcf7-form #site-header .header-content .buttons .button-holder.button-2-holder input[type=submit] {
  background-color: #E04B20;
  color: #fff;
}
#site-header .header-content .buttons .button-holder.button-2-holder .btn:hover, #site-header .header-content .buttons .button-holder.button-2-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit]:hover, .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form #site-header .header-content .buttons .button-holder.button-2-holder input[type=submit]:hover, #site-header .header-content .buttons .button-holder.button-2-holder form.wpcf7-form input[type=submit]:hover, form.wpcf7-form #site-header .header-content .buttons .button-holder.button-2-holder input[type=submit]:hover {
  background-color: #F8D668;
  color: #323D48;
}
#site-header .header-content .buttons .menu-opener {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease 0ms;
}
#site-header .header-content .buttons .menu-opener span {
  width: 15px;
  height: 1px;
  background-color: #323D48;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  transition: all 200ms ease 0ms;
}
#site-header .header-content .buttons .menu-opener span:last-child {
  margin-bottom: 0;
}
#site-header .header-content .buttons .menu-opener.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 5px;
}
#site-header .header-content .buttons .menu-opener.active span:nth-of-type(2) {
  transform: rotate(-45deg);
  top: -1px;
}
#site-header .header-content .buttons .menu-opener.active span:nth-of-type(3) {
  display: none;
}
@media only screen and (min-width : 1100px) {
  #site-header .header-content .buttons .menu-opener {
    display: none;
  }
}

.mobile-nav {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #F05629;
  z-index: 9;
  display: none;
}
.mobile-nav .mobile-nav-content {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: auto;
  padding: 100px 0;
  box-sizing: border-box;
}
.mobile-nav .mobile-nav-content .navigation {
  margin: auto;
}
.mobile-nav .mobile-nav-content .navigation ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-nav .mobile-nav-content .navigation ul li {
  margin-bottom: 20px;
  text-align: center;
}
.mobile-nav .mobile-nav-content .navigation ul li.current-menu-item a {
  color: #F8D668;
}
.mobile-nav .mobile-nav-content .navigation ul li a {
  font-size: 12.077294686vw;
  color: #fff;
  font-family: "founders-grotesk-medium", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 450px) {
  .mobile-nav .mobile-nav-content .navigation ul li a {
    font-size: 50px;
  }
}
.mobile-nav .mobile-nav-content .navigation .buttons {
  padding-top: 30px;
  margin-top: 30px;
  border-top: solid 1px #fff;
}
.mobile-nav .mobile-nav-content .navigation .buttons {
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 1100px) {
  .mobile-nav .mobile-nav-content .navigation .buttons .button-holder {
    margin-left: 0.7575757576vw;
  }
}
.mobile-nav .mobile-nav-content .navigation .buttons .button-holder .btn, .mobile-nav .mobile-nav-content .navigation .buttons .button-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .mobile-nav .mobile-nav-content .navigation .buttons .button-holder input[type=submit], .mobile-nav .mobile-nav-content .navigation .buttons .button-holder form.wpcf7-form input[type=submit], form.wpcf7-form .mobile-nav .mobile-nav-content .navigation .buttons .button-holder input[type=submit] {
  width: max(10.6060606061vw, 145px);
}
.mobile-nav .mobile-nav-content .navigation .buttons .button-holder.button-2-holder {
  display: none;
}
@media only screen and (min-width : 1100px) {
  .mobile-nav .mobile-nav-content .navigation .buttons .button-holder.button-2-holder {
    display: block;
  }
}
.mobile-nav .mobile-nav-content .navigation .buttons .button-holder.button-2-holder .btn, .mobile-nav .mobile-nav-content .navigation .buttons .button-holder.button-2-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .mobile-nav .mobile-nav-content .navigation .buttons .button-holder.button-2-holder input[type=submit], .mobile-nav .mobile-nav-content .navigation .buttons .button-holder.button-2-holder form.wpcf7-form input[type=submit], form.wpcf7-form .mobile-nav .mobile-nav-content .navigation .buttons .button-holder.button-2-holder input[type=submit] {
  background-color: #E04B20;
  color: #fff;
}
.mobile-nav .mobile-nav-content .navigation .buttons .button-holder.button-2-holder .btn:hover, .mobile-nav .mobile-nav-content .navigation .buttons .button-holder.button-2-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit]:hover, .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .mobile-nav .mobile-nav-content .navigation .buttons .button-holder.button-2-holder input[type=submit]:hover, .mobile-nav .mobile-nav-content .navigation .buttons .button-holder.button-2-holder form.wpcf7-form input[type=submit]:hover, form.wpcf7-form .mobile-nav .mobile-nav-content .navigation .buttons .button-holder.button-2-holder input[type=submit]:hover {
  background-color: #F8D668;
  color: #323D48;
}
.mobile-nav .mobile-nav-content .titter-cta-holder {
  margin-top: auto;
  position: relative;
  top: 80px;
}
.mobile-nav .mobile-nav-content .titter-cta-holder .twitter-cta {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-family: "gotham-book", sans-serif;
}
.mobile-nav .mobile-nav-content .titter-cta-holder .twitter-cta img {
  margin-left: 5px;
}

#site-footer .footer-content {
  padding-top: max(3.5353535354vw, 40px);
  padding-bottom: max(3.5353535354vw, 40px);
}
#site-footer .footer-content .top-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: max(2.7777777778vw, 40px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#site-footer .footer-content .top-content .left {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width : 1024px) {
  #site-footer .footer-content .top-content .left {
    width: auto;
    margin-bottom: 0px;
  }
}
#site-footer .footer-content .top-content .left .logo-holder {
  margin-bottom: max(1.7676767677vw, 20px);
  display: inline-block;
}
#site-footer .footer-content .top-content .left .logo-holder img {
  width: max(5.8080808081vw, 115px);
}
#site-footer .footer-content .top-content .left p {
  color: #323D48;
  font-family: "founders-grotesk-medium", sans-serif;
  font-size: max(1.7171717172vw, 24px);
}
@media only screen and (min-width : 1024px) {
  #site-footer .footer-content .top-content .left p {
    max-width: 60%;
  }
}
@media only screen and (min-width : 1250px) {
  #site-footer .footer-content .top-content .left p {
    max-width: 100%;
  }
}
#site-footer .footer-content .top-content .right {
  width: 100%;
}
@media only screen and (min-width : 1024px) {
  #site-footer .footer-content .top-content .right {
    width: auto;
  }
}
#site-footer .footer-content .top-content .right ul {
  display: flex;
  flex-wrap: wrap;
}
#site-footer .footer-content .top-content .right ul li {
  margin-right: 45px;
  margin-bottom: 35px;
}
#site-footer .footer-content .top-content .right ul li:last-child {
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  #site-footer .footer-content .top-content .right ul li {
    margin-bottom: 0;
  }
  #site-footer .footer-content .top-content .right ul li:last-child {
    width: auto;
  }
}
@media only screen and (min-width : 1024px) {
  #site-footer .footer-content .top-content .right ul li {
    margin-right: 4.0404040404vw;
  }
}
#site-footer .footer-content .top-content .right ul li:last-child {
  margin-right: 0;
}
#site-footer .footer-content .top-content .right ul li a {
  font-family: "founders-grotesk-medium", sans-serif;
  font-size: max(1.2121212121vw, 18px);
  color: #323D48;
  margin-bottom: 18px;
  display: inline-block;
  transition: all 200ms ease 0ms;
}
#site-footer .footer-content .top-content .right ul li a:hover {
  color: #F05629;
}
#site-footer .footer-content .top-content .right ul li ul {
  display: block;
}
#site-footer .footer-content .top-content .right ul li ul li {
  margin-bottom: 10px;
}
#site-footer .footer-content .top-content .right ul li ul li a {
  font-family: "gotham-book", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  margin-bottom: 0;
}
#site-footer .footer-content .bottom-content {
  padding-top: max(2.7777777778vw, 40px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#site-footer .footer-content .bottom-content p, #site-footer .footer-content .bottom-content a {
  width: 100%;
  font-family: "gotham-book", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  display: block;
}
@media only screen and (min-width : 768px) {
  #site-footer .footer-content .bottom-content p, #site-footer .footer-content .bottom-content a {
    width: auto;
  }
}
#site-footer .footer-content .bottom-content p.twitter-cta, #site-footer .footer-content .bottom-content a.twitter-cta {
  display: flex;
  align-items: center;
}
#site-footer .footer-content .bottom-content p.twitter-cta img, #site-footer .footer-content .bottom-content a.twitter-cta img {
  margin-left: 10px;
}
#site-footer .footer-content .bottom-content a {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 200ms ease 0ms;
}
#site-footer .footer-content .bottom-content a:hover {
  color: #F05629;
}
@media only screen and (min-width : 768px) {
  #site-footer .footer-content .bottom-content a {
    margin-bottom: 0;
  }
}

.template-part-resource {
  background-color: #fff;
  border-radius: max(0.7575757576vw, 10px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.template-part-resource:hover img {
  transform: scale(1.05);
}
.template-part-resource .image-holder {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  background-color: #323D48;
}
.template-part-resource .image-holder img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 400ms ease 0ms;
}
.template-part-resource .post-info {
  padding: max(1.7171717172vw, 20px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.template-part-resource .post-info .post-info-header {
  margin-bottom: max(1.7676767677vw, 30px);
}
.template-part-resource .post-info .post-info-header .post-title {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  color: #323D48;
}
@media only screen and (min-width : 768px) {
  .template-part-resource .post-info .post-info-header .post-title {
    margin-bottom: max(1.0101010101vw, 10px);
  }
}
.template-part-resource .post-info .post-info-header .post-description {
  font-family: "gotham-book", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  line-height: 1.4em;
  display: none;
}
@media only screen and (min-width : 768px) {
  .template-part-resource .post-info .post-info-header .post-description {
    display: block;
  }
}
.template-part-resource .post-info .post-categories-holder {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.template-part-resource .post-info .post-categories-holder .btn-icon {
  display: none;
}
@media only screen and (min-width : 1024px) {
  .template-part-resource .post-info .post-categories-holder .btn-icon {
    display: flex;
  }
}
.template-part-resource .post-info .post-categories-holder .swiper-btn {
  transform: rotate(90deg);
}
@media only screen and (min-width : 1024px) {
  .template-part-resource .post-info .post-categories-holder .swiper-btn {
    display: none;
  }
}
.template-part-resource .post-info .post-categories-holder .post-categories {
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: min(-0.3535353535vw, -7px);
}

.template-part-post {
  background-color: #fff;
  overflow: hidden;
  border-radius: max(0.7575757576vw, 10px);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.template-part-post .post-image-holder {
  padding-top: 60%;
  background-color: #F05629;
  position: relative;
  overflow: hidden;
}
.template-part-post .post-image-holder:hover img {
  transform: scale(1.03);
}
.template-part-post .post-image-holder img {
  transition: all 400ms ease 0ms;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-part-post .post-info {
  padding: max(1.5151515152vw, 22px) max(1.5151515152vw, 18px) max(1.5151515152vw, 13px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.template-part-post .post-info .post-title {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  font-family: "founders-grotesk-medium", sans-serif;
  padding-right: 4.898989899vw;
  box-sizing: border-box;
  margin-bottom: max(3.2828282828vw, 40px);
}
.template-part-post .post-info .post-title a {
  transition: all 400ms ease 0ms;
  color: inherit;
}
.template-part-post .post-info .post-categories-holder {
  margin-top: auto;
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 768px) {
  .template-part-post .post-info .post-categories-holder {
    justify-content: space-between;
  }
}
.template-part-post .post-info .post-categories-holder .btn-icon {
  display: none;
}
@media only screen and (min-width : 768px) {
  .template-part-post .post-info .post-categories-holder .btn-icon {
    display: inline-flex;
  }
}
.template-part-post .post-info .post-categories-holder .post-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: min(-0.3535353535vw, -7px);
  margin-bottom: min(-0.3535353535vw, -7px);
}

.template-part-cards {
  background-color: #323D48;
  padding-top: max(6.8181818182vw, 50px);
  padding-bottom: max(6.8181818182vw, 50px);
}
.template-part-cards h2 {
  text-align: center;
  color: #fff;
  font-size: max(3.7373737374vw, 36px);
  margin-bottom: max(4.0404040404vw, 40px);
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-part-cards .cards {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1.8181818182vw);
  margin-left: -0.9090909091vw;
  margin-bottom: -20px;
}
@media only screen and (min-width : 1024px) {
  .template-part-cards .cards {
    margin-bottom: -1.8181818182vw;
  }
}
.template-part-cards .cards.one-card .card-holder {
  width: 100%;
}
.template-part-cards .cards .card-holder {
  width: 100%;
  padding: 0 0.9090909091vw;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media only screen and (min-width : 1024px) {
  .template-part-cards .cards .card-holder {
    margin-bottom: 1.8181818182vw;
    width: 50%;
  }
}
.template-part-cards .cards .card-holder .card {
  transition: all 400ms ease 0ms;
  background-color: #fff;
  padding: max(2.2727272727vw, 30px) max(3.0303030303vw, 25px);
  border-radius: max(0.7575757576vw, 10px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.template-part-cards .cards .card-holder .card:hover {
  background-color: #F8D668;
}
.template-part-cards .cards .card-holder .card:hover .swiper-btn {
  background-color: #fff;
}
.template-part-cards .cards .card-holder .card:hover .swiper-btn svg path,
.template-part-cards .cards .card-holder .card:hover .swiper-btn svg line {
  stroke: #323D48;
}
.template-part-cards .cards .card-holder .card .card-header {
  display: flex;
  align-items: center;
  padding-bottom: max(1.8686868687vw, 15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.template-part-cards .cards .card-holder .card .card-header p {
  font-family: "founders-grotesk-regular", sans-serif;
  font-size: max(1.7171717172vw, 24px);
  color: #323D48;
}
.template-part-cards .cards .card-holder .card .card-header p.bold {
  font-family: "founders-grotesk-medium", sans-serif;
  margin-right: 0.5050505051vw;
}
.template-part-cards .cards .card-holder .card .card-desc {
  margin-top: max(2.7777777778vw, 15px);
}
.template-part-cards .cards .card-holder .card .card-desc a {
  color: inherit;
  text-decoration: underline;
}
.template-part-cards .cards .card-holder .card .card-desc u {
  text-decoration: underline;
}
.template-part-cards .cards .card-holder .card .card-desc b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-part-cards .cards .card-holder .card .card-desc p {
  font-family: "founders-grotesk-regular", sans-serif;
  font-size: max(1.2121212121vw, 18px);
  color: #323D48;
  line-height: 1.2em;
}
.template-part-cards .cards .card-holder .card .swiper-btn {
  margin-left: auto;
}

.template-part-share-icons {
  display: flex;
  align-items: center;
}
.template-part-share-icons .share-text {
  margin-right: max(1.3636363636vw, 15px);
  font-family: "gotham-medium", sans-serif;
  font-size: max(0.7070707071vw, 12px);
  color: #323D48;
  line-height: 1.4em;
}
.template-part-share-icons .share-icons {
  display: flex;
  align-items: center;
}
.template-part-share-icons .share-icons .share-icon {
  margin-left: max(0.5050505051vw, 10px);
}
.template-part-share-icons .share-icons .share-icon:first-child {
  margin-left: 0;
}
.template-part-share-icons .share-icons .share-icon.twitter-share-icon svg {
  width: 0.7575757576vw;
  min-width: 15px;
}
.template-part-share-icons .share-icons .share-icon.linkedin-share-icon svg {
  width: 0.7575757576vw;
  min-width: 15px;
}
.template-part-share-icons .share-icons .share-icon.email-share-icon svg {
  width: 0.9090909091vw;
  min-width: 18px;
}
.template-part-share-icons .share-icons .share-icon.facebook-share-icon svg {
  width: 0.4545454545vw;
  min-width: 9px;
}
.template-part-share-icons .share-icons .share-icon a {
  transition: all 400ms ease 0ms;
  width: max(1.7676767677vw, 35px);
  height: max(1.7676767677vw, 35px);
  border-radius: max(1.7676767677vw, 35px);
  background-color: #F05629;
  display: flex;
  align-items: center;
  justify-content: center;
}
.template-part-share-icons .share-icons .share-icon a:hover {
  background-color: #323D48;
}
.template-part-share-icons .share-icons .share-icon a svg {
  height: auto;
}

.template-part-cards-2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 1.7171717172vw);
  margin-left: -0.8585858586vw;
  margin-bottom: min(-1.7171717172vw, -10px);
}
.template-part-cards-2.cards-1 .card-holder {
  width: 100%;
}
.template-part-cards-2.cards-2 .card-holder {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .template-part-cards-2.cards-2 .card-holder {
    width: 50%;
  }
}
.template-part-cards-2.cards-3 .card-holder {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .template-part-cards-2.cards-3 .card-holder {
    width: 50%;
  }
}
@media only screen and (min-width : 1250px) {
  .template-part-cards-2.cards-3 .card-holder {
    width: 33.333%;
  }
}
.template-part-cards-2:not(.cards-1):not(.cards-2):not(.cards-3) .card-holder {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .template-part-cards-2:not(.cards-1):not(.cards-2):not(.cards-3) .card-holder {
    width: 50%;
  }
}
@media only screen and (min-width : 1250px) {
  .template-part-cards-2:not(.cards-1):not(.cards-2):not(.cards-3) .card-holder {
    width: 33.3333333333%;
  }
}
.template-part-cards-2 .card-holder {
  padding: 0 0.8585858586vw;
  box-sizing: border-box;
  margin-bottom: max(1.7171717172vw, 10px);
  z-index: 2;
}
.template-part-cards-2 .card-holder .card {
  position: relative;
}
.template-part-cards-2 .card-holder .card:hover .card-header, .template-part-cards-2 .card-holder .card.active .card-header {
  background-color: #F8D668;
}
.template-part-cards-2 .card-holder .card:hover .card-header .swiper-btn, .template-part-cards-2 .card-holder .card.active .card-header .swiper-btn {
  background-color: #fff;
}
.template-part-cards-2 .card-holder .card:hover .card-header .swiper-btn svg path,
.template-part-cards-2 .card-holder .card:hover .card-header .swiper-btn svg line, .template-part-cards-2 .card-holder .card.active .card-header .swiper-btn svg path,
.template-part-cards-2 .card-holder .card.active .card-header .swiper-btn svg line {
  stroke: #323D48;
}
.template-part-cards-2 .card-holder .card.active .swiper-btn {
  transform: rotate(180deg);
}
.template-part-cards-2 .card-holder .card.active .card-hidden-content .card-description {
  opacity: 1;
}
.template-part-cards-2 .card-holder .card .card-header {
  transition: all 400ms ease 0ms;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: max(0.7575757576vw, 10px);
  padding: 20px 25px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .template-part-cards-2 .card-holder .card .card-header {
    padding: max(1.6161616162vw, 18px);
  }
}
.template-part-cards-2 .card-holder .card .card-header .card-title {
  font-family: "founders-grotesk-medium", sans-serif;
  color: #323D48;
  font-size: 18px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width : 768px) {
  .template-part-cards-2 .card-holder .card .card-header .card-title {
    font-size: max(1.2121212121vw, 16px);
  }
}
.template-part-cards-2 .card-holder .card .card-header .card-title img {
  margin-right: max(0.6565656566vw, 12px);
  width: 1.6161616162vw;
  min-width: 32px;
  height: auto;
  max-height: max(1.2626262626vw, 25px);
}
.template-part-cards-2 .card-holder .card .card-header .swiper-btn {
  position: relative;
  z-index: 2;
}
.template-part-cards-2 .card-holder .card .card-header .swiper-btn svg {
  transform: rotate(90deg);
}
.template-part-cards-2 .card-holder .card .card-hidden-content {
  width: 100%;
  z-index: 0;
  display: none;
  position: relative;
  left: 0;
  box-sizing: border-box;
  background-color: #F8D668;
  padding: 20px 25px;
  padding-top: 0;
  border-radius: max(0.7575757576vw, 10px);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transform: translateY(-10px);
}
@media only screen and (min-width : 768px) {
  .template-part-cards-2 .card-holder .card .card-hidden-content {
    transform: translateY(-1.0101010101vw);
    position: absolute;
    padding: max(1.6161616162vw, 18px);
    padding-top: 0;
  }
}
.template-part-cards-2 .card-holder .card .card-hidden-content .card-description {
  transition: all 400ms ease 0s;
  opacity: 0;
  font-family: "gotham-book", sans-serif;
  color: #323D48;
  font-size: max(0.8080808081vw, 14px);
  line-height: 1.3em;
}
.template-part-cards-2 .card-holder .card .card-hidden-content .card-description a {
  color: inherit;
  text-decoration: underline;
}
.template-part-cards-2 .card-holder .card .card-hidden-content .card-description u {
  text-decoration: underline;
}
.template-part-cards-2 .card-holder .card .card-hidden-content .card-description b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}

.template-home-page-container {
  overflow: hidden;
}
.template-home-page-container .hero-section {
  position: relative;
  height: 100vh;
  background-color: #323D48;
  display: flex;
  justify-content: center;
}
.template-home-page-container .hero-section .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.template-home-page-container .hero-section .swiper .image-holder {
  position: relative;
  width: 100%;
  height: 100%;
}
.template-home-page-container .hero-section .swiper .image-holder:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.template-home-page-container .hero-section .swiper .image-holder img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-home-page-container .hero-section h1 {
  font-size: max(7.0707070707vw, 52px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: max(13.2828282828vw, 250px);
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .hero-section h1 {
    width: 68.7878787879vw;
  }
}
.template-home-page-container .hero-section .banner-holder {
  position: absolute;
  bottom: max(1.7171717172vw, 29px);
  left: 0;
  z-index: 2;
}
.template-home-page-container .hero-section .banner-holder .banner {
  transition: all 400ms ease 0ms;
  background-color: #fff;
  padding: max(1.7171717172vw, 20px) max(1.0101010101vw, 13px) max(1.7171717172vw, 20px) max(1.2121212121vw, 22px);
  box-sizing: border-box;
  border-radius: max(0.7575757576vw, 10px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width : 1250px) {
  .template-home-page-container .hero-section .banner-holder .banner {
    flex-wrap: nowrap;
  }
}
.template-home-page-container .hero-section .banner-holder .banner:hover {
  background-color: #F8D668;
}
.template-home-page-container .hero-section .banner-holder .banner:hover .swiper-btn {
  background-color: #fff;
}
.template-home-page-container .hero-section .banner-holder .banner:hover .swiper-btn svg path,
.template-home-page-container .hero-section .banner-holder .banner:hover .swiper-btn svg line {
  stroke: #323D48;
}
.template-home-page-container .hero-section .banner-holder .banner p {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  width: 100%;
}
.template-home-page-container .hero-section .banner-holder .banner p a {
  color: inherit;
  text-decoration: underline;
}
.template-home-page-container .hero-section .banner-holder .banner p u {
  text-decoration: underline;
}
.template-home-page-container .hero-section .banner-holder .banner p b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
@media only screen and (min-width : 1250px) {
  .template-home-page-container .hero-section .banner-holder .banner p {
    width: auto;
  }
}
.template-home-page-container .hero-section .banner-holder .banner p.banner-title {
  font-family: "founders-grotesk-medium", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (min-width : 1250px) {
  .template-home-page-container .hero-section .banner-holder .banner p.banner-title {
    margin-bottom: 0;
    margin-right: 0.5050505051vw;
  }
}
.template-home-page-container .hero-section .banner-holder .banner .swiper-btn {
  margin-left: auto;
  flex-shrink: 0;
}
@media only screen and (min-width : 1250px) {
  .template-home-page-container .hero-section .banner-holder .banner .swiper-btn.mobile {
    display: none;
  }
}
.template-home-page-container .hero-section .banner-holder .banner .swiper-btn.desktop {
  display: none;
}
@media only screen and (min-width : 1250px) {
  .template-home-page-container .hero-section .banner-holder .banner .swiper-btn.desktop {
    display: flex;
  }
}
.template-home-page-container .image-with-description-section {
  padding: 30px 0 50px 0;
  background-color: #FFF6DD;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .image-with-description-section {
    padding: max(4.4444444444vw, 40px) 0;
  }
}
.template-home-page-container .image-with-description-section .section-content {
  display: flex;
  flex-wrap: wrap;
}
.template-home-page-container .image-with-description-section .section-content .left {
  width: 100%;
  margin-bottom: 47px;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .image-with-description-section .section-content .left {
    margin-bottom: 0;
    width: 55.7%;
  }
}
.template-home-page-container .image-with-description-section .section-content .left .image-holder {
  position: relative;
  padding-top: 78.6%;
  background-color: #323D48;
  border-radius: max(2.0202020202vw, 20px);
  overflow: hidden;
}
.template-home-page-container .image-with-description-section .section-content .left .image-holder img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-home-page-container .image-with-description-section .section-content .right {
  width: 100%;
  align-self: center;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .image-with-description-section .section-content .right {
    width: 44.3%;
    padding-left: 4.0404040404vw;
  }
}
@media only screen and (min-width : 1250px) {
  .template-home-page-container .image-with-description-section .section-content .right {
    padding-left: 9.1414141414vw;
  }
}
.template-home-page-container .image-with-description-section .section-content .right .small-title {
  font-family: "gotham-medium", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  margin-bottom: max(0.404040404vw, 5px);
}
.template-home-page-container .image-with-description-section .section-content .right .title {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  color: #323D48;
}
.template-home-page-container .image-with-description-section .section-content .right .title span {
  color: #F05629;
}
.template-home-page-container .image-with-description-section .section-content .right .description {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  margin-top: max(1.3636363636vw, 14px);
  line-height: 1.25em;
}
.template-home-page-container .image-with-description-section .section-content .right .description a {
  color: inherit;
  text-decoration: underline;
}
.template-home-page-container .image-with-description-section .section-content .right .description u {
  text-decoration: underline;
}
.template-home-page-container .image-with-description-section .section-content .right .description b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-home-page-container .cards-section {
  background-color: #F05629;
  padding: max(4.3939393939vw, 58px) 0;
}
.template-home-page-container .cards-section .section-header {
  margin-bottom: max(4.1414141414vw, 60px);
}
.template-home-page-container .cards-section .section-header .title {
  font-size: max(15.1515151515vw, 110px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5050505051vw;
}
.template-home-page-container .cards-section .section-header .description {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
  max-width: 330px;
  margin: auto;
}
.template-home-page-container .cards-section .section-header .description a {
  color: inherit;
  text-decoration: underline;
}
.template-home-page-container .cards-section .section-header .description u {
  text-decoration: underline;
}
.template-home-page-container .cards-section .section-header .description b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .cards-section .section-header .description {
    max-width: initial;
  }
}
.template-home-page-container .cards-section .cards-title {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  color: #fff;
  text-align: center;
  margin-bottom: max(1.2626262626vw, 15px);
}
.template-home-page-container .slider-with-description-section {
  padding: max(4.4444444444vw, 58px) 0;
  background-color: #F05629;
}
.template-home-page-container .slider-with-description-section .section-content {
  display: flex;
  flex-wrap: wrap;
}
.template-home-page-container .slider-with-description-section .section-content .left {
  width: 100%;
  align-self: center;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 51px;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .slider-with-description-section .section-content .left {
    margin-bottom: 0;
    text-align: left;
    width: 53.2%;
    padding-right: 9.0909090909vw;
  }
}
@media only screen and (min-width : 1250px) {
  .template-home-page-container .slider-with-description-section .section-content .left {
    padding-right: 15vw;
  }
}
.template-home-page-container .slider-with-description-section .section-content .left .small-title {
  font-family: "gotham-medium", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  color: #fff;
  margin-bottom: max(0.404040404vw, 13px);
}
.template-home-page-container .slider-with-description-section .section-content .left .title {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
}
.template-home-page-container .slider-with-description-section .section-content .left .title span {
  color: #F8D668;
}
.template-home-page-container .slider-with-description-section .section-content .left .description {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  color: #fff;
  max-width: 294px;
  margin: auto;
  margin-top: max(1.3636363636vw, 13px);
}
.template-home-page-container .slider-with-description-section .section-content .left .description a {
  color: inherit;
  text-decoration: underline;
}
.template-home-page-container .slider-with-description-section .section-content .left .description u {
  text-decoration: underline;
}
.template-home-page-container .slider-with-description-section .section-content .left .description b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .slider-with-description-section .section-content .left .description {
    max-width: initial;
  }
}
.template-home-page-container .slider-with-description-section .section-content .left .btn, .template-home-page-container .slider-with-description-section .section-content .left .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .template-home-page-container .slider-with-description-section .section-content .left input[type=submit], .template-home-page-container .slider-with-description-section .section-content .left form.wpcf7-form input[type=submit], form.wpcf7-form .template-home-page-container .slider-with-description-section .section-content .left input[type=submit] {
  margin: max(2.3232323232vw, 25px) auto 0;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .slider-with-description-section .section-content .left .btn, .template-home-page-container .slider-with-description-section .section-content .left .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .template-home-page-container .slider-with-description-section .section-content .left input[type=submit], .template-home-page-container .slider-with-description-section .section-content .left form.wpcf7-form input[type=submit], form.wpcf7-form .template-home-page-container .slider-with-description-section .section-content .left input[type=submit] {
    margin-left: 0;
    margin-right: 0;
  }
}
.template-home-page-container .slider-with-description-section .section-content .right {
  width: 100%;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .slider-with-description-section .section-content .right {
    width: 46.8%;
  }
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-images-pagination {
  position: absolute;
  bottom: auto;
  top: 1.3636363636vw;
  left: auto;
  right: 1.5151515152vw;
  z-index: 2;
  text-align: right;
  width: auto;
  display: none;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .slider-with-description-section .section-content .right .swiper-images-pagination {
    display: inline-block;
  }
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-images-pagination .swiper-pagination-bullet {
  opacity: 0.3;
  width: max(0.5050505051vw, 10px);
  height: max(0.5050505051vw, 10px);
  margin: 0;
  margin-left: max(0.3535353535vw, 5px);
  background-color: #fff;
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-images-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-holder {
  position: relative;
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-holder .swiper {
  border-radius: max(2.0202020202vw, 20px);
  overflow: hidden;
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-holder .swiper .image-holder {
  position: relative;
  padding-top: 85.3%;
  background-color: #323D48;
  border-radius: max(2.0202020202vw, 20px);
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width : 1024px) {
  .template-home-page-container .slider-with-description-section .section-content .right .swiper-holder .swiper .image-holder {
    padding-top: 77%;
  }
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-holder .swiper .image-holder img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-holder .swiper-images-button-prev,
.template-home-page-container .slider-with-description-section .section-content .right .swiper-holder .swiper-images-button-next {
  position: absolute;
  bottom: 13px;
  z-index: 2;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .slider-with-description-section .section-content .right .swiper-holder .swiper-images-button-prev,
  .template-home-page-container .slider-with-description-section .section-content .right .swiper-holder .swiper-images-button-next {
    display: none;
  }
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-holder .swiper-images-button-prev {
  left: 13px;
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-holder .swiper-images-button-next {
  right: 13px;
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-controls {
  display: flex;
  justify-content: space-between;
  margin-top: max(0.9090909091vw, 20px);
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-controls .swiper {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .slider-with-description-section .section-content .right .swiper-controls .swiper {
    width: auto;
    text-align: left;
  }
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-controls .swiper .swiper-slide .desc-title {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .slider-with-description-section .section-content .right .swiper-controls .swiper .swiper-slide .desc-title {
    margin-bottom: max(0.202020202vw, 5px);
  }
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-controls .swiper .swiper-slide .desc-text {
  font-family: "gotham-book", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  line-height: 1.4em;
  color: #fff;
  line-height: 1.25em;
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-controls .swiper .swiper-slide .desc-text a {
  color: inherit;
  text-decoration: underline;
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-controls .swiper .swiper-slide .desc-text u {
  text-decoration: underline;
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-controls .swiper .swiper-slide .desc-text b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-controls .swiper-navigation-buttons {
  display: none;
  margin-left: 2.5252525253vw;
  flex-shrink: 0;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .slider-with-description-section .section-content .right .swiper-controls .swiper-navigation-buttons {
    display: flex;
  }
}
.template-home-page-container .slider-with-description-section .section-content .right .swiper-controls .swiper-navigation-buttons .swiper-btn {
  margin-top: 0;
}
.template-home-page-container .image-with-banner-section {
  min-height: 736px;
  height: 51.2vw;
  position: relative;
  padding: max(10.101010101vw, 35px) 0 max(8.4343434343vw, 35px);
  background-color: #323D48;
  display: flex;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .image-with-banner-section {
    align-items: flex-end;
  }
}
.template-home-page-container .image-with-banner-section img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-home-page-container .image-with-banner-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.template-home-page-container .image-with-banner-section .section-content {
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .image-with-banner-section .section-content {
    flex-direction: initial;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.template-home-page-container .image-with-banner-section .section-content .title-holder {
  margin-top: auto;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .image-with-banner-section .section-content .title-holder {
    text-align: left;
    margin-top: 0;
    width: auto;
  }
}
.template-home-page-container .image-with-banner-section .section-content .title-holder h2 {
  font-size: max(7.0707070707vw, 52px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 0.9;
}
.template-home-page-container .image-with-banner-section .section-content .title-holder .btn, .template-home-page-container .image-with-banner-section .section-content .title-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .template-home-page-container .image-with-banner-section .section-content .title-holder input[type=submit], .template-home-page-container .image-with-banner-section .section-content .title-holder form.wpcf7-form input[type=submit], form.wpcf7-form .template-home-page-container .image-with-banner-section .section-content .title-holder input[type=submit] {
  margin: auto;
  margin-top: max(3.5353535354vw, 30px);
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .image-with-banner-section .section-content .title-holder .btn, .template-home-page-container .image-with-banner-section .section-content .title-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .template-home-page-container .image-with-banner-section .section-content .title-holder input[type=submit], .template-home-page-container .image-with-banner-section .section-content .title-holder form.wpcf7-form input[type=submit], form.wpcf7-form .template-home-page-container .image-with-banner-section .section-content .title-holder input[type=submit] {
    margin-left: 0;
    margin-right: 0;
  }
}
.template-home-page-container .image-with-banner-section .section-content .banner {
  border-radius: max(0.7575757576vw, 10px);
  background-color: #F05629;
  padding: max(3.0303030303vw, 30px);
  box-sizing: border-box;
  margin-left: auto;
  width: 100%;
  margin-top: auto;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .image-with-banner-section .section-content .banner {
    width: 23.5858585859vw;
    min-width: 310px;
  }
}
.template-home-page-container .image-with-banner-section .section-content .banner .banner-title {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: max(0.7575757576vw, 10px);
}
.template-home-page-container .image-with-banner-section .section-content .banner .banner-text {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  color: #fff;
}
.template-home-page-container .image-with-banner-section .section-content .banner .banner-text a {
  color: inherit;
  text-decoration: underline;
}
.template-home-page-container .image-with-banner-section .section-content .banner .banner-text u {
  text-decoration: underline;
}
.template-home-page-container .image-with-banner-section .section-content .banner .banner-text b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-home-page-container .maps-with-description-section {
  padding: max(4.4444444444vw, 46px) 0;
  background-color: #FFF6DD;
}
.template-home-page-container .maps-with-description-section .section-content {
  display: flex;
  flex-wrap: wrap;
}
.template-home-page-container .maps-with-description-section .section-content .left {
  width: 100%;
  margin-bottom: 55px;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .maps-with-description-section .section-content .left {
    width: 49.5%;
    margin-bottom: 0;
  }
}
.template-home-page-container .maps-with-description-section .section-content .left .image-holder {
  position: relative;
  padding-top: 95.9%;
  border-radius: max(2.0202020202vw, 20px);
  overflow: hidden;
}
.template-home-page-container .maps-with-description-section .section-content .left .image-holder img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-home-page-container .maps-with-description-section .section-content .right {
  width: 100%;
  align-self: center;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .maps-with-description-section .section-content .right {
    width: 50.5%;
    padding-left: 4.0404040404vw;
  }
}
@media only screen and (min-width : 1250px) {
  .template-home-page-container .maps-with-description-section .section-content .right {
    padding-left: 9.1414141414vw;
  }
}
.template-home-page-container .maps-with-description-section .section-content .right .small-title {
  font-family: "gotham-medium", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  margin-bottom: 0.404040404vw;
}
.template-home-page-container .maps-with-description-section .section-content .right .title {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  color: #323D48;
}
.template-home-page-container .maps-with-description-section .section-content .right .title span {
  color: #F05629;
}
.template-home-page-container .maps-with-description-section .section-content .right .description {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  margin-top: max(1.3636363636vw, 23px);
}
.template-home-page-container .maps-with-description-section .section-content .right .description a {
  color: inherit;
  text-decoration: underline;
}
.template-home-page-container .maps-with-description-section .section-content .right .description u {
  text-decoration: underline;
}
.template-home-page-container .maps-with-description-section .section-content .right .description b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-home-page-container .maps-with-description-section .section-content .right .btn, .template-home-page-container .maps-with-description-section .section-content .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .template-home-page-container .maps-with-description-section .section-content .right .right-content form input[type=submit], .template-home-page-container .maps-with-description-section .section-content .right form.wpcf7-form input[type=submit], form.wpcf7-form .template-home-page-container .maps-with-description-section .section-content .right input[type=submit] {
  margin-top: max(2.3737373737vw, 27px);
}
.template-home-page-container .posts-section {
  padding: max(7.1717171717vw, 60px) 0;
  background-color: #F05629;
}
.template-home-page-container .posts-section .section-content .small-title {
  font-family: "gotham-medium", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  color: #fff;
  margin-bottom: max(0.2525252525vw, 5px);
  text-align: center;
}
.template-home-page-container .posts-section .section-content .title {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  text-align: center;
}
.template-home-page-container .posts-section .section-content .button-holder {
  margin-top: max(1.0101010101vw, 15px);
}
.template-home-page-container .posts-section .section-content .button-holder .btn, .template-home-page-container .posts-section .section-content .button-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .template-home-page-container .posts-section .section-content .button-holder input[type=submit], .template-home-page-container .posts-section .section-content .button-holder form.wpcf7-form input[type=submit], form.wpcf7-form .template-home-page-container .posts-section .section-content .button-holder input[type=submit] {
  margin: auto;
}
.template-home-page-container .posts-section .section-content .swiper {
  margin-top: max(4.696969697vw, 60px);
}
.template-home-page-container .posts-section .section-content .swiper .swiper-slide {
  height: auto;
}
.template-home-page-container .posts-section .section-content .swiper .swiper-slide .template-part-resource {
  height: 100%;
}
.template-home-page-container .partners-section {
  padding: max(6.1616161616vw, 50px) 0;
  background-color: #323D48;
}
.template-home-page-container .partners-section .section-content .section-header {
  display: flex;
  justify-content: center;
  padding-bottom: max(1.5151515152vw, 30px);
  border-bottom: solid 1px #fff;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .partners-section .section-content .section-header {
    justify-content: space-between;
  }
}
.template-home-page-container .partners-section .section-content .section-header .info h2 {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .partners-section .section-content .section-header .info h2 {
    text-align: left;
  }
}
.template-home-page-container .partners-section .section-content p {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  margin-top: max(1.6161616162vw, 30px);
  color: #fff;
  text-align: center;
}
.template-home-page-container .partners-section .section-content p a {
  color: inherit;
  text-decoration: underline;
}
.template-home-page-container .partners-section .section-content p u {
  text-decoration: underline;
}
.template-home-page-container .partners-section .section-content p b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .partners-section .section-content p {
    text-align: left;
  }
}
.template-home-page-container .partners-section .section-content .swiper {
  margin-top: max(2.2727272727vw, 40px);
  margin-bottom: -20px;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .partners-section .section-content .swiper {
    margin-bottom: 0;
  }
}
.template-home-page-container .partners-section .section-content .swiper .swiper-slide {
  text-align: center;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: auto;
  display: flex;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .partners-section .section-content .swiper .swiper-slide {
    padding-bottom: 0;
  }
}
.template-home-page-container .partners-section .section-content .swiper .swiper-slide img {
  max-width: 100%;
  max-height: 50px;
  width: auto;
  height: auto;
}
@media only screen and (min-width : 1250px) {
  .template-home-page-container .partners-section .section-content .swiper .swiper-slide img {
    max-height: 4.5454545455vw;
  }
}
.template-home-page-container .partners-section .section-content .swiper-navigation-buttons .swiper-btn {
  margin-top: max(3.0303030303vw, 50px);
}
.template-home-page-container .tweets-section {
  padding: max(7.1717171717vw, 60px) 0;
  background-color: #B2CAD9;
}
.template-home-page-container .tweets-section .section-content .small-title {
  font-family: "gotham-medium", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  margin-bottom: max(0.2525252525vw, 5px);
  text-align: center;
}
.template-home-page-container .tweets-section .section-content .title {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  color: #323D48;
  text-align: center;
}
.template-home-page-container .tweets-section .section-content .tweets {
  display: none;
}
.template-home-page-container .tweets-section .section-content .splide {
  margin-top: max(4.696969697vw, 30px);
  width: calc(100% + 20px);
  margin-left: -0.5050505051vw;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .tweets-section .section-content .splide {
    width: calc(100% + 1.7171717172vw);
    margin-left: -0.8585858586vw;
  }
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide {
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 768px) {
  .template-home-page-container .tweets-section .section-content .splide .splide__slide {
    padding: 0 0.8585858586vw;
  }
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide:nth-child(4n+1) .ctf-item {
  background-color: #fff;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide:nth-child(4n+1) .ctf-item * {
  color: #323D48 !important;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide:nth-child(4n+2) .ctf-item {
  background-color: #F8D668;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide:nth-child(4n+2) .ctf-item * {
  color: #323D48 !important;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide:nth-child(4n+3) .ctf-item {
  background-color: #F05629;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide:nth-child(4n+3) .ctf-item * {
  color: #fff !important;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide:nth-child(4n+4) .ctf-item {
  background-color: #323D48;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide:nth-child(4n+4) .ctf-item * {
  color: #fff !important;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item {
  border-radius: max(1.0101010101vw, 15px);
  padding: max(2.0202020202vw, 20px) max(2.0202020202vw, 15px);
  position: relative;
  height: 100%;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item a {
  pointer-events: none;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item * {
  font-family: "gotham-book", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  line-height: 1.4em;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box {
  display: block;
  position: relative;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-corner-logo {
  position: absolute;
  top: -1.0101010101vw;
  right: -1.0101010101vw;
  width: max(1.1111111111vw, 17px);
  display: none;
}
@media only screen and (min-width : 1250px) {
  .template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-corner-logo {
    display: block;
  }
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-corner-logo svg * {
  color: #B2CAD9 !important;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-author-box-link .ctf-author-avatar {
  border-radius: max(2.0202020202vw, 35px);
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0.1vw;
  left: 0;
  width: max(2.0202020202vw, 35px);
  height: max(2.0202020202vw, 35px);
  margin-right: 0.5050505051vw;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-author-box-link .ctf-author-avatar img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-author-name,
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-author-screenname,
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-screename-sep,
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-tweet-meta * {
  font-size: max(0.7070707071vw, 12px);
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-author-name {
  display: block;
  font-family: "gotham-medium", sans-serif;
  padding-left: max(3.5353535354vw, 50px);
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-author-screenname {
  display: inline-block;
  font-family: "gotham-medium", sans-serif;
  padding-left: max(3.5353535354vw, 50px);
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-screename-sep {
  display: inline-block;
  font-family: "gotham-medium", sans-serif;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-tweet-meta {
  display: inline-block;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-author-box .ctf-tweet-meta * {
  font-family: "gotham-medium", sans-serif;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-tweet-content {
  margin-top: max(1.5151515152vw, 20px);
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-tweet-content .ctf-tweet-text-media-wrap {
  display: none;
}
.template-home-page-container .tweets-section .section-content .splide .splide__slide .ctf-item .ctf-tweet-actions {
  display: none;
}

.blog-page-container .hero-section {
  background-color: #F05629;
  padding-top: max(11.6161616162vw, 140px);
  padding-bottom: max(3.5353535354vw, 41px);
}
.blog-page-container .hero-section h1 {
  font-size: max(7.0707070707vw, 52px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  color: #fff;
  text-align: center;
  margin-bottom: max(6.5656565657vw, 73px);
}
.blog-page-container .hero-section h2 {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: max(1.5151515152vw, 20px);
}
.blog-page-container .hero-section .featured-posts {
  display: flex;
  flex-wrap: wrap;
}
.blog-page-container .hero-section .featured-posts .post {
  display: flex;
  border-radius: max(0.7575757576vw, 10px);
  background-color: #323D48;
  position: relative;
  overflow: hidden;
}
.blog-page-container .hero-section .featured-posts .post .post-info {
  width: 100%;
  position: relative;
  z-index: 1;
}
.blog-page-container .hero-section .featured-posts .post .post-info .post-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.blog-page-container .hero-section .featured-posts .post .post-info h3 {
  transition: all 400ms ease 0ms;
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  color: #323D48;
}
.blog-page-container .hero-section .featured-posts .post .post-info .btn-icon {
  margin-top: 1.2626262626vw;
  display: none;
}
@media only screen and (min-width : 1024px) {
  .blog-page-container .hero-section .featured-posts .post .post-info .btn-icon {
    display: inline-flex;
  }
}
.blog-page-container .hero-section .featured-posts .left {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 19px;
}
@media only screen and (min-width : 1024px) {
  .blog-page-container .hero-section .featured-posts .left {
    margin-bottom: 0;
    width: 64.7%;
    padding-right: 1.7676767677vw;
  }
}
.blog-page-container .hero-section .featured-posts .left .post {
  background-color: #323D48;
  min-height: 427px;
}
.blog-page-container .hero-section .featured-posts .left .post:hover img {
  transform: scale(1.03);
}
.blog-page-container .hero-section .featured-posts .left .post img {
  transition: all 400ms ease 0ms;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media only screen and (min-width : 1024px) {
  .blog-page-container .hero-section .featured-posts .left .post {
    min-height: 476px;
    height: 33.1vw;
  }
}
.blog-page-container .hero-section .featured-posts .left .post .post-info {
  display: flex;
  flex-direction: column;
  padding: max(1.1616161616vw, 12px);
  padding-top: max(0.8080808081vw, 12px);
  box-sizing: border-box;
}
.blog-page-container .hero-section .featured-posts .left .post .post-info .title {
  margin-top: auto;
  background-color: #fff;
  border-radius: max(0.7575757576vw, 10px);
  padding: max(2.0202020202vw, 20px);
  box-sizing: border-box;
}
@media only screen and (min-width : 1024px) {
  .blog-page-container .hero-section .featured-posts .left .post .post-info .title {
    min-width: 400px;
    max-width: 29.595959596vw;
  }
}
.blog-page-container .hero-section .featured-posts .right {
  width: 100%;
}
@media only screen and (min-width : 1024px) {
  .blog-page-container .hero-section .featured-posts .right {
    width: 35.3%;
  }
}
.blog-page-container .hero-section .featured-posts .right .post {
  transition: all 400ms ease 0ms;
  min-height: 227px;
  padding: max(0.8080808081vw, 13px) max(1.1616161616vw, 12px) max(1.8181818182vw, 20px) max(1.8181818182vw, 20px);
  box-sizing: border-box;
  margin-bottom: 19px;
}
@media only screen and (min-width : 1024px) {
  .blog-page-container .hero-section .featured-posts .right .post {
    height: 15.6vw;
    margin-bottom: 1.7676767677vw;
  }
}
.blog-page-container .hero-section .featured-posts .right .post:first-child {
  background-color: #F8D668;
}
.blog-page-container .hero-section .featured-posts .right .post:first-child .btn-icon {
  margin-top: 1.0101010101vw;
}
.blog-page-container .hero-section .featured-posts .right .post:first-child .btn-icon:hover span {
  background-color: #fff;
}
.blog-page-container .hero-section .featured-posts .right .post:last-child {
  margin-bottom: 0;
  background-color: #B2CAD9;
}
.blog-page-container .hero-section .featured-posts .right .post:hover {
  background-color: #323D48;
}
.blog-page-container .hero-section .featured-posts .right .post:hover h3,
.blog-page-container .hero-section .featured-posts .right .post:hover .btn-icon {
  color: #fff;
}
.blog-page-container .hero-section .featured-posts .right .post .post-info {
  display: flex;
  flex-direction: column;
}
.blog-page-container .hero-section .featured-posts .right .post .post-info h3 {
  margin-top: auto;
}
.blog-page-container .hero-section .featured-posts .right .post .post-info .btn-icon {
  margin-top: 1.0101010101vw;
}
.blog-page-container .current-news-posts-section {
  background-color: #323D48;
  padding: max(5.0505050505vw, 60px) 0 max(6.5656565657vw, 60px);
}
.blog-page-container .current-news-posts-section .section-header {
  margin-bottom: max(1.5151515152vw, 20px);
  display: flex;
  justify-content: space-between;
}
.blog-page-container .current-news-posts-section .section-header h2 {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  color: #fff;
}
.blog-page-container .current-news-posts-section .swiper {
  border-radius: max(0.7575757576vw, 10px);
}
.blog-page-container .current-news-posts-section .swiper .swiper-slide {
  height: auto;
}
.blog-page-container .news-section {
  background-color: #FFF6DD;
  padding: max(8.8888888889vw, 76px) 0 max(3.5353535354vw, 40px);
}
.blog-page-container .news-section .section-header {
  margin-bottom: max(4.5454545455vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width : 768px) {
  .blog-page-container .news-section .section-header {
    flex-wrap: nowrap;
  }
}
.blog-page-container .news-section .section-header h2 {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  color: #323D48;
  padding-right: 2.5252525253vw;
  box-sizing: border-box;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .blog-page-container .news-section .section-header h2 {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
}
.blog-page-container .news-section .section-header form {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .blog-page-container .news-section .section-header form {
    width: 50%;
  }
}
.blog-page-container .news-section .posts {
  transition: all 400ms ease 0ms;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1.7171717172vw);
  margin-left: -0.8585858586vw;
}
.blog-page-container .news-section .posts.loading {
  opacity: 0;
}
.blog-page-container .news-section .posts .no-results {
  box-sizing: border-box;
  padding: 0 0.8585858586vw max(2.5252525253vw, 35px) 0.8585858586vw;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .blog-page-container .news-section .posts .no-results {
    text-align: left;
  }
}
.blog-page-container .news-section .posts .no-results h2 {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  font-family: "founders-grotesk-medium", sans-serif;
  color: #323D48;
}
.blog-page-container .news-section .posts .newly-loaded-post {
  display: none;
}
.blog-page-container .news-section .posts .post-holder {
  width: 100%;
  padding: 0 0.8585858586vw;
  box-sizing: border-box;
  margin-bottom: max(1.7676767677vw, 20px);
}
@media only screen and (min-width : 768px) {
  .blog-page-container .news-section .posts .post-holder {
    width: 50%;
  }
}
@media only screen and (min-width : 1250px) {
  .blog-page-container .news-section .posts .post-holder {
    width: 33.333%;
  }
}
.blog-page-container .news-section .load-more-holder {
  margin-top: 1.0101010101vw;
  display: flex;
  justify-content: center;
}
.blog-page-container .news-section .load-more-holder .btn.hidden, .blog-page-container .news-section .load-more-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input.hidden[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .blog-page-container .news-section .load-more-holder input.hidden[type=submit], .blog-page-container .news-section .load-more-holder form.wpcf7-form input.hidden[type=submit], form.wpcf7-form .blog-page-container .news-section .load-more-holder input.hidden[type=submit] {
  display: none;
}
.blog-page-container .news-section .banner-holder {
  margin-top: max(7.5757575758vw, 80px);
}
.blog-page-container .news-section .banner-holder .banner {
  transition: all 400ms ease 0ms;
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  color: #fff;
  background-color: #F05629;
  padding: max(2.5252525253vw, 25px) max(3.0303030303vw, 20px);
  border-radius: max(0.7575757576vw, 10px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.blog-page-container .news-section .banner-holder .banner:hover {
  background-color: #F8D668;
  color: #323D48;
}
.blog-page-container .news-section .banner-holder .banner:hover .swiper-btn {
  background-color: #fff;
}
.blog-page-container .news-section .banner-holder .banner:hover .swiper-btn svg path,
.blog-page-container .news-section .banner-holder .banner:hover .swiper-btn svg line {
  stroke: #323D48;
}
.blog-page-container .news-section .banner-holder .banner .swiper-btn {
  margin-left: auto;
}

.default-page-container .hero-section {
  padding-top: max(12.6262626263vw, 150px);
  padding-bottom: max(5.0505050505vw, 40px);
  background-color: #F05629;
}
.default-page-container .hero-section h1 {
  max-width: max(56.9696969697vw, 900px);
  margin: auto;
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
}
.default-page-container .editor-section {
  padding: max(5.0505050505vw, 40px) 0 max(7.2222222222vw, 55px);
}
.default-page-container .editor-section .section-content {
  max-width: max(56.9696969697vw, 900px);
  margin: auto;
}

.single-posts-page-container {
  overflow: hidden;
}
.single-posts-page-container .hero-section {
  background-color: #F05629;
  padding-top: max(11.6161616162vw, 100px);
  padding-bottom: max(1.8181818182vw, 30px);
}
.single-posts-page-container .hero-section .section-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-posts-page-container .hero-section .section-content .left {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .single-posts-page-container .hero-section .section-content .left {
    width: 58%;
    margin-bottom: 0;
  }
}
.single-posts-page-container .hero-section .section-content .left .image-holder {
  padding-top: 71%;
  position: relative;
  border-radius: max(2.0202020202vw, 20px);
  overflow: hidden;
  background-color: #F8D668;
}
.single-posts-page-container .hero-section .section-content .left .image-holder img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-posts-page-container .hero-section .section-content .right {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .single-posts-page-container .hero-section .section-content .right {
    width: 42%;
    padding-left: 3.5353535354vw;
  }
}
@media only screen and (min-width : 1250px) {
  .single-posts-page-container .hero-section .section-content .right {
    padding-left: 7.2222222222vw;
  }
}
.single-posts-page-container .hero-section .section-content .right h1 {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
}
.single-posts-page-container .hero-section .section-content .post-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: max(4.0404040404vw, 35px);
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .single-posts-page-container .hero-section .section-content .post-info {
    width: calc(100% + 1.0101010101vw);
    margin-left: -0.5050505051vw;
  }
}
.single-posts-page-container .hero-section .section-content .post-info .info-box-holder {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  .single-posts-page-container .hero-section .section-content .post-info .info-box-holder {
    padding: 0 0.5050505051vw;
    width: 33.333%;
    margin-bottom: 0;
  }
}
.single-posts-page-container .hero-section .section-content .post-info .info-box-holder .info-box {
  background-color: #F8D668;
  border-radius: max(0.7575757576vw, 10px);
  padding: max(1.2626262626vw, 10px) max(2.0202020202vw, 25px);
  box-sizing: border-box;
}
.single-posts-page-container .hero-section .section-content .post-info .info-box-holder .info-box .box-title {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  font-family: "founders-grotesk-medium", sans-serif;
  margin-bottom: max(0.303030303vw, 3px);
}
.single-posts-page-container .hero-section .section-content .post-info .info-box-holder .info-box .box-description {
  font-family: "gotham-book", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  line-height: 1.4em;
}
.single-posts-page-container .editor-section {
  padding: max(6.2121212121vw, 45px) 0 max(7.2222222222vw, 55px);
}
.single-posts-page-container .editor-section .section-content {
  max-width: max(56.9696969697vw, 900px);
  margin: auto;
}
.single-posts-page-container .editor-section .section-content .template-part-share-icons {
  border-top: solid 1px #323D48;
  margin-top: max(2.0202020202vw, 22px);
  padding-top: max(3.2828282828vw, 40px);
  display: flex;
}
@media only screen and (min-width : 768px) {
  .single-posts-page-container .editor-section .section-content .template-part-share-icons {
    justify-content: flex-end;
  }
}
.single-posts-page-container .related-posts-section {
  background-color: #B2CAD9;
  padding: max(6.5656565657vw, 50px) 0 max(7.5757575758vw, 50px);
}
.single-posts-page-container .related-posts-section h2 {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  color: #323D48;
  text-align: center;
  margin-bottom: max(2.1717171717vw, 30px);
}
@media only screen and (min-width : 768px) {
  .single-posts-page-container .related-posts-section .swiper.size-1 .swiper-wrapper {
    justify-content: center;
  }
}
@media only screen and (min-width : 1250px) {
  .single-posts-page-container .related-posts-section .swiper.size-2 .swiper-wrapper {
    justify-content: center;
  }
}
.single-posts-page-container .related-posts-section .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.template-action-center-page-container .image-with-banner-section {
  position: relative;
  height: 100vh;
  display: flex;
  background-color: #323D48;
  align-items: flex-end;
}
.template-action-center-page-container .image-with-banner-section img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-action-center-page-container .image-with-banner-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.template-action-center-page-container .image-with-banner-section .section-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
  margin-bottom: max(5.5555555556vw, 30px);
}
@media only screen and (min-width : 1024px) {
  .template-action-center-page-container .image-with-banner-section .section-content {
    align-items: center;
    height: auto;
  }
}
.template-action-center-page-container .image-with-banner-section .section-content h1 {
  font-family: "founders-grotesk-medium", sans-serif;
  font-size: max(15.1515151515vw, 90px);
  color: #fff;
  line-height: 0.9;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .template-action-center-page-container .image-with-banner-section .section-content h1 {
    text-align: left;
  }
}
@media only screen and (min-width : 1024px) {
  .template-action-center-page-container .image-with-banner-section .section-content h1 {
    width: auto;
  }
}
.template-action-center-page-container .image-with-banner-section .section-content .banner {
  border-radius: max(0.7575757576vw, 10px);
  background-color: #F05629;
  padding: max(3.0303030303vw, 30px);
  box-sizing: border-box;
  margin-left: auto;
  width: 100%;
}
@media only screen and (min-width : 1024px) {
  .template-action-center-page-container .image-with-banner-section .section-content .banner {
    width: max(21.7171717172vw, 330px);
  }
}
.template-action-center-page-container .image-with-banner-section .section-content .banner .banner-title {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: max(0.7575757576vw, 10px);
}
.template-action-center-page-container .image-with-banner-section .section-content .banner .banner-text {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  color: #fff;
}
.template-action-center-page-container .image-with-banner-section .section-content .banner .banner-text a {
  color: inherit;
  text-decoration: underline;
}
.template-action-center-page-container .image-with-banner-section .section-content .banner .banner-text u {
  text-decoration: underline;
}
.template-action-center-page-container .image-with-banner-section .section-content .banner .banner-text b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-action-center-page-container .action-iframe-section .action-iframe-content {
  background-color: #FFF6DD;
  padding-top: max(8.0808080808vw, 60px);
  padding-bottom: max(9.595959596vw, 60px);
}
.template-action-center-page-container .action-iframe-section .action-iframe-content h2 {
  font-size: max(7.0707070707vw, 52px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: max(5.5555555556vw, 45px);
  color: #323D48;
}
.template-action-center-page-container .action-iframe-section .action-iframe-content .iframe-holder {
  background-color: #fff;
  border-radius: max(1.2626262626vw, 25px);
  height: 1800px;
  overflow: hidden;
}
@media only screen and (min-width: 1155px) {
  .template-action-center-page-container .action-iframe-section .action-iframe-content .iframe-holder {
    height: 1200px;
  }
}
.template-action-center-page-container .join-form-section {
  background-color: #323D48;
}
.template-action-center-page-container .join-form-section .join-form-section-content {
  display: flex;
  flex-wrap: wrap;
  padding-top: max(8.5858585859vw, 60px);
  padding-bottom: max(7.5757575758vw, 60px);
}
.template-action-center-page-container .join-form-section .join-form-section-content .left {
  width: 100%;
  margin-bottom: 45px;
}
@media only screen and (min-width : 768px) {
  .template-action-center-page-container .join-form-section .join-form-section-content .left {
    width: 50%;
    margin-bottom: 0px;
  }
}
.template-action-center-page-container .join-form-section .join-form-section-content .left h2 {
  font-size: max(7.0707070707vw, 52px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  font-size: max(7.0707070707vw, 52px);
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .template-action-center-page-container .join-form-section .join-form-section-content .left h2 {
    text-align: left;
  }
}
.template-action-center-page-container .join-form-section .join-form-section-content .right {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .template-action-center-page-container .join-form-section .join-form-section-content .right {
    width: 50%;
  }
}
@media only screen and (min-width : 768px) {
  .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content {
    max-width: max(25.2525252525vw, 500px);
    margin-left: auto;
  }
}
.template-action-center-page-container .join-form-section .join-form-section-content .right .right-content iframe {
  width: 100%;
  height: 860px;
  border-radius: max(1.2626262626vw, 25px);
}
.template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form {
  display: none;
}
.template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .wpcf7-not-valid-tip {
  margin-top: max(0.3535353535vw, 5px);
  font-family: "founders-grotesk-regular", sans-serif;
  font-size: max(0.6565656566vw, 13px);
  color: #F8D668;
}
.template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .wpcf7-response-output {
  color: #F8D668;
  font-family: "founders-grotesk-regular", sans-serif;
  margin: 0;
  border: 0;
  padding: 0;
  font-size: max(0.8080808081vw, 14px);
}
.template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .input-holder {
  margin-bottom: max(2.2727272727vw, 25px);
}
.template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .input-holder input {
  width: 100%;
  background-color: transparent;
  padding: 0;
  font-size: max(1.2121212121vw, 18px);
  padding-bottom: 10px;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 400ms ease 0ms;
}
.template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .input-holder input:focus {
  outline: none;
  border-color: #F8D668;
  color: #F8D668;
}
.template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .input-holder input:focus::-moz-placeholder {
  opacity: 0;
}
.template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .input-holder input:focus::placeholder {
  opacity: 0;
}
.template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .input-holder input::-moz-placeholder {
  font-size: max(1.2121212121vw, 18px);
  color: #fff;
  -moz-transition: all 100ms ease 0ms;
  transition: all 100ms ease 0ms;
}
.template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .input-holder input::placeholder {
  font-size: max(1.2121212121vw, 18px);
  color: #fff;
  transition: all 100ms ease 0ms;
}
.template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit] {
  box-shadow: none;
  border: none;
  margin-top: max(3.0303030303vw, 30px);
  width: 100%;
  -webkit-appearance: none;
}
@media only screen and (min-width : 768px) {
  .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit] {
    width: max(15.1515151515vw, 285px);
  }
}

.template-resources-page-container .blog-content {
  padding-top: max(9.595959596vw, 140px);
  background-color: #F05629;
}
.template-resources-page-container .blog-content .hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: max(2.6262626263vw, 10px);
  justify-content: center;
}
@media only screen and (min-width : 768px) {
  .template-resources-page-container .blog-content .hero-section {
    justify-content: space-between;
  }
}
.template-resources-page-container .blog-content .hero-section h1 {
  font-size: max(7.0707070707vw, 52px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  width: 100%;
  margin-bottom: 74px;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .template-resources-page-container .blog-content .hero-section h1 {
    text-align: left;
    width: auto;
    margin-bottom: 0;
  }
}
.template-resources-page-container .blog-content .hero-section .box-wrap {
  background-color: #323D48;
  padding: max(1.8686868687vw, 30px) max(2.7777777778vw, 30px);
  box-sizing: border-box;
  border-radius: max(0.7575757576vw, 10px);
}
@media only screen and (min-width : 768px) {
  .template-resources-page-container .blog-content .hero-section .box-wrap {
    max-width: max(24.2424242424vw, 350px);
  }
}
.template-resources-page-container .blog-content .hero-section .box-wrap h2 {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  color: #fff;
  font-family: "founders-grotesk-medium", sans-serif;
  margin-bottom: max(0.7575757576vw, 10px);
}
.template-resources-page-container .blog-content .hero-section .box-wrap p {
  font-family: "gotham-book", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  line-height: 1.4em;
  color: #fff;
}
.template-resources-page-container .blog-content .hero-section .box-wrap p a {
  color: inherit;
  text-decoration: underline;
}
.template-resources-page-container .blog-content .hero-section .box-wrap p u {
  text-decoration: underline;
}
.template-resources-page-container .blog-content .hero-section .box-wrap p b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-resources-page-container .blog-content .posts-wrap {
  margin-top: max(6.4646464646vw, 86px);
  margin-bottom: max(6.8181818182vw, 90px);
}
.template-resources-page-container .blog-content .posts-wrap .no-results {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .template-resources-page-container .blog-content .posts-wrap .no-results {
    padding: 0 0.8585858586vw;
  }
}
.template-resources-page-container .blog-content .posts-wrap .no-results h2 {
  font-family: "founders-grotesk-medium", sans-serif;
  font-size: max(1.7171717172vw, 22px);
  color: #fff;
}
.template-resources-page-container .blog-content .posts-wrap .newly-loaded-post {
  display: none;
}
.template-resources-page-container .blog-content .posts-wrap .posts-holder {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: all 400ms ease 0ms;
}
@media only screen and (min-width : 768px) {
  .template-resources-page-container .blog-content .posts-wrap .posts-holder {
    width: calc(100% + 1.7171717172vw);
    margin-left: -0.8585858586vw;
  }
}
.template-resources-page-container .blog-content .posts-wrap .posts-holder.loading {
  opacity: 0;
}
.template-resources-page-container .blog-content .posts-wrap .posts-holder .single-post {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: max(1.7171717172vw, 20px);
}
@media only screen and (min-width : 768px) {
  .template-resources-page-container .blog-content .posts-wrap .posts-holder .single-post {
    padding: 0 max(0.8585858586vw, 10px);
    width: 50%;
  }
}
@media only screen and (min-width : 1250px) {
  .template-resources-page-container .blog-content .posts-wrap .posts-holder .single-post {
    width: 33.33333%;
  }
}
.template-resources-page-container .blog-content .posts-wrap .posts-holder .single-post .template-part-resource {
  height: 100%;
}
.template-resources-page-container .blog-content .posts-wrap .load-more-holder .btn, .template-resources-page-container .blog-content .posts-wrap .load-more-holder form.wpcf7-form input[type=submit], form.wpcf7-form .template-resources-page-container .blog-content .posts-wrap .load-more-holder input[type=submit], .template-resources-page-container .blog-content .posts-wrap .load-more-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .template-resources-page-container .blog-content .posts-wrap .load-more-holder input[type=submit] {
  width: 285px;
  margin: auto;
}
.template-resources-page-container .blog-content .posts-wrap .load-more-holder .btn.hidden, .template-resources-page-container .blog-content .posts-wrap .load-more-holder form.wpcf7-form input.hidden[type=submit], form.wpcf7-form .template-resources-page-container .blog-content .posts-wrap .load-more-holder input.hidden[type=submit], .template-resources-page-container .blog-content .posts-wrap .load-more-holder .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input.hidden[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .template-resources-page-container .blog-content .posts-wrap .load-more-holder input.hidden[type=submit] {
  display: none;
}
.template-resources-page-container .blog-content .banner-holder {
  padding-bottom: max(2.5252525253vw, 30px);
}
.template-resources-page-container .blog-content .banner-holder .banner {
  transition: all 400ms ease 0ms;
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  color: #323D48;
  background-color: #fff;
  padding: max(2.5252525253vw, 25px) max(3.0303030303vw, 20px);
  border-radius: max(0.7575757576vw, 10px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.template-resources-page-container .blog-content .banner-holder .banner:hover {
  background-color: #F8D668;
}
.template-resources-page-container .blog-content .banner-holder .banner:hover .swiper-btn {
  background-color: #fff;
}
.template-resources-page-container .blog-content .banner-holder .banner:hover .swiper-btn svg path,
.template-resources-page-container .blog-content .banner-holder .banner:hover .swiper-btn svg line {
  stroke: #323D48;
}
.template-resources-page-container .blog-content .banner-holder .banner .swiper-btn {
  margin-left: auto;
}

.template-about-page-container .hero-section {
  position: relative;
  background-color: #F05629;
  padding-top: 100px;
  padding-bottom: 70px;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .hero-section {
    padding-top: max(10.101010101vw, 150px);
    padding-bottom: max(5.6060606061vw, 80px);
  }
}
.template-about-page-container .hero-section .section-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.template-about-page-container .hero-section .section-content .left {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .hero-section .section-content .left {
    width: 50%;
    margin-bottom: 0;
  }
}
.template-about-page-container .hero-section .section-content .left .image-holder {
  position: relative;
  padding-top: 90.2%;
  border-radius: max(2.0202020202vw, 20px);
  overflow: hidden;
}
.template-about-page-container .hero-section .section-content .left .image-holder img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-about-page-container .hero-section .section-content .right {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .hero-section .section-content .right {
    width: 50%;
    padding-left: 4.0404040404vw;
  }
}
@media only screen and (min-width : 1250px) {
  .template-about-page-container .hero-section .section-content .right {
    padding-left: 9.3939393939vw;
  }
}
.template-about-page-container .hero-section .section-content .right .small-title {
  font-family: "gotham-medium", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  color: #fff;
  margin-bottom: max(0.404040404vw, 13px);
}
.template-about-page-container .hero-section .section-content .right .title {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  margin-bottom: max(1.7676767677vw, 30px);
}
.template-about-page-container .hero-section .section-content .right .title a {
  color: inherit;
  text-decoration: underline;
}
.template-about-page-container .hero-section .section-content .right .title u {
  text-decoration: underline;
}
.template-about-page-container .hero-section .section-content .right .title b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-about-page-container .hero-section .section-content .right .title span {
  color: #F8D668;
}
.template-about-page-container .hero-section .section-content .right .description {
  font-family: "gotham-book", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  line-height: 1.4em;
  color: #fff;
}
@media only screen and (min-width : 1250px) {
  .template-about-page-container .hero-section .section-content .right .description {
    padding-right: 3.7878787879vw;
  }
}
.template-about-page-container .blocks-section .block {
  background-color: #323D48;
  padding: max(7.0707070707vw, 55px) 0 max(4.5454545455vw, 55px);
}
.template-about-page-container .blocks-section .block.theme-1 {
  background-color: #323D48;
}
.template-about-page-container .blocks-section .block.theme-2 {
  background-color: #b2cad9;
}
.template-about-page-container .blocks-section .block.theme-2 .block-title {
  color: #323D48;
}
.template-about-page-container .blocks-section .block.theme-2 .block-info {
  border-color: #323D48;
}
.template-about-page-container .blocks-section .block.theme-2 .block-info .block-info-title h3 {
  color: #323D48;
}
.template-about-page-container .blocks-section .block.theme-2 .block-info .block-info-description .read-more-btn {
  color: #323D48;
}
.template-about-page-container .blocks-section .block.theme-2 .block-info .block-info-description p {
  color: #323D48;
}
.template-about-page-container .blocks-section .block .block-hero {
  border-radius: max(2.0202020202vw, 20px);
  overflow: hidden;
  min-height: max(41.2vw, 387px);
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: max(3.5353535354vw, 43px);
  box-sizing: border-box;
  background-color: #F05629;
}
.template-about-page-container .blocks-section .block .block-hero img {
  z-index: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-about-page-container .blocks-section .block .block-hero .block-title {
  font-size: max(7.0707070707vw, 52px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.template-about-page-container .blocks-section .block .block-hero .block-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .blocks-section .block .block-hero .block-title {
    padding: 0 10.101010101vw;
  }
}
.template-about-page-container .blocks-section .block .block-info {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: max(3.0303030303vw, 22px) 0;
}
.template-about-page-container .blocks-section .block .block-info .block-info-title {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .blocks-section .block .block-info .block-info-title {
    width: 44%;
    padding-right: 5.0505050505vw;
  }
}
@media only screen and (min-width : 1250px) {
  .template-about-page-container .blocks-section .block .block-info .block-info-title {
    padding-right: 9.9494949495vw;
  }
}
.template-about-page-container .blocks-section .block .block-info .block-info-title h3 {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
}
.template-about-page-container .blocks-section .block .block-info .block-info-description {
  width: 100%;
}
.template-about-page-container .blocks-section .block .block-info .block-info-description a {
  color: inherit;
  text-decoration: underline;
}
.template-about-page-container .blocks-section .block .block-info .block-info-description u {
  text-decoration: underline;
}
.template-about-page-container .blocks-section .block .block-info .block-info-description b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .blocks-section .block .block-info .block-info-description {
    width: 56%;
  }
}
.template-about-page-container .blocks-section .block .block-info .block-info-description .read-more-btn {
  color: #fff;
  margin-top: 15px;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .blocks-section .block .block-info .block-info-description .read-more-btn {
    display: none;
  }
}
.template-about-page-container .blocks-section .block .block-info .block-info-description .read-more-btn.active span {
  transform: rotate(180deg);
}
.template-about-page-container .blocks-section .block .block-info .block-info-description p {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  color: #fff;
  display: none;
  margin-top: 30px;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .blocks-section .block .block-info .block-info-description p {
    display: block !important;
    margin-top: 0;
  }
}
.template-about-page-container .blocks-section .block .template-part-cards-2 {
  margin-top: max(2.5252525253vw, 55px);
}
.template-about-page-container .slide-section {
  background-color: #F05629;
  padding: max(7.3232323232vw, 55px) 0 max(4.2929292929vw, 46px);
}
.template-about-page-container .slide-section .section-header {
  margin-bottom: max(5.0505050505vw, 47px);
}
.template-about-page-container .slide-section .section-header .title {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  color: #fff;
  text-align: center;
}
.template-about-page-container .slide-section .slider-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.template-about-page-container .slide-section .slider-holder .left {
  width: 100%;
  position: relative;
  border-radius: max(2.0202020202vw, 20px);
  overflow: hidden;
  margin-bottom: 33px;
}
@media only screen and (min-width : 1024px) {
  .template-about-page-container .slide-section .slider-holder .left {
    width: 52%;
    margin-bottom: 0;
  }
}
.template-about-page-container .slide-section .slider-holder .left .swiper {
  z-index: 1;
}
.template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide .image-holder {
  position: relative;
  padding-top: 73.7%;
}
.template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide .image-holder img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide .btn, .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide form.wpcf7-form input[type=submit], form.wpcf7-form .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide input[type=submit], .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide input[type=submit] {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: max(11.8686868687vw, 145px);
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide .btn, .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide form.wpcf7-form input[type=submit], form.wpcf7-form .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide input[type=submit], .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide input[type=submit] {
    bottom: 1.4141414141vw;
  }
}
.template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide .btn:hover svg path, .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide form.wpcf7-form input[type=submit]:hover svg path, form.wpcf7-form .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide input[type=submit]:hover svg path, .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit]:hover svg path, .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide input[type=submit]:hover svg path {
  fill: #fff;
}
.template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide .btn svg, .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide form.wpcf7-form input[type=submit] svg, form.wpcf7-form .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide input[type=submit] svg, .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit] svg, .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide input[type=submit] svg {
  margin-right: max(0.5050505051vw, 5px);
  height: auto;
  width: max(0.6565656566vw, 11px);
}
.template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide .btn svg path, .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide form.wpcf7-form input[type=submit] svg path, form.wpcf7-form .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide input[type=submit] svg path, .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit] svg path, .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form .template-about-page-container .slide-section .slider-holder .left .swiper .swiper-slide input[type=submit] svg path {
  transition: all 400ms ease 0ms;
}
.template-about-page-container .slide-section .slider-holder .right {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width : 1024px) {
  .template-about-page-container .slide-section .slider-holder .right {
    width: 48%;
    padding-left: 7.0707070707vw;
  }
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion {
  transition: all 400ms ease 0ms;
  position: relative;
  margin-bottom: max(1.0101010101vw, 10px);
  padding: 20px 25px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: max(0.7575757576vw, 10px);
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .slide-section .slider-holder .right .slider-accordion {
    padding: max(1.6161616162vw, 18px) max(2.0202020202vw, 22px);
    padding-right: max(1.1616161616vw, 10px);
  }
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion:last-child {
  margin-bottom: 0;
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion:hover, .template-about-page-container .slide-section .slider-holder .right .slider-accordion.active {
  background-color: #F8D668;
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion:hover .swiper-btn, .template-about-page-container .slide-section .slider-holder .right .slider-accordion.active .swiper-btn {
  background-color: #fff;
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion:hover .swiper-btn svg path,
.template-about-page-container .slide-section .slider-holder .right .slider-accordion:hover .swiper-btn svg line, .template-about-page-container .slide-section .slider-holder .right .slider-accordion.active .swiper-btn svg path,
.template-about-page-container .slide-section .slider-holder .right .slider-accordion.active .swiper-btn svg line {
  stroke: #323D48;
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion.active {
  background-color: #F8D668;
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion.active .swiper-btn {
  transform: rotate(180deg);
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion:not(.active) {
  cursor: pointer;
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion .slider-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion .slider-accordion-header .slider-accordion-title {
  font-family: "founders-grotesk-medium", sans-serif;
  color: #323D48;
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .slide-section .slider-holder .right .slider-accordion .slider-accordion-header .slider-accordion-title {
    font-size: max(1.2121212121vw, 16px);
  }
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion .slider-accordion-header .slider-accordion-title img {
  margin-right: max(0.6565656566vw, 12px);
  width: 1.6161616162vw;
  min-width: 32px;
  height: auto;
  max-height: max(1.2626262626vw, 25px);
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion .slider-accordion-header .swiper-btn {
  position: relative;
  z-index: 2;
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion .slider-accordion-header .swiper-btn svg {
  transform: rotate(90deg);
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion .slider-accordion-hidden-content {
  display: none;
  margin-top: 5px;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .slide-section .slider-holder .right .slider-accordion .slider-accordion-hidden-content {
    margin-top: max(0.6565656566vw, 13px);
  }
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion .slider-accordion-hidden-content p {
  font-family: "gotham-book", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  line-height: 1.4em;
  padding-right: 52px;
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion .slider-accordion-hidden-content p a {
  color: inherit;
  text-decoration: underline;
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion .slider-accordion-hidden-content p u {
  text-decoration: underline;
}
.template-about-page-container .slide-section .slider-holder .right .slider-accordion .slider-accordion-hidden-content p b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
@media only screen and (min-width : 1250px) {
  .template-about-page-container .slide-section .slider-holder .right .slider-accordion .slider-accordion-hidden-content p {
    padding-right: 0;
    width: 22.4242424242vw;
  }
}
.template-about-page-container .slide-section .slider-holder .right .swiper-navigation-buttons .swiper-btn {
  margin-top: max(1.5151515152vw, 30px);
}
.template-about-page-container .slide-section .slider-video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.template-about-page-container .slide-section .slider-video-popup .popup-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .slider-video-popup-closing-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.97);
  z-index: 0;
  cursor: pointer;
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .close-slider-video-popup-btn {
  transition: all 400ms ease 0ms;
  position: absolute;
  top: max(1.2626262626vw, 25px);
  right: max(2.2727272727vw, 20px);
  width: max(2.5252525253vw, 40px);
  height: max(2.5252525253vw, 40px);
  border-radius: max(2.5252525253vw, 40px);
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .close-slider-video-popup-btn:hover {
  background-color: #F05629;
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .close-slider-video-popup-btn:hover svg line {
  stroke: #fff;
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .close-slider-video-popup-btn svg {
  width: max(0.6565656566vw, 11px);
  height: auto;
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .close-slider-video-popup-btn svg line {
  transition: all 400ms ease 0ms;
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .video-holder {
  margin: auto;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width : 1250px) {
  .template-about-page-container .slide-section .slider-video-popup .popup-content .video-holder {
    width: 65.5050505051vw;
  }
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .video-holder .play-slider-video-btn {
  transition: all 400ms ease 0ms;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(5.0505050505vw, 55px);
  height: max(5.0505050505vw, 55px);
  border-radius: max(5.0505050505vw, 55px);
  z-index: 2;
  background-color: #F8D668;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .video-holder .play-slider-video-btn:hover {
  background-color: #F05629;
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .video-holder .play-slider-video-btn:hover svg path:last-child {
  fill: #fff;
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .video-holder .play-slider-video-btn svg {
  width: max(1.3636363636vw, 18px);
  height: auto;
  transform: translate(15%);
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .video-holder .play-slider-video-btn svg path {
  transition: all 400ms ease 0ms;
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .video-holder .video {
  padding-top: 56.25%;
  position: relative;
  border-radius: max(2.0202020202vw, 20px);
  overflow: hidden;
  width: 100%;
}
.template-about-page-container .slide-section .slider-video-popup .popup-content .video-holder .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323D48;
  z-index: 1;
}
.template-about-page-container .lists-section {
  background-color: #F05629;
  padding: max(4.2929292929vw, 46px) 0 max(4.2929292929vw, 55px);
}
.template-about-page-container .lists-section .title {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  color: #fff;
  text-align: center;
  margin-bottom: max(1.0101010101vw, 14px);
}
.template-about-page-container .lists-section .description {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  color: #fff;
  text-align: center;
}
.template-about-page-container .lists-section .description a {
  color: inherit;
  text-decoration: underline;
}
.template-about-page-container .lists-section .description u {
  text-decoration: underline;
}
.template-about-page-container .lists-section .description b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-about-page-container .lists-section .lists-blocks {
  margin-top: max(3.0303030303vw, 35px);
}
.template-about-page-container .lists-section .lists-blocks .btn-icon.active span {
  transform: rotate(180deg);
}
.template-about-page-container .lists-section .lists-blocks .btn-icon.desktop {
  display: none;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .lists-section .lists-blocks .btn-icon.desktop {
    display: flex;
  }
}
.template-about-page-container .lists-section .lists-blocks .btn-icon.mobile {
  margin-top: 5px;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .lists-section .lists-blocks .btn-icon.mobile {
    display: none;
  }
}
.template-about-page-container .lists-section .lists-blocks .btn-icon:hover span {
  background-color: #F05629;
}
.template-about-page-container .lists-section .lists-blocks .btn-icon:hover span svg path,
.template-about-page-container .lists-section .lists-blocks .btn-icon:hover span svg line {
  stroke: #fff;
}
.template-about-page-container .lists-section .lists-blocks .list-block {
  transition: all 400ms ease 0ms;
  background-color: #fff;
  border-radius: max(0.7575757576vw, 10px);
  padding: max(1.8686868687vw, 25px) max(3.5353535354vw, 25px);
  box-sizing: border-box;
  margin-bottom: max(1.9191919192vw, 10px);
}
.template-about-page-container .lists-section .lists-blocks .list-block:last-child {
  margin-bottom: 0;
}
.template-about-page-container .lists-section .lists-blocks .list-block.active {
  background-color: #F8D668;
}
.template-about-page-container .lists-section .lists-blocks .list-block .list-block-header {
  border-bottom: solid 1px #323D48;
  padding-bottom: max(1.5151515152vw, 24px);
  margin-bottom: max(1.9191919192vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.template-about-page-container .lists-section .lists-blocks .list-block .list-block-header .list-block-title {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  color: #323D48;
  display: flex;
  align-items: center;
}
.template-about-page-container .lists-section .lists-blocks .list-block .list-block-header .list-block-title img {
  margin-right: max(0.9090909091vw, 10px);
  width: max(2.0707070707vw, 32px);
}
.template-about-page-container .lists-section .lists-blocks .list-block .list-items-desktop {
  display: none;
  flex-wrap: wrap;
  width: calc(100% + 4.5454545455vw);
  margin-left: -2.2727272727vw;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .lists-section .lists-blocks .list-block .list-items-desktop {
    display: flex;
  }
}
.template-about-page-container .lists-section .lists-blocks .list-block .list-items-desktop .col {
  width: 33.333%;
  padding: 0 2.2727272727vw;
  box-sizing: border-box;
}
.template-about-page-container .lists-section .lists-blocks .list-block .list-items-desktop .col .list-item {
  margin-bottom: max(1.0101010101vw, 15px);
}
.template-about-page-container .lists-section .lists-blocks .list-block .list-items-desktop .col .list-item p {
  font-size: max(1.2121212121vw, 14px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
}
.template-about-page-container .lists-section .lists-blocks .list-block .list-items-desktop .col .hidden-items {
  display: none;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .lists-section .lists-blocks .list-block .list-items-mobile {
    display: none;
  }
}
.template-about-page-container .lists-section .lists-blocks .list-block .list-items-mobile .list-item {
  margin-bottom: 15px;
}
.template-about-page-container .lists-section .lists-blocks .list-block .list-items-mobile .list-item p {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
}
.template-about-page-container .lists-section .lists-blocks .list-block .list-items-mobile .list-item:last-child {
  margin-bottom: 0;
}
.template-about-page-container .lists-section .lists-blocks .list-block .list-items-mobile .visible-items {
  padding-bottom: 15px;
}
.template-about-page-container .lists-section .lists-blocks .list-block .list-items-mobile .hidden-items {
  padding-bottom: 15px;
  display: none;
}
.template-about-page-container .image-with-description-section {
  background-color: #FFF6DD;
  padding: max(5.0505050505vw, 50px) 0 max(5.0505050505vw, 74px);
}
.template-about-page-container .image-with-description-section .section-content {
  display: flex;
  flex-wrap: wrap;
}
.template-about-page-container .image-with-description-section .section-content .left {
  width: 100%;
  margin-bottom: 38px;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .image-with-description-section .section-content .left {
    margin-bottom: 0;
    width: 55.7%;
  }
}
.template-about-page-container .image-with-description-section .section-content .left .image-holder {
  position: relative;
  padding-top: 85.3%;
  background-color: #323D48;
  border-radius: max(2.0202020202vw, 20px);
  overflow: hidden;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .image-with-description-section .section-content .left .image-holder {
    padding-top: 73.6%;
  }
}
.template-about-page-container .image-with-description-section .section-content .left .image-holder img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-about-page-container .image-with-description-section .section-content .right {
  width: 100%;
  align-self: center;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .template-about-page-container .image-with-description-section .section-content .right {
    width: 44.3%;
    padding-left: 4.0404040404vw;
  }
}
@media only screen and (min-width : 1250px) {
  .template-about-page-container .image-with-description-section .section-content .right {
    padding-left: 13.1313131313vw;
  }
}
.template-about-page-container .image-with-description-section .section-content .right .title {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  color: #323D48;
}
.template-about-page-container .image-with-description-section .section-content .right .description {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  margin-top: max(1.5151515152vw, 14px);
}
.template-about-page-container .image-with-description-section .section-content .right .description a {
  color: inherit;
  text-decoration: underline;
}
.template-about-page-container .image-with-description-section .section-content .right .description u {
  text-decoration: underline;
}
.template-about-page-container .image-with-description-section .section-content .right .description b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-about-page-container .image-with-description-section .section-content .right .btn, .template-about-page-container .image-with-description-section .section-content .right form.wpcf7-form input[type=submit], form.wpcf7-form .template-about-page-container .image-with-description-section .section-content .right input[type=submit], .template-about-page-container .image-with-description-section .section-content .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .template-about-page-container .image-with-description-section .section-content .right .right-content form input[type=submit] {
  margin: max(2.2727272727vw, 30px) 0 0;
}

.template-dashboard-page-container .hero-section {
  position: relative;
  min-height: 800px;
  max-height: 100vh;
  height: 56vw;
  display: flex;
  background-color: #323D48;
  padding-bottom: max(1.9191919192vw, 38px);
}
.template-dashboard-page-container .hero-section img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-dashboard-page-container .hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.template-dashboard-page-container .hero-section .section-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 100%;
  position: relative;
  z-index: 1;
}
.template-dashboard-page-container .hero-section .section-content h1 {
  font-family: "founders-grotesk-medium", sans-serif;
  font-size: max(15.1515151515vw, 90px);
  color: #fff;
  line-height: 0.9;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .template-dashboard-page-container .hero-section .section-content h1 {
    text-align: left;
  }
}
@media only screen and (min-width : 1024px) {
  .template-dashboard-page-container .hero-section .section-content h1 {
    width: auto;
  }
}
.template-dashboard-page-container .hero-section .section-content .cards {
  width: calc(100% + 14px);
  margin-left: -7px;
  margin-top: auto;
}
@media only screen and (min-width : 768px) {
  .template-dashboard-page-container .hero-section .section-content .cards {
    width: calc(100% + 1.7171717172vw);
    margin-left: -0.8585858586vw;
  }
}
.template-dashboard-page-container .hero-section .section-content .cards .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 0 7px;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .template-dashboard-page-container .hero-section .section-content .cards .swiper .swiper-wrapper .swiper-slide {
    padding: 0 0.8585858586vw;
  }
}
.template-dashboard-page-container .hero-section .section-content .cards .swiper .swiper-wrapper .swiper-slide .card {
  background-color: #F05629;
  border-radius: max(0.7575757576vw, 10px);
  height: 100%;
  padding: 18px 40px;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .template-dashboard-page-container .hero-section .section-content .cards .swiper .swiper-wrapper .swiper-slide .card {
    padding: max(2.0202020202vw, 25px) max(1.5151515152vw, 18px);
  }
}
.template-dashboard-page-container .hero-section .section-content .cards .swiper .swiper-wrapper .swiper-slide .card p {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  color: #fff;
}
.template-dashboard-page-container .hero-section .section-content .cards .swiper .swiper-wrapper .swiper-slide .card p a {
  color: inherit;
  text-decoration: underline;
}
.template-dashboard-page-container .hero-section .section-content .cards .swiper .swiper-wrapper .swiper-slide .card p u {
  text-decoration: underline;
}
.template-dashboard-page-container .hero-section .section-content .cards .swiper .swiper-wrapper .swiper-slide .card p b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-dashboard-page-container .hero-section .section-content .cards .swiper .swiper-wrapper .swiper-slide .card p span {
  color: #F8D668;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-dashboard-page-container .hero-section .section-content .cards .swiper-navigation-buttons .swiper-btn {
  margin-top: max(2.0202020202vw, 18px);
}
.template-dashboard-page-container .dashboard-section .section-content {
  background-color: #FFF6DD;
  padding-top: max(8.0808080808vw, 60px);
  padding-bottom: max(9.595959596vw, 60px);
}
.template-dashboard-page-container .dashboard-section .section-content .section-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .template-dashboard-page-container .dashboard-section .section-content .section-header {
    flex-wrap: nowrap;
    text-align: left;
  }
}
.template-dashboard-page-container .dashboard-section .section-content .section-header .title-holder {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .template-dashboard-page-container .dashboard-section .section-content .section-header .title-holder {
    width: auto;
    padding-right: 12.6262626263vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width : 1250px) {
  .template-dashboard-page-container .dashboard-section .section-content .section-header .title-holder {
    padding-right: 20.202020202vw;
  }
}
.template-dashboard-page-container .dashboard-section .section-content .section-header .title-holder h2 {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  color: #323D48;
}
.template-dashboard-page-container .dashboard-section .section-content .section-header .title-holder h2 span {
  color: #F05629;
}
.template-dashboard-page-container .dashboard-section .section-content .section-header .description-holder {
  flex-shrink: 0;
  width: 100%;
}
.template-dashboard-page-container .dashboard-section .section-content .section-header .description-holder a {
  color: inherit;
  text-decoration: underline;
}
.template-dashboard-page-container .dashboard-section .section-content .section-header .description-holder u {
  text-decoration: underline;
}
.template-dashboard-page-container .dashboard-section .section-content .section-header .description-holder b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
@media only screen and (min-width : 768px) {
  .template-dashboard-page-container .dashboard-section .section-content .section-header .description-holder {
    width: 300px;
  }
}
@media only screen and (min-width : 1250px) {
  .template-dashboard-page-container .dashboard-section .section-content .section-header .description-holder {
    width: 18.4343434343vw;
  }
}
.template-dashboard-page-container .dashboard-section .section-content .section-header .description-holder p {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
}
.template-dashboard-page-container .dashboard-section .section-content .dashboard-holder {
  overflow: auto;
  margin-top: max(4.5454545455vw, 40px);
}
.template-dashboard-page-container .dashboard-section .section-content .dashboard-holder .tableauPlaceholder {
  overflow: hidden;
  border-radius: max(1.2626262626vw, 20px);
  margin: auto;
}
.template-dashboard-page-container .dashboard-section .section-content .iframe-description {
  font-family: "gotham-book", sans-serif;
  font-size: max(0.7070707071vw, 14px);
  color: #323D48;
  line-height: 1.4em;
  text-align: center;
  margin-top: max(1.6161616162vw, 32px);
}
.template-dashboard-page-container .dashboard-section .section-content .iframe-description a {
  color: inherit;
  text-decoration: underline;
}
.template-dashboard-page-container .dashboard-section .section-content .iframe-description u {
  text-decoration: underline;
}
.template-dashboard-page-container .dashboard-section .section-content .iframe-description b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-dashboard-page-container .image-with-description-section {
  background-color: #323D48;
  padding: max(5.0505050505vw, 50px) 0 max(5.0505050505vw, 74px);
}
.template-dashboard-page-container .image-with-description-section .section-content {
  display: flex;
  flex-wrap: wrap;
}
.template-dashboard-page-container .image-with-description-section .section-content .left {
  width: 100%;
  margin-bottom: 38px;
}
@media only screen and (min-width : 768px) {
  .template-dashboard-page-container .image-with-description-section .section-content .left {
    margin-bottom: 0;
    width: 55.7%;
  }
}
.template-dashboard-page-container .image-with-description-section .section-content .left .image-holder {
  position: relative;
  padding-top: 85.3%;
  background-color: #323D48;
  border-radius: max(2.0202020202vw, 20px);
  overflow: hidden;
}
@media only screen and (min-width : 768px) {
  .template-dashboard-page-container .image-with-description-section .section-content .left .image-holder {
    padding-top: 73.6%;
  }
}
.template-dashboard-page-container .image-with-description-section .section-content .left .image-holder img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-dashboard-page-container .image-with-description-section .section-content .right {
  width: 100%;
  align-self: center;
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) {
  .template-dashboard-page-container .image-with-description-section .section-content .right {
    width: 44.3%;
    padding-left: 4.0404040404vw;
  }
}
@media only screen and (min-width : 1250px) {
  .template-dashboard-page-container .image-with-description-section .section-content .right {
    padding-left: 13.1313131313vw;
  }
}
.template-dashboard-page-container .image-with-description-section .section-content .right .title {
  font-size: max(3.7373737374vw, 36px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
}
.template-dashboard-page-container .image-with-description-section .section-content .right .description {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  color: #fff;
  margin-top: max(1.5151515152vw, 14px);
}
.template-dashboard-page-container .image-with-description-section .section-content .right .description a {
  color: inherit;
  text-decoration: underline;
}
.template-dashboard-page-container .image-with-description-section .section-content .right .description u {
  text-decoration: underline;
}
.template-dashboard-page-container .image-with-description-section .section-content .right .description b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-dashboard-page-container .image-with-description-section .section-content .right .btn, .template-dashboard-page-container .image-with-description-section .section-content .right form.wpcf7-form input[type=submit], form.wpcf7-form .template-dashboard-page-container .image-with-description-section .section-content .right input[type=submit], .template-dashboard-page-container .image-with-description-section .section-content .template-action-center-page-container .join-form-section .join-form-section-content .right .right-content form input[type=submit], .template-action-center-page-container .join-form-section .join-form-section-content .template-dashboard-page-container .image-with-description-section .section-content .right .right-content form input[type=submit] {
  margin: max(2.2727272727vw, 30px) 0 0;
}

.template-contact-page-container {
  background-color: #F05629;
  padding-top: max(11.3636363636vw, 132px);
  padding-bottom: max(4.2929292929vw, 36px);
}
.template-contact-page-container .hero-section h1 {
  font-size: max(7.0707070707vw, 52px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  text-align: center;
  padding-bottom: max(3.8383838384vw, 60px);
}
.template-contact-page-container .hero-section .contact-info-boxes {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: max(52.3232323232vw, 700px);
}
.template-contact-page-container .hero-section .contact-info-boxes .box-holder {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  .template-contact-page-container .hero-section .contact-info-boxes .box-holder {
    width: 50%;
    margin-bottom: 0;
  }
}
.template-contact-page-container .hero-section .contact-info-boxes .box-holder:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width : 768px) {
  .template-contact-page-container .hero-section .contact-info-boxes .box-holder:nth-child(odd) {
    padding-right: 0.8585858586vw;
  }
}
@media only screen and (min-width : 768px) {
  .template-contact-page-container .hero-section .contact-info-boxes .box-holder:nth-child(even) {
    padding-left: 0.8585858586vw;
  }
}
.template-contact-page-container .hero-section .contact-info-boxes .box-holder .box {
  background-color: #323D48;
  border-radius: max(0.7575757576vw, 10px);
  box-sizing: border-box;
  text-align: center;
  padding: max(2.5252525253vw, 20px) max(2.5252525253vw, 25px);
}
.template-contact-page-container .hero-section .contact-info-boxes .box-holder .box p {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  color: #fff;
}
.template-contact-page-container .hero-section .contact-info-boxes .box-holder .box a {
  color: inherit;
  transition: all 400ms ease 0ms;
}
.template-contact-page-container .hero-section .contact-info-boxes .box-holder .box a:hover {
  color: #F8D668;
}
.template-contact-page-container .hero-section .contact-info-boxes .box-holder .box .box-title {
  font-family: "founders-grotesk-medium", sans-serif;
  margin-bottom: max(0.4545454545vw, 9px);
}
.template-contact-page-container .form-section {
  margin-top: max(1.7171717172vw, 34px);
}
.template-contact-page-container .form-section .form-container {
  padding: max(3.1313131313vw, 43px) max(3.1313131313vw, 25px) max(3.1313131313vw, 33px);
  box-sizing: border-box;
  max-width: max(52.3232323232vw, 700px);
  margin: auto;
  background-color: #fff;
  border-radius: max(0.7575757576vw, 15px);
}
.template-contact-page-container .form-section .form-container .form-title {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  color: #323D48;
  text-align: center;
  margin-bottom: max(1.0101010101vw, 9px);
}
.template-contact-page-container .form-section .form-container .form-description {
  font-family: "gotham-book", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  line-height: 1.4em;
  text-align: center;
  max-width: max(29.797979798vw, 400px);
  margin: auto;
}
.template-contact-page-container .form-section .form-container .form-description a {
  color: inherit;
  text-decoration: underline;
}
.template-contact-page-container .form-section .form-container .form-description u {
  text-decoration: underline;
}
.template-contact-page-container .form-section .form-container .form-description b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-contact-page-container .form-section .form-container form {
  margin-top: max(3.8888888889vw, 45px);
}

.template-archived-posts-page-container .content {
  padding-top: max(9.595959596vw, 140px);
  background-color: #F05629;
}
.template-archived-posts-page-container .content .hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: max(2.6262626263vw, 10px);
  justify-content: center;
}
@media only screen and (min-width : 768px) {
  .template-archived-posts-page-container .content .hero-section {
    justify-content: space-between;
  }
}
.template-archived-posts-page-container .content .hero-section h1 {
  font-size: max(7.0707070707vw, 52px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  width: 100%;
  margin-bottom: 74px;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .template-archived-posts-page-container .content .hero-section h1 {
    text-align: left;
    width: auto;
    margin-bottom: 0;
  }
}
.template-archived-posts-page-container .content .hero-section .box-wrap {
  background-color: #323D48;
  padding: max(1.8686868687vw, 30px) max(2.7777777778vw, 30px);
  box-sizing: border-box;
  border-radius: max(0.7575757576vw, 10px);
}
@media only screen and (min-width : 768px) {
  .template-archived-posts-page-container .content .hero-section .box-wrap {
    max-width: max(24.2424242424vw, 350px);
  }
}
.template-archived-posts-page-container .content .hero-section .box-wrap h2 {
  font-size: max(1.2121212121vw, 18px);
  font-family: "founders-grotesk-regular", sans-serif;
  color: #323D48;
  line-height: 1.25em;
  color: #fff;
  font-family: "founders-grotesk-medium", sans-serif;
  margin-bottom: max(0.7575757576vw, 10px);
}
.template-archived-posts-page-container .content .hero-section .box-wrap p {
  font-family: "gotham-book", sans-serif;
  font-size: max(0.8080808081vw, 14px);
  color: #323D48;
  line-height: 1.4em;
  color: #fff;
}
.template-archived-posts-page-container .content .hero-section .box-wrap p a {
  color: inherit;
  text-decoration: underline;
}
.template-archived-posts-page-container .content .hero-section .box-wrap p u {
  text-decoration: underline;
}
.template-archived-posts-page-container .content .hero-section .box-wrap p b {
  font-weight: normal;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-archived-posts-page-container .content .posts-wrap {
  margin-top: max(6.4646464646vw, 86px);
  padding-bottom: max(6.8181818182vw, 90px);
}
.template-archived-posts-page-container .content .posts-wrap .no-results {
  box-sizing: border-box;
  padding: 0 0.8585858586vw max(2.5252525253vw, 35px) 0.8585858586vw;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .template-archived-posts-page-container .content .posts-wrap .no-results {
    text-align: left;
  }
}
.template-archived-posts-page-container .content .posts-wrap .no-results h2 {
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  font-family: "founders-grotesk-medium", sans-serif;
}
.template-archived-posts-page-container .content .posts-wrap .posts-holder {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: all 400ms ease 0ms;
}
@media only screen and (min-width : 768px) {
  .template-archived-posts-page-container .content .posts-wrap .posts-holder {
    width: calc(100% + 1.7171717172vw);
    margin-left: -0.8585858586vw;
  }
}
.template-archived-posts-page-container .content .posts-wrap .posts-holder.loading {
  opacity: 0;
}
.template-archived-posts-page-container .content .posts-wrap .posts-holder .post-holder {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: max(1.7171717172vw, 20px);
}
@media only screen and (min-width : 768px) {
  .template-archived-posts-page-container .content .posts-wrap .posts-holder .post-holder {
    padding: 0 max(0.8585858586vw, 10px);
    width: 50%;
  }
}
@media only screen and (min-width : 1250px) {
  .template-archived-posts-page-container .content .posts-wrap .posts-holder .post-holder {
    width: 33.33333%;
  }
}
.template-archived-posts-page-container .content .posts-wrap .posts-holder .post-holder .template-part-resource {
  height: 100%;
}
.template-archived-posts-page-container .content .banner-holder {
  padding-bottom: max(2.5252525253vw, 30px);
}
.template-archived-posts-page-container .content .banner-holder .banner {
  transition: all 400ms ease 0ms;
  font-size: max(1.7171717172vw, 24px);
  font-family: "founders-grotesk-medium", sans-serif;
  color: #fff;
  line-height: 1.2em;
  color: #323D48;
  background-color: #fff;
  padding: max(2.5252525253vw, 25px) max(3.0303030303vw, 20px);
  border-radius: max(0.7575757576vw, 10px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.template-archived-posts-page-container .content .banner-holder .banner:hover {
  background-color: #F8D668;
}
.template-archived-posts-page-container .content .banner-holder .banner:hover .swiper-btn {
  background-color: #fff;
}
.template-archived-posts-page-container .content .banner-holder .banner:hover .swiper-btn svg path,
.template-archived-posts-page-container .content .banner-holder .banner:hover .swiper-btn svg line {
  stroke: #323D48;
}
.template-archived-posts-page-container .content .banner-holder .banner .swiper-btn {
  margin-left: auto;
}
#site-footer .footer-content .bottom-content p.twitter-cta img, #site-footer .footer-content .bottom-content a.twitter-cta img {
width: 30px;
}
/*# sourceMappingURL=index.css.map*/