@charset "UTF-8";

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";

  src: url("../../webfonts/slick.eot");

  src: url("../../webfonts/slick.eot?#iefix") format("embedded-opentype"), url("../../webfonts/slick.woff") format("woff"), url("../../webfonts/slick.ttf") format("truetype"), url("../../webfonts/slick.svg#slick") format("svg");

  font-weight: normal;

  font-style: normal;
}

/* Arrows */

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.5;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.half-content-half-image .slick-next,
.half-content-half-image .slick-prev {
  color: white;
  transform: none;
  width: 30px;
  height: 30px;
  z-index: 1;
  top: 42%;
}

.half-content-half-image .slick-next:focus, .half-content-half-image .slick-next:hover,
.half-content-half-image .slick-prev:focus,
.half-content-half-image .slick-prev:hover {
  color: white;
}

.half-content-half-image .slick-next span,
.half-content-half-image .slick-prev span {
  font-size: 30px;
}

.half-content-half-image .slick-next {
  right: 15px;
}

.half-content-half-image .slick-prev {
  left: auto;
  right: 50px;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 720px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1140px;
  }
}

@media (min-width: 1400px){
  .container{
    max-width: 1320px;
  }
}

@media (min-width: 1900px){
  .container{
    max-width: 1675px;
  }
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-10{
  top: 2.5rem;
}

.right-10{
  right: 2.5rem;
}

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

.col-span-full{
  grid-column: 1 / -1;
}

.float-right{
  float: right;
}

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mt-1{
  margin-top: 0.25rem;
}

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

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

.mt-12{
  margin-top: 3rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

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

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

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

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

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-5{
  height: 1.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-24{
  height: 6rem;
}

.h-72{
  height: 18rem;
}

.h-auto{
  height: auto;
}

.h-4\/5{
  height: 80%;
}

.max-h-12{
  max-height: 3rem;
}

.w-5{
  width: 1.25rem;
}

.w-24{
  width: 6rem;
}

.w-72{
  width: 18rem;
}

.w-full{
  width: 100%;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.flex-1{
  flex: 1 1 0%;
}

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

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

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

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

.justify-center{
  justify-content: center;
}

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

.gap-2{
  gap: 0.5rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.space-x-20px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-full{
  border-radius: 9999px;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-dashed{
  border-style: dashed;
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

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

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

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

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

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

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.leading-relaxed{
  line-height: 1.625;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.underline{
  text-decoration: underline;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.accordion-section .section-header-wrap {
  margin-bottom: 0;
}

.accordion-section.has-shadow {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.accordion-section .accordion-inner {
  margin-bottom: 2.5rem;
}

.accordion-section .accordion-inner .accordion-bct li {
  border-bottom: 1px solid #C4C4C4;
  position: relative;
}

.accordion-section .accordion-inner .accordion-bct li .accordion__description {
  display: none;
}

.accordion-section .accordion-inner .accordion-bct li > a {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 2.5rem;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 2rem;
}

.accordion-section .accordion-inner .accordion-bct li > a h4 {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 639px) {
  .accordion-section .accordion-inner .accordion-bct li > a h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.accordion-section .accordion-inner .accordion-bct li > a:after {
  position: absolute;
  top: 2rem;
  right: 0.75rem;
  height: 1rem;
  width: 1rem;
  border-right: 3px solid;
  border-bottom: 3px solid;
  content: " ";
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}

.accordion-section .accordion-inner .accordion-bct li > a.active:after {
  transform: rotate(45deg);
}

.accordion-section .accordion-inner .accordion-bct li.no-arrow > a::after {
  display: none;
}

.accordion-section .accordion-inner .accordion-bct .accordion__description {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-top: 0px;
}

.accordion-section .accordion-inner .accordion-bct .accordion__description ul {
  list-style-type: disc;
  padding-left: 25px;
}

.accordion-section .accordion-inner .accordion-bct .accordion__description ul li {
  border-bottom: none !important;
  padding-bottom: 10px !important;
}

.accordion-section .accordion-inner .accordion-bct .accordion__description h6 {
  margin-top: 1rem;
}

.accordion-section .accordion-inner .accordion-bct .accordion__description p {
  padding-right: 2rem;
  padding-bottom: 1rem;
}

.accordion-section.on-sidebar {
  padding: 35px 18px;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li {
  border-bottom: none;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li > a h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  display: flex;
  align-items: center;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li > a h4 .plus {
  color: #76ced9;
  width: 15px;
  height: 15px;
  border: 0;
  font-size: 1.5em;
  position: relative;
  margin-right: 0.5rem;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li > a h4 .plus span {
  position: absolute;
  transition: 300ms;
  background: #76ced9;
  border-radius: 2px;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li > a h4 .plus span:first-child {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li > a h4 .plus span:last-child {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li > a.active .plus span {
  transform: rotate(90deg);
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li > a.active .plus span:last-child {
  left: 50%;
  right: 50%;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li > a::after {
  display: none;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li .accordion__description {
  padding-left: 1.5rem;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li .accordion__description .event-detail-wrap .event-detail-inner {
  position: relative;
  margin-top: 1rem;
  color: #56287b;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li .accordion__description .event-detail-wrap .event-detail-inner > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  font-size: 0;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li .accordion__description .event-detail-wrap .event-detail-inner .event-date {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.accordion-section.on-sidebar .accordion-inner .accordion-bct li .accordion__description .event-detail-wrap .event-detail-inner .event-location {
  font-size: 1rem;
  line-height: 1.3125rem;
}

.hero-action-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-action-block .content {
  padding: 2rem;
  border-radius: 1rem;
  color: white;
  text-align: center;
}

.hero-action-block .content h2 {
  font-size: 2rem;
  color: #fde6c3;
}

@media (min-width: 768px) {
  .hero-action-block .content h2 {
    font-size: 3rem;
  }
}

.hero-action-block .content p {
  font-size: 1rem;
  color: #fde6c3;
}

@media (min-width: 768px) {
  .hero-action-block .content p {
    font-size: 1.125rem;
  }
}

.stat-section {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.stat-section .container {
  position: relative;
}

.stat-section.left-circle, .stat-section.right-circle {
  position: relative;
}

.stat-section.left-circle:before, .stat-section.right-circle:after {
  content: "";
  position: absolute;
  display: none;
  border-radius: 9999px;
  border-width: 7px;
  border-style: solid;
}

@media (min-width: 1024px) {
  .stat-section.left-circle:before, .stat-section.right-circle:after {
    display: block;
  }
}

.stat-section.left-circle:before {
  border-color: #D9C1DD;
  width: 493px;
  height: 493px;
  left: 0;
  transform: translateX(-50%);
  top: -50%;
  z-index: 0;
}

@media (min-width: 1024px) {
  .stat-section.left-circle:before {
    display: block;
    width: 393px;
    height: 393px;
    left: -80px;
    top: -50%;
  }
}

@media (min-width: 1200px) {
  .stat-section.left-circle:before {
    width: 403px;
    height: 403px;
    left: 0;
    top: -39%;
  }
}

@media (min-width: 1400px) {
  .stat-section.left-circle:before {
    width: 463px;
    height: 463px;
    left: 0;
    top: -50%;
  }
}

@media (min-width: 1900px) {
  .stat-section.left-circle:before {
    width: 493px;
    height: 493px;
    left: 0;
    top: -50%;
  }
}

.stat-section.right-circle:after {
  border-color: #BCE4EA;
  width: 315px;
  height: 315px;
  right: 0;
  top: -35%;
  transform: translateX(60%);
}

@media (min-width: 1024px) {
  .stat-section.right-circle:after {
    display: block;
    width: 315px;
    height: 315px;
    right: 0;
    top: -35%;
  }
}

@media (min-width: 1200px) {
  .stat-section.right-circle:after {
    width: 315px;
    height: 315px;
    right: 0;
    top: -35%;
  }
}

@media (min-width: 1400px) {
  .stat-section.right-circle:after {
    width: 315px;
    height: 315px;
    right: 0;
    top: -35%;
  }
}

@media (min-width: 1900px) {
  .stat-section.right-circle:after {
    width: 315px;
    height: 315px;
    right: 0;
    top: -35%;
  }
}

@media (min-width: 768px) {
  .stat-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: linear-gradient(to left, var(--first-column-background-color) 0%, var(--first-column-background-color) 50%, var(--second-column-background-color) 50%, var(--second-column-background-color) 100%);
  }
}

.stat-section .title-wrapper {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .stat-section .title-wrapper {
    max-width: 950px;
  }
}

.stat-section h2 {
  margin-bottom: 1.5rem;
  display: none;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  font-size: 3.75rem;
  line-height: 3.75rem;
}

.stat-section h2 span {
  box-shadow: 10px 0 0 #ec008c, -10px 0 0 #ec008c;
  -moz-box-shadow: 10px 0 0 #ec008c, -10px 0 0 #ec008c;
  -webkit-box-shadow: 10px 0 0 #ec008c, -10px 0 0 #ec008c;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #ec008c;
  margin-bottom: 10px;
  display: inline-block;
}

@media (min-width: 768px) {
  .stat-section h2 {
    display: inline;
  }
}

@media (max-width: 767px) {
  .stat-section h2 {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}

.stat-section .mobile-title-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  max-width: 295px;
}

@media (min-width: 768px) {
  .stat-section .mobile-title-wrapper {
    margin-bottom: 0px;
  }
}

.stat-section h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  display: inline;
  --tw-bg-opacity: 1;
  background-color: rgba(236, 0, 140, var(--tw-bg-opacity));
  line-height: 1.4;
  box-shadow: 10px 0 0 #ec008c, -10px 0 0 #ec008c;
  -moz-box-shadow: 10px 0 0 #ec008c, -10px 0 0 #ec008c;
  -webkit-box-shadow: 10px 0 0 #ec008c, -10px 0 0 #ec008c;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

@media (min-width: 768px) {
  .stat-section h3 {
    display: none;
  }
}

.stat-section .sticks {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .stat-section .sticks {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .stat-section .sticks {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.stat-section .sticks .numbers {
  order: -9999;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.5;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .stat-section .sticks .numbers {
    order: 9999;
    line-height: 1.5;
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .stat-section .sticks .numbers {
    font-size: 5rem;
  }
}

.stat-section .sticks .fa-female {
  opacity: 0.5;
  font-size: 2.5rem;
}

.stat-section .sticks .fa-female.active {
  opacity: 1;
}

.stat-section .columns {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
}

.stat-section .columns .column {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.stat-section .columns .column:nth-child(1) {
  padding-bottom: 1rem;
  background-color: var(--first-column-background-color);
}

.stat-section .columns .column:nth-child(2) {
  background-color: var(--second-column-background-color);
}

.stat-section .columns .column:nth-child(2) h3 {
  margin-top: -2.5rem;
}

@media (min-width: 768px) {
  .stat-section .columns .column {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .stat-section .columns .column .content.first {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .stat-section .columns .column .content.second {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
}

.stat-section .columns .column .content.normal {
  margin-bottom: 1rem;
  text-align: left;
}

.stat-section .columns .column .content.normal .ico-detail {
  display: flex;
}

.stat-section .columns .column .content.normal .ico-detail img {
  width: 23px;
}

.stat-section .columns .column .content.normal .ico-detail a {
  margin-left: 1rem;
}

.stat-section .columns a {
  color: #fff;
  text-decoration: underline;
  position: relative;
}

.stat-section .columns a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EC008C;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s ease;
}

.stat-section .columns a:hover {
  text-decoration: none;
}

.stat-section .columns a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

@media (min-width: 768px) {
  .stat-section .columns {
    flex-direction: row;
  }

  .stat-section .columns .column {
    width: 50%;
  }

  .stat-section .columns .column:nth-child(1), .stat-section .columns .column:nth-child(2) {
    background-color: transparent;
  }

  .stat-section .columns .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 33rem;
  }

  .stat-section .columns .content.first {
    font-size: 1.5rem;
    min-height: 120px;
  }

  @media (min-width: 1200px) {
    .stat-section .columns .content.first {
      min-height: auto;
    }
  }

  .stat-section .columns .content {
    font-size: 1.25rem;
  }
}

.stat-section .outer-link-wrap {
  margin-top: 1rem;
}

.stat-section .outer-link-wrap a {
  color: #56287b;
  text-decoration: underline;
  position: relative;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .stat-section .outer-link-wrap a {
    color: #FFF;
  }
}

.stat-section .outer-link-wrap a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EC008C;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s ease;
}

.stat-section .outer-link-wrap a:hover {
  text-decoration: none;
}

.stat-section .outer-link-wrap a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.hero-singlefeature {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero-singlefeature .container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .hero-singlefeature .container{
    flex-direction: row;
  }
}

.hero-singlefeature .text-content {
  max-width: 36rem;
}

.hero-singlefeature .text-content h1 {
  color: #fde6c3;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 1.25;
}

.hero-singlefeature .text-content p {
  color: #fde6c3;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.hero-singlefeature .text-content a {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.hero-singlefeature .text-content a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hero-singlefeature .text-content a{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-singlefeature .image-content {
  width: 100%;
  max-width: 32rem;
}

.hero-singlefeature .image-content img {
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero-slider-wrapper {
  /* Emphasize active dot */
}

.hero-slider-wrapper .slide .text-content h1 {
  color: #fde6c3;
}

.hero-slider-wrapper .slide .text-content p {
  color: #fde6c3;
}

.hero-slider-wrapper .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #bbb;
  border: none;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.hero-slider-wrapper .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  background-color: #fff;
  opacity: 1;
  transform: scale(1.1);
}

.quote-section .quote-wrapper {
  border-top: 5px solid #b1e3e9;
  border-bottom: 5px solid #b1e3e9;
  color: #000;
  padding: 20px 0;
  position: relative;
}

.quote-section .quote-wrapper p {
  font-size: 1.5rem;
  line-height: 1.9rem;
}

@media (min-width: 1900px) {
  .quote-section .quote-wrapper p {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}

.quote-section .quote-wrapper .quote-footer-wrapper {
  position: absolute;
  width: 100%;
}

.quote-section .quote-wrapper .quote-footer-wrapper .quote-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #111;
}

@media (min-width: 1900px) {
  .quote-section .quote-wrapper .quote-footer-wrapper .quote-footer {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.quote-section .quote-wrapper .quote-footer-wrapper .quote-footer .quote-title {
  background-color: #fff;
  margin-left: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.quote-section .quote-wrapper .quote-footer-wrapper .quote-footer .quote-tweet {
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}

.quote-section .quote-wrapper .quote-footer-wrapper .quote-footer .quote-tweet i {
  color: #b1e3e9;
}

.profile-section .profile-wrapper {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

@media (min-width: 768px) {
  .profile-section .profile-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.profile-section .profile-wrapper .profile-img {
  margin-right: 0px;
}

@media (min-width: 768px) {
  .profile-section .profile-wrapper .profile-img {
    margin-right: 2rem;
  }
}

.profile-section .profile-wrapper .profile-img img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-section .profile-wrapper .profile-img.sq-img img {
  border-radius: 0%;
  height: auto;
}

.profile-section .profile-wrapper .profile-img.original_size img {
  height: 100%;
  width: 100%;
}

.profile-section .profile-wrapper .profile-content {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4rem;
}

.profile-section .profile-wrapper .profile-content p {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .profile-section .profile-wrapper .profile-content {
    margin-top: 0px;
    text-align: left;
  }
}

@media (min-width: 1900px) {
  .profile-section .profile-wrapper .profile-content {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.profile-section .profile-wrapper .profile-content h2 {
  font-size: 1.85rem;
  line-height: 2.1rem;
}

@media (min-width: 1900px) {
  .profile-section .profile-wrapper .profile-content h2 {
    font-size: 2.3125rem;
    line-height: 2.625rem;
  }
}

.profile-section .profile-wrapper .profile-content .profile-desc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #111;
}

.profile-section .profile-wrapper .profile-content .profile-link a {
  color: #56287b;
  text-decoration: underline;
  position: relative;
}

.profile-section .profile-wrapper .profile-content .profile-link a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EC008C;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s ease;
}

.profile-section .profile-wrapper .profile-content .profile-link a:hover {
  text-decoration: none;
}

.profile-section .profile-wrapper .profile-content .profile-link a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.profile-section .profile-wrapper .profile-content .see-more-profile,
.profile-section .profile-wrapper .profile-content .see-less-profile {
  position: relative;
  color: #56287b;
  cursor: pointer;
}

.profile-section .profile-wrapper .profile-content .see-more-profile::before,
.profile-section .profile-wrapper .profile-content .see-less-profile::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ec008c;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s ease;
}

.profile-section .profile-wrapper .profile-content .see-more-profile:hover:before,
.profile-section .profile-wrapper .profile-content .see-less-profile:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.profile-section .profile-wrapper.row-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.profile-section .profile-wrapper.row-layout .profile-content {
  margin-top: 1rem;
}

.profile-section .profile-wrapper.row-layout .profile-content h2 {
  text-align: center;
}

.profile-section .profile-wrapper.has-desc {
  align-items: flex-start;
}

.services-section {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.services-section .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.services-section .services-header {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.services-section .services-header .heading {
  width: 100%;
}

@media (min-width: 768px){
  .services-section .services-header .heading{
    width: 75%;
  }
}

.services-section .services-header .heading h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 768px){
  .services-section .services-header .heading h2{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.services-section .services-header .heading h2{
  color: #1d1c21;
}

.services-section .services-header .view-all {
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.services-section .services-header .view-all:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.services-section .services-header .view-all{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  .services-section .services-header .view-all{
    margin-top: 0px;
    width: auto;
  }
}

.services-section .services-header .view-all{
  color: #5046e5;
  border-color: #5046e5;
}

.services-section .services-header .view-all:hover {
  background-color: #5046e5;
}

.services-section .service-card:hover{
  --tw-translate-y: -0.25rem;
}

.services-section .service-card{
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  text-align: center;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.services-section .service-card .service-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-section .service-card .service-content {
  padding: 1.5rem;
}

.services-section .service-card .service-content h3 {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #1d1c21;
}

.services-section .service-card .service-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
  color: rgba(29, 28, 33, 0.75);
}

.map-section .map-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .map-section .map-wrapper {
    flex-wrap: nowrap;
  }
}

.map-section .map-wrapper .map-desc {
  width: 100%;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .map-section .map-wrapper .map-desc {
    width: 50%;
    padding: 3rem;
  }
}

.map-section .map-wrapper .map-desc h3 {
  padding-top: 1.875rem;
  padding-bottom: 1.5625rem;
}

.map-section .map-wrapper .map-desc a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.map-section .map-wrapper .map-inner {
  width: 100%;
  min-height: 300px;
}

@media (min-width: 768px) {
  .map-section .map-wrapper .map-inner {
    width: 50%;
    min-height: unset;
  }
}

.map-section .map-wrapper .map-inner .acf-map {
  width: 100%;
  height: 100%;
}

.map-section .map-wrapper .map-inner .acf-map img {
  max-width: inherit !important;
}

.split-banner-section {
  position: relative;
}

.split-banner-section .container {
  position: relative;
  overflow: hidden;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  min-height: 500px;
}

@media (min-width: 1024px) {
  .split-banner-section .img-cont-wrapper .content-inner-wrap {
    flex-direction: row;
  }
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 250px;
}

@media (min-width: 768px) {
  .split-banner-section .img-cont-wrapper .content-inner-wrap .img-wrapper {
    width: 100%;
    min-height: 500px;
  }
}

@media (min-width: 1200px) {
  .split-banner-section .img-cont-wrapper .content-inner-wrap .img-wrapper {
    width: 50%;
  }
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .img-wrapper figure img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

@media (min-width: 768px) {
  .split-banner-section .img-cont-wrapper .content-inner-wrap .img-wrapper figure img {
    position: absolute;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .split-banner-section .img-cont-wrapper .content-inner-wrap .img-wrapper figure img {
    position: unset;
  }
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .img-wrapper figure .play-video-wrap {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(194, 182, 208, 0.28);
  border-radius: 50%;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}

@media (min-width: 768px) {
  .split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap {
    width: 100%;
    min-height: 500px;
  }
}

@media (min-width: 1200px) {
  .split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap {
    width: 50%;
  }
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner {
  padding: 2rem;
}

@media (min-width: 1400px) {
  .split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner {
    padding: 4rem;
  }
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner h1 {
  font-size: 3.125rem;
}

@media (min-width: 1025px) {
  .split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner h1 {
    font-size: 4rem;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  .split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
}

@media (min-width: 1024px) {
  .split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .trial_content {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  row-gap: 0;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .trial_content * {
  margin-top: 0px;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .trial_content p, .split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .trial_content span{
  font-size: 1rem;
  line-height: 1.5rem;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .trial_content .trial_status {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #56287b;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .trial_content .study_chair {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .trial_content .study_chair .study_chair_content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .trial_content .study_chair .study_chair_content .professor_image {
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .tag-1-wrap {
  font-size: 12px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .tag-1-wrap .tag1-tag {
  padding: 2px 5px;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .tag-1-wrap .tag1-text {
  margin-left: 0.5rem;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .tag-2-wrap {
  font-size: 12px;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .tag-2-wrap .tag2-text_2 {
  margin-left: 0.5rem;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .tag-2-wrap .tag2-text_3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner .tag-2-wrap .tag2-text_3 img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner p {
  margin-top: 1rem;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap .content-wrap .content-inner ol {
  margin-left: 2rem;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap.content-left .content-wrap {
  order: 1;
}

.split-banner-section .img-cont-wrapper .content-inner-wrap.content-left .img-wrapper {
  order: 2;
  min-height: 300px;
}

@media (min-width: 768px) {
  .split-banner-section .img-cont-wrapper .content-inner-wrap.content-left .img-wrapper {
    min-height: 500px;
  }
}

.split-banner-section .img-cont-wrapper figure::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.split-banner-section .img-cont-wrapper .align-left {
  text-align: center;
}

@media (min-width: 1024px) {
  .split-banner-section .img-cont-wrapper .align-left {
    text-align: left;
  }
}

.split-banner-section .img-cont-wrapper .align-right {
  text-align: center;
}

@media (min-width: 1024px) {
  .split-banner-section .img-cont-wrapper .align-right {
    text-align: right;
  }
}

.split-banner-section .img-cont-wrapper .align-center {
  text-align: center;
}

.split-banner-section .img-cont-wrapper.width-full {
  position: relative;
  overflow: hidden;
  height: 35rem;
}

.split-banner-section .img-cont-wrapper.width-full.video-bg .content-wrap {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .split-banner-section .img-cont-wrapper.width-full.video-bg .content-wrap {
    width: 50%;
  }
}

.split-banner-section .img-cont-wrapper.width-full.video-bg .play-video-wrap {
  margin-bottom: 1rem;
  text-align: center;
}

.split-banner-section .img-cont-wrapper.width-full.video-bg .btn-play {
  display: inline-block;
}

.split-banner-section .img-cont-wrapper.width-full.img-bg .content-wrap {
  z-index: 10;
}

@media (max-width: 1023px) {
  .split-banner-section .img-cont-wrapper.width-full.img-bg .content-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .split-banner-section .img-cont-wrapper.width-full.img-bg .content-wrap .content-inner {
    position: absolute;
    padding: 2rem;
    top: 50%;
    width: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  .split-banner-section .img-cont-wrapper.width-full.img-bg .content-wrap .content-inner.content-left {
    left: 60px;
  }
}

@media (min-width: 1024px) {
  .split-banner-section .img-cont-wrapper.width-full.img-bg .content-wrap .content-inner.content-right {
    right: 60px;
  }
}

.split-banner-section .img-cont-wrapper.width-full.video-bg {
  position: relative;
}

.split-banner-section .img-cont-wrapper.width-full.video-bg:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.split-banner-section .img-cont-wrapper.width-100, .split-banner-section .img-cont-wrapper.width-75, .split-banner-section .img-cont-wrapper.width-50 {
  width: 100%;
}

@media (min-width: 640px){
  .split-banner-section .img-cont-wrapper.width-100, .split-banner-section .img-cont-wrapper.width-75, .split-banner-section .img-cont-wrapper.width-50{
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .split-banner-section .img-cont-wrapper.width-100, .split-banner-section .img-cont-wrapper.width-75, .split-banner-section .img-cont-wrapper.width-50{
    max-width: 720px;
  }
}

@media (min-width: 1024px){
  .split-banner-section .img-cont-wrapper.width-100, .split-banner-section .img-cont-wrapper.width-75, .split-banner-section .img-cont-wrapper.width-50{
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  .split-banner-section .img-cont-wrapper.width-100, .split-banner-section .img-cont-wrapper.width-75, .split-banner-section .img-cont-wrapper.width-50{
    max-width: 1140px;
  }
}

@media (min-width: 1400px){
  .split-banner-section .img-cont-wrapper.width-100, .split-banner-section .img-cont-wrapper.width-75, .split-banner-section .img-cont-wrapper.width-50{
    max-width: 1320px;
  }
}

@media (min-width: 1900px){
  .split-banner-section .img-cont-wrapper.width-100, .split-banner-section .img-cont-wrapper.width-75, .split-banner-section .img-cont-wrapper.width-50{
    max-width: 1675px;
  }
}

.split-banner-section .img-cont-wrapper.width-100, .split-banner-section .img-cont-wrapper.width-75, .split-banner-section .img-cont-wrapper.width-50{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.stat-section .split-banner-section .img-cont-wrapper.width-100, .stat-section .split-banner-section .img-cont-wrapper.width-75, .stat-section .split-banner-section .img-cont-wrapper.width-50 {
  position: relative;
}

.hero-singlefeature .split-banner-section .img-cont-wrapper.width-100, .hero-singlefeature .split-banner-section .img-cont-wrapper.width-75, .hero-singlefeature .split-banner-section .img-cont-wrapper.width-50 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .hero-singlefeature .split-banner-section .img-cont-wrapper.width-100, .hero-singlefeature .split-banner-section .img-cont-wrapper.width-75, .hero-singlefeature .split-banner-section .img-cont-wrapper.width-50{
    flex-direction: row;
  }
}

.services-section .split-banner-section .img-cont-wrapper.width-100, .services-section .split-banner-section .img-cont-wrapper.width-75, .services-section .split-banner-section .img-cont-wrapper.width-50 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.split-banner-section .split-banner-section .img-cont-wrapper.width-100, .split-banner-section .split-banner-section .img-cont-wrapper.width-75, .split-banner-section .split-banner-section .img-cont-wrapper.width-50 {
  position: relative;
  overflow: hidden;
}

.publications-section .publications-wrapper .publications-item-wrapper .split-banner-section .img-cont-wrapper.width-100, .publications-section .publications-wrapper .publications-item-wrapper .split-banner-section .img-cont-wrapper.width-75, .publications-section .publications-wrapper .publications-item-wrapper .split-banner-section .img-cont-wrapper.width-50 {
  padding: 0px;
}

.recent-articles-section .split-banner-section .img-cont-wrapper.width-100, .recent-articles-section .split-banner-section .img-cont-wrapper.width-75, .recent-articles-section .split-banner-section .img-cont-wrapper.width-50 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.wp-block-columns .split-banner-section .img-cont-wrapper.width-100, .wp-block-columns .split-banner-section .img-cont-wrapper.width-75, .wp-block-columns .split-banner-section .img-cont-wrapper.width-50 {
  width: 100%;
}

.split-banner-section .img-cont-wrapper.width-100 p, .split-banner-section .img-cont-wrapper.width-75 p, .split-banner-section .img-cont-wrapper.width-50 p {
  margin-bottom: 20px;
}

.split-banner-section .img-cont-wrapper.width-100 .content-inner-wrap, .split-banner-section .img-cont-wrapper.width-75 .content-inner-wrap, .split-banner-section .img-cont-wrapper.width-50 .content-inner-wrap {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.split-banner-section .img-cont-wrapper.width-100 figure, .split-banner-section .img-cont-wrapper.width-75 figure, .split-banner-section .img-cont-wrapper.width-50 figure {
  position: relative;
}

.split-banner-section .img-cont-wrapper.width-100 figure .btn-play, .split-banner-section .img-cont-wrapper.width-75 figure .btn-play, .split-banner-section .img-cont-wrapper.width-50 figure .btn-play {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.split-banner-section .img-cont-wrapper.width-100.img-top figure, .split-banner-section .img-cont-wrapper.width-75.img-top figure, .split-banner-section .img-cont-wrapper.width-50.img-top figure {
  margin-bottom: 1.25rem;
}

.split-banner-section .img-cont-wrapper.width-100.img-bottom figure, .split-banner-section .img-cont-wrapper.width-75.img-bottom figure, .split-banner-section .img-cont-wrapper.width-50.img-bottom figure {
  order: 2;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.split-banner-section .img-cont-wrapper.width-100.img-bottom .content-wrap, .split-banner-section .img-cont-wrapper.width-75.img-bottom .content-wrap, .split-banner-section .img-cont-wrapper.width-50.img-bottom .content-wrap {
  order: 1;
}

.split-banner-section .img-cont-wrapper.width-100 figure {
  width: 100%;
}

.split-banner-section .img-cont-wrapper.width-100 figure img {
  width: 100%;
}

@media (min-width: 1024px) {
  .split-banner-section .img-cont-wrapper.width-75 .content-inner-wrap {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  .split-banner-section .img-cont-wrapper.width-50 .content-inner-wrap {
    width: 50%;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 6px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.play-icon {
  transform: scale(0.8);
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}

#play:hover .stroke-solid {
  opacity: 1;
  stroke-dashoffset: 300;
}

#play:hover .play-icon {
  transform: scale(0.9);
}

.blog-detail-wrap {
  margin-bottom: 0.25rem;
  display: flex;
  flex-wrap: wrap;
}

.photo-grid-section .photo-grid-inner {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(1, 6vw);
  grid-gap: 15px;
  margin-bottom: 15px;
}

.photo-grid-section .photo-grid-inner .gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 5;
}

.photo-grid-section .photo-grid-inner .gallery__item--2 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 3;
}

.photo-grid-section .photo-grid-inner .gallery__item--3 {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 3;
}

.photo-grid-section .photo-grid-inner .gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 7;
}

.photo-grid-section .photo-grid-inner .gallery__item--5 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 7;
}

.photo-grid-section .photo-grid-inner .gallery__item--6 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 3;
  grid-row-end: 7;
}

.photo-grid-section .photo-grid-inner .grid-item .gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq-icon.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

section.three-column .section-head-desc p {
  font-size: 1.5rem;
  line-height: 2rem;
}

section.three-column.right-circle {
  position: relative;
}

section.three-column.right-circle::after {
  content: "";
  position: absolute;
  display: none;
  border-radius: 9999px;
  border-width: 7px;
  border-style: solid;
  border-color: #BCE4EA;
  max-width: 515px;
  max-height: 515px;
  right: 100px;
  top: -40%;
  transform: translateX(60%);
  z-index: 0;
  /*@screen xl {
      width: 315px;
      height: 315px;
      right: 100px;
      top: -40%;
  }*/
}

@media (min-width: 1024px) {
  section.three-column.right-circle::after {
    display: block;
  }
}

section.three-column.left-circle {
  position: relative;
}

section.three-column.left-circle::before {
  content: "";
  position: absolute;
  display: none;
  border-radius: 9999px;
  border-width: 7px;
  border-style: solid;
  border-color: #BCE4EA;
  max-width: 315px;
  max-height: 315px;
  left: -260px;
  top: -50%;
  transform: translateX(60%);
  z-index: 0;
}

@media (min-width: 1024px) {
  section.three-column.left-circle::before {
    display: block;
    max-width: 240px;
    max-height: 240px;
    left: -260px;
    top: -50%;
  }
}

@media (min-width: 1200px) {
  section.three-column.left-circle::before {
    max-width: 280px;
    max-height: 280px;
    left: -260px;
    top: -50%;
  }
}

@media (min-width: 1400px) {
  section.three-column.left-circle::before {
    max-width: 280px;
    max-height: 280px;
    left: -260px;
    top: -50%;
  }
}

@media (min-width: 1900px) {
  section.three-column.left-circle::before {
    max-width: 315px;
    max-height: 315px;
    left: -260px;
    top: -50%;
  }
}

section.three-column .multicol-outer {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  section.three-column .multicol-outer {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

section.three-column .multicol-outer .multicol-inner {
  z-index: 10;
  margin-bottom: 2rem;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

section.three-column .multicol-outer .multicol-inner:last-child {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  section.three-column .multicol-outer .multicol-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  section.three-column .multicol-outer .multicol-inner {
    width: 33.333333%;
    min-height: 300px;
  }

  section.three-column .multicol-outer .multicol-inner.has-twocol {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  section.three-column .multicol-outer .multicol-inner.has-outer-link {
    margin-bottom: 8rem;
  }

  section.three-column .multicol-outer .multicol-inner.has-outer-link:last-child {
    margin-bottom: 0px;
  }
}

section.three-column .multicol-outer .multicol-inner .item {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

section.three-column .multicol-outer .multicol-inner .item.has-shortcode {
  align-items: unset;
}

section.three-column .multicol-outer .multicol-inner .item.has-shadow {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

section.three-column .multicol-outer .multicol-inner .item .column-content-wrap {
  overflow: hidden;
  padding-top: 1.75rem;
  transition: background 0.4s;
}

section.three-column .multicol-outer .multicol-inner .item .column-content-wrap.item-align-flex-start, section.three-column .multicol-outer .multicol-inner .item .column-content-wrap.item-align-flex-end, section.three-column .multicol-outer .multicol-inner .item .column-content-wrap.item-align-flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.three-column .multicol-outer .multicol-inner .item .column-content-wrap.item-align-flex-start {
  align-items: flex-start;
  justify-content: flex-start;
}

section.three-column .multicol-outer .multicol-inner .item .column-content-wrap.item-align-flex-end {
  align-items: flex-end;
  justify-content: flex-end;
}

section.three-column .multicol-outer .multicol-inner .item .column-content-wrap h3 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 2.3125rem;
}

section.three-column .multicol-outer .multicol-inner .item .column-content-wrap p {
  padding-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

section.three-column .multicol-outer .multicol-inner .item:hover {
  transition: transform 0.4s;
  transform: none;
}

section.three-column .multicol-outer .multicol-inner .item.align-left {
  text-align: left;
}

section.three-column .multicol-outer .multicol-inner .item.align-left h3 {
  text-align: left;
}

section.three-column .multicol-outer .multicol-inner .item.align-left h4 {
  text-align: left;
}

section.three-column .multicol-outer .multicol-inner .item.align-center {
  text-align: center;
}

section.three-column .multicol-outer .multicol-inner .item.align-center h3 {
  text-align: center;
}

section.three-column .multicol-outer .multicol-inner .item.align-center h4 {
  text-align: center;
}

section.three-column .multicol-outer .multicol-inner .item.align-right {
  text-align: right;
}

section.three-column .multicol-outer .multicol-inner .item.align-right h3 {
  text-align: right;
}

section.three-column .multicol-outer .multicol-inner .item.align-right h4 {
  text-align: right;
}

section.three-column .multicol-outer .multicol-inner .item .img-wrap {
  width: 100%;
}

section.three-column .multicol-outer .multicol-inner .item .img-wrap.icon-img figure img {
  width: auto;
  margin: 0 auto;
  margin-top: 2rem;
}

section.three-column .multicol-outer .multicol-inner .item .img-wrap.round-img {
  width: 100%;
}

@media (min-width: 768px) {
  section.three-column .multicol-outer .multicol-inner .item .img-wrap.round-img {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  section.three-column .multicol-outer .multicol-inner .item .img-wrap.round-img {
    width: 100%;
  }
}

section.three-column .multicol-outer .multicol-inner .item a.column-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  text-indent: -99999px;
}

section.three-column .multicol-outer .multicol-inner .item a.column-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

section.three-column .multicol-outer .multicol-inner .item.has-link:hover .column-content-wrap {
  background-color: transparent !important;
}

section.three-column .multicol-outer .multicol-inner .item.has-link:active .column-content-wrap {
  background-color: transparent !important;
}

section.three-column .multicol-outer .multicol-inner .item.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 2rem;
}

@media (max-width: 1023px) {
  section.three-column .multicol-outer .multicol-inner .item.bg-img {
    min-height: 425px;
  }
}

section.three-column .multicol-outer .multicol-inner .item.bg-img .column-content-wrap {
  min-height: 425px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 3rem;
}

section.three-column .multicol-outer .multicol-inner .item.bg-img .column-content-wrap h3 {
  font-size: 1.85rem;
  line-height: 2.1rem;
  padding: 0 0rem;
}

@media (min-width: 1900px) {
  section.three-column .multicol-outer .multicol-inner .item.bg-img .column-content-wrap h3 {
    font-size: 2.3125rem;
    line-height: 2.625rem;
    padding: 0 3rem;
  }
}

section.three-column .multicol-outer .multicol-inner .item.bg-img .column-content-wrap .btn-wrap {
  margin-bottom: 0 !important;
  font-size: 1.25rem;
}

section.three-column .multicol-outer .multicol-inner .item.has-hover {
  cursor: pointer;
  /*.column-content-wrap {
      cursor: pointer;
      &:hover {
          background-color: $secondary !important;
          color: $white !important;
          h3,
          h4,
          p {
              color: $white !important;
          }
      }
  }*/
}

section.three-column .multicol-outer .multicol-inner .item.has-hover:hover {
  background-color: #ec008c !important;
  color: #fff !important;
}

section.three-column .multicol-outer .multicol-inner .item.has-hover:hover .column-content-wrap h3,
section.three-column .multicol-outer .multicol-inner .item.has-hover:hover .column-content-wrap h4,
section.three-column .multicol-outer .multicol-inner .item.has-hover:hover .column-content-wrap p {
  color: #fff !important;
}

section.three-column .multicol-outer .multicol-inner .item.has-video .column-content-wrap {
  display: flex;
  flex-direction: column;
}

section.three-column .multicol-outer .multicol-inner .item.has-video .column-content-wrap h4 {
  order: 1;
}

section.three-column .multicol-outer .multicol-inner .item.has-video .column-content-wrap h3 {
  order: 2;
  margin-bottom: 0;
}

section.three-column .multicol-outer .multicol-inner .item.has-video .column-content-wrap p {
  order: 3;
}

section.three-column .multicol-outer .multicol-inner .item.has-video .img-wrap {
  position: relative;
}

section.three-column .multicol-outer .multicol-inner .item.has-video .img-wrap .play-video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(194, 182, 208, 0.28);
  border-radius: 50%;
}

section.three-column .multicol-outer .multicol-inner .item figure {
  width: 100%;
}

section.three-column .multicol-outer .multicol-inner .item figure img {
  width: 100%;
}

section.three-column .multicol-outer .multicol-inner .item.col-layout-box .column-content-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: -2rem;
  width: 91.666667%;
}

@media (min-width: 1024px) {
  section.three-column .multicol-outer .multicol-inner .item.col-layout-box .column-content-wrap {
    margin-top: -5rem;
  }
}

section.three-column .multicol-outer .multicol-inner .item.layout-icon figure {
  text-align: center;
}

section.three-column .multicol-outer .multicol-inner .item.layout-icon figure img {
  margin-left: auto;
  margin-right: auto;
  height: 8rem;
  width: 8rem;
  border-radius: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

section.three-column .multicol-outer .multicol-inner .item.layout-icon .column-content-wrap {
  padding-left: 2rem;
  padding-right: 2rem;
}

section.three-column .multicol-outer .multicol-inner .item.layout-icon .column-content-wrap h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  section.three-column .multicol-outer .multicol-inner .item.layout-icon .column-content-wrap h3 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

section.three-column .multicol-outer .multicol-inner .item.layout-icon .column-content-wrap h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  section.three-column .multicol-outer .multicol-inner .item.layout-icon .column-content-wrap h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

section.three-column .multicol-outer .multicol-inner .item.layout-icon .column-content-wrap p {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  section.three-column .multicol-outer .multicol-inner .item.layout-icon .column-content-wrap p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

section.three-column .multicol-outer .multicol-inner .item.has-video .column-content-wrap {
  padding-left: 2rem;
  padding-right: 2rem;
}

section.three-column .multicol-outer .multicol-inner .item.has-video .column-content-wrap h3 {
  font-size: 1.85rem;
  line-height: 2.1rem;
}

@media (min-width: 1900px) {
  section.three-column .multicol-outer .multicol-inner .item.has-video .column-content-wrap h3 {
    font-size: 2.3125rem;
    line-height: 2.625rem;
  }
}

section.three-column .multicol-outer .multicol-inner .item.has-video .column-content-wrap h4 {
  font-size: 1rem;
  line-height: 30.4px;
}

@media (min-width: 1900px) {
  section.three-column .multicol-outer .multicol-inner .item.has-video .column-content-wrap h4 {
    font-size: 1.25rem;
    line-height: 2.375rem;
  }
}

section.three-column .multicol-outer .multicol-inner .item.has-video .column-content-wrap p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-top: 10px;
}

@media (min-width: 1900px) {
  section.three-column .multicol-outer .multicol-inner .item.has-video .column-content-wrap p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

section.three-column .multicol-outer .multicol-inner .item.round-img .column-content-wrap {
  margin-top: -60px;
  padding-left: 3rem;
  padding-right: 3rem;
}

section.three-column .multicol-outer .multicol-inner .item.round-img figure img {
  border-radius: 50%;
}

section.three-column .multicol-outer .multicol-inner .item.round-img h3 {
  margin-bottom: 3px;
  font-size: 1.85rem;
  line-height: 2.6rem;
}

@media (min-width: 1900px) {
  section.three-column .multicol-outer .multicol-inner .item.round-img h3 {
    font-size: 2.3125rem;
    line-height: 3.25rem;
  }
}

section.three-column .multicol-outer .multicol-inner .item.round-img h3 span.round-title {
  display: inline;
  margin-bottom: 20px;
  line-height: 1.5;
}

section.three-column .multicol-outer .multicol-inner .item.round-img p {
  font-size: 1rem;
  line-height: 1.4rem;
}

@media (min-width: 1900px) {
  section.three-column .multicol-outer .multicol-inner .item.round-img p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

section.three-column .multicol-outer .multicol-inner .outer-link-wrap {
  margin-top: 0.5rem;
}

section.three-column .multicol-outer .multicol-inner .outer-link-wrap ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}

section.three-column .multicol-outer .multicol-inner .outer-link-wrap ul li {
  display: inline-block;
  text-align: center;
  border-right: 1px solid #56287b;
  padding-right: 10px;
  margin-right: 5px;
}

section.three-column .multicol-outer .multicol-inner .outer-link-wrap ul li a {
  color: #56287b;
  text-decoration: underline;
  font-size: 1.25rem;
  position: relative;
}

section.three-column .multicol-outer .multicol-inner .outer-link-wrap ul li a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EC008C;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s ease;
}

section.three-column .multicol-outer .multicol-inner .outer-link-wrap ul li a:hover {
  text-decoration: none;
}

section.three-column .multicol-outer .multicol-inner .outer-link-wrap ul li a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

section.three-column .multicol-outer .multicol-inner .outer-link-wrap ul li:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}

@media (min-width: 768px) {
}

section.three-column .container-carousel .slick-slider .slick-arrow {
  top: -30px;
}

section.three-column .container-carousel .slick-slider .slick-arrow i {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #c2b6d0;
}

section.three-column .container-carousel .slick-slider .slick-arrow:hover, section.three-column .container-carousel .slick-slider .slick-arrow:focus {
  background-color: transparent;
  color: #56287b;
}

section.three-column .container-carousel .slick-slider .slick-arrow:hover i, section.three-column .container-carousel .slick-slider .slick-arrow:focus i {
  color: #56287b;
}

section.three-column .container-carousel .slick-slider .slick-arrow.slick-prev {
  left: unset;
  right: 75px;
  top: -24px;
}

@media (min-width: 1024px) {
  section.three-column .container-carousel .slick-slider .slick-arrow.slick-prev {
    right: calc(100% - 1015px);
    top: -30px;
  }
}

@media (min-width: 1900px) {
  section.three-column .container-carousel .slick-slider .slick-arrow.slick-prev {
    right: calc(100% - 1415px);
  }
}

section.three-column .container-carousel .slick-slider .slick-arrow.slick-next {
  right: 0;
  top: -24px;
}

@media (min-width: 1024px) {
  section.three-column .container-carousel .slick-slider .slick-arrow.slick-next {
    right: calc(100% - 1050px);
    top: -30px;
  }
}

@media (min-width: 1900px) {
  section.three-column .container-carousel .slick-slider .slick-arrow.slick-next {
    right: calc(100% - 1450px);
  }
}

section.three-column .slick-next h2,
section.three-column .slick-prev h2 {
  font-size: 24px;
}

section.three-column .mobile-carousel {
  margin-left: -30px;
  margin-right: -30px;
}

section.three-column .slick-slide .item:hover {
  transform: none;
}

.equal__height {
  display: flex !important;
  height: 100% !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}

.equal__height-content {
  height: 100%;
}

.section-head-title .title-border {
  margin-bottom: 2rem;
}

.section-head-title .title-border::before {
  display: none;
}

.section-head-title h3 {
  font-size: 2.5rem;
}

/*post listing block*/

h3 .post-title {
  line-height: 1.2;
}

.post-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

a[id=more_posts][disabled=disabled] {
  background-image: url("../../../assets/images/ajax-loader.svg");
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}

nav.post-navigation .nav-links {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#comments {
  padding: 40px 60px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h3.comment-reply-title {
  margin-bottom: 1rem;
}

#submit {
  background-color: #56287b;
  border-radius: 28px;
  border: 1px solid #56287b;
  color: #fff;
  font-family: Arial;
  font-size: 17px;
  padding: 16px 31px;
  text-shadow: 0px 1px 0px #2f6627;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

#comments p {
  margin-bottom: 20px;
}

#comments p label {
  display: block;
}

#comments p.comment-form-cookies-consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#comments p.comment-form-cookies-consent input[type=checkbox] {
  margin-right: 10px;
}

#respond input[type=text],
#respond input[type=email],
#respond input[type=url],
#respond textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 10px 0px 10px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}

#respond input[type=text], #respond input[type=email], #respond input[type=url], #respond textarea{
  width: 100%;
}

#respond input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
  box-shadow: 0 0 5px rgb(81, 203, 238);
  -moz-box-shadow: 0 0 5px rgb(81, 203, 238);
  -webkit-box-shadow: 0 0 5px rgb(81, 203, 238);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  margin: 5px 1px 3px 0px;
  border: 2px solid rgb(81, 203, 238);
}

.comments-area input,
.comments-area textarea {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0;
  background: #f4f4f4;
  border: none;
}

.widget-area .widget-title h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 29px 0 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eeeeee;
}

ul.related_widget li .description {
  background: #fff;
  border: 1px solid #eee;
}

.post-thumbnail {
  box-shadow: 0px 15px 20px 0px RGB(0 0 0/25%);
  -moz-box-shadow: 0px 15px 20px 0px RGB(0 0 0/25%);
  -webkit-box-shadow: 0px 15px 20px 0px RGB(0 0 0/25%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  border-radius: 10px;
}

.post-section.right-circle {
  position: relative;
}

.post-section.right-circle::after {
  content: "";
  position: absolute;
  display: none;
  border-radius: 9999px;
  border-width: 7px;
  border-style: solid;
  border-color: #BCE4EA;
  max-width: 515px;
  max-height: 515px;
  right: 100px;
  top: -40%;
  transform: translateX(60%);
  z-index: 0;
  /*@screen xl {
      width: 315px;
      height: 315px;
      right: 100px;
      top: -40%;
  }*/
}

@media (min-width: 1024px) {
  .post-section.right-circle::after {
    display: block;
    max-width: 350px;
    max-height: 350px;
    right: -60px;
    top: -25%;
  }
}

@media (min-width: 1200px) {
  .post-section.right-circle::after {
    max-width: 350px;
    max-height: 350px;
    right: 0px;
    top: -25%;
  }
}

@media (min-width: 1400px) {
  .post-section.right-circle::after {
    max-width: 450px;
    max-height: 450px;
    right: 0;
    top: -40%;
  }
}

@media (min-width: 1900px) {
  .post-section.right-circle::after {
    max-width: 515px;
    max-height: 515px;
    right: 100px;
    top: -40%;
  }
}

.post-section.left-circle {
  position: relative;
}

.post-section.left-circle::before {
  content: "";
  position: absolute;
  display: none;
  border-radius: 9999px;
  border-width: 7px;
  border-style: solid;
  border-color: #D9C1DD;
  max-width: 245px;
  max-height: 245px;
  left: 25px;
  bottom: -80px;
  transform: translateX(60%);
  z-index: 0;
}

@media (min-width: 1024px) {
  .post-section.left-circle::before {
    display: block;
    max-width: 190px;
    max-height: 190px;
    left: -125px;
    bottom: -50px;
  }
}

@media (min-width: 1200px) {
  .post-section.left-circle::before {
    max-width: 200px;
    max-height: 200px;
    left: -25px;
    bottom: -60px;
  }
}

@media (min-width: 1400px) {
  .post-section.left-circle::before {
    max-width: 200px;
    max-height: 200px;
    left: -45px;
    bottom: -80px;
  }
}

@media (min-width: 1900px) {
  .post-section.left-circle::before {
    max-width: 245px;
    max-height: 245px;
    left: 40px;
    bottom: -115px;
  }
}

.post-section .post-item-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0px;
  z-index: 1;
}

.post-section .post-item-wrap .post-item {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .post-section .post-item-wrap .post-item {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .post-section .post-item-wrap .post-item:nth-child(n+4) {
    margin-top: 2.5rem;
  }
}

.post-section .post-item-wrap .post-item.col-2 {
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .post-section .post-item-wrap .post-item.col-2 {
    width: 50%;
    margin-bottom: 30px;
  }
}

.post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner {
  display: flex;
  background-repeat: no-repeat;
  padding: 0px;
  flex-direction: column;
  min-height: 354px;
}

@media (min-width: 768px) {
  .post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner {
    flex-direction: row;
  }
}

.post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .img-wrap, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .img-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 354px;
}

@media (min-width: 768px) {
  .post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .img-wrap, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .img-wrap {
    width: 50%;
  }
}

.post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .img-wrap figure, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .img-wrap figure {
  position: relative;
  margin-bottom: 0px;
  display: none;
}

.post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .img-wrap figure a, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .img-wrap figure a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap {
  width: 100%;
  padding: 1.5rem;
  background-color: #623983;
  color: #fff;
}

@media (min-width: 768px) {
  .post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap {
    width: 50%;
  }
}

.post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap .post-content, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap .post-content {
  height: 84%;
}

.post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap .post-date, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap .post-date {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap h3 a, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap h3 a {
  color: #fff;
  font-size: 1.875rem;
  line-height: 2rem;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
}

.post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap a.link, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap a.link {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: underline;
  color: #fff;
  position: relative;
}

.post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap a.link::before, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap a.link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EC008C;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s ease;
}

.post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap a.link:hover, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap a.link:hover {
  text-decoration: none;
}

.post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap a.link:hover::before, .post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap a.link:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner, .post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner {
  position: relative;
  display: flex;
  height: 100%;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 354px;
}

@media (min-width: 1024px) {
  .post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner, .post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner {
    min-height: 300px;
  }
}

.post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .img-wrap, .post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .img-wrap {
  display: none;
}

.post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap, .post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap {
  z-index: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-bottom: 1rem;
}

.post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap .post-date, .post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap .post-date {
  display: none;
}

.post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap .post-content, .post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap .post-content {
  padding: 0px;
}

.post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap .post-excerpt, .post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap .post-excerpt {
  display: none;
}

.post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap h3 a, .post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap h3 a {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 5px 0 0 #ec008c, -5px 0 0 #ec008c;
  -moz-box-shadow: 5px 0 0 #ec008c, -5px 0 0 #ec008c;
  -webkit-box-shadow: 5px 0 0 #ec008c, -5px 0 0 #ec008c;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #ec008c;
  padding-bottom: 2px;
}

.post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap a.link, .post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap a.link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 5px 0 0 #56287b, -5px 0 0 #56287b;
  -moz-box-shadow: 5px 0 0 #56287b, -5px 0 0 #56287b;
  -webkit-box-shadow: 5px 0 0 #56287b, -5px 0 0 #56287b;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #56287b;
  color: #fff;
  padding-top: 3px;
}

.post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap a.link:hover, .post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap a.link:hover {
  box-shadow: 5px 0 0 #ec008c, -5px 0 0 #ec008c;
  -moz-box-shadow: 5px 0 0 #ec008c, -5px 0 0 #ec008c;
  -webkit-box-shadow: 5px 0 0 #ec008c, -5px 0 0 #ec008c;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #ec008c;
}

.post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap a.link::before, .post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap a.link::before {
  display: none !important;
}

@media (min-width: 1024px) {
  .post-section .post-item-wrap .post-item.col-2:nth-child(n+4) {
    margin-top: 0px;
  }
}

.post-section .post-item-wrap .post-item.col-3 {
  width: 100%;
}

@media (min-width: 1024px) {
  .post-section .post-item-wrap .post-item.col-3 {
    width: 33.333333%;
  }
}

.post-section .post-item-wrap .post-item.col-4 {
  width: 100%;
}

@media (min-width: 1024px) {
  .post-section .post-item-wrap .post-item.col-4 {
    width: 25%;
  }
}

.post-section .post-item-wrap .post-item .post-item-inner {
  position: relative;
  min-height: 100%;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-bottom: 0px;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 1;
}

.post-section .post-item-wrap .post-item .post-item-inner figure {
  position: relative;
  margin-bottom: 1rem;
}

.post-section .post-item-wrap .post-item .post-item-inner figure a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.post-section .post-item-wrap .post-item .post-item-inner figure .play-video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(194, 182, 208, 0.28);
  border-radius: 50%;
}

.post-section .post-item-wrap .post-item .post-item-inner figure .play-video-wrap a {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.post-section .post-item-wrap .post-item .post-item-inner .post-content {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-bottom: 0px;
}

.post-section .post-item-wrap .post-item .post-item-inner .post-content h3 {
  margin-bottom: 1rem;
}

.post-section .post-item-wrap .post-item .post-item-inner .post-content h3 a {
  color: #333;
}

.post-section .post-item-wrap .post-item .post-item-inner a {
  pointer-events: all;
  position: relative;
}

.post-section .post-item-wrap .post-item .post-item-inner a:hover {
  color: green;
}

.post-section .post-item-wrap .post-item .post-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.post-section .post-item-wrap.default-layout {
  margin: 0 -1rem;
}

.post-section .post-item-wrap.default-layout .post-item-inner {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.post-section .post-item-wrap.default-layout .post-item-inner:hover {
  background-color: #EC008C !important;
}

.post-section .post-item-wrap.default-layout .post-item-inner:hover h3 a {
  color: #fff !important;
}

.post-section .post-item-wrap.default-layout .content-wrap {
  padding: 30px;
  padding-top: 20px;
}

.post-section .post-item-wrap.default-layout .content-wrap .post-date {
  display: inline-block;
  padding: 0 5px;
}

.post-section .post-item-wrap.default-layout .content-wrap .post-content h3 {
  font-size: 1.875rem;
  line-height: 2.3125rem;
  font-family: "Roboto", sans-serif;
}

.post-section .slick-dots {
  bottom: -25px;
}

.post-section .carousel-bct .slick-list {
  padding-left: 0px !important;
}

.post-section .outer-link-wrap ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.post-section .outer-link-wrap ul li {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 5px;
}

.post-section .outer-link-wrap ul li a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.25rem;
  position: relative;
}

.post-section .outer-link-wrap ul li a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EC008C;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s ease;
}

.post-section .outer-link-wrap ul li a:hover {
  text-decoration: none;
}

.post-section .outer-link-wrap ul li a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.post-section .outer-link-wrap ul li:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}

.ajax-load .loading_post {
  position: absolute;
  right: 0px;
  height: 2rem;
  width: 2rem;
  background: url(../../images/ajax-loader.svg) no-repeat 0 0;
  top: 50%;
  transform: translateY(-50%);
}

.container-small.has-carousel {
  max-width: 100%;
}

@media (min-width: 640px) {
  .container-small.has-carousel {
    padding-left: calc((100% - 540px) / 2);
  }
}

@media (min-width: 768px) {
  .container-small.has-carousel {
    padding-left: calc((100% - (720px - 2rem)) / 2);
  }
}

@media (min-width: 1024px) {
  .container-small.has-carousel {
    padding-left: calc((100% - (960px - 2rem)) / 2);
  }
}

@media (min-width: 1200px) {
  .container-small.has-carousel {
    padding-left: calc((100% - (1024px - 2rem)) / 2);
  }
}

@media (min-width: 1400px) {
  .container-small.has-carousel {
    padding-left: calc((100% - (1200px - 2rem)) / 2);
  }
}

@media (min-width: 1900px) {
  .container-small.has-carousel {
    padding-left: calc((100% - (1410px - 2rem)) / 2);
  }
}

.container-small.has-carousel .slick-slider .slick-arrow {
  top: -40px;
}

.container-small.has-carousel .slick-slider .slick-arrow i {
  font-size: 2rem;
  line-height: 1.75rem;
  color: #c2b6d0;
}

.container-small.has-carousel .slick-slider .slick-arrow:hover, .container-small.has-carousel .slick-slider .slick-arrow:focus {
  background-color: transparent;
  color: #56287b;
}

.container-small.has-carousel .slick-slider .slick-arrow:hover i, .container-small.has-carousel .slick-slider .slick-arrow:focus i {
  color: #56287b;
}

.container-small.has-carousel .slick-slider .slick-arrow.slick-prev {
  left: unset;
  right: 87px;
}

@media (min-width: 640px) {
  .container-small.has-carousel .slick-slider .slick-arrow.slick-prev {
    right: calc(100% - 478px);
  }
}

@media (min-width: 768px) {
  .container-small.has-carousel .slick-slider .slick-arrow.slick-prev {
    right: calc(100% - 643px);
  }
}

@media (min-width: 1024px) {
  .container-small.has-carousel .slick-slider .slick-arrow.slick-prev {
    right: calc(100% - 878px);
  }
}

@media (min-width: 1200px) {
  .container-small.has-carousel .slick-slider .slick-arrow.slick-prev {
    right: calc(100% - 948px);
  }
}

@media (min-width: 1400px) {
  .container-small.has-carousel .slick-slider .slick-arrow.slick-prev {
    right: calc(100% - 1123px);
  }
}

@media (min-width: 1900px) {
  .container-small.has-carousel .slick-slider .slick-arrow.slick-prev {
    right: calc(100% - 1333px);
  }
}

.container-small.has-carousel .slick-slider .slick-arrow.slick-next {
  right: 15px;
}

@media (min-width: 640px) {
  .container-small.has-carousel .slick-slider .slick-arrow.slick-next {
    right: calc(100% - 550px);
  }
}

@media (min-width: 768px) {
  .container-small.has-carousel .slick-slider .slick-arrow.slick-next {
    right: calc(100% - 715px);
  }
}

@media (min-width: 1024px) {
  .container-small.has-carousel .slick-slider .slick-arrow.slick-next {
    right: calc(100% - 950px);
  }
}

@media (min-width: 1200px) {
  .container-small.has-carousel .slick-slider .slick-arrow.slick-next {
    right: calc(100% - 1020px);
  }
}

@media (min-width: 1400px) {
  .container-small.has-carousel .slick-slider .slick-arrow.slick-next {
    right: calc(100% - 1195px);
  }
}

@media (min-width: 1900px) {
  .container-small.has-carousel .slick-slider .slick-arrow.slick-next {
    right: calc(100% - 1405px);
  }
}

section.post-section.has-carousel .section-header-wrap {
  margin-bottom: 0;
}

/**
 * Tabs
 */

.tab-section.right-circle {
  position: relative;
}

.tab-section.right-circle::after {
  content: "";
  position: absolute;
  display: none;
  border-radius: 9999px;
  border-width: 7px;
  border-style: solid;
  border-color: #92278F;
  width: 515px;
  height: 515px;
  right: 100px;
  top: -40%;
  transform: translateX(60%);
  z-index: 0;
  /*@screen xl {
      width: 315px;
      height: 315px;
      right: 100px;
      top: -40%;
  }*/
}

@media (min-width: 1024px) {
  .tab-section.right-circle::after {
    display: block;
    width: 350px;
    height: 350px;
    right: 10%;
    top: 15%;
  }
}

@media (min-width: 1200px) {
  .tab-section.right-circle::after {
    width: 350px;
    height: 350px;
    right: 10%;
    top: 15%;
  }
}

@media (min-width: 1400px) {
  .tab-section.right-circle::after {
    width: 450px;
    height: 450px;
    right: 10%;
    top: 15%;
  }
}

@media (min-width: 1900px) {
  .tab-section.right-circle::after {
    width: 515px;
    height: 515px;
    right: 10%;
    top: 15%;
  }
}

.tab-section .tabs {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
}

@media (min-width: 768px) {
  .tab-section .tabs {
    margin-top: 8rem;
  }
}

.tab-section .tabs label {
  margin: 0px;
  width: 100%;
}

@media (min-width: 768px) {
  .tab-section .tabs label {
    order: 0;
  }
}

.tab-section .tabs > label.tab-label {
  order: -9999;
  margin: 0px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background: #92278f;
  transition: background ease 0.2s;
  flex-basis: 28%;
}

@media (min-width: 768px) {
  .tab-section .tabs > label.tab-label {
    flex-basis: 32%;
  }
}

@media (min-width: 1024px) {
  .tab-section .tabs > label.tab-label {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1900px) {
  .tab-section .tabs > label.tab-label {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.tab-section .tabs .tab {
  order: 9999;
  display: none;
  width: 100%;
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .tab-section .tabs .tab {
    order: 0;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.tab-section .tabs .tab div.gform_wrapper div.gform_body div.gform_fields .gfield input[type=checkbox] {
  outline: none;
}

.tab-section .tabs .tab .gform_wrapper.gravity-theme .step-form .gf_progressbar_wrapper {
  position: unset;
}

.tab-section .tabs .tab .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button.button,
.tab-section .tabs .tab .gform_wrapper.gravity-theme .gform_page_footer .gform_next_button.button {
  background-color: #502d77;
  color: #ffffff;
  border-radius: 9999px;
  padding: 1rem 2.75rem;
  border: 1px solid #502d77;
}

.tab-section .tabs .tab .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button.button:hover,
.tab-section .tabs .tab .gform_wrapper.gravity-theme .gform_page_footer .gform_next_button.button:hover {
  background-color: #EC008C;
  color: #FFF;
}

.tab-section .tabs input[type=radio] {
  display: none;
}

.tab-section .tabs input[type=radio]:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  color: #56287b;
}

.tab-section .tabs input[type=radio]:checked + label + .tab {
  display: block;
}

.tab-section .tabs .gform_confirmation_wrapper .gform_confirmation_message {
  text-align: justify;
}

.tab-section .tabs .gform_confirmation_wrapper .gform_confirmation_message .conf-msg {
  text-align: center;
}

/*post listing block*/

.publications-section.right-circle {
  position: relative;
}

.publications-section.right-circle::after {
  content: "";
  position: absolute;
  display: none;
  border-radius: 9999px;
  border-width: 7px;
  border-style: solid;
  border-color: #BC8CBF;
  width: 515px;
  height: 515px;
  right: 100px;
  top: -40%;
  transform: translateX(60%);
  z-index: 0;
  /*@screen xl {
      width: 315px;
      height: 315px;
      right: 100px;
      top: -40%;
  }*/
}

@media (min-width: 1024px) {
  .publications-section.right-circle::after {
    display: block;
    width: 350px;
    height: 350px;
    right: -60px;
    top: -25%;
  }
}

@media (min-width: 1200px) {
  .publications-section.right-circle::after {
    width: 350px;
    height: 350px;
    right: 0px;
    top: -25%;
  }
}

@media (min-width: 1400px) {
  .publications-section.right-circle::after {
    width: 300px;
    height: 300px;
    right: 0;
    top: -12%;
  }
}

@media (min-width: 1900px) {
  .publications-section.right-circle::after {
    width: 300px;
    height: 300px;
    right: 50px;
    top: -12%;
  }
}

.publications-section.left-circle {
  position: relative;
}

.publications-section.left-circle::before {
  content: "";
  position: absolute;
  display: none;
  border-radius: 9999px;
  border-width: 7px;
  border-style: solid;
  border-color: #BC8CBF;
  width: 245px;
  height: 245px;
  left: 25px;
  bottom: -80px;
  transform: translateX(60%);
  z-index: 0;
}

@media (min-width: 1024px) {
  .publications-section.left-circle::before {
    display: block;
    width: 190px;
    height: 190px;
    left: -125px;
    bottom: -50px;
  }
}

@media (min-width: 1200px) {
  .publications-section.left-circle::before {
    width: 200px;
    height: 200px;
    left: -25px;
    bottom: -60px;
  }
}

@media (min-width: 1400px) {
  .publications-section.left-circle::before {
    width: 150px;
    height: 150px;
    left: 750px;
    bottom: -60px;
  }
}

@media (min-width: 1900px) {
  .publications-section.left-circle::before {
    width: 150px;
    height: 150px;
    left: 1120px;
    bottom: -60px;
  }
}

.publications-section .search-criteria-container {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.publications-section .search-criteria-container * {
  margin-right: 0.25rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #ec008c;
}

.publications-section .search-criteria-container .search-selection-title {
  display: none;
}

.publications-section .publication_year_title {
  margin-top: 2rem;
  display: block;
  border-bottom-width: 1px;
  border-style: solid;
  padding-bottom: 0.625rem;
  font-weight: 700;
  color: #ec008c;
}

.publications-section .section-header-wrap {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .publications-section .section-header-wrap h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.publications-section .section-header-wrap h3 {
  margin: 0;
}

.publications-section .publications-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.publications-section .publications-wrapper .loader-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.publications-section .publications-wrapper .loader-container .loader {
  position: relative;
  margin-top: 2.5rem;
  display: block;
  top: 50px;
  border: 16px solid #ec008c;
  border-top: 16px solid #56287b;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.publications-section .publications-wrapper.active .loader-container {
  display: flex;
}

.publications-section .publications-wrapper .publication-filter-wrapper {
  order: 1;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .publications-section .publications-wrapper .publication-filter-wrapper {
    order: 2;
    margin-bottom: 0px;
  }
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.0784313725);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.0784313725);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.0784313725);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 1rem;
  background-color: #4f2571;
}

@media (min-width: 768px) {
  .publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner {
    margin-top: 1rem;
    padding: 1rem;
  }
}

@media (min-width: 1400px) {
  .publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner {
    padding: 2rem;
  }
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .search-wrap {
  margin-bottom: 1rem;
  display: flex;
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .search-wrap .icon-search {
  color: #fff;
  font-size: 12px;
  margin-top: 4px;
  margin-right: 10px;
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .search-wrap .search-publication {
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  width: 100%;
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .search-wrap .search-publication::-moz-placeholder {
  color: #fff;
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .search-wrap .search-publication::placeholder {
  color: #fff;
}

@media (min-width: 1400px) {
  .publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .search-wrap .search-publication {
    font-size: 1.25rem;
  }
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .select-wrap {
  margin-bottom: 15px;
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .select-wrap:last-child {
  margin-bottom: 0px;
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .select-wrap .select2-container {
  width: 100% !important;
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .select-wrap .select2-container.select2-container--default .select2-selection--single {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
  padding: 5px 10px;
  height: auto;
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .select-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: 1.25rem;
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .select-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
  font-size: 1.25rem;
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .select-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFF transparent transparent;
}

.publications-section .publications-wrapper .publication-filter-wrapper .publication-filter-inner .select-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 10px;
}

.publications-section .publications-wrapper .publications-item-wrapper {
  order: 2;
  margin: 0px;
}

@media (min-width: 1024px) {
  .publications-section .publications-wrapper .publications-item-wrapper {
    order: 1;
  }
}

.publications-section .publications-wrapper .publications-item-wrapper .container {
  padding: 0px;
}

.publications-section .publications-wrapper .publications-item-wrapper h3.error-text {
  color: #fff;
}

.publications-section .publications-wrapper .publications-item-wrapper .ajax-load-more-wrap-publications .ajax-load-publications a.btn-primary {
  outline: 2px solid;
  min-width: auto;
  padding: 1rem 4.5rem;
}

.publications-section .publications-wrapper.filter-top .publication-filter-wrapper {
  order: 1;
  width: 100%;
}

.publications-section .publications-wrapper.filter-top .publication-filter-wrapper .publication-filter-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.publications-section .publications-wrapper.filter-top .publication-filter-wrapper .publication-filter-inner .search-wrap {
  margin-bottom: 0px;
  width: 100%;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .publications-section .publications-wrapper.filter-top .publication-filter-wrapper .publication-filter-inner .search-wrap {
    width: 20%;
  }
}

.publications-section .publications-wrapper.filter-top .publication-filter-wrapper .publication-filter-inner .select-wrap {
  margin-bottom: 0px;
  margin-right: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .publications-section .publications-wrapper.filter-top .publication-filter-wrapper .publication-filter-inner .select-wrap {
    width: 15%;
  }
}

.publications-section .publications-wrapper.filter-top .publication-filter-wrapper .publication-filter-inner .select-wrap:last-child {
  margin-bottom: 0px;
  margin-right: 0;
}

.publications-section .publications-wrapper.filter-top .publications-item-wrapper {
  order: 2;
  width: 100%;
}

@media (min-width: 768px) {
  .publications-section .publications-wrapper.filter-top .publications-item-wrapper {
    order: 1;
    width: 100%;
  }
}

.publications-section .publications-wrapper.no-filter .publications-item-wrapper {
  order: 2;
  width: 100%;
}

@media (min-width: 768px) {
  .publications-section .publications-wrapper.no-filter .publications-item-wrapper {
    order: 1;
    width: 100%;
  }
}

.publications-section .publications-item:first-child .publications-item-inner .publication-content {
  padding-top: 0px;
}

.publications-section .publications-item .publications-item-inner .publication-content {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.publications-section .publications-item .publications-item-inner .publication-content h3 {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .publications-section .publications-item .publications-item-inner .publication-content h3 {
    font-size: 2.3125rem;
  }
}

.publications-section .publications-item .publications-item-inner .publication-content h3 a {
  color: #fff;
  text-transform: uppercase;
}

.publications-section .publications-item .publications-item-inner .publication-content p {
  color: #fff;
  font-size: 1.25rem;
  padding: 0;
}

.publications-section .publications-item:last-child .publications-item-inner .publication-content {
  border-bottom: none;
}

.ajax-load .loading_post {
  position: absolute;
  right: 0px;
  height: 2rem;
  width: 2rem;
  background: url(../../images/ajax-loader.svg) no-repeat 0 0;
  top: 50%;
  transform: translateY(-50%);
}

.recent-articles-section {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.recent-articles-section .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.recent-articles-section .section-header {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recent-articles-section .section-header h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.recent-articles-section .section-header a {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.recent-articles-section .section-header a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.recent-articles-section .section-header a{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.recent-articles-section .section-header a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.recent-articles-section .section-header a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.recent-articles-section .articles-slider .slick-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.recent-articles-section .articles-slider .slick-dots {
  margin-top: 2.5rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.5rem !important;
  bottom: -60px;
}

.recent-articles-section .articles-slider .slick-dots li button {
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 9999px !important;
  background-color: #d1d5db !important;
  padding: 0 !important;
  border: none !important;
  transition: all 0.3s !important;
}

.recent-articles-section .articles-slider .slick-dots li button::before {
  display: none !important;
}

.recent-articles-section .articles-slider .slick-dots li.slick-active button {
  width: 1.5rem !important;
  background-color: #4f46e5 !important;
}

.recent-articles-section .articles-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  --tw-translate-y: -50%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.recent-articles-section .articles-slider .slick-arrow::before {
  display: none;
}

.recent-articles-section .articles-slider .slick-arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.recent-articles-section .articles-slider .slick-prev {
  left: 0px;
}

.recent-articles-section .articles-slider .slick-next {
  right: 0px;
}

.recent-articles-section .article-card {
  position: relative;
}

.recent-articles-section .article-card:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.recent-articles-section .article-card{
  overflow: hidden;
  border-radius: 1rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.recent-articles-section .article-card img {
  height: 18rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-articles-section .article-card .article-content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.recent-articles-section .article-card .article-content h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.recent-articles-section .article-card .article-content p {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.recent-articles-section .article-card .article-content a {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.recent-articles-section .article-card .article-content a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.recent-articles-section .article-card .article-content a{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ins-accordion-inner {
  margin-bottom: 2.5rem;
}

.ins-accordion-inner .ins-accordion li {
  position: relative;
  margin-bottom: 1rem;
}

.ins-accordion-inner .ins-accordion li:last-child {
  margin-bottom: 0px;
}

.ins-accordion-inner .ins-accordion li h4 {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #000;
}

.ins-accordion-inner .ins-accordion li h4 .plus {
  color: #76ced9;
  width: 15px;
  height: 15px;
  border: 0;
  font-size: 1.5em;
  position: relative;
  margin-right: 1rem;
}

.ins-accordion-inner .ins-accordion li h4 .plus span {
  position: absolute;
  transition: 300ms;
  background: #76ced9;
  border-radius: 2px;
}

.ins-accordion-inner .ins-accordion li h4 .plus span:first-child {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}

.ins-accordion-inner .ins-accordion li h4 .plus span:last-child {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}

.ins-accordion-inner .ins-accordion li h4.active {
  color: #ec008c;
}

.ins-accordion-inner .ins-accordion li h4.active .plus {
  color: #ec008c;
}

.ins-accordion-inner .ins-accordion li h4.active .plus span {
  transform: rotate(90deg);
}

.ins-accordion-inner .ins-accordion li h4.active .plus span:last-child {
  left: 50%;
  right: 50%;
}

.ins-accordion-inner .ins-accordion li h4:hover {
  color: #ec008c;
}

.ins-accordion-inner .ins-accordion li h4:hover .plus {
  color: #ec008c;
}

.ins-accordion-inner .ins-accordion li .accordion__description {
  display: none;
}

.ins-accordion-inner .ins-accordion li .accordion__description .place-wrap {
  position: relative;
  margin-bottom: 1rem;
  font-size: 13px;
  color: #56287b;
  font-weight: bold;
}

.ins-accordion-inner .ins-accordion li .accordion__description .place-wrap a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.ins-accordion-inner .ins-accordion li .accordion__description .place-wrap:last-child {
  margin-bottom: 0px;
}

.ins-accordion-inner .ins-accordion .accordion__description {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
}

.podcast-section .podcast-wrapper {
  margin-bottom: 2rem;
}

.podcast-section .podcast-wrapper .podcast-wrap {
  margin-bottom: 2rem;
}

.podcast-section .podcast-wrapper .podcast-wrap iframe {
  width: 100%;
}

.two-col-content-section.has-shadow {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.two-col-content-section .section-header-wrap {
  position: relative;
  margin-bottom: 0.5rem;
  max-width: 960px;
  z-index: 1;
}

@media (min-width: 1900px) {
  .two-col-content-section .section-header-wrap {
    max-width: 1090px;
  }
}

.two-col-content-section .section-header-wrap h2 {
  margin-bottom: 0px;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
}

.two-col-content-section .section-header-wrap h2:before {
  display: none;
}

@media (min-width: 1024px) {
  .two-col-content-section .section-header-wrap h2 {
    font-size: 5rem;
  }
}

.two-col-content-section .section-header-wrap .section-head-desc {
  max-width: 865px;
  margin: 0 auto;
  font-size: 1.5rem;
}

.two-col-content-section.has-bgcolor ul li {
  list-style: none;
  position: relative;
}

.two-col-content-section.has-bgcolor ul li::before {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 5px;
  height: 5px;
  top: 8px;
  left: -20px;
  transform: rotate(-45deg);
  color: #fff;
}

.two-col-content-section.has-bgcolor ul li a {
  color: #fff;
}

.two-col-content-section.has-bgcolor ul li:hover a {
  color: rgba(255, 255, 255, 0.8);
}

.two-col-content-section.has-bgcolor ul li:hover::before {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.two-col-content-section .column-wrapper p {
  margin-bottom: 0px;
  padding-bottom: 0.5rem;
}

.two-col-content-section .column-wrapper iframe {
  width: 100%;
}

.two-col-content-section .column-wrapper ol {
  list-style: none;
  counter-reset: li;
  margin-left: 1rem;
}

.two-col-content-section .column-wrapper ol li {
  counter-increment: li;
  margin-bottom: 0.75rem;
}

.two-col-content-section .column-wrapper ol li::before {
  content: counter(li) ". ";
  color: #56287b;
  display: inline-block;
  width: 1.5rem;
  margin-left: -2.5rem;
  margin-right: 1rem;
  text-align: right;
  font-weight: bold;
}

.two-col-content-section .column-wrapper ol li:last-child {
  margin-bottom: 0px;
}

.two-col-content-section.h2-title .section-header-wrap h2 {
  font-size: 3.125rem;
}

.two-col-content-section.show-mobile {
  display: block;
  padding: 35px 18px;
  color: #111;
}

@media (min-width: 1024px) {
  .two-col-content-section.show-mobile {
    display: none;
  }
}

.two-col-content-section.show-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .two-col-content-section.show-desktop {
    display: block;
  }
}

.landing-feature {
  padding: 4rem 0;
}

.landing-feature .heading {
  margin-bottom: 50px;
  font-size: 64px;
  color: #000;
  font-weight: 600;
  line-height: normal;
}

.landing-feature .feature-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.landing-feature .feature-list .product-card {
  background-color: #f5f5f7;
  margin-bottom: 40px;
  border-radius: 12px;
  padding: 30px;
  transition: transform 0.3s;
}

.landing-feature .feature-list .product-card:hover {
  transform: translateY(-4px);
}

.landing-feature .feature-list .product-card p {
  font-size: 0.9rem;
  margin: 6px 0;
  color: #666;
}

.landing-feature .feature-list .product-card small {
  display: block;
  margin-top: 8px;
  font-size: 0.75rem;
  color: #888;
}

.landing-feature .feature-list .product-card img {
  float: right;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .landing-feature .heading {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .landing-feature .feature-list .product-card {
    width: 100% !important;
  }
}

.alternate-row {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .alternate-row {
    position: relative;
    margin-bottom: 0px;
    display: flex;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.alternate-row:last-child {
  margin-bottom: 0px;
}

.alternate-row.has-shadow {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.alternate-row .img-wrap {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .alternate-row .img-wrap {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .alternate-row .img-wrap figure {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .alternate-row .img-wrap figure {
    background-image: none !important;
  }
}

.alternate-row .img-wrap img {
  width: 100%;
}

@media (min-width: 768px) {
  .alternate-row .img-wrap img {
    display: none;
  }
}

.alternate-row .descrip-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.alternate-row .descrip-wrap .desc-inner h2 {
  margin-bottom: 0.625rem;
  font-size: 3.75rem;
  line-height: 1;
}

.alternate-row .descrip-wrap .desc-inner p {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.alternate-row .descrip-wrap .desc-inner p::last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .alternate-row .desc-inner {
    width: 50%;
  }
}

.alternate-row .text-descrip {
  margin-bottom: 1.25rem;
}

.alternate-row .text-descrip ol {
  margin-left: 2rem;
}

.alternate-row.img-left .img-wrap {
  left: 0px;
}

@media (min-width: 768px) {
  .alternate-row.img-left .desc-inner {
    margin-left: auto;
    padding-left: 3rem;
  }

  @media (min-width: 769px) {
    .alternate-row.img-left .desc-inner {
      padding-left: 6rem;
    }
  }
}

@media (min-width: 768px) {
  .alternate-row.img-right .img-wrap {
    right: 0px;
  }
}

@media (min-width: 768px) {
  .alternate-row.img-right .desc-inner {
    padding-right: 6rem;
  }
}

.alternate-wrapper.has-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.alternate-wrapper.has-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #02050b;
  z-index: 1;
  opacity: 0.76;
}

.alternate-wrapper.layout-box .alternate-row {
  width: 100%;
}

@media (min-width: 640px){
  .alternate-wrapper.layout-box .alternate-row{
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .alternate-wrapper.layout-box .alternate-row{
    max-width: 720px;
  }
}

@media (min-width: 1024px){
  .alternate-wrapper.layout-box .alternate-row{
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  .alternate-wrapper.layout-box .alternate-row{
    max-width: 1140px;
  }
}

@media (min-width: 1400px){
  .alternate-wrapper.layout-box .alternate-row{
    max-width: 1320px;
  }
}

@media (min-width: 1900px){
  .alternate-wrapper.layout-box .alternate-row{
    max-width: 1675px;
  }
}

.alternate-wrapper.layout-box .alternate-row{
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.stat-section .alternate-wrapper.layout-box .alternate-row {
  position: relative;
}

.hero-singlefeature .alternate-wrapper.layout-box .alternate-row {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .hero-singlefeature .alternate-wrapper.layout-box .alternate-row{
    flex-direction: row;
  }
}

.services-section .alternate-wrapper.layout-box .alternate-row {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.split-banner-section .alternate-wrapper.layout-box .alternate-row {
  position: relative;
  overflow: hidden;
}

.publications-section .publications-wrapper .publications-item-wrapper .alternate-wrapper.layout-box .alternate-row {
  padding: 0px;
}

.recent-articles-section .alternate-wrapper.layout-box .alternate-row {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.wp-block-columns .alternate-wrapper.layout-box .alternate-row {
  width: 100%;
}

@media (min-width: 1024px) {
  .alternate-wrapper.layout-box .alternate-row.img-left .img-wrap {
    left: 35px;
  }
}

@media (min-width: 1024px) {
  .alternate-wrapper.layout-box .alternate-row.img-right .img-wrap {
    right: 35px;
  }
}

.alternate-wrapper.layout-box .descrip-wrap h2 {
  margin-bottom: 1.5rem;
}

@media (max-width: 639px) {
  .alternate-wrapper.layout-box .descrip-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.alternate-wrapper .alternate-column {
  position: relative;
  z-index: 10;
}

.content-editor blockquote, .content-editor dd, .content-editor dl, .content-editor figure, .content-editor h1, .content-editor h2, .content-editor h3, .content-editor h4, .content-editor h5, .content-editor h6, .content-editor hr, .content-editor p, .content-editor pre{
  margin-bottom: 1rem;
}

.content-editor ul {
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 1.25rem;
}

.content-editor ul li {
  padding-bottom: 1rem;
}

.content-editor ul li:last-child {
  padding-bottom: 0px;
}

.content-editor ol {
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 1.25rem;
}

blockquote {
  border-left: 10px solid #56287b;
  padding: 0.5em 10px;
}

blockquote p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .two-col-content-section h3 {
    font-size: 2.15rem;
    line-height: 3rem;
  }
}

@media (min-width: 1900px) {
  .two-col-content-section h3 {
    font-size: 2.6875rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 768px) {
  .two-col-content-section .grid p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 1900px) {
  .two-col-content-section .grid p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.wp-block-columns {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 640px) {
  .wp-block-columns {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wp-block-columns {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .wp-block-columns {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wp-block-columns {
    max-width: 1024px;
  }
}

@media (min-width: 1400px) {
  .wp-block-columns {
    max-width: 1200px;
  }
}

@media (min-width: 1900px) {
  .wp-block-columns {
    max-width: 1410px;
  }
}

.wp-block-columns .container {
  width: 100% !important;
}

.wp-block-columns .wp-block-column .section-spacer {
  margin-bottom: 0px;
}

@media (max-width: 1023px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }

  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}

@media (min-width: 782px) {
  .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] {
    margin-left: 5em;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .section-spacer {
  margin-bottom: 1.5rem;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .section-padding {
  padding: 0;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .two-col-content-section {
  padding: 35px 18px;
  color: #111;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .two-col-content-section.margin-bottom-10 .section-header-wrap {
  margin-bottom: 10px;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] h2 {
  font-size: 1.85rem;
  line-height: 2.1rem;
}

@media (min-width: 1900px) {
  .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] h2 {
    font-size: 2.3125rem;
    line-height: 2.625rem;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 12px;
}

@media (min-width: 1900px) {
  .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] p a {
  color: #56287b;
  display: inline-block;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .profile-section {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .profile-section .profile-wrapper {
  flex-wrap: wrap;
  box-shadow: none;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .profile-section .profile-wrapper .profile-img {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .profile-section .profile-wrapper .profile-img img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .profile-section .profile-wrapper .profile-content {
  text-align: center;
  margin-top: 20px;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] section.three-column .container-small {
  padding: 0;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] section.three-column .multicol-outer .multicol-inner {
  width: 100%;
  margin-bottom: 0;
  min-height: 457px;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] section.three-column .multicol-outer .multicol-inner .btn {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .section-padding + .section-padding {
  margin-top: 0px;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper {
  padding: 35px 18px;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .content-wrap {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .content-wrap h2 {
  text-align: left;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_validation_errors h2 {
  font-size: 1rem;
  line-height: 1.2;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper {
  padding: 0px;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter {
  display: block;
  background-color: transparent;
  padding: 0px;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_submission_error {
  font-size: 1rem;
  line-height: 1.5rem;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields {
  display: block;
  margin-left: 0;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields fieldset {
  width: 100%;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields .gfield {
  width: 100%;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields .ginput_complex span {
  width: 100%;
  flex: none;
  padding: 0;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: transparent;
  border-right: none !important;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important;
  padding-left: 0 !important;
  height: 50px;
  font-size: 1.25rem;
  border-radius: unset;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #fff;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #fff;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields input:-webkit-autofill,
.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields input:-webkit-autofill:hover,
.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields input:-webkit-autofill:focus,
.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields textarea:-webkit-autofill,
.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields textarea:-webkit-autofill:hover,
.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields textarea:-webkit-autofill:focus,
.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields select:-webkit-autofill,
.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields select:-webkit-autofill:hover,
.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields select:-webkit-autofill:focus {
  background-color: transparent !important;
  color: #fff !important;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_body .gform_fields .validation_message {
  position: relative;
  margin-top: 0.25rem;
  padding: 0.25rem;
  background-color: #fff9f9;
  font-size: 0.75rem;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .btn {
  margin-top: 2rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #92278f;
  max-width: 240px;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .btn:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: #56287b;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 2) {
  .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .btn {
    margin: 2rem;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .btn {
    margin-top: 1rem;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_footer {
  position: relative;
  text-align: center;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .newsletter-wrapper .gform_wrapper form.sidebar-newsletter .gform_footer img.gform_ajax_spinner {
  position: absolute;
  top: 100px;
  left: 50%;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .cta-block {
  margin-bottom: 1.5rem;
  padding: 35px 18px;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .cta-block h2 {
  font-size: 1.85rem;
  line-height: 2.1rem;
  color: #56287b;
}

@media (min-width: 1900px) {
  .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .cta-block h2 {
    font-size: 2.3125rem;
    line-height: 2.625rem;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .cta-block p {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1900px) {
  .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .cta-block p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .cta-block .btn-wrapper {
  width: 100%;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .cta-block .btn {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  border-radius: 40px;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .cta-block .btn.btn-cta {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  color: #ec008c;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .cta-block .btn.btn-cta:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: #ec008c;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] .institution-section .section-header-wrap {
  margin-bottom: 0px;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .section-spacer {
  margin-bottom: 1.5rem;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .section-header-wrap {
  margin-bottom: 0.9375rem;
}

@media (min-width: 1024px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .section-header-wrap h2 {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}

@media (min-width: 1900px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .section-header-wrap h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .section-header-wrap.h2-title .section-header-wrap h2 {
  font-size: 3.125rem;
  line-height: 1.2;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .section-head-desc {
  max-width: none;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .section-head-desc p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

@media (min-width: 1900px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .section-head-desc p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .content h2 {
  color: #56287b;
}

@media (min-width: 1024px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .content h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1900px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .content h2 {
    font-size: 3.75rem;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .content h3 {
  color: #56287b;
  padding-top: 15px;
}

@media (min-width: 1024px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .content h3 {
    font-size: 2.15rem;
    line-height: 3rem;
  }
}

@media (min-width: 1900px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .content h3 {
    font-size: 2.6875rem;
    line-height: 3.75rem;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .two-col-content-section .content iframe {
  margin-top: 30px;
  width: 100%;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .accordion-section .section-header-wrap h2 {
  /*color: #56287b;
  @screen lg{
      font-size: 2.15rem;
      line-height: 3rem;
  }
  @screen 3xl {
      font-size: 2.6875rem;
      line-height: 3.75rem;
  }*/
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .accordion-section .accordion-inner .accordion-bct li {
  border-bottom: 1px solid #dcf0f3;
  padding: 0;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .accordion-section .accordion-inner .accordion-bct li:last-child {
  border-bottom: none;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .accordion-section .accordion-inner .accordion-bct a h4 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #111111;
}

@media (min-width: 1900px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .accordion-section .accordion-inner .accordion-bct a h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .accordion-section .accordion-inner .accordion-bct a:after {
  top: 25px;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .accordion-section .accordion-inner .accordion-bct .accordion__description p {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 1900px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .accordion-section .accordion-inner .accordion-bct .accordion__description p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .quote-content {
  color: #111;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .cta-block {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .cta-block .cta-content {
  max-width: none;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .cta-block h2 {
  font-size: 1.85rem;
  line-height: 2.1rem;
  color: #56287b;
}

@media (min-width: 1900px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .cta-block h2 {
    font-size: 2.3125rem;
    line-height: 2.625rem;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .cta-block p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 15px 0;
}

@media (min-width: 1900px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .cta-block p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .cta-block .btn {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.25rem;
  border: 3px solid #56287b;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .cta-block .btn {
    margin-bottom: 0px;
  }
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .cta-block .btn:hover {
  border: 3px solid #fff;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .institution-section {
  margin: 0;
}

@media (min-width: 1024px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] .institution-section {
    margin-right: 1rem;
  }
}

.single .wp-block-columns .wp-block-column {
  margin-left: auto;
  margin-right: auto;
}

.single.single-trials .wp-block-columns .wp-block-column {
  margin: 0px;
}

.single.single-trials .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] {
  margin-left: 5em;
}

.single.single-trials .wp-block-columns .trials-block-section {
  margin-bottom: 1.5rem;
}

.trials-block-section {
  position: relative;
  margin-bottom: 4rem;
  z-index: 1;
}

.trials-block-section.left-circle {
  position: relative;
}

.trials-block-section.left-circle::after {
  content: "";
  position: absolute;
  display: none;
  border-radius: 9999px;
  border-width: 7px;
  border-style: solid;
  border-color: #BCE4EA;
  width: 315px;
  height: 315px;
  left: -260px;
  top: -50%;
  transform: translateX(60%);
  z-index: 0;
}

@media (min-width: 1024px) {
  .trials-block-section.left-circle::after {
    display: block;
    width: 240px;
    height: 240px;
    left: -260px;
    top: -50%;
  }
}

@media (min-width: 1200px) {
  .trials-block-section.left-circle::after {
    width: 280px;
    height: 280px;
    left: -260px;
    top: -50%;
  }
}

@media (min-width: 1400px) {
  .trials-block-section.left-circle::after {
    width: 200px;
    height: 200px;
    left: -91px;
    top: 85%;
  }
}

@media (min-width: 1900px) {
  .trials-block-section.left-circle::after {
    width: 200px;
    height: 200px;
    left: 60px;
    top: 85%;
  }
}

.trials-block-section .filter-container {
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* &.search-enabled{
      ul{
          @apply justify-end;
      }
  } */
}

@media (min-width: 1024px) {
  .trials-block-section .filter-container {
    flex-direction: row;
    justify-content: center;
    padding-bottom: 50px;
  }
}

.trials-block-section .filter-container ul {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .trials-block-section .filter-container ul {
    display: flex;
    flex-wrap: nowrap;
  }
}

.trials-block-section .filter-container ul li {
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .trials-block-section .filter-container ul li {
    margin-bottom: 0px;
  }
}

.trials-block-section .filter-container ul li a {
  position: relative;
  display: flex;
  cursor: pointer;
  justify-content: center;
  color: #56287b;
}

.trials-block-section .filter-container ul li a.active::after, .trials-block-section .filter-container ul li a:hover::after {
  position: absolute;
  right: auto;
  left: auto;
  width: 100%;
  content: " ";
  border-bottom: 2px solid #ec008c;
  bottom: -5px;
}

.trials-block-section .filter-container .trial-select-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  text-align: left;
  border-radius: 50px;
  border: 1px solid #76ced9;
  min-width: 300px;
  max-width: 300px;
  padding: 10px 10px;
  color: #56287b;
}

@media (min-width: 1024px) {
  .trials-block-section .filter-container .trial-select-wrap {
    display: none;
  }
}

.trials-block-section .filter-container .trial-select-wrap select {
  width: 100%;
  color: #56287b;
}

.trials-block-section .filter-container .trial-select-wrap:after {
  content: "";
  position: absolute;
  background-color: #000;
  right: 20px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 12px;
  height: 10px;
  transform: rotate(180deg);
  top: 17px;
  z-index: 0;
}

.trials-block-section .filter-container.search-enabled {
  justify-content: space-between;
}

.trials-block-section .filter-container .search-filter {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .trials-block-section .filter-container .search-filter {
    margin-bottom: 0px;
  }
}

.trials-block-section .filter-container .search-filter .fa {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #56287b;
}

.trials-block-section .filter-container .search-filter input {
  position: relative;
  margin-left: 0.5rem;
  border-width: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #56287b;
}

.trials-block-section .filter-container .search-filter input::-moz-placeholder {
  color: #56287b;
}

.trials-block-section .filter-container .search-filter input::placeholder {
  color: #56287b;
}

.trials-block-section .filter-container .search-filter input:focus {
  border-radius: 0px;
  border-bottom: 2px solid #ec008c;
}

.trials-block-section .trials-block-container {
  position: relative;
  margin-bottom: 2rem;
  display: grid;
  justify-content: space-between;
}

@media (min-width: 768px){
  .two-col-content-section .trials-block-section .trials-block-container p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 1900px){
  .two-col-content-section .trials-block-section .trials-block-container p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.trials-block-section .trials-block-container{
  grid-gap: 1.5rem;
  z-index: 10;
}

@media (min-width: 768px) {
  .trials-block-section .trials-block-container {
    grid-gap: 2rem;
  }
}

@media (max-width: 1023px) {
  .trials-block-section .trials-block-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 767px) {
  .trials-block-section .trials-block-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.trials-block-section .trials-block-container .trial-tile {
  position: relative;
  flex-grow: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.0784313725);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.0784313725);
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.0784313725);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #fff;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .trials-block-section .trials-block-container .trial-tile {
    font-size: 1.25rem;
  }
}

.trials-block-section .trials-block-container .trial-tile .tile-title {
  color: #56287b;
  font-size: 2.3125rem;
  line-height: 2.625rem;
}

.trials-block-section .trials-block-container .trial-tile .tile-category {
  margin-bottom: 0.625rem;
  display: inline-block;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.trials-block-section .trials-block-container .trial-tile:hover::after {
  content: "";
  background-color: rgba(194, 182, 208, 0.28);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.trials-block-section .trials-block-container .trial-tile:hover .tile-background {
  background-color: transparent !important;
}

.trials-block-section .load-more-container {
  padding-top: 52px;
}

.trials-block-section .loader-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.trials-block-section .loader-container.active {
  display: flex;
}

.trials-block-section .loader-container .loader {
  position: relative;
  margin-top: 2.5rem;
  display: block;
  top: 50px;
  border: 16px solid #ec008c;
  /* Light grey */
  border-top: 16px solid #56287b;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.trials-block-section.list-view .container-small {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0784313725);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0784313725);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0784313725);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.trials-block-section.list-view h3 {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.trials-block-section.list-view .current-trial-container h5 {
  margin-bottom: 1rem;
  display: inline-block;
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.trials-block-section.list-view .current-trial-container .current-trial-list {
  margin: 0px;
  display: block;
  padding: 0px;
}

.trials-block-section.list-view .current-trial-container .current-trial-list li .trial-item {
  margin-bottom: 0.625rem;
  display: inline-block;
  color: #56287b;
}

.trials-block-section.list-view .current-trial-container .current-trial-list li .trial-item:hover {
  color: #ec008c;
}

.trials-block-section.list-view .current-trial-container .current-trial-list li:last-child .trial-item {
  margin-bottom: 1rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.marlin-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.contact-form-section .overlay-spinner {
  position: fixed;
  top: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

section.contact-form-section.has-bg-color {
  padding: 60px 40px;
}

section.contact-form-section.has-bg-color div.gform_wrapper {
  width: 100%;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body {
  color: #fff;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .ginput_full {
  position: relative;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield textarea, section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield select{
  position: relative;
  border-radius: 0px;
  border-width: 0px;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield textarea,
section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield select{
  padding: 12.5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-size: 1.25rem;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield textarea::-moz-placeholder, section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield select::-moz-placeholder {
  color: #fff;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield textarea::placeholder,
section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield select::placeholder {
  color: #fff;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield textarea {
  max-height: 100px;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .autodetect-location {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield select {
  -webkit-appearance: none;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield select option {
  color: #56287b;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_complex.has_prefix .name_prefix {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  flex: 1 1 auto;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_complex.has_prefix .name_prefix select {
  width: 30%;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_complex.has_prefix .name_prefix:after {
  position: absolute;
  height: 1rem;
  width: 1rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
  content: " ";
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
  color: #fff;
  top: 30%;
  left: 25%;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_complex.has_prefix .name_first {
  width: 50%;
  flex: 1 1 auto;
  padding-left: 0px;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_complex.has_prefix .name_last {
  width: 50%;
  flex: 1 1 auto;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_complex .name_first, section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_complex .ginput_left{
  padding-right: 0px;
}

@media (min-width: 641px) {
  section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_complex .name_first, section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_complex .ginput_left{
    padding-right: 1rem;
  }
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_complex .name_last, section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_complex .ginput_right{
  padding-left: 0px;
}

@media (min-width: 641px) {
  section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_complex .name_last, section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_complex .ginput_right{
    padding-left: 1rem;
  }
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield.gfield--width-half:nth-child(even) {
  padding-left: 0px;
}

@media (min-width: 641px) {
  section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield.gfield--width-half:nth-child(even) {
    padding-left: 10px;
  }
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield.gfield--width-half:nth-child(odd) {
  padding-right: 0px;
}

@media (min-width: 641px) {
  section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield.gfield--width-half:nth-child(odd) {
    padding-right: 10px;
  }
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_container_select {
  position: relative;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_container_select select.small {
  width: 100%;
}

@media (min-width: 641px) {
  section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_container_select select.small {
    width: 30%;
  }
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_container_select select.medium {
  width: 100%;
}

@media (min-width: 641px) {
  section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_container_select select.medium {
    width: 47%;
  }
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_container_select select.large {
  width: 100%;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_container_select:after {
  position: absolute;
  height: 1rem;
  width: 1rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
  content: " ";
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
  color: #fff;
  top: 30%;
  right: 10px;
  background-color: unset;
  clip-path: unset;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield.small .ginput_container_select::after {
  right: 10px;
}

@media (min-width: 641px) {
  section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield.small .ginput_container_select::after {
    left: 25%;
  }
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield.medium .ginput_container_select::after {
  right: 10px;
}

@media (min-width: 641px) {
  section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield.medium .ginput_container_select::after {
    left: 40%;
  }
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield.large .ginput_container_select::after {
  right: 10px;
  left: unset;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_address_country {
  position: relative;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .ginput_address_country:after {
  position: absolute;
  height: 1rem;
  width: 1rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
  content: " ";
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
  color: #fff;
  top: 30%;
  right: 10px;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .gfield_validation_message, section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .instruction.validation_message{
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .gfield_validation_message,
section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body div.gform_fields .gfield .instruction.validation_message{
  color: #ef5062;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body .gform_page_footer .gform_next_button,
section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body .gform_page_footer .gform_previous_button,
section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body .gform_page_footer .btn-primary {
  background-color: #ec008c;
  color: #fff;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body .gform_page_footer .gform_next_button:hover,
section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body .gform_page_footer .gform_previous_button:hover,
section.contact-form-section.has-bg-color div.gform_wrapper div.gform_body .gform_page_footer .btn-primary:hover {
  background-color: #fff;
  color: #ec008c;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gform_footer .btn {
  background-color: #ec008c;
  color: #fff;
  margin-top: 2rem;
}

section.contact-form-section.has-bg-color div.gform_wrapper div.gf_progressbar_wrapper .gf_progressbar_title {
  color: #ec008c;
}

section.contact-form-section.toggle-form {
  display: none;
}

section.contact-form-section .section-header-wrap .section-head-title {
  text-transform: uppercase;
}

section.contact-form-section .section-header-wrap .section-head-desc {
  padding: 0 1rem;
}

@media (min-width: 768px) {
  section.contact-form-section .section-header-wrap .section-head-desc {
    padding: 0 4rem;
  }
}

/*post listing block*/

.custom-post-section.right-circle {
  position: relative;
}

.custom-post-section.right-circle::after {
  content: "";
  position: absolute;
  display: none;
  border-radius: 9999px;
  border-width: 7px;
  border-style: solid;
  border-color: #BCE4EA;
  width: 515px;
  height: 515px;
  right: 100px;
  top: -40%;
  transform: translateX(60%);
  z-index: 0;
  /*@screen xl {
      width: 315px;
      height: 315px;
      right: 100px;
      top: -40%;
  }*/
}

@media (min-width: 1024px) {
  .custom-post-section.right-circle::after {
    display: block;
    width: 350px;
    height: 350px;
    right: -60px;
    top: -25%;
  }
}

@media (min-width: 1200px) {
  .custom-post-section.right-circle::after {
    width: 350px;
    height: 350px;
    right: 0px;
    top: -25%;
  }
}

@media (min-width: 1400px) {
  .custom-post-section.right-circle::after {
    width: 450px;
    height: 450px;
    right: 0;
    top: -40%;
  }
}

@media (min-width: 1900px) {
  .custom-post-section.right-circle::after {
    width: 515px;
    height: 515px;
    right: 100px;
    top: -40%;
  }
}

.custom-post-section.left-circle {
  position: relative;
}

.custom-post-section.left-circle::before {
  content: "";
  position: absolute;
  display: none;
  border-radius: 9999px;
  border-width: 7px;
  border-style: solid;
  border-color: #D9C1DD;
  width: 245px;
  height: 245px;
  left: 25px;
  bottom: -80px;
  transform: translateX(60%);
  z-index: 0;
}

@media (min-width: 1024px) {
  .custom-post-section.left-circle::before {
    display: block;
    width: 190px;
    height: 190px;
    left: -125px;
    bottom: -50px;
  }
}

@media (min-width: 1200px) {
  .custom-post-section.left-circle::before {
    width: 200px;
    height: 200px;
    left: -25px;
    bottom: -60px;
  }
}

@media (min-width: 1400px) {
  .custom-post-section.left-circle::before {
    width: 200px;
    height: 200px;
    left: -45px;
    bottom: -80px;
  }
}

@media (min-width: 1900px) {
  .custom-post-section.left-circle::before {
    width: 245px;
    height: 245px;
    left: 40px;
    bottom: -115px;
  }
}

.custom-post-section .post-item-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0px;
}

.custom-post-section .post-item-wrap .post-item {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .custom-post-section .post-item-wrap .post-item {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .custom-post-section .post-item-wrap .post-item:nth-child(n+4) {
    margin-top: 2.5rem;
  }
}

.custom-post-section .post-item-wrap .post-item.col-2 {
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .custom-post-section .post-item-wrap .post-item.col-2 {
    width: 50%;
    margin-bottom: 30px;
  }
}

.custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner {
  display: flex;
  background-repeat: no-repeat;
  padding: 0px;
  flex-direction: column;
  min-height: 250px;
}

@media (min-width: 768px) {
  .custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner {
    flex-direction: row;
  }
}

.custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .img-wrap, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .img-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 340px;
}

@media (min-width: 768px) {
  .custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .img-wrap, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .img-wrap {
    width: 50%;
  }
}

.custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .img-wrap figure, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .img-wrap figure {
  position: relative;
  margin-bottom: 0px;
  display: none;
}

.custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .img-wrap figure a, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .img-wrap figure a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap {
  width: 100%;
  padding: 1.5rem;
  background-color: #623983;
  color: #fff;
}

@media (min-width: 768px) {
  .custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap {
    width: 50%;
  }
}

.custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap .post-date, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap .post-date {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap h3 a, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap h3 a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap a.link, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap a.link {
  position: relative;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: underline;
  font-size: 1.2rem;
  line-height: 1.5;
  z-index: 2;
}

.custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap a.link::before, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap a.link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EC008C;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s ease;
}

.custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap a.link:hover, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap a.link:hover {
  text-decoration: none;
}

.custom-post-section .post-item-wrap .post-item.col-2.box-1 .post-item-inner .content-wrap a.link:hover::before, .custom-post-section .post-item-wrap .post-item.col-2.box-4 .post-item-inner .content-wrap a.link:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.custom-post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner, .custom-post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner {
  position: relative;
  display: flex;
  height: 100%;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  background-position: top center;
}

@media (max-width: 1023px) {
  .custom-post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner, .custom-post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner {
    min-height: 354px;
  }
}

.custom-post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .img-wrap, .custom-post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .img-wrap {
  display: none;
}

.custom-post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap, .custom-post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap {
  z-index: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-bottom: 1rem;
}

.custom-post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap .post-date, .custom-post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap .post-date {
  display: none;
}

.custom-post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap .post-content, .custom-post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap .post-content {
  padding: 0px;
}

.custom-post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap .post-excerpt, .custom-post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap .post-excerpt {
  display: none;
}

.custom-post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap h3 a, .custom-post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap h3 a {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  box-shadow: 5px 0 0 #ec008c, -5px 0 0 #ec008c;
  -moz-box-shadow: 5px 0 0 #ec008c, -5px 0 0 #ec008c;
  -webkit-box-shadow: 5px 0 0 #ec008c, -5px 0 0 #ec008c;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #ec008c;
  padding-bottom: 2px;
  line-height: 1.8;
}

.custom-post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap a.link, .custom-post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap a.link {
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 5px 0 0 #56287b, -5px 0 0 #56287b;
  -moz-box-shadow: 5px 0 0 #56287b, -5px 0 0 #56287b;
  -webkit-box-shadow: 5px 0 0 #56287b, -5px 0 0 #56287b;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #56287b;
  color: #fff;
  padding-top: 3px;
  line-height: 1;
}

.custom-post-section .post-item-wrap .post-item.col-2.box-2 .post-item-inner .content-wrap a.link::before, .custom-post-section .post-item-wrap .post-item.col-2.box-3 .post-item-inner .content-wrap a.link::before {
  display: none !important;
}

@media (min-width: 1024px) {
  .custom-post-section .post-item-wrap .post-item.col-2:nth-child(n+4) {
    margin-top: 0px;
  }
}

.custom-post-section .post-item-wrap .post-item.col-3 {
  width: 100%;
}

@media (min-width: 1024px) {
  .custom-post-section .post-item-wrap .post-item.col-3 {
    width: 33.333333%;
  }
}

.custom-post-section .post-item-wrap .post-item.col-4 {
  width: 100%;
}

@media (min-width: 1024px) {
  .custom-post-section .post-item-wrap .post-item.col-4 {
    width: 25%;
  }
}

.custom-post-section .post-item-wrap .post-item .post-item-inner {
  position: relative;
  min-height: 100%;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-bottom: 0.5rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-post-section .post-item-wrap .post-item .post-item-inner a.tile-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.custom-post-section .post-item-wrap .post-item .post-item-inner figure {
  position: relative;
  margin-bottom: 1rem;
}

.custom-post-section .post-item-wrap .post-item .post-item-inner figure a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.custom-post-section .post-item-wrap .post-item .post-item-inner .post-content {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-bottom: 1.75rem;
}

.custom-post-section .post-item-wrap .post-item .post-item-inner .post-content h3 {
  margin-bottom: 1rem;
}

.custom-post-section .post-item-wrap .post-item .post-item-inner .post-content h3 a {
  color: #333;
}

.custom-post-section .slick-dots {
  bottom: -25px;
}

.custom-post-section .outer-link-wrap ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.custom-post-section .outer-link-wrap ul li {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-right: 1px solid #fff;
  margin-right: 5px;
}

.custom-post-section .outer-link-wrap ul li a {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: underline;
}

.custom-post-section .outer-link-wrap ul li a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EC008C;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s ease;
}

.custom-post-section .outer-link-wrap ul li a:hover {
  text-decoration: none;
}

.custom-post-section .outer-link-wrap ul li a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.custom-post-section .outer-link-wrap ul li:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}

.post-section.no-bg-color .outer-link-wrap ul li a.outer-link {
  color: #56287b;
  text-decoration: underline;
}

.post-section.no-bg-color .outer-link-wrap ul li a.outer-link:hover {
  text-decoration: none;
}

section.filter-section .filter-container {
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

@media (min-width: 768px) {
  section.filter-section .filter-container {
    flex-direction: row;
  }
}

section.filter-section .filter-container .filter-post-wrap {
  border-radius: 50px;
  border: 1px solid #76ced9;
  min-width: 300px;
  max-width: 300px;
  padding: 10px 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media (min-width: 768px) {
  section.filter-section .filter-container .filter-post-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}

section.filter-section .filter-container .filter-post-wrap .filter-post {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #56287b;
  width: 100%;
  padding: 0 30px;
}

section.filter-section .filter-container .filter-post-wrap:after {
  content: "";
  position: absolute;
  background-color: #000;
  right: 20px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 12px;
  height: 10px;
  transform: rotate(180deg);
  top: 17px;
  z-index: 0;
}

section.filter-section .filter-container .search-filter {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  section.filter-section .filter-container .search-filter {
    margin-bottom: 0px;
  }
}

section.filter-section .filter-container .search-filter .fa {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #56287b;
}

section.filter-section .filter-container .search-filter input {
  position: relative;
  margin-left: 0.5rem;
  border-width: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #56287b;
}

section.filter-section .filter-container .search-filter input::-moz-placeholder {
  color: #56287b;
}

section.filter-section .filter-container .search-filter input::placeholder {
  color: #56287b;
}

section.filter-section .filter-container .search-filter input:focus {
  border-radius: 0px;
  border-bottom: 2px solid #ec008c;
}

section.filter-section .post-filter-container .load-more-container {
  margin-top: 4rem;
}

/*shortcode block*/

.shortcode-section.dynamic-right-circle::after {
  z-index: -1;
}

.shortcode-section .shortcode-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.shortcode-section .shortcode-wrap.section-width-50 {
  width: 100%;
}

@media (min-width: 1024px) {
  .shortcode-section .shortcode-wrap.section-width-50 {
    width: 50%;
  }
}

.shortcode-section .shortcode-wrap.section-width-75 {
  width: 100%;
}

@media (min-width: 1024px) {
  .shortcode-section .shortcode-wrap.section-width-75 {
    width: 75%;
  }
}

.shortcode-section .shortcode-wrap .woocommerce-order {
  text-align: center;
}

.shortcode-section .shortcode-wrap .woocommerce-order .woocommerce-order-overview {
  margin-top: 1rem;
}

.shortcode-section .shortcode-wrap .woocommerce-order .thank-wrap {
  text-align: left;
}

.shortcode-section .shortcode-wrap .section-donation {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gform_wrapper {
  position: relative;
  color: #111;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .gform_wrapper {
    padding: 0;
  }
}

.gform_wrapper .step-form .gf_progressbar_wrapper {
  position: absolute;
  top: 0.75rem;
  right: 0px;
}

.gform_wrapper .step-form .gf_progressbar_wrapper .gf_progressbar_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #111;
  margin-top: 130px;
}

@media (min-width: 768px) {
  .gform_wrapper .step-form .gf_progressbar_wrapper .gf_progressbar_title {
    margin: 0;
  }
}

.gform_wrapper .step-form .gf_left_half {
  width: 98%;
}

@media (min-width: 768px) {
  .gform_wrapper .step-form .gf_left_half {
    width: auto;
  }
}

.gform_wrapper .step-form .gform_page_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: right;
}

.gform_wrapper .step-form .gform_page_footer .gform_next_button {
  cursor: pointer;
  font-weight: 700;
}

.gform_wrapper .step-form .gform_page_footer .gform_previous_button.button,
.gform_wrapper .step-form .gform_page_footer .gform_next_button.button {
  background-color: #502d77;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.75rem;
  border-radius: 40px;
  padding: 1rem 3rem;
  cursor: pointer;
  border: 1px solid #502d77;
  width: 100%;
}

@media (min-width: 768px) {
  .gform_wrapper .step-form .gform_page_footer .gform_previous_button.button,
  .gform_wrapper .step-form .gform_page_footer .gform_next_button.button {
    width: auto;
  }
}

.gform_wrapper .step-form .gform_page_footer .gform_previous_button.button:hover,
.gform_wrapper .step-form .gform_page_footer .gform_next_button.button:hover {
  background-color: #EC008C;
  color: #fff;
}

.gform_wrapper .step-form .gform_page_footer .btn-primary {
  width: 100%;
  padding: 1.5rem 3rem;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .gform_wrapper .step-form .gform_page_footer .btn-primary {
    width: auto;
  }
}

.gform_wrapper .step-form .gform_page_footer .btn-primary:hover {
  background-color: #EC008C;
  color: #fff;
  border: 1px solid #EC008C;
}

.gform_wrapper .step-form #gform_page_2_1 .gform_page_footer {
  display: block;
}

.gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button.button,
.gform_wrapper.gravity-theme .gform_page_footer .gform_next_button.button {
  background-color: #502d77;
  color: #fff;
  border-radius: 40px;
  padding: 1rem 3rem;
  cursor: pointer;
}

.gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button.button:hover,
.gform_wrapper.gravity-theme .gform_page_footer .gform_next_button.button:hover {
  background-color: #EC008C;
  color: #fff;
}

.gform_wrapper .gform_title {
  text-transform: uppercase;
  margin-bottom: 50px;
}

.gform_wrapper .gform_description {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #111;
  margin-bottom: 30px;
  display: block;
  font-weight: 700;
}

.gform_wrapper.gravity-theme .api-form .gf_progressbar_wrapper {
  margin-bottom: 1rem;
}

.gform_wrapper.gravity-theme .api-form textarea {
  min-height: 200px;
  color: #111;
  border-radius: 20px;
  outline: none;
}

.gform_wrapper.gravity-theme .api-form textarea::-moz-placeholder {
  color: #111;
}

.gform_wrapper.gravity-theme .api-form textarea::placeholder {
  color: #111;
}

.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice {
  margin-top: 1.5rem;
}

.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice .gfield-choice-input {
  vertical-align: top;
  margin-top: 3px;
}

.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice .gfield-choice-input + label {
  padding-left: 25px;
  line-height: 1.5;
}

.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice .gfield-choice-input + label strong {
  font-size: 1.125rem;
  font-weight: normal;
}

.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice [type=radio]:checked,
.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice [type=radio]:checked + label,
.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice [type=radio]:checked + label:before,
.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #76ced9;
  border-radius: 100%;
  background: #fff;
}

.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice [type=radio]:checked + label:after,
.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice [type=radio]:not(:checked) + label:after {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  border: 8px solid #56287b;
}

.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice [type=radio]:not(:checked) + label:after {
  opacity: 0;
}

.gform_wrapper.gravity-theme .api-form .gfield_radio .gchoice [type=radio]:checked + label:after {
  opacity: 1;
}

.gform_wrapper.gravity-theme .api-form .gfield_checkbox .gchoice {
  display: flex;
}

.gform_wrapper.gravity-theme .api-form .gfield_checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #76ced9;
  border-radius: 3px;
  transform: translateY(-0.075em);
  display: flex;
  outline: none !important;
  margin-right: 25px;
}

.gform_wrapper.gravity-theme .api-form .gfield_checkbox input[type=checkbox]::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-color: #56287b;
}

.gform_wrapper.gravity-theme .api-form .gfield_checkbox input[type=checkbox]:checked::before {
  transform: scale(1);
}

.gform_wrapper.gravity-theme .api-form .gfield_required .gfield_required_text {
  display: none;
}

.gform_wrapper.gravity-theme .api-form .gfield.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gform_wrapper.gravity-theme .api-form .gfield.flex-box > label {
  width: 100%;
}

@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .api-form .gfield.flex-box > label {
    width: 70%;
  }
}

.gform_wrapper.gravity-theme .api-form .gfield.flex-box > .ginput_container {
  width: 100%;
}

@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .api-form .gfield.flex-box > .ginput_container {
    width: 30%;
  }
}

.gform_wrapper.gravity-theme .api-form .gform_page_footer {
  position: relative;
}

.gform_wrapper.gravity-theme .api-form .gform_page_footer img.gform_ajax_spinner {
  position: absolute;
  bottom: 5px;
  right: 50%;
}

@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .api-form .gform_page_footer img.gform_ajax_spinner {
    right: 10%;
  }
}

@media (min-width: 1200px) {
  .gform_wrapper.gravity-theme .api-form .gform_page_footer img.gform_ajax_spinner {
    right: 7%;
  }
}

.gform_wrapper.gravity-theme .api-form .check-proposer .ginput_container_text {
  display: flex;
  flex-wrap: nowrap;
}

.gform_wrapper.gravity-theme .api-form .check-proposer .ginput_container_text input {
  border-radius: 999px 0 0 999px;
  width: 65%;
}

.gform_wrapper.gravity-theme .api-form .check-proposer .ginput_container_text .proposer-validate-wrap {
  background-color: #56287b;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 0 999px 999px 0;
  width: 35%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gform_wrapper.gravity-theme .api-form .check-proposer .ginput_container_text .proposer-validate-wrap .proposer-loader {
  position: absolute;
  left: -30px;
  width: 20px;
}

.gform_wrapper.gravity-theme .api-form .check-proposer .ginput_container_text .proposer-validate-wrap input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
  transform: translateY(-0.075em);
  display: flex;
  outline: none !important;
  margin-right: 10px;
  margin-left: 5px;
}

.gform_wrapper.gravity-theme .api-form .check-proposer .ginput_container_text .proposer-validate-wrap input[type=checkbox]::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-color: #fff;
}

.gform_wrapper.gravity-theme .api-form .check-proposer .ginput_container_text .proposer-validate-wrap input[type=checkbox]:checked::before {
  transform: scale(1);
}

.gform_wrapper.gravity-theme .api-form .check-proposer.is-error .ginput_container_text .proposer-validate-wrap input[type=checkbox]::before {
  background-color: #d22630;
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}

.gform_wrapper.gravity-theme .api-form .ginput_container_select, .gform_wrapper.gravity-theme .api-form .ginput_address_country{
  position: relative;
}

.gform_wrapper.gravity-theme .api-form .ginput_container_select select, .gform_wrapper.gravity-theme .api-form .ginput_address_country select{
  position: relative;
  z-index: 10;
  background-color: transparent;
}

.gform_wrapper.gravity-theme .api-form .ginput_container_select::after,
.gform_wrapper.gravity-theme .api-form .ginput_address_country::after {
  content: "";
}

.gform_wrapper.gravity-theme .api-form .ginput_container_select::after, .gform_wrapper.gravity-theme .api-form .ginput_address_country::after{
  position: absolute;
}

.gform_wrapper.gravity-theme .api-form .ginput_container_select::after,
.gform_wrapper.gravity-theme .api-form .ginput_address_country::after{
  background-color: #000;
  right: 15px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 12px;
  height: 10px;
  transform: rotate(180deg);
  top: 17px;
  z-index: 0;
}

.gform_wrapper.gravity-theme .consumer-impact-form .ginput_container_select::after {
  content: "";
  position: absolute;
  background-color: #000;
  right: 15px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 12px;
  height: 10px;
  transform: rotate(180deg);
  top: 17px;
  z-index: 0;
}

.gform_wrapper.gform_validation_error .step-form .gf_progressbar_wrapper {
  top: 70px;
}

.gform_wrapper.gform_validation_error .gfield_validation_message,
.gform_wrapper.gform_validation_error .validation_message {
  border: none;
  background-color: transparent;
}

.gform_wrapper.gform_validation_error .instruction.validation_message {
  padding: 0px;
}

.gform_wrapper.researcher-member-form_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.gform_wrapper.researcher-member-form_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 16px;
}

@media (min-width: 640px){
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:w-1\/2{
    width: 50%;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

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

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-32{
    gap: 8rem;
  }
}

@media (min-width: 1200px){
}

@media (min-width: 1400px){
}

@media (min-width: 380px){
}

@media (min-width: 1900px){
}

@media (max-width: 380px){
}

@media (max-width: 639px){
}

@media (max-width: 767px){
}

@media (max-width: 1023px){
}

@media (max-width: 1199px){
}

@media (max-width: 1399px){
}

@media (max-width: 1899px){
}