@import '../fonts/MyFontsWebfontsKit.css';
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import '../css/brandon-text.css';
/* Fonts Related CSS */
/* Display Related CSS */
/* Display FLex Related CSS */
/* Padding & Margin CSS */
/* Background CSS */
/* Border CSS */
/* Width CSS */
/* Height CSS */
* {
  box-sizing: border-box;
}

html,
body {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "BrandonTextWeb-Regular";
  scroll-behavior: smooth;
  background-color: #fff;
}

.d-flex {
  display: flex;
}

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

.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.home .site {
  position: relative;
}

p {
  position: relative;
}

a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a[href^="tel:"], a[href^="Tel:"] {
  pointer-events: initial;
}
a:hover {
  color: #112f54;
}

.define {
  border-width: 0;
  border-bottom-width: 2px;
  border-color: #112f54;
  border-style: dotted;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .define {
    position: initial !important;
  }
}
.define .def {
  display: none;
  width: 300px;
  margin: 0;
  border-radius: 10px;
  font-family: BrandonTextWeb-Regular;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #333;
  text-align: left;
  position: absolute;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  white-space: normal;
  left: 0;
  top: 35px;
}
.define .def b {
  font-family: BrandonTextWeb-Bold;
}
@media only screen and (max-width: 991px) {
  .define .def {
    top: initial !important;
    left: 0 !important;
    width: 100% !important;
  }
}
.define .def .pad {
  padding: 15px;
  display: block;
}
.define:hover .def, .define:focus .def, .define:focus-visible .def, .define:active .def, .define.active_text .def {
  display: block;
}
@media (hover: hover) {
  .define:hover .def, .define:focus .def, .define:focus-visible .def, .define:active .def {
    display: block;
  }
}

strong {
  font-family: BrandonTextWeb-Bold;
  font-weight: 400;
  font-style: normal;
}

.inner_page {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 0;
  border-top-width: 1px;
  border-color: #eee;
  border-style: solid;
}

