.grid-and-padding {
  display: grid;
  padding-left: calc(70rem * 1 / 18);
  padding-right: calc(70rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grid-and-padding {
    grid-template-columns: repeat(12, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-and-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-no-padding {
  display: grid;
  grid-template-columns: 2.604% repeat(24, 1fr) 2.604%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grid-no-padding {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-no-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-11 {
  z-index: 11 !important;
}
.z-12 {
  z-index: 12 !important;
}
.z-13 {
  z-index: 13 !important;
}
.z-14 {
  z-index: 14 !important;
}
.z-15 {
  z-index: 15 !important;
}
.z-16 {
  z-index: 16 !important;
}
.z-17 {
  z-index: 17 !important;
}
.z-18 {
  z-index: 18 !important;
}
.z-19 {
  z-index: 19 !important;
}
.z-20 {
  z-index: 20 !important;
}
.articulatCF-normal {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.articulatCF-regular {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.articulatCF-medium {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.articulatCF-demibold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.articulatCF-bold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.arrow-button {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: calc(15rem * 1 / 18) 0;
  color: #101921;
  text-decoration: none;
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  transition: background-color 0.3s;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .arrow-button {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .arrow-button {
    font-size: 14px;
    line-height: 22.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .arrow-button {
    align-items: center;
  }
}
.arrow-button svg {
  margin-right: calc(15rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .arrow-button svg {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .arrow-button svg {
    margin-right: 10px;
  }
}
.arrow-button:hover {
  color: #FA851E;
}
.arrow-button:hover svg {
  margin-right: calc(10rem * 1 / 18);
  margin-left: calc(5rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .arrow-button:hover svg {
    margin-right: 10px;
    margin-left: 5px;
  }
}
.arrow-button:hover svg path {
  stroke: #FA851E;
}
.font-size72 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(72rem * 1 / 18);
  line-height: calc(82rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size72 {
    font-size: 44px;
    line-height: 48.5px;
  }
}
.font-size56 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(56rem * 1 / 18);
  line-height: calc(61.6rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size56 {
    font-size: 56px;
    line-height: 61.6px;
  }
}
.section-title {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(48rem * 1 / 18);
  line-height: calc(56rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 36px;
    line-height: 39.6px;
  }
}
.font-size42 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(42rem * 1 / 18);
  line-height: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size42 {
    font-size: 42px;
    line-height: 50px;
  }
}
.font-size40 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(40rem * 1 / 18);
  line-height: calc(48rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .font-size40 {
    font-size: 40px;
    line-height: 48px;
  }
}
.font-size36 {
  font-size: calc(36rem * 1 / 18);
  line-height: calc(47rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size36 {
    font-size: 36px;
    line-height: 47px;
  }
}
.font-size30 {
  font-size: calc(30rem * 1 / 18);
  line-height: calc(32.5rem * 1 / 18);
  letter-spacing: calc(0.8rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size30 {
    font-size: 30px;
    line-height: 32.5px;
    letter-spacing: 0.8px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size30 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
}
.font-size28 {
  font-size: calc(28rem * 1 / 18);
  line-height: calc(30.5rem * 1 / 18);
  letter-spacing: calc(0.6rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size28 {
    font-size: 28px;
    line-height: 30.5px;
    letter-spacing: 0.6px;
  }
}
.font-size26 {
  font-size: calc(26rem * 1 / 18);
  line-height: calc(28.5rem * 1 / 18);
  letter-spacing: calc(0.6rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size26 {
    font-size: 26px;
    line-height: 28.5px;
    letter-spacing: 0.6px;
  }
}
.font-size24 {
  font-size: calc(24rem * 1 / 18);
  line-height: calc(26.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size24 {
    font-size: 24px;
    line-height: 26.5px;
    letter-spacing: 0.5px;
  }
}
.font-size22 {
  font-size: calc(22rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size22 {
    font-size: 22px;
    line-height: 24.5px;
    letter-spacing: 0.5px;
  }
}
.font-size20 {
  font-size: calc(20rem * 1 / 18);
  line-height: calc(22.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size20 {
    font-size: 20px;
    line-height: 22.5px;
    letter-spacing: 0.9px;
  }
}
.font-size18-demibold {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size18-demibold {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.font-size18-regular {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size18-regular {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.font-size17 {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size17 {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size17 {
    font-size: 16px;
    line-height: 25.5px;
  }
}
.font-size16 {
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size16 {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size16 {
    font-size: 14px;
    line-height: 22.5px;
  }
}
.font-size15 {
  font-size: calc(15rem * 1 / 18);
  line-height: calc(23.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size15 {
    font-size: 15px;
    line-height: 23.5px;
    letter-spacing: 0.5px;
  }
}
.font-size14 {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(1rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size14 {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.font-size14-bold {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(1rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size14-bold {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.font-size12 {
  font-size: calc(12rem * 1 / 18);
  line-height: calc(13.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size12 {
    font-size: 12px;
    line-height: 13.5px;
    letter-spacing: 0.9px;
  }
}
.radius5 {
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .radius5 {
    border-radius: 5px;
  }
}
.cp {
  display: grid;
  padding-left: calc(70rem * 1 / 18);
  padding-right: calc(70rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(20rem * 1 / 18);
  padding-top: calc(190rem * 1 / 18);
  margin-top: calc(76rem * 1 / 18);
  border-top: 1px solid #b7babc;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .cp {
    grid-template-columns: repeat(12, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .cp {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .cp {
    padding-top: 100px;
    margin-top: 65px;
    border-top: none;
  }
}
.cp__subheading {
  grid-column: 3 / span 10;
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: calc(20rem * 1 / 18);
  color: #FA851E;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .cp__subheading {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .cp__subheading {
    font-size: 14px;
    line-height: 22.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .cp__subheading {
    grid-column: 1 / -1;
    margin-bottom: 20px;
  }
}
.cp__heading {
  grid-column: 3 / span 10;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(72rem * 1 / 18);
  line-height: calc(82rem * 1 / 18);
  margin-bottom: calc(32rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .cp__heading {
    font-size: 44px;
    line-height: 48.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .cp__heading {
    grid-column: 1 / -1;
    margin-bottom: 30px;
  }
}
.cp__content {
  grid-column: 3 / span 10;
}
@media only screen and (max-width: 1023px) {
  .cp__content {
    grid-column: 1 / -1;
  }
}
.cp__content-description {
  max-width: calc(770rem * 1 / 18);
  margin-bottom: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cp__content-description {
    margin-bottom: 24px;
    max-width: 100%;
  }
}
.cp__content-description p {
  font-size: calc(20rem * 1 / 18);
  line-height: calc(22.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: calc(31.2rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cp__content-description p {
    font-size: 20px;
    line-height: 22.5px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (max-width: 1023px) {
  .cp__content-description p {
    font-size: 16px;
    line-height: 150%;
  }
}
.cp__content-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .cp__content-image .desktop {
    display: none;
  }
}
.cp__content-image .mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .cp__content-image .mobile {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .cp__content-image {
    width: 100%;
    height: auto;
  }
}
.cp__content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .cp__content-image img {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .cp__content-image img {
    border-radius: 5px;
  }
}
.cp__form {
  grid-column: 14 / span 10;
  /* Hide default appearance */
  /* When checked */
  /* Add custom dot inside when checked */
}
@media only screen and (max-width: 1023px) {
  .cp__form {
    grid-column: 1 / -1;
    margin-top: 45px;
  }
}
.cp__form .gform_required_legend {
  display: none;
}
.cp__form .gfield {
  gap: calc(6rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cp__form .gfield {
    gap: 6px;
  }
}
.cp__form .gfield--input-type-radio .gfield_label.gform-field-label {
  text-transform: unset;
}
.cp__form .gfield_label {
  text-transform: uppercase;
  font-size: calc(17rem * 1 / 18) !important;
  line-height: calc(25.5rem * 1 / 18) !important;
  letter-spacing: calc(0.35rem * 1 / 18) !important;
  font-weight: 500 !important;
  line-height: calc(30rem * 1 / 18) !important;
  letter-spacing: calc(1rem * 1 / 18);
  font-family: "articulat-cf", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  margin: none !important;
}
@media only screen and (max-width: 1023px) {
  .cp__form .gfield_label {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .cp__form .gfield_label {
    font-size: 16px;
    line-height: 25.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .cp__form .gfield_label {
    font-size: 16px !important;
    line-height: 30px !important;
  }
}
.cp__form .ginput_container {
  min-height: calc(56rem * 1 / 18);
  padding: calc(11rem * 1 / 18) calc(20rem * 1 / 18);
  border-radius: calc(5rem * 1 / 18);
  border: calc(2rem * 1 / 18) solid #878c90;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .cp__form .ginput_container {
    min-height: 56px;
    border-radius: 6px;
  }
}
.cp__form .ginput_container input {
  border: none;
  font-size: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cp__form .ginput_container input {
    font-size: 20px;
  }
}
.cp__form .ginput_container textarea {
  font-size: calc(16rem * 1 / 18);
  border: none;
  height: calc(56rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .cp__form .ginput_container textarea {
    font-size: 16px;
  }
}
.cp__form .ginput_container_radio {
  min-height: auto;
  border: none;
  padding-left: 0;
}
@media only screen and (max-width: 1023px) {
  .cp__form .ginput_container_radio {
    margin-top: 16px;
  }
}
.cp__form .ginput_container_radio .gfield_radio {
  display: flex !important;
  gap: 20px;
}
.cp__form .ginput_recaptcha {
  border: none !important;
}
.cp__form .gchoice {
  display: flex;
  align-items: center;
  gap: calc(10rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .cp__form .gchoice {
    gap: 10px !important;
  }
}
.cp__form .gchoice input {
  margin: 0;
  width: calc(28rem * 1 / 18);
  height: calc(28rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cp__form .gchoice input {
    width: 28px;
    height: 28px;
  }
}
.cp__form .gchoice label {
  text-transform: uppercase;
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-weight: 500;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .cp__form .gchoice label {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .cp__form .gchoice label {
    font-size: 16px;
    line-height: 25.5px;
  }
}
.cp__form .gfield_description {
  font-size: calc(18rem * 1 / 18);
  line-height: 150%;
}
@media only screen and (max-width: 1023px) {
  .cp__form .gfield_description {
    font-size: 18px;
  }
}
.cp__form .gfield-choice-input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: border 0.2s ease-in-out;
}
.cp__form .gfield-choice-input[type="radio"]:checked {
  border-color: #FA851E;
}
.cp__form .gfield-choice-input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #FA851E;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cp__form .gfield--type-captcha label {
  display: none;
}
.cp__form .gfield--type-captcha {
  border: none;
}
@media only screen and (max-width: 1385px) {
  .cp__form .gfield--type-captcha {
    width: 100%;
    grid-column: 1 / -1 !important;
  }
}
.cp__form .gfield--type-html {
  max-width: calc(880rem * 1 / 18);
  margin-top: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cp__form .gfield--type-html {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}
.cp__form .gfield--type-html p {
  color: #878c90;
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .cp__form .gfield--type-html p {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .cp__form .gfield--type-html p {
    font-size: 14px;
    line-height: 22.5px;
  }
}
.cp__form .gform-footer .gform_button {
  border: calc(1rem * 1 / 18) solid #FA851E;
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
  color: #FA851E;
  background-color: transparent;
  padding: calc(10rem * 1 / 18) calc(15rem * 1 / 18);
  text-transform: uppercase;
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(1rem * 1 / 18);
  font-weight: 800;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .cp__form .gform-footer .gform_button {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .cp__form .gform-footer .gform_button {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 1023px) {
  .cp__form .gform-footer .gform_button {
    border: 1px solid #FA851E;
    padding: 0px 20px;
  }
}
.cp__form .gform-footer .gform_button:hover {
  background-color: #FA851E;
  color: #ffffff;
  border: calc(1rem * 1 / 18) solid #ffffff;
}
@media only screen and (max-width: 1023px) {
  .cp__form .gform-footer .gform_button:hover {
    border: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 1385px) {
  .cp__form .gform-footer {
    position: relative;
  }
}
@media only screen and (max-width: 1023px) {
  .cp__form .gform-footer {
    padding-top: 16px;
  }
}
.cp__form .gform_submission_error {
  font-size: calc(25rem * 1 / 18) !important;
  line-height: 130% !important;
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .cp__form .gform_submission_error {
    font-size: 25px !important;
  }
}
.cp__form .gfield_validation_message {
  color: #c02b0a;
}
