/***
  New Due to underscore conflict _S or Legacy Content
***/
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html .toggle_search_box_search-field {
  padding: 0 0 0 34px !important;
  border: 0 !important;
}
html .custom-slick-a .slick-arrow {
  position: static !important;
  transform: none !important;
}
html .custom-slick-a .slick-arrow:before {
  display: none;
}
html .footer-social-container,
html .footer-social-container div,
html .footer-widgets,
html .footer-widgets div {
  font-size: 17px;
}
html .footer-signup-container,
html .footer-signup-container div {
  font-size: 13px;
}
html .widget_siteorigin-panels-builder {
  margin-bottom: 0;
}
html .footer-signup-container .gform_wrapper.gf_browser_chrome input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]),
html .footer-signup-container .gform_wrapper .ginput_container input {
  padding-right: 20px !important;
  padding-left: 20px !important;
  border: none;
}
html .slick-dots {
  position: static;
}
html .slick-dots li {
  width: auto;
  height: auto;
}
html .slick-dots button:before {
  display: none;
}
html .slick-dotted.slick-slider {
  margin-bottom: 0;
}
html .so-widget-sow-editor .widget-title {
  padding-top: 40px !important;
}
html .footer-contact-container {
  display: none;
}
html li {
  list-style-type: disc;
}
html [class^=footer] li {
  list-style-type: none;
}

html {
  --base-font: 16;
  font-size: 16px !important;
}