.copy-link-url {
  position: relative;
  top: 1px;
}
.copy-link-url .link-icon {
  background-image: url("/wp-content/uploads/2023/08/link_vector1.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  cursor: pointer;
}
.copy-link-url .link-tip {
  display: none;
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 11px;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.copy-link-url .link-tip:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #197cb9;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.copy-link-url .link-tip .link-text {
  font-family: BrandonTextWeb-Medium;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #197cb9;
  padding: 10px 5px 8px;
  border-radius: 8px;
  display: inline-block;
  max-width: 96px;
  width: 96px;
  text-align: center;
}
.copy-link-url .link-tip .link-text .done {
  display: none;
}
.copy-link-url .link-tip .link-text.active_text .copy {
  display: none;
}
.copy-link-url .link-tip .link-text.active_text .done {
  display: block;
}
.copy-link-url .link-tip .link-url {
  opacity: 0;
  display: none;
}
.copy-link-url:hover .link-tip {
  display: block;
}
.copy-link-url.white_box .link-icon {
  background-image: url("/wp-content/uploads/2023/11/link_vector_white.svg");
}
.copy-link-url.white_box .link-tip .link-text {
  background-color: #fff;
  color: #197cb9;
}
.copy-link-url.white_box .link-tip::before {
  border-bottom-color: #fff;
}

.should-animate {
  opacity: 0;
}

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

.video-player .wistia_responsive_wrapper .wistia_embed:not(.play_video) .w-bottom-bar {
  display: none !important;
}

.no-link {
  pointer-events: none !important;
}

.palexperience header {
  background-color: transparent;
  border-width: 0;
  padding-top: 37px;
  padding-bottom: 37px;
  box-shadow: none !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .palexperience header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .palexperience .site-header__inner {
    justify-content: center;
  }
  .palexperience .site-header__inner .header_logo {
    max-width: 180px;
  }
  .palexperience .site-header__inner .header_logo .custom-logo-wrapper a .em-image {
    max-width: 180px;
  }
}
.palexperience .header_button {
  display: none;
  flex-wrap: wrap;
}
.palexperience .header_button a {
  font-family: "Brandon Text";
  font-size: 16px;
  line-height: 24px;
  color: #112F54;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  background-color: #D3AD3A;
  border-radius: 0 0 10px 10px;
  width: 250px;
  max-width: 250px;
  justify-content: center;
  padding: 13px 15px;
}
.palexperience .header_button a .svg_icon,
.palexperience .header_button a .svg_icon svg {
  width: 17px;
  height: 17px;
}
.palexperience .header_button a:hover {
  background-color: #122f54;
  color: #fff;
}
.palexperience .header_button a:hover svg path {
  stroke: #fff;
}
.palexperience .sticky_header {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  transform: translateY(100px);
  transition: transform 0.6s ease-in;
}
.palexperience .sticky_header .header_button {
  display: flex;
  margin-top: -8px;
  align-items: flex-start;
}
@media only screen and (max-width: 575px) {
  .palexperience .sticky_header {
    box-shadow: none;
  }
  .palexperience .sticky_header .site-header__inner {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .palexperience .sticky_header .header_button {
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 15px;
  }
  .palexperience .sticky_header .header_button a {
    max-width: 100%;
    width: 100%;
  }
}

.page-header {
  display: none;
}

.palexperience footer .container {
  max-width: 1306px;
}
@media only screen and (max-width: 767px) {
  .palexperience footer .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.palexperience footer .footer_bottom p,
.palexperience footer .footer_bottom .footer_links,
.palexperience footer .footer_bottom .footer_links a {
  padding-bottom: 0;
  font-family: "Brandon Text";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-align: left;
}
.palexperience footer .footer_bottom .footer_links a {
  text-decoration: underline;
}

.pe_banner {
  border-width: 0;
  border-bottom-width: 29px;
  border-color: rgba(211, 173, 58, 0.33);
  border-style: solid;
}
.pe_banner .page-title .container {
  max-width: 1080px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 145px;
}
@media only screen and (max-width: 991px) {
  .pe_banner .page-title .container {
    top: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .pe_banner .page-title .container {
    top: 87px;
  }
}
.pe_banner .page-title img {
  position: relative;
  height: auto;
  min-height: 760px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .pe_banner .page-title img {
    min-height: 450px;
  }
}
.pe_banner .page-title h1 {
  font-family: "Brandon Text";
  font-size: 55px;
  font-weight: normal;
  line-height: 68px;
  color: #112F54;
}
@media only screen and (max-width: 991px) {
  .pe_banner .page-title h1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .pe_banner .page-title h1 {
    padding: 0 10px;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    width: 225px;
  }
}

.pe_text_box {
  margin-top: -315px;
  position: relative;
  z-index: 2;
}
.pe_text_box .container {
  max-width: 1090px;
}
@media only screen and (max-width: 991px) {
  .pe_text_box {
    margin-top: -150px;
  }
}
.pe_text_box .text_box_content {
  background-image: url("/wp-content/uploads/2023/09/text_box_bg.jpg");
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
  border-radius: 23px;
  padding: 52px 76px;
}
@media only screen and (max-width: 767px) {
  .pe_text_box .text_box_content {
    padding: 31px 30px;
    background-size: 800px;
  }
}
.pe_text_box .text_box_content h2 {
  font-family: "Brandon Text";
  font-size: 30px;
  font-weight: 900;
  line-height: 22px;
  color: #D3AD3A;
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .pe_text_box .text_box_content h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px;
  }
}
.pe_text_box .text_box_content p,
.pe_text_box .text_box_content ul li {
  font-family: "Brandon Text";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .pe_text_box .text_box_content p,
  .pe_text_box .text_box_content ul li {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 18px;
  }
}
.pe_text_box .text_box_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  margin: 0 0 8px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .pe_text_box .text_box_content ul {
    margin: 0 0 15px;
  }
}
.pe_text_box .text_box_content ul li {
  position: relative;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .pe_text_box .text_box_content ul li {
    margin: 0 0 8px;
  }
}
.pe_text_box .text_box_content ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 0;
}
.pe_text_box .text_box_content ul li:last-of-type {
  margin: 0;
}
.pe_text_box .text_box_content .text_box_button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.pe_text_box .text_box_content .text_box_button p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pe_text_box .text_box_content .text_box_button p {
    margin: 0 0 10px;
    max-width: 228px;
  }
  .pe_text_box .text_box_content .text_box_button p:last-of-type {
    max-width: 100%;
  }
}
.pe_text_box .text_box_content .text_box_button a {
  background-color: #D3AD3A;
  border-width: 1px;
  border-color: #D3AD3A;
  border-style: solid;
  border-radius: 100px;
  font-family: "Brandon Text";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #112F54;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 248px;
  padding: 11px 15px;
}
.pe_text_box .text_box_content .text_box_button a:hover {
  background-color: #112F54;
  color: #fff;
}
.pe_text_box .text_box_content .text_box_button a:hover span.svg_icon, .pe_text_box .text_box_content .text_box_button a:hover span.svg_icon svg, .pe_text_box .text_box_content .text_box_button a:hover span.svg_icon svg path {
  stroke: #fff;
}
.pe_text_box .text_box_content .text_box_button a span.svg_icon, .pe_text_box .text_box_content .text_box_button a span.svg_icon svg {
  width: 20px;
  height: 20px;
}

.pe_video_section {
  padding: 62px 0 86px;
}
@media only screen and (max-width: 767px) {
  .pe_video_section .container {
    padding: 0 30px;
  }
}
.pe_video_section h3 {
  font-family: "Brandon Text";
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  color: #112F54;
  text-align: center;
  margin-top: 0;
  margin-bottom: 27px;
}
.pe_video_section .video_content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 60px 47px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .pe_video_section .video_content {
    gap: 40px 30px;
  }
}
.pe_video_section .video_content .video_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  width: calc(33.33% - 32px);
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .pe_video_section .video_content .video_box {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pe_video_section .video_content .video_box {
    width: calc(50% - 15px);
    gap: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .pe_video_section .video_content .video_box {
    width: 100%;
  }
}
.pe_video_section .video_content .video_box .video_img {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.pe_video_section .video_content .video_box .video_img p {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  position: relative;
}
.pe_video_section .video_content .video_box .video_img img {
  width: 100%;
}
.pe_video_section .video_content .video_box .video_img .play_icon {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pe_video_section .video_content .video_box .video_img .play_icon img {
  width: 44px;
  height: 44px;
}
.pe_video_section .video_content .video_box h5 {
  font-family: "Brandon Text";
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
  color: #1F70AD;
  text-align: left;
  margin: 0;
}

.pe_video_text_section {
  background-color: rgba(211, 173, 58, 0.3);
  padding: 65px 0;
}
@media only screen and (max-width: 767px) {
  .pe_video_text_section {
    border-width: 0;
    border-bottom-width: 15px;
    border-color: #1F70AD;
    border-style: solid;
    padding: 0px 0 0;
  }
}
.pe_video_text_section .container {
  max-width: 1307px;
}
@media only screen and (max-width: 767px) {
  .pe_video_text_section .container {
    padding: 0;
  }
}
.pe_video_text_section .row {
  display: flex;
  flex-wrap: wrap;
}
.pe_video_text_section .text_box {
  width: 100%;
  max-width: 347px;
  background-color: #1F70AD;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 43px;
}
@media only screen and (max-width: 767px) {
  .pe_video_text_section .text_box {
    max-width: 100%;
    padding: 45px 30px;
  }
}
.pe_video_text_section .text_box h4 {
  margin: 0 0 27px;
  font-family: "Brandon Text";
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .pe_video_text_section .text_box h4 {
    text-align: center;
  }
}
.pe_video_text_section .text_box p {
  margin: 0;
  font-family: "Brandon Text";
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 26px;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .pe_video_text_section .text_box p {
    text-align: center;
  }
}
.pe_video_text_section .video_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  width: calc(100% - 347px);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .pe_video_text_section .video_box {
    width: 100%;
  }
}
.pe_video_text_section .video_box .video_img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
}
.pe_video_text_section .video_box .video_img p {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  position: relative;
}
.pe_video_text_section .video_box .video_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pe_video_text_section .video_box .video_img .play_icon {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pe_video_text_section .video_box .video_img .play_icon img {
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 767px) {
  .pe_video_text_section .video_box .video_img .play_icon img {
    width: 44px;
    height: 44px;
  }
}

.cta_phone_section {
  background-color: #112F54;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .cta_phone_section .container {
    padding: 0 30px;
  }
}
.cta_phone_section h3 {
  font-family: "Brandon Text";
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border-width: 1px 0 1px 0;
  border-color: #D3AD3A;
  border-style: solid;
  position: relative;
}
.cta_phone_section h3 a {
  color: #D3AD3A;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
}
.cta_phone_section h3 a .svg_icon {
  display: flex;
  width: 59px;
  height: 59px;
}
@media only screen and (max-width: 1024px) {
  .cta_phone_section h3 {
    padding-top: 95px;
  }
  .cta_phone_section h3 a .svg_icon {
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .cta_phone_section h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    color: #fff;
  }
}

.three_column_section {
  background-color: rgba(211, 173, 58, 0.3);
  padding: 21px 0 106px;
}
@media only screen and (max-width: 767px) {
  .three_column_section {
    padding: 40px 0 60px;
  }
}
.three_column_section .container {
  max-width: 1307px;
}
@media only screen and (max-width: 767px) {
  .three_column_section .container {
    padding: 0 30px;
  }
}
.three_column_section h2 {
  margin: 0 auto 40px;
  font-family: "Brandon Text";
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  color: #112F54;
  text-align: center;
  max-width: 705px;
}
@media only screen and (max-width: 767px) {
  .three_column_section h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
  }
}
.three_column_section .three_column_box {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .three_column_section .three_column_box {
    justify-content: center;
    gap: 40px 30px;
  }
}
.three_column_section .three_column_box .box_column {
  width: calc(33.33% - 27px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  padding: 0 30px 45px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  min-height: 438px;
}
@media only screen and (max-width: 1199px) {
  .three_column_section .three_column_box .box_column {
    min-height: 460px;
  }
}
@media only screen and (max-width: 1024px) {
  .three_column_section .three_column_box .box_column {
    width: calc(50% - 15px);
    min-height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .three_column_section .three_column_box .box_column {
    min-height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .three_column_section .three_column_box .box_column {
    width: 100%;
    min-height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .three_column_section .three_column_box .box_column {
    min-height: 450px;
  }
}
.three_column_section .three_column_box .box_column .plus_icon {
  background-color: #D3AD3A;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: 1;
}
.three_column_section .three_column_box .box_column .plus_icon span {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
}
.three_column_section .three_column_box .box_column .plus_icon span:before {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #112F54;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.three_column_section .three_column_box .box_column .plus_icon span:after {
  content: "";
  width: 3px;
  height: 14px;
  background-color: #112F54;
  margin: 0 auto;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: transform 0.3s ease-in-out, opacity 0.7s ease-in-out;
}
.three_column_section .three_column_box .box_column .box_img {
  width: auto;
  height: 188px;
  display: flex;
  margin-top: 27px;
  overflow: hidden;
  border-radius: 10px;
}
.three_column_section .three_column_box .box_column .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.three_column_section .three_column_box .box_column h3 {
  margin: 15px auto 0;
  font-family: "Brandon Text";
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #112F54;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .three_column_section .three_column_box .box_column h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
  }
  .three_column_section .three_column_box .box_column h3 br {
    display: none;
  }
}
.three_column_section .three_column_box .box_column:last-child .box_img img {
  object-fit: contain;
}
.three_column_section .three_column_box .box_column .box_hover {
  position: absolute;
  top: 100%;
  width: 100%;
  bottom: 0;
  padding: 65px 30px 25px;
  background-color: #D3AD3A;
  border-radius: 10px;
  transition: top 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.three_column_section .three_column_box .box_column .box_hover h4 {
  margin: 0 auto 0;
  font-family: "Brandon Text";
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #112F54;
  text-align: center;
}
.three_column_section .three_column_box .box_column .box_hover p {
  margin: 0 auto 0;
  font-family: "Brandon Text";
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #112F54;
  text-align: center;
}
.three_column_section .three_column_box .box_column .box_hover .box_button {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
}
.three_column_section .three_column_box .box_column .box_hover .box_button a {
  font-family: "Brandon Text";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  background-color: #112F54;
  border-radius: 100px;
  width: 100%;
  max-width: 250px;
  justify-content: center;
  padding: 13px 20px;
}
.three_column_section .three_column_box .box_column .box_hover .box_button a .svg_icon,
.three_column_section .three_column_box .box_column .box_hover .box_button a .svg_icon svg {
  width: 18px;
  height: 18px;
}
.three_column_section .three_column_box .box_column:hover .plus_icon {
  background-color: #112F54;
}
.three_column_section .three_column_box .box_column:hover .plus_icon span:after, .three_column_section .three_column_box .box_column:hover .plus_icon span:before {
  background-color: #D3AD3A;
}
.three_column_section .three_column_box .box_column:hover .plus_icon span:after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.three_column_section .three_column_box .box_column:hover .box_hover {
  top: 0;
}

.pe_content {
  background-color: rgba(211, 173, 58, 0.3);
  padding: 21px 0 106px;
}
.pe_content .pe_content_box h2 {
  margin: 0;
  font-family: "Brandon Text";
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  color: #112F54;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .pe_content .pe_content_box h2 {
    font-size: 18px;
  }
}
.pe_content .pe_content_box p,
.pe_content .pe_content_box ul li {
  margin: 0;
  font-family: "Brandon Text";
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #112F54;
  letter-spacing: -10;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .pe_content .pe_content_box p,
  .pe_content .pe_content_box ul li {
    font-size: 14px;
  }
}
.pe_content .pe_content_box p strong,
.pe_content .pe_content_box ul li strong {
  font-weight: 500;
}
.pe_content .pe_content_box p a,
.pe_content .pe_content_box ul li a {
  font-weight: 500;
  color: #1F70AD;
}
.pe_content .pe_content_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 40px;
}
.pe_content .pe_content_box ul li {
  position: relative;
  padding-left: 20px;
}
.pe_content .pe_content_box ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #112F54;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 0;
}
.pe_content .pe_content_box ul li ul li {
  padding-left: 20px;
}
.pe_content .pe_content_box ul li ul li:after {
  width: 8px;
  height: 2px;
  border-radius: 10px;
  top: 10px;
}
.pe_content .pe_content_box ul li:last-of-type {
  margin: 0;
}

.video_popup {
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 991px) {
  .video_popup {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .video_popup .modal_box {
    display: flex;
    max-height: 100vh;
    height: 100vh;
    align-items: center;
  }
}
.video_popup .modal_box .modal_box_content {
  box-shadow: none;
  max-width: 1130px;
}
.video_popup .modal_box .modal_box_content .close {
  position: absolute;
  top: -32px;
  right: 0px;
  opacity: 1;
  background: none;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 991px) {
  .video_popup .modal_box .modal_box_content .close {
    right: 15px;
  }
}
.video_popup .modal_box .modal_box_content .modal_body {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  max-height: calc(100vh - 138px);
  overflow: auto;
  padding: 0 !important;
}
.video_popup .modal_box .modal_box_content .modal_body .left_side {
  background-color: #112F54;
  width: 100%;
  max-width: 261px;
  text-align: left;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .video_popup .modal_box .modal_box_content .modal_body .left_side {
    max-width: 100%;
  }
}
.video_popup .modal_box .modal_box_content .modal_body .left_side h4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
  color: #D3AD3A;
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .video_popup .modal_box .modal_box_content .modal_body .left_side h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 2px;
  }
}
.video_popup .modal_box .modal_box_content .modal_body .left_side p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .video_popup .modal_box .modal_box_content .modal_body .left_side p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
.video_popup .modal_box .modal_box_content .modal_body .left_side .author_content {
  display: flex;
  flex-wrap: wrap;
}
.video_popup .modal_box .modal_box_content .modal_body .left_side .author_content img {
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .video_popup .modal_box .modal_box_content .modal_body .left_side .author_content img {
    width: 40px;
    height: 40px;
  }
}
.video_popup .modal_box .modal_box_content .modal_body .left_side .author_content p {
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  color: #fff;
  margin: 0;
  padding-left: 10px;
  width: calc(100% - 50px);
}
@media only screen and (max-width: 767px) {
  .video_popup .modal_box .modal_box_content .modal_body .left_side .author_content p {
    width: calc(100% - 40px);
    font-size: 13px;
    line-height: 17px;
  }
}
.video_popup .modal_box .modal_box_content .modal_body .right_side {
  width: calc(100% - 261px);
}
@media only screen and (max-width: 991px) {
  .video_popup .modal_box .modal_box_content .modal_body .right_side {
    width: 100%;
  }
}
.video_popup .modal_box .modal_box_content .modal_body .right_side .video_box {
  height: 100%;
}
.video_popup .modal_box .modal_box_content .modal_body .right_side .video_box p {
  margin: 0;
}

/*# sourceMappingURL=pal-experience.css.map */