html, body {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

/*** START Functions ***/
/*** END Functions ***/
/*** START Mixins ***/
/*** END Mixins ***/
.ca-text-inherit-style {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.ca-cover-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

button {
  font-family: "Montserrat", sans-serif;
}

.btn_s {
  display: inline-block;
  padding: 0.75em 1.25em;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.5em;
  border-radius: 6.25em;
  text-decoration: none;
}
.btn_s--green {
  color: #ffffff;
  background-color: #76AF28;
}
.btn_s--green:hover {
  color: #ffffff;
}

.btn_type_a {
  display: inline-block;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.5em;
  text-align: center;
  border-radius: 6.25em;
  text-decoration: none;
}
.btn_type_a-solid {
  padding: 0.75em 1.25em;
}
.btn_type_a-solid--green {
  color: #ffffff;
  background-color: #76AF28;
}
.btn_type_a-solid--green:hover {
  color: #ffffff;
}
.btn_type_a-outline {
  padding: 0.5625em 1.25em;
}
.btn_type_a-outline--green {
  color: #76AF28;
  background-color: #ffffff;
  border: 0.1875em solid #76AF28;
}
.btn_type_a-outline--green:hover {
  color: #76AF28;
}
.btn_type_a span {
  display: inline-block;
}

.link_green {
  color: #76AF28;
  text-decoration: underline;
}
.link_green:hover {
  text-decoration: none;
}
.link_green--legacy {
  padding: 0;
  border: 0;
  font-size: inherit;
  color: #76AF28 !important;
  background-color: inherit !important;
  text-transform: none;
}

.strip_button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.limited-wysiwyg {
  font-size: 1em;
  line-height: 1.5em;
  color: #3A4252;
}
.limited-wysiwyg p {
  margin-top: 0;
}
.limited-wysiwyg a:not(.btn_type_a) {
  font-weight: 700;
  color: #76AF28;
  text-decoration: underline;
}
.limited-wysiwyg a:not(.btn_type_a):hover {
  color: #76AF28;
  text-decoration: none;
}
.limited-wysiwyg ul, .limited-wysiwyg ol {
  margin: 0;
  padding: 0 0 0 1.125em;
}
.limited-wysiwyg ul li::marker, .limited-wysiwyg ol li::marker {
  color: #76AF28;
}
.limited-wysiwyg b, .limited-wysiwyg strong {
  font-weight: 600;
  color: #76AF28;
}
.limited-wysiwyg i {
  color: #76AF28;
}
.limited-wysiwyg i ~ span {
  font-weight: 400;
  color: #3A4252;
}

.custom-slick-a {
  --current-slide: 0;
}
.custom-slick-a--white .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.custom-slick-a--white .slick-dots button {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-slick-a--white .slick-dots button:hover {
  background-color: #ffffff;
}
.custom-slick-a--white .slick-prev {
  background-image: url("../../images/redesign/icon-arrow_left__white.svg");
}
.custom-slick-a--white .slick-next {
  background-image: url("../../images/redesign/icon-arrow_right__white.svg");
}
.custom-slick-a--white .slick__indicator {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-slick-a--white .slick__indicator span {
  background-color: #ffffff;
}
.custom-slick-a--blue .slick-dots li.slick-active button {
  background-color: #1B75BC;
}
.custom-slick-a--blue .slick-dots button {
  background-color: rgba(27, 117, 188, 0.5);
}
.custom-slick-a--blue .slick-dots button:hover {
  background-color: #1B75BC;
}
.custom-slick-a--blue .slick-prev {
  background-image: url("../../images/redesign/icon-arrow_left__blue.svg");
}
.custom-slick-a--blue .slick-next {
  background-image: url("../../images/redesign/icon-arrow_right__blue.svg");
}
.custom-slick-a--blue .slick__indicator {
  background-color: rgba(27, 117, 188, 0.5);
}
.custom-slick-a--blue .slick__indicator span {
  background-color: #1B75BC;
}
.custom-slick-a .slick-slide {
  height: auto;
}
.custom-slick-a .slick-slide img {
  border-radius: 0.625rem;
}
.custom-slick-a .slick-dots {
  margin: 1.5rem 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  column-gap: 0.625rem;
}
.custom-slick-a .slick-dots li.slick-active button {
  pointer-events: none;
}
.custom-slick-a .slick-dots button {
  border: 0;
  font-size: 0;
  width: 1.75rem;
  height: 0.25rem;
  border-radius: 0.3125rem;
  cursor: pointer;
}
.custom-slick-a .slick-arrow {
  border: 0;
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.custom-slick-a .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.custom-slick-a .slick__controls {
  padding: 0.75em 0;
  display: flex;
  align-items: center;
  column-gap: 4.125em;
}
.custom-slick-a .slick__arrows {
  display: flex;
  column-gap: 2.125em;
}
.custom-slick-a .slick__indicator {
  --slide-numbers: 1;
  --current-slide: 0;
  font-size: 0;
  width: 100%;
  height: 0.25rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .custom-slick-a .slick__indicator {
    display: none;
  }
}
.custom-slick-a .slick__indicator span {
  display: inline-block;
  margin-left: calc(100% / (var(--slide-numbers)) * (var(--current-slide)));
  width: calc(100% / (var(--slide-numbers)) * var(--slide-shown));
  height: 100%;
  transition: all 0.25s ease-in-out;
}

.ca-accordion-a {
  position: relative;
  width: 100%;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1em;
  border: none;
  outline: none;
  transition: 0.4s;
  cursor: pointer;
}
.ca-accordion-a--white {
  color: #1B75BC;
  background-color: #ffffff;
}
.ca-accordion-a--white:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L17 1' stroke='%2376AF28' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.ca-accordion-a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.125rem;
  height: 0.6875rem;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center right;
}

.ca-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.ca-accordion-card {
  border-width: var(--border-width);
  border-radius: var(--border-radius);
  border-style: solid;
  border-color: #1B75BC;
}
@media (max-width: 991px) {
  .ca-accordion-card {
    border-radius: 0;
    border-width: 0 0 var(--border-width);
  }
}
.ca-accordion-card .ca-accordion {
  width: 100%;
  text-align: left;
  background-color: transparent;
  outline: none;
}
.ca-accordion-card .ca-panel-inner {
  padding: 0.5em 1em 1em;
}
.ca-accordion-card__title {
  margin-bottom: 0;
  padding: 0.8em 0.8em 0;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.8em;
  color: #1B75BC;
}
@media (max-width: 991px) {
  .ca-accordion-card__title {
    padding: 0.8em 1.2em;
  }
}
.ca-accordion-card p {
  font-size: 1em;
  line-height: 1.5625em;
  color: #3A4252;
}

.ca-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.pt-ref {
  font-size: 1rem;
}
.pt-ref .pt-ref__inner {
  display: flex;
}
@media (max-width: 1023px) {
  .pt-ref .pt-ref__inner {
    flex-direction: column;
  }
}
.pt-ref .pt-ref__inner .hentry {
  display: none;
}
@media (max-width: 640px) {
  .pt-ref .pt-ref__inner .gform_wrapper.gravity-theme .gform_fields {
    display: block;
  }
}
@media (max-width: 1023px) {
  .pt-ref .pt-ref__inner .gform_confirmation_wrapper {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .pt-ref .pt-ref__inner .ginput_container {
    margin-bottom: 1.5em;
  }
}
.pt-ref .pt-ref__inner h1 {
  margin: 0 0 0.4em;
  font-size: 1.5625em;
  font-weight: 600;
  line-height: 1.2em;
  color: #121212;
}
.pt-ref .pt-ref__inner h2 {
  margin: 0 0 0.625em;
  position: relative;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em;
  color: #121212;
}
.pt-ref .pt-ref__inner h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1.25em);
  width: 100vw;
  height: 0.0625em;
  background-color: #EAECEE;
  transform: translateY(-50%);
}
.pt-ref .pt-ref__inner p,
.pt-ref .pt-ref__inner .gfield_label,
.pt-ref .pt-ref__inner input {
  margin: 0;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.7142857143em;
  letter-spacing: 0.03em;
  color: #3A4252;
}
.pt-ref .pt-ref__inner .gfield_label {
  margin-bottom: 0.3571428571em;
}
.pt-ref .pt-ref__inner input:not([type=submit]):not([type=radio]),
.pt-ref .pt-ref__inner textarea,
.pt-ref .pt-ref__inner select {
  padding: 1.0714285714em !important;
  width: 100% !important;
  color: #3A4252;
  background-color: #F4F6F8;
  border: 0;
  border-radius: 0.625em;
}
.pt-ref .pt-ref__inner input:not([type=submit]):not([type=radio])::placeholder,
.pt-ref .pt-ref__inner textarea::placeholder,
.pt-ref .pt-ref__inner select::placeholder {
  color: rgba(58, 66, 82, 0.8);
}
.pt-ref .pt-ref__inner select {
  /** for the dropdown indicator */
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10L10 15L15 10' stroke='%233A4252' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.pt-ref .pt-ref__inner select:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 13L10 8L5 13' stroke='%233A4252' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.pt-ref .pt-ref__inner input.datepicker,
.pt-ref .pt-ref__inner select {
  cursor: pointer;
}
.pt-ref .pt-ref__inner .gchoice label {
  margin-left: 0.7142857143em;
  font-size: 0.875em !important;
  font-weight: 400;
  line-height: 1.7142857143em !important;
  color: #3A4252 !important;
  cursor: pointer;
}
.pt-ref .pt-ref__inner .gchoice input {
  cursor: pointer;
}
.pt-ref .pt-ref__inner .ca-input-date .ginput_container, .pt-ref .pt-ref__inner .ca-input-tel .ginput_container, .pt-ref .pt-ref__inner .ca-input-email .ginput_container {
  position: relative;
}
.pt-ref .pt-ref__inner .ca-input-date .ginput_container input, .pt-ref .pt-ref__inner .ca-input-tel .ginput_container input, .pt-ref .pt-ref__inner .ca-input-email .ginput_container input {
  padding-left: 3.5714285714em !important;
}
.pt-ref .pt-ref__inner .ca-input-date .ginput_container:after, .pt-ref .pt-ref__inner .ca-input-tel .ginput_container:after, .pt-ref .pt-ref__inner .ca-input-email .ginput_container:after {
  position: absolute;
  top: 50%;
  left: 1.1428571429em;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-weight: 900;
  transform: translateY(-50%);
  pointer-events: none;
}
.pt-ref .pt-ref__inner .ca-input-date .ginput_container:after {
  content: "\f073";
}
.pt-ref .pt-ref__inner .ca-input-tel .ginput_container:after {
  content: "\f095";
}
.pt-ref .pt-ref__inner .ca-input-email .ginput_container:after {
  content: "\f003";
}
.pt-ref .pt-ref__inner .ca-input-options--oneline .gfield_radio {
  display: flex;
  column-gap: 2.5em;
}
.pt-ref .pt-ref__inner .gform_footer.top_label {
  margin: 1.625em 0 0 !important;
  padding: 0 !important;
}
.pt-ref .pt-ref__inner .gform_footer.top_label input[type=submit] {
  margin: 0 0 0 auto;
  padding: 1.125em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  background-color: #76AF28;
  color: #ffffff;
  width: 100%;
  max-width: 18.75em;
  border-radius: 0.5em;
}
@media (max-width: 640px) {
  .pt-ref .pt-ref__inner .gform_footer.top_label input[type=submit] {
    margin: 0 auto;
  }
}
.pt-ref .pt-ref__inner .gform_fields {
  column-gap: 2.25em !important;
}
.pt-ref .pt-ref__left {
  display: flex;
  flex-direction: column;
  padding: 1.875em 6.875em 2.25em;
  width: 59.7222222222%;
  align-items: flex-end;
  justify-content: center;
  min-height: 70.9375em;
}
@media (max-width: 1439px) {
  .pt-ref .pt-ref__left {
    padding: 1.875em 3em 2.25em;
  }
}
@media (max-width: 1023px) {
  .pt-ref .pt-ref__left {
    width: 100%;
    min-height: auto;
  }
}
.pt-ref .pt-ref__left .gform_wrapper {
  max-width: 40em;
  width: 100%;
}
@media (max-width: 1023px) {
  .pt-ref .pt-ref__left .gform_wrapper {
    max-width: none;
  }
}
.pt-ref .pt-ref__left-header {
  margin-bottom: 1.25em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2.25em;
  row-gap: 1.5em;
}
@media (max-width: 767px) {
  .pt-ref .pt-ref__left-header {
    flex-direction: column;
  }
}
.pt-ref .pt-ref__left-header__content p {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.7142857143em;
  color: #3A4252;
  letter-spacing: 0.03em;
}
@media (max-width: 640px) {
  .pt-ref .pt-ref__left-header__content p {
    text-align: center;
  }
}
.pt-ref .pt-ref__left-header__content a {
  color: inherit;
}
@media (max-width: 640px) {
  .pt-ref .pt-ref__left-header__content a {
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .pt-ref .pt-ref__left-header__content span {
    display: none;
  }
}
.pt-ref .pt-ref__left-form__header {
  margin-bottom: 1.25em;
}
.pt-ref .pt-ref__left-form__divider {
  margin-top: 1.25em;
  overflow: hidden;
}
.pt-ref .pt-ref__right {
  position: relative;
  width: 40.2777777778%;
  background-color: #39B8F0;
}
@media (max-width: 1023px) {
  .pt-ref .pt-ref__right {
    width: 100%;
    order: -1;
  }
}
.pt-ref .pt-ref__right-bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pt-ref .pt-ref__right-bgs:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 113.75em;
  height: 51.875em;
  background-image: url("../../images/redesign/bg-pt_ref_top.svg");
  transform: translate(25.375em, -33.875em);
}
.pt-ref .pt-ref__right-bgs:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 127.1875em;
  height: 65.5625em;
  background-image: url("../../images/redesign/bg-pt_ref_bottom.svg");
  transform: translate(30em, 34.5em);
}
.pt-ref .pt-ref__heroes--desktop {
  position: absolute;
  top: 50%;
  left: -2.875em;
  transform: translateY(-56%);
  z-index: 2;
}
@media (max-width: 1023px) {
  .pt-ref .pt-ref__heroes--desktop {
    display: none;
  }
}
.pt-ref .pt-ref__heroes--mobile {
  display: none;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .pt-ref .pt-ref__heroes--mobile {
    display: block;
  }
}
.pt-ref .pt-ref__confirmation {
  text-align: center;
}
.pt-ref .pt-ref__confirmation-image {
  margin-bottom: 1.875em;
  border-radius: 1.25em;
}
.pt-ref .pt-ref__confirmation-title {
  margin: 0 0 0.6em;
  font-size: 1.5625em;
  font-weight: 600;
  line-height: 1.2em;
  color: #121212;
}
.pt-ref .pt-ref__confirmation-paragraph {
  margin: 0;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.7142857143em;
  letter-spacing: 0.03em;
  color: #3A4252;
}

/*# sourceMappingURL=pat_ref.css.map */
