/*
 Fluid type mixin, essentially clamp() but with full browser support.
 Allows fonts to resize on window resize to a minimum and maximum size.
*/
/* Breakpoint sizes */
/* Create the mixin (usually in a separate .scss file) */
section {
  padding: 32px; }
  @media only screen and (min-width: 992px) {
    section {
      padding: 120px 64px; } }
  @media only screen and (min-width: 2500px) {
    section {
      padding: 120px 32px; } }

.container {
  max-width: 768px;
  margin: auto; }
  @media only screen and (min-width: 992px) {
    .container {
      max-width: 1280px; } }
  @media only screen and (min-width: 2500px) {
    .container {
      max-width: 1536px; } }
  .container .wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: auto; }
    @media only screen and (min-width: 992px) {
      .container .wrapper {
        flex-direction: row;
        gap: 50px; } }

.container-wide {
  max-width: 768px;
  margin: auto;
  position: relative;
  z-index: 3; }
  @media only screen and (min-width: 992px) {
    .container-wide {
      max-width: 1280px; } }
  @media only screen and (min-width: 2500px) {
    .container-wide {
      max-width: 90%; } }
  .container-wide .wrapper {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 992px) {
      .container-wide .wrapper {
        flex-direction: row;
        justify-content: space-between; } }

h1 {
  font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
  font-size: 38px;
  line-height: 1.1em;
  font-weight: 100; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 46px;
      line-height: 1.1em; } }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 58px;
      line-height: 1em;
      letter-spacing: -0.5px; } }

h2 {
  font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.1em;
  margin: 0;
  color: #1f375c;
  font-weight: 100; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 36px;
      line-height: 1.1em; } }
  @media only screen and (min-width: 992px) {
    h2 {
      font-size: 42px;
      line-height: 1em; } }

h3 {
  font-family: "AvenirNextRoundedProMed", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  color: #2dba95;
  font-weight: 100;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 22px;
      line-height: 1.1em; } }
  @media only screen and (min-width: 992px) {
    h3 {
      font-size: 24px;
      line-height: 1.1em; } }

h4 {
  font-family: "AvenirNextRoundedProMed", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 100;
  margin: 0; }
  @media only screen and (min-width: 992px) {
    h4 {
      font-size: 22px;
      line-height: 1.1em; } }

p,
li {
  font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 100;
  color: #1f375c; }
  p:first-child,
  li:first-child {
    margin-top: 0; }

strong {
  font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
  font-weight: 100; }

a {
  text-decoration: none; }

span {
  font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
  font-weight: 100; }

blockquote {
  border-left: 3px dotted #2dba95;
  padding: 15px 0px 15px 40px;
  margin: 0; }
  blockquote p {
    margin: 0px 0px 0px 0px; }

.section-title {
  position: relative; }
  .section-title h3 {
    text-transform: uppercase;
    color: #1f375c; }
  .section-title:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100px;
    height: 0px;
    border-top: 3px dotted #2dba95; }

section {
  padding: 32px; }
  @media only screen and (min-width: 992px) {
    section {
      padding: 120px 64px; } }
  @media only screen and (min-width: 2500px) {
    section {
      padding: 120px 32px; } }

.container {
  max-width: 768px;
  margin: auto; }
  @media only screen and (min-width: 992px) {
    .container {
      max-width: 1280px; } }
  @media only screen and (min-width: 2500px) {
    .container {
      max-width: 1536px; } }
  .container .wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: auto; }
    @media only screen and (min-width: 992px) {
      .container .wrapper {
        flex-direction: row;
        gap: 50px; } }

.container-wide {
  max-width: 768px;
  margin: auto;
  position: relative;
  z-index: 3; }
  @media only screen and (min-width: 992px) {
    .container-wide {
      max-width: 1280px; } }
  @media only screen and (min-width: 2500px) {
    .container-wide {
      max-width: 90%; } }
  .container-wide .wrapper {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 992px) {
      .container-wide .wrapper {
        flex-direction: row;
        justify-content: space-between; } }

/*
 Fluid type mixin, essentially clamp() but with full browser support.
 Allows fonts to resize on window resize to a minimum and maximum size.
*/
/* Breakpoint sizes */
/* Create the mixin (usually in a separate .scss file) */
/*
 Fluid type mixin, essentially clamp() but with full browser support.
 Allows fonts to resize on window resize to a minimum and maximum size.
*/
/* Breakpoint sizes */
/* Create the mixin (usually in a separate .scss file) */
.primary-btn {
  font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
  color: white;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  background-color: #f58200;
  background: linear-gradient(to left, #f58200 50%, #2dba95 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  border-radius: 500px;
  padding: 12px 24px;
  position: relative;
  width: fit-content; }
  .primary-btn:hover {
    background-position: left bottom; }

.secondary-btn {
  font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
  color: #f58200;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  border: 1px solid #2dba95;
  border-radius: 500px;
  padding: 12px 24px;
  background-color: #f58200;
  background: linear-gradient(to left, transparent 50%, #2dba95 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  width: fit-content; }
  .secondary-btn:hover {
    background-position: left bottom;
    color: white; }

.tertiary-btn {
  font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 500px;
  padding: 12px 24px;
  background-color: #f58200;
  background: linear-gradient(to left, transparent 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  width: fit-content; }
  .tertiary-btn:hover {
    background-position: left bottom;
    color: #1f375c; }

.quaternary-btn {
  font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
  color: #1f375c;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  border: 1px solid #2dba95;
  border-radius: 500px;
  padding: 12px 24px;
  background-color: #f58200;
  background: linear-gradient(to left, transparent 50%, #2dba95 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  width: fit-content; }
  .quaternary-btn:hover {
    background-position: left bottom;
    color: white; }

.quinary-btn {
  font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
  color: white;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  border: 1px solid #2dba95;
  border-radius: 500px;
  padding: 12px 24px;
  background-color: #f58200;
  background: linear-gradient(to left, transparent 50%, #2dba95 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  width: fit-content; }
  .quinary-btn:hover {
    background-position: left bottom;
    color: white; }

.telephone-btn {
  font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
  font-size: 20px;
  line-height: 1em;
  color: #1f375c; }
  @media only screen and (min-width: 992px) {
    .telephone-btn {
      font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
      font-size: 30px;
      line-height: 1em; } }
  .telephone-btn a {
    color: #1f375c;
    transition: color 0.3s ease; }
    .telephone-btn a:hover {
      color: #f58200; }

.gform_wrapper.gravity-theme .gform_heading {
  display: none; }

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0px !important;
  grid-row-gap: 0px !important;
  gap: 20px !important; }

.gform_wrapper.gravity-theme .gform-body.gform_body {
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */ }
  .gform_wrapper.gravity-theme .gform-body.gform_body ::-webkit-input-placeholder,
  .gform_wrapper.gravity-theme .gform-body.gform_body ::-webkit-textarea-placeholder {
    color: #1f375c;
    text-transform: uppercase !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body :-moz-placeholder {
    opacity: 1;
    color: #1f375c;
    text-transform: uppercase !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body ::-moz-placeholder {
    opacity: 1;
    color: #1f375c;
    text-transform: uppercase !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body :-ms-input-placeholder {
    color: #1f375c;
    text-transform: uppercase !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body input:-moz-placeholder {
    color: #1f375c;
    text-transform: uppercase !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body input {
    height: 50px;
    border: 0;
    border-radius: 10px;
    background-color: white;
    font-family: "AvenirNextRoundedProMed", Arial, sans-serif;
    font-size: 20px;
    color: #f58200; }
  .gform_wrapper.gravity-theme .gform-body.gform_body input[type="text"],
  .gform_wrapper.gravity-theme .gform-body.gform_body input[type="email"] {
    padding: 15px !important;
    font-size: 20px !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body input:focus,
  .gform_wrapper.gravity-theme .gform-body.gform_body textarea {
    outline: none !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body ::-webkit-textarea-placeholder {
    color: rgba(34, 29, 68, 0.35);
    text-transform: uppercase !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body textarea {
    width: 100%;
    border: 0;
    border: 1px solid white;
    border-radius: 0;
    background-color: white;
    font-family: "AvenirNextRoundedProMed", Arial, sans-serif;
    color: #1f375c;
    font-size: 20px; }
  .gform_wrapper.gravity-theme .gform-body.gform_body label.gfield_label {
    display: none; }
  .gform_wrapper.gravity-theme .gform-body.gform_body .gform_wrapper.gravity-theme .gfield_checkbox label {
    color: #1f375c;
    font-family: "Minion", Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-top: 10px; }
  .gform_wrapper.gravity-theme .gform-body.gform_body .gfield-choice-input {
    margin-bottom: 0px; }
  .gform_wrapper.gravity-theme .gform-body.gform_body .gform_wrapper.gravity-theme #field_submit,
  .gform_wrapper.gravity-theme .gform-body.gform_body .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: flex-end; }
  .gform_wrapper.gravity-theme .gform-body.gform_body .gfield_checkbox label {
    font-family: "AvenirNextRoundedProReg", Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.4em !important;
    color: #1f375c !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body .ginput_container_select {
    border: 0; }
  .gform_wrapper.gravity-theme .gform-body.gform_body select:focus-visible {
    border: 0 !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body .gfield select {
    background-color: #dbdfe5;
    border: 0;
    border-radius: 10px;
    padding: 15px !important;
    font-size: 20px !important;
    font-family: "AvenirNextRoundedProMed", Arial, sans-serif !important;
    color: #0095d5 !important;
    text-transform: uppercase; }
    .gform_wrapper.gravity-theme .gform-body.gform_body .gfield select:focus-visible {
      border: 0 !important; }
    .gform_wrapper.gravity-theme .gform-body.gform_body .gfield select option {
      text-transform: none !important;
      color: #f58200;
      font-family: "AvenirNextRoundedProMed", Arial, sans-serif !important; }
      .gform_wrapper.gravity-theme .gform-body.gform_body .gfield select option .gf_placeholder {
        text-transform: uppercase !important;
        color: #0095d5 !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body .gsection {
    border-bottom: 0 !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body .gsection_title {
    font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
    font-size: 32px;
    line-height: 1.1em;
    color: #1f375c;
    font-weight: 100;
    margin: 75px 0 25px 0;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .gform_wrapper.gravity-theme .gform-body.gform_body .gsection_title {
        font-size: 36px;
        line-height: 1.1em; } }
    @media only screen and (min-width: 992px) {
      .gform_wrapper.gravity-theme .gform-body.gform_body .gsection_title {
        font-size: 42px;
        line-height: 1em; } }
    .gform_wrapper.gravity-theme .gform-body.gform_body .gsection_title:before {
      content: url("images/subtitle.svg") !important;
      position: absolute !important;
      top: -60px !important;
      left: 0 !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body .gfield_description {
    font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    color: #1f375c; }
  .gform_wrapper.gravity-theme .gform-body.gform_body .gchoice {
    z-index: 1;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
    height: 45px; }
  .gform_wrapper.gravity-theme .gform-body.gform_body .gfield_label {
    color: #1f375c !important;
    font-weight: 100;
    font-size: 23px;
    line-height: 27px;
    font-family: "AvenirNextRoundedProMed", Arial, sans-serif; }
  .gform_wrapper.gravity-theme .gform-body.gform_body input.gfield-choice-input {
    z-index: 2;
    appearance: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    background: transparent;
    transition: 0.3s all ease-in-out;
    position: absolute; }
  .gform_wrapper.gravity-theme .gform-body.gform_body input.gfield-choice-input:hover,
  .gform_wrapper.gravity-theme .gform-body.gform_body .gchoice label:hover {
    cursor: pointer; }
  .gform_wrapper.gravity-theme .gform-body.gform_body input.gfield-choice-input:checked + label {
    color: white; }
  .gform_wrapper.gravity-theme .gform-body.gform_body .gchoice label {
    z-index: 3;
    font-weight: 700;
    color: #1f375c;
    font-family: "AvenirNextRoundedProReg", Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.4em !important;
    font-weight: 300;
    display: block;
    position: absolute;
    padding: 0 0 0 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    overflow: visible; }
  .gform_wrapper.gravity-theme .gform-body.gform_body input.gfield-choice-input:checked + label {
    color: #1f375c !important; }
  .gform_wrapper.gravity-theme .gform-body.gform_body input.gfield-choice-input + label:before {
    content: "";
    position: absolute;
    left: 0px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 2px solid #2dba95;
    z-index: 2;
    top: 50%;
    color: #2dba95;
    font-size: 28px;
    text-align: center;
    line-height: 26px;
    font-weight: 500; }
  .gform_wrapper.gravity-theme .gform-body.gform_body input[type="checkbox"].gfield-choice-input + label:before {
    border-radius: 0px; }
  .gform_wrapper.gravity-theme .gform-body.gform_body input[type="radio"].gfield-choice-input + label:before {
    border-radius: 50px; }
  .gform_wrapper.gravity-theme .gform-body.gform_body input.gfield-choice-input:checked + label:before {
    content: "\00D7";
    border: 2px solid #2dba95; }

.gform_wrapper.gravity-theme .gform_footer input.button {
  font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
  color: white;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  background-color: #1f375c;
  background: linear-gradient(to left, #1f375c 50%, #2dba95 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  border-radius: 500px;
  padding: 12px 24px;
  position: relative;
  width: fit-content;
  border: none !important;
  cursor: pointer; }
  .gform_wrapper.gravity-theme .gform_footer input.button:hover {
    background-position: left bottom; }

.green .gform_wrapper.gravity-theme .gform_heading {
  display: none; }

.green .gform_wrapper.gravity-theme .ginput_container_address {
  gap: 20px !important; }

.green .gform_wrapper.gravity-theme .ginput_container_address {
  gap: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .green .gform_wrapper.gravity-theme .ginput_container_address span {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .green .gform_wrapper.gravity-theme .ginput_container_address #input_4_10_3_container {
    width: 100% !important;
    flex: 0 0 100%; }
    @media only screen and (min-width: 992px) {
      .green .gform_wrapper.gravity-theme .ginput_container_address #input_4_10_3_container {
        width: calc(50% - 10px) !important;
        flex: 0 0 calc(50% - 10px); } }
  .green .gform_wrapper.gravity-theme .ginput_container_address #input_4_10_5_container {
    width: 100% !important;
    flex: 0 0 100%; }
    @media only screen and (min-width: 992px) {
      .green .gform_wrapper.gravity-theme .ginput_container_address #input_4_10_5_container {
        width: calc(50% - 10px) !important;
        flex: 0 0 calc(50% - 10px); } }

.green .gform_wrapper.gravity-theme .gform-body.gform_body {
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */ }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body ::-webkit-input-placeholder,
  .green .gform_wrapper.gravity-theme .gform-body.gform_body ::-webkit-textarea-placeholder {
    color: white;
    text-transform: uppercase !important; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body :-moz-placeholder {
    opacity: 1;
    color: white;
    text-transform: uppercase !important; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body ::-moz-placeholder {
    opacity: 1;
    color: white;
    text-transform: uppercase !important; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body :-ms-input-placeholder {
    color: white;
    text-transform: uppercase !important; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body input:-moz-placeholder {
    color: white;
    text-transform: uppercase !important; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body input {
    height: 50px;
    border: 0;
    border-radius: 10px;
    background-color: #2dba95;
    font-family: "AvenirNextRoundedProMed", Arial, sans-serif;
    font-size: 20px;
    color: #1f375c; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body h3.gsection_title {
    text-transform: none !important; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body input[type="text"],
  .green .gform_wrapper.gravity-theme .gform-body.gform_body input[type="email"] {
    padding: 15px !important;
    font-size: 20px !important; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body input:focus,
  .green .gform_wrapper.gravity-theme .gform-body.gform_body textarea {
    outline: none !important; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body ::-webkit-textarea-placeholder {
    color: rgba(34, 29, 68, 0.35);
    text-transform: uppercase !important; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body textarea {
    width: 100%;
    border: 0;
    border: 1px solid white;
    border-radius: 10px;
    background-color: #2dba95;
    font-family: "AvenirNextRoundedProMed", Arial, sans-serif;
    color: #1f375c;
    padding: 15px !important;
    font-size: 20px !important; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body label.gfield_label {
    display: none; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body .gfield-choice-input {
    margin-bottom: 0px; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body .gform_wrapper.gravity-theme #field_submit,
  .green .gform_wrapper.gravity-theme .gform-body.gform_body .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: flex-end; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body .gfield_checkbox label {
    font-family: "AvenirNextRoundedProReg", Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.4em !important;
    color: #1f375c !important; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body .gchoice {
    z-index: 1;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
    height: 45px; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body .gfield_label {
    color: #1f375c !important;
    font-weight: 100;
    font-size: 23px;
    line-height: 27px;
    font-family: "AvenirNextRoundedProMed", Arial, sans-serif; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body input.gfield-choice-input {
    z-index: 2;
    appearance: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    background: transparent;
    transition: 0.3s all ease-in-out;
    position: absolute; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body input.gfield-choice-input:hover,
  .green .gform_wrapper.gravity-theme .gform-body.gform_body .gchoice label:hover {
    cursor: pointer; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body input.gfield-choice-input:checked + label {
    color: white; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body .gchoice label {
    z-index: 3;
    font-weight: 700;
    color: #141c25;
    display: block;
    position: absolute;
    padding: 0 0 0 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    overflow: visible; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body input.gfield-choice-input + label:before {
    content: "";
    position: absolute;
    left: 0px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 2px solid #2dba95;
    z-index: 2;
    top: 50%;
    color: #f58200;
    font-size: 28px;
    text-align: center;
    line-height: 26px;
    font-weight: 500; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body input[type="checkbox"].gfield-choice-input + label:before {
    border-radius: 0px; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body input[type="radio"].gfield-choice-input + label:before {
    border-radius: 50px; }
  .green .gform_wrapper.gravity-theme .gform-body.gform_body input.gfield-choice-input:checked + label:before {
    content: "\00D7";
    border: 2px solid #f58200; }

.green .gform_wrapper.gravity-theme .gform_footer input.button {
  font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
  color: white;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  background-color: #1f375c;
  background: linear-gradient(to left, #1f375c 50%, #f58200 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  border-radius: 500px;
  padding: 12px 24px;
  position: relative;
  width: fit-content;
  border: none !important;
  cursor: pointer; }
  .green .gform_wrapper.gravity-theme .gform_footer input.button:hover {
    background-position: left bottom; }

.footer {
  background-color: #e1f9ff;
  position: relative; }
  .footer .container {
    padding: 64px 32px 120px 32px; }
    @media only screen and (min-width: 768px) {
      .footer .container {
        padding: 64px 64px 120px 64px; } }
    @media only screen and (min-width: 992px) {
      .footer .container {
        padding: 120px 32px 240px 32px; } }
    @media only screen and (min-width: 768px) {
      .footer .container .wrapper {
        gap: 50px; } }
    .footer .container .wrapper .column {
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 25px 50px; }
      @media only screen and (min-width: 992px) {
        .footer .container .wrapper .column {
          width: 50%; } }
      .footer .container .wrapper .column p {
        margin: 0;
        color: #1f375c;
        font-size: 18px;
        line-height: 1.4em; }
      .footer .container .wrapper .column .title {
        width: 100%;
        margin-bottom: 25px; }
        @media only screen and (min-width: 768px) {
          .footer .container .wrapper .column .title {
            margin-bottom: unset;
            min-height: 65px; } }
        @media only screen and (min-width: 992px) {
          .footer .container .wrapper .column .title {
            width: 75%; } }
        .footer .container .wrapper .column .title h4 {
          font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
          font-size: 28px;
          line-height: 1.1em;
          font-weight: 100;
          color: #1f375c; }
          @media only screen and (min-width: 768px) {
            .footer .container .wrapper .column .title h4 {
              font-size: 35px;
              line-height: 1em; } }
      .footer .container .wrapper .column .subtitle {
        margin-bottom: 0;
        position: relative;
        min-height: 50px; }
        .footer .container .wrapper .column .subtitle::after {
          content: url("images/subtitle-green.svg");
          position: absolute;
          top: -30px;
          left: 0; }
        .footer .container .wrapper .column .subtitle span {
          color: #2dba95;
          font-weight: 100;
          font-size: 23px;
          line-height: 27px;
          font-family: "AvenirNextRoundedProMed", Arial, sans-serif;
          text-transform: uppercase; }
      .footer .container .wrapper .column .row {
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
        gap: 50px; }
        @media only screen and (min-width: 768px) {
          .footer .container .wrapper .column .row {
            flex-direction: row;
            gap: 50px; } }
        .footer .container .wrapper .column .row .column {
          width: 100%; }
          @media only screen and (min-width: 992px) {
            .footer .container .wrapper .column .row .column {
              width: 50%; } }
          .footer .container .wrapper .column .row .column a {
            margin: 0;
            color: #1f375c;
            font-size: 18px;
            line-height: 1.4em;
            font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
            transition: color 0.3s ease; }
            .footer .container .wrapper .column .row .column a:hover {
              color: #f58200; }
    .footer .container .wrapper-2 {
      margin-top: 50px;
      display: flex;
      flex-direction: column;
      gap: 25px 50px; }
      .footer .container .wrapper-2 .title {
        width: 100%;
        margin-bottom: 25px; }
        @media only screen and (min-width: 768px) {
          .footer .container .wrapper-2 .title {
            margin-bottom: unset;
            min-height: 65px; } }
        @media only screen and (min-width: 992px) {
          .footer .container .wrapper-2 .title {
            width: 75%; } }
        .footer .container .wrapper-2 .title h4 {
          font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
          font-size: 28px;
          line-height: 1.1em;
          font-weight: 100;
          color: #1f375c; }
          @media only screen and (min-width: 768px) {
            .footer .container .wrapper-2 .title h4 {
              font-size: 35px;
              line-height: 1.1em; } }
      .footer .container .wrapper-2 .row {
        display: flex;
        flex-direction: row;
        gap: 25px 50px;
        flex-wrap: wrap; }
        .footer .container .wrapper-2 .row .column {
          display: flex;
          flex-direction: column;
          width: 100%;
          gap: 25px 50px; }
          @media only screen and (min-width: 768px) {
            .footer .container .wrapper-2 .row .column {
              width: calc(50% - 25px); } }
          @media only screen and (min-width: 992px) {
            .footer .container .wrapper-2 .row .column {
              width: calc(25% - 37.5px); } }
          .footer .container .wrapper-2 .row .column p {
            margin: 0;
            color: #1f375c;
            font-size: 18px;
            line-height: 1.4em; }
          .footer .container .wrapper-2 .row .column .title {
            width: 100%;
            margin-bottom: 25px; }
            @media only screen and (min-width: 768px) {
              .footer .container .wrapper-2 .row .column .title {
                margin-bottom: unset;
                min-height: 65px; } }
            @media only screen and (min-width: 992px) {
              .footer .container .wrapper-2 .row .column .title {
                width: 75%; } }
            .footer .container .wrapper-2 .row .column .title h4 {
              font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
              font-size: 28px;
              line-height: 1.1em;
              font-weight: 100;
              color: #1f375c; }
              @media only screen and (min-width: 768px) {
                .footer .container .wrapper-2 .row .column .title h4 {
                  font-size: 35px;
                  line-height: 1.1em; } }
          .footer .container .wrapper-2 .row .column .subtitle {
            margin-bottom: 0;
            position: relative;
            min-height: 50px; }
            .footer .container .wrapper-2 .row .column .subtitle::after {
              content: url("images/subtitle-green.svg");
              position: absolute;
              top: -30px;
              left: 0; }
            .footer .container .wrapper-2 .row .column .subtitle span {
              color: #2dba95;
              font-weight: 100;
              font-size: 23px;
              line-height: 27px;
              font-family: "AvenirNextRoundedProMed", Arial, sans-serif;
              text-transform: uppercase; }
          .footer .container .wrapper-2 .row .column .row {
            display: flex;
            flex-direction: column;
            margin-bottom: 25px;
            gap: 50px; }
            @media only screen and (min-width: 768px) {
              .footer .container .wrapper-2 .row .column .row {
                flex-direction: row;
                gap: 50px; } }
            .footer .container .wrapper-2 .row .column .row .column {
              width: 100%; }
              @media only screen and (min-width: 992px) {
                .footer .container .wrapper-2 .row .column .row .column {
                  width: 50%; } }
              .footer .container .wrapper-2 .row .column .row .column a {
                margin: 0;
                color: #1f375c;
                font-size: 18px;
                line-height: 1.4em;
                font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
                transition: color 0.3s ease; }
                .footer .container .wrapper-2 .row .column .row .column a:hover {
                  color: #f58200; }
  .footer .bottom-footer {
    background-color: #2dba95;
    position: relative; }
    .footer .bottom-footer .truck {
      display: flex;
      flex-direction: row;
      justify-content: center;
      position: relative;
      margin-bottom: 2.5%;
      top: -50px; }
      @media only screen and (min-width: 992px) {
        .footer .bottom-footer .truck {
          margin-bottom: unset;
          top: -150px;
          max-width: 1080px;
          left: 50%;
          transform: translate(-50%); } }
      .footer .bottom-footer .truck img {
        width: 75%;
        height: 100%;
        object-fit: contain; }
        @media only screen and (min-width: 992px) {
          .footer .bottom-footer .truck img {
            width: 100%; } }
    .footer .bottom-footer .container {
      margin-bottom: unset;
      padding: 0px 32px 32px 32px; }
      @media only screen and (min-width: 768px) {
        .footer .bottom-footer .container {
          padding: 0px 64px 120px 64px; } }
      @media only screen and (min-width: 992px) {
        .footer .bottom-footer .container {
          padding: 0px 32px 120px 32px; } }
      .footer .bottom-footer .container .wrapper {
        gap: 25px 50px; }
        .footer .bottom-footer .container .wrapper .column-big {
          width: 100%; }
          @media only screen and (min-width: 992px) {
            .footer .bottom-footer .container .wrapper .column-big {
              width: 40%; } }
          .footer .bottom-footer .container .wrapper .column-big img {
            margin-bottom: 25px; }
          .footer .bottom-footer .container .wrapper .column-big p {
            color: white; }
          .footer .bottom-footer .container .wrapper .column-big .logo {
            width: 100%; }
            @media only screen and (min-width: 992px) {
              .footer .bottom-footer .container .wrapper .column-big .logo {
                width: 75%; } }
        .footer .bottom-footer .container .wrapper .column {
          width: 100%; }
          @media only screen and (min-width: 992px) {
            .footer .bottom-footer .container .wrapper .column {
              width: 20%; } }
          .footer .bottom-footer .container .wrapper .column .title {
            margin-bottom: unset;
            width: 100%; }
            @media only screen and (min-width: 768px) {
              .footer .bottom-footer .container .wrapper .column .title {
                min-height: 65px; } }
            .footer .bottom-footer .container .wrapper .column .title h4 {
              color: white;
              font-size: 20px;
              line-height: 27px; }
          .footer .bottom-footer .container .wrapper .column .list p {
            color: white; }
          .footer .bottom-footer .container .wrapper .column .list ul {
            padding: 0;
            margin: 0; }
            .footer .bottom-footer .container .wrapper .column .list ul li {
              list-style-type: none;
              padding-left: 0; }
              .footer .bottom-footer .container .wrapper .column .list ul li a {
                margin: 0;
                color: white;
                font-size: 18px;
                line-height: 1.4em;
                font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
                transition: color 0.3s ease;
                display: block; }
                .footer .bottom-footer .container .wrapper .column .list ul li a:hover {
                  color: #1f375c; }
          .footer .bottom-footer .container .wrapper .column .list a {
            margin: 0;
            color: white;
            font-size: 18px;
            line-height: 1.4em;
            font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
            transition: color 0.3s ease;
            display: block; }
            .footer .bottom-footer .container .wrapper .column .list a:hover {
              color: #1f375c; }
          .footer .bottom-footer .container .wrapper .column .list .inline {
            display: inline-block; }
          .footer .bottom-footer .container .wrapper .column .socials {
            display: flex;
            flex-direction: row;
            gap: 15px;
            width: 100%;
            margin-top: 25px; }
            .footer .bottom-footer .container .wrapper .column .socials a {
              background: white;
              border-radius: 50%;
              padding: 4px;
              transition: all 0.3s ease;
              width: 32px;
              height: 32px;
              position: relative; }
              .footer .bottom-footer .container .wrapper .column .socials a i {
                color: #1f375c;
                font-size: 20px;
                border-radius: 50%;
                padding: 10px 13px;
                cursor: pointer;
                transition: all 0.3s ease;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
                .footer .bottom-footer .container .wrapper .column .socials a i:hover {
                  color: #2dba95; }
      .footer .bottom-footer .container .logo-list {
        padding: 40px 0;
        margin-top: 75px;
        border-top: 1px solid white;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 25px;
        justify-content: center;
        align-items: center; }

header {
  display: block;
  background-color: transparent;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%; }
  @media (min-width: 1200px) {
    header {
      height: 124px; } }
  header.scrolled {
    background-color: #1f375c;
    box-shadow: 0 10px 15px 0 rgba(0, 79, 88, 0.1), 0 -1px 6px 0 rgba(0, 79, 88, 0.05);
    height: 90px; }
    header.scrolled .container .header-wrapper .header-logo {
      height: 70px; }
    header.scrolled .container .header-wrapper .navigation #menu-header li a {
      font-size: 14px; }
      header.scrolled .container .header-wrapper .navigation #menu-header li a.primary-btn {
        font-size: 16px; }
    header.scrolled .container .header-wrapper .navigation #menu-header li:last-child a {
      font-size: 16px; }
    header.scrolled .container .header-wrapper .navigation #menu-header li:hover .sub-menu {
      top: 55px; }
      header.scrolled .container .header-wrapper .navigation #menu-header li:hover .sub-menu a {
        font-size: 14px !important; }
    header.scrolled .container .header-wrapper .navigation #menu-header li .sub-menu {
      top: 55px; }
      header.scrolled .container .header-wrapper .navigation #menu-header li .sub-menu a {
        font-size: 14px; }
  header .mobile-menu {
    padding: 10px 32px;
    background-color: #1f375c;
    display: block; }
    header .mobile-menu .mobile-header-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      header .mobile-menu .mobile-header-wrapper .mobile-header-logo {
        height: 70px;
        width: fit-content; }
        header .mobile-menu .mobile-header-wrapper .mobile-header-logo .logo {
          height: 100%;
          width: 100%; }
          header .mobile-menu .mobile-header-wrapper .mobile-header-logo .logo img {
            height: 100%;
            width: 100%;
            object-fit: contain; }
    header .mobile-menu .mobile-burger-icon {
      cursor: pointer; }
      header .mobile-menu .mobile-burger-icon .hamburger {
        margin: 0 auto;
        width: 30px;
        height: 25px;
        position: relative; }
        header .mobile-menu .mobile-burger-icon .hamburger .bar {
          padding: 0;
          width: 30px;
          height: 2px;
          background-color: white;
          display: block;
          position: absolute;
          transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
          border-radius: 2px; }
        header .mobile-menu .mobile-burger-icon .hamburger .bar1 {
          top: 0;
          width: 20px; }
        header .mobile-menu .mobile-burger-icon .hamburger .bar2 {
          top: 11.5px;
          width: 1px;
          transform: rotate(90deg);
          left: 13.5px; }
        header .mobile-menu .mobile-burger-icon .hamburger .bar3 {
          right: 0;
          top: 11.5px;
          width: 1px;
          left: 13.5px; }
        header .mobile-menu .mobile-burger-icon .hamburger .bar4 {
          bottom: 0;
          top: 11.5px; }
        header .mobile-menu .mobile-burger-icon .hamburger .bar5 {
          bottom: 0px;
          width: 20px;
          right: 0; }
      header .mobile-menu .mobile-burger-icon.open .hamburger .bar1 {
        top: 13.5px;
        background-color: transparent; }
      header .mobile-menu .mobile-burger-icon.open .hamburger .bar2 {
        left: 0px;
        width: 30px;
        transform: rotate(45deg); }
      header .mobile-menu .mobile-burger-icon.open .hamburger .bar3 {
        left: 0;
        width: 30px;
        transform: rotate(-45deg); }
      header .mobile-menu .mobile-burger-icon.open .hamburger .bar4 {
        background-color: transparent; }
      header .mobile-menu .mobile-burger-icon.open .hamburger .bar5 {
        bottom: 13.5px;
        background-color: transparent; }
    header .mobile-menu .mobile-burger-nav {
      position: absolute;
      top: 0px;
      left: 100vw;
      background-color: #1f375c;
      width: 100%;
      height: 100vh;
      overflow: scroll;
      transition: all 1s ease;
      z-index: -1;
      padding-top: 125px; }
      header .mobile-menu .mobile-burger-nav.open {
        left: 0; }
      header .mobile-menu .mobile-burger-nav .mobile-nav-container {
        max-height: 70%;
        overflow: scroll; }
        header .mobile-menu .mobile-burger-nav .mobile-nav-container #menu-header-1 {
          padding: 32px; }
          header .mobile-menu .mobile-burger-nav .mobile-nav-container #menu-header-1 li {
            font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
            position: relative;
            font-size: 22px;
            margin-bottom: 10px; }
            header .mobile-menu .mobile-burger-nav .mobile-nav-container #menu-header-1 li i {
              position: absolute;
              top: 0;
              right: 0;
              color: orange;
              transition: all 0.5s ease; }
              header .mobile-menu .mobile-burger-nav .mobile-nav-container #menu-header-1 li i.rotate {
                transform: rotate(180deg); }
            header .mobile-menu .mobile-burger-nav .mobile-nav-container #menu-header-1 li a {
              color: white; }
            header .mobile-menu .mobile-burger-nav .mobile-nav-container #menu-header-1 li .sub-menu {
              padding: 0;
              height: 0;
              overflow: hidden;
              transition: height 0.5s ease; }
              header .mobile-menu .mobile-burger-nav .mobile-nav-container #menu-header-1 li .sub-menu li {
                font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
                font-size: 18px; }
                header .mobile-menu .mobile-burger-nav .mobile-nav-container #menu-header-1 li .sub-menu li:first-child {
                  margin-top: 10px; }
              header .mobile-menu .mobile-burger-nav .mobile-nav-container #menu-header-1 li .sub-menu.open {
                height: auto; }
  @media (min-width: 1200px) {
    header .mobile-menu {
      display: none; } }
  header .container {
    display: none; }
  @media (min-width: 1200px) {
    header .container {
      display: block;
      padding: 0px 32px;
      height: 100%; }
      header .container .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%; }
        header .container .header-wrapper .header-logo {
          height: 100px;
          transition: all 0.3s ease; }
          header .container .header-wrapper .header-logo a {
            height: 100%;
            width: auto; }
            header .container .header-wrapper .header-logo a img {
              width: 100%;
              height: 100%;
              object-fit: contain; }
        header .container .header-wrapper .navigation {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-end;
          width: 100%;
          gap: 10px; }
          header .container .header-wrapper .navigation #menu-header-top-nav {
            display: flex;
            flex-direction: row;
            gap: 10px;
            justify-content: flex-end;
            padding: 0;
            margin: 0; }
            header .container .header-wrapper .navigation #menu-header-top-nav li {
              list-style-type: none;
              font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
              position: relative;
              font-size: 14px;
              margin-bottom: 0px;
              text-transform: uppercase; }
              header .container .header-wrapper .navigation #menu-header-top-nav li i {
                position: absolute;
                top: 0;
                right: 0;
                transition: all 0.5s ease; }
              header .container .header-wrapper .navigation #menu-header-top-nav li a {
                font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
                color: white;
                font-size: 16px;
                line-height: 19px;
                text-transform: uppercase;
                border: 1px solid #2dba95;
                border-radius: 500px;
                padding: 12px 24px;
                background-color: #f58200;
                background: linear-gradient(to left, transparent 50%, #2dba95 50%);
                background-size: 200% 100%;
                background-position: right bottom;
                transition: all 0.5s ease;
                width: fit-content; }
                header .container .header-wrapper .navigation #menu-header-top-nav li a:hover {
                  background-position: left bottom;
                  color: white; }
          header .container .header-wrapper .navigation #menu-header {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            margin: 0;
            gap: 10px;
            padding: 0;
            height: 100%;
            list-style-type: none; }
            header .container .header-wrapper .navigation #menu-header li {
              height: 100%;
              position: relative;
              display: flex;
              align-items: center;
              cursor: pointer;
              position: relative;
              min-height: 55px; }
              header .container .header-wrapper .navigation #menu-header li i {
                display: none; }
              header .container .header-wrapper .navigation #menu-header li.current_page_item a::after {
                content: "";
                position: absolute;
                bottom: -10px;
                left: 0;
                height: 3px;
                width: 100%;
                background-color: white;
                border-radius: 80px; }
              header .container .header-wrapper .navigation #menu-header li.quote a::after {
                display: none !important; }
              header .container .header-wrapper .navigation #menu-header li:hover .sub-menu {
                height: auto;
                position: absolute;
                transition: all 0.5s ease;
                background-color: #1f375c;
                border-radius: 12px;
                left: -30px;
                top: 55px;
                padding: 15px 30px;
                width: 350px;
                overflow: visible; }
                header .container .header-wrapper .navigation #menu-header li:hover .sub-menu li {
                  margin: 5px 0;
                  height: fit-content;
                  min-height: unset; }
                  header .container .header-wrapper .navigation #menu-header li:hover .sub-menu li:last-child a {
                    font-family: "AvenirNextRoundedProDemi", Arial, sans-serif !important; }
                  header .container .header-wrapper .navigation #menu-header li:hover .sub-menu li.current_page_item a {
                    color: #2dba95; }
                  header .container .header-wrapper .navigation #menu-header li:hover .sub-menu li.current_page_item::after {
                    display: none !important; }
                  header .container .header-wrapper .navigation #menu-header li:hover .sub-menu li a {
                    color: white;
                    font-size: 14px;
                    line-height: 1.3em;
                    transition: all 0.5s ease; }
                    header .container .header-wrapper .navigation #menu-header li:hover .sub-menu li a::after {
                      display: none; }
              header .container .header-wrapper .navigation #menu-header li:hover a::after {
                content: "";
                position: absolute;
                bottom: -10px;
                left: 0;
                height: 3px;
                width: 100%;
                background-color: white;
                border-radius: 80px; }
              header .container .header-wrapper .navigation #menu-header li a {
                font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
                color: white;
                font-size: 14px;
                line-height: 1.4em;
                text-transform: uppercase;
                position: relative;
                transition: all 0.3s ease; }
              header .container .header-wrapper .navigation #menu-header li:last-child a {
                font-family: "AvenirNextRoundedProReg", Arial, sans-serif !important;
                font-size: 16px !important; }
              header .container .header-wrapper .navigation #menu-header li:last-child:hover a::after {
                display: none !important; }
              header .container .header-wrapper .navigation #menu-header li .sub-menu {
                height: 0;
                overflow: hidden;
                position: absolute;
                transition: all 0.5s ease;
                background-color: #1f375c;
                border-radius: 12px;
                left: -30px;
                top: 55px;
                padding: 0 30px;
                width: 350px; }
                header .container .header-wrapper .navigation #menu-header li .sub-menu li {
                  margin: 5px 0;
                  height: fit-content; }
                  header .container .header-wrapper .navigation #menu-header li .sub-menu li a {
                    font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
                    color: white;
                    font-size: 14px;
                    line-height: 1.3em;
                    transition: all 0.5s ease; }
                    header .container .header-wrapper .navigation #menu-header li .sub-menu li a:hover {
                      color: #f58200; }
                  header .container .header-wrapper .navigation #menu-header li .sub-menu li:last-child a {
                    font-size: 14px !important; } }

.not-found {
  position: relative;
  background: linear-gradient(90deg, #1f3750 0%, #1d385e 20%, #1a4169 40%, #164f7a 60%, #106191 80%, #0095d5 100%);
  padding: 0;
  margin-bottom: 32px; }
  @media only screen and (min-width: 992px) {
    .not-found {
      margin-bottom: unset; } }
  .not-found .container {
    padding: 75px 0px 0px 0px; }
    @media only screen and (min-width: 768px) {
      .not-found .container {
        padding-top: 150px; } }
    @media only screen and (min-width: 992px) {
      .not-found .container {
        padding: 150px 32px 32px 32px; } }
    .not-found .container h1 {
      color: white; }
    .not-found .container p {
      color: white;
      margin-bottom: 25px; }

.accordion .container .content {
  display: flex;
  flex-direction: column;
  gap: 50px; }
  @media only screen and (min-width: 992px) {
    .accordion .container .content {
      flex-direction: row;
      gap: 100px; } }
  .accordion .container .content .column-one {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .accordion .container .content .column-one {
        width: 33.333%; } }
    .accordion .container .content .column-one .section-tab {
      padding: 0;
      margin: 0; }
      .accordion .container .content .column-one .section-tab li {
        list-style-type: none;
        margin-bottom: 25px; }
        .accordion .container .content .column-one .section-tab li a {
          text-decoration: none; }
          .accordion .container .content .column-one .section-tab li a h2 {
            font-size: 20px;
            line-height: 1.2em;
            font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
            color: #2dba95;
            text-transform: uppercase;
            transition: color 0.3s ease;
            cursor: pointer; }
            .accordion .container .content .column-one .section-tab li a h2:hover {
              color: #1f375c; }
        .accordion .container .content .column-one .section-tab li.open h2 {
          color: #f58200; }
  .accordion .container .content .column-two {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .accordion .container .content .column-two {
        width: 66.666%; } }
    .accordion .container .content .column-two .accordion-section {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      pointer-events: none; }
      .accordion .container .content .column-two .accordion-section .accordion-tab {
        border-top: 3px dotted #2dba95; }
        .accordion .container .content .column-two .accordion-section .accordion-tab .top {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          margin-top: 25px;
          margin-bottom: 25px;
          cursor: pointer; }
          .accordion .container .content .column-two .accordion-section .accordion-tab .top h3 {
            margin: 0;
            max-width: 90%;
            color: #1f375c;
            text-transform: unset; }
          .accordion .container .content .column-two .accordion-section .accordion-tab .top img {
            transform: rotate(0deg);
            transition: all 1s ease;
            width: 12px;
            height: 12px; }
        .accordion .container .content .column-two .accordion-section .accordion-tab .bottom {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.3s ease;
          pointer-events: none; }
          .accordion .container .content .column-two .accordion-section .accordion-tab .bottom p:first-child {
            margin-top: 0; }
          .accordion .container .content .column-two .accordion-section .accordion-tab .bottom p:last-child {
            margin-bottom: 25px; }
          .accordion .container .content .column-two .accordion-section .accordion-tab .bottom ul {
            padding: 0;
            margin: 0;
            list-style-type: none; }
            .accordion .container .content .column-two .accordion-section .accordion-tab .bottom ul li {
              position: relative;
              margin-left: 37px;
              margin-bottom: 15px; }
              .accordion .container .content .column-two .accordion-section .accordion-tab .bottom ul li:last-child {
                margin-bottom: 30px; }
              .accordion .container .content .column-two .accordion-section .accordion-tab .bottom ul li:before {
                content: url("images/bullet.svg");
                position: absolute;
                left: -37px;
                top: 0;
                width: 12px;
                height: auto; }
          .accordion .container .content .column-two .accordion-section .accordion-tab .bottom ol {
            padding: 0;
            margin: 0; }
            .accordion .container .content .column-two .accordion-section .accordion-tab .bottom ol li {
              margin-left: 18px;
              padding-left: 19px;
              margin-bottom: 15px; }
              .accordion .container .content .column-two .accordion-section .accordion-tab .bottom ol li:last-child {
                margin-bottom: 30px; }
              .accordion .container .content .column-two .accordion-section .accordion-tab .bottom ol li::marker {
                color: #2dba95;
                font-weight: 700; }
        .accordion .container .content .column-two .accordion-section .accordion-tab.open .top img {
          transform: rotate(45deg);
          transition: all 0.5s ease; }
        .accordion .container .content .column-two .accordion-section .accordion-tab.open .bottom {
          pointer-events: all;
          max-height: 2000px;
          transition: max-height 1s ease; }
      .accordion .container .content .column-two .accordion-section.open {
        pointer-events: all;
        max-height: 2000px;
        transition: max-height 1s ease; }

.article {
  overflow: hidden; }
  .article .container .columns {
    display: flex;
    flex-direction: column;
    gap: 25px; }
    @media only screen and (min-width: 992px) {
      .article .container .columns {
        flex-direction: row;
        gap: 100px; } }
    .article .container .columns .column-one {
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .article .container .columns .column-one {
          width: 66.666%; } }
      .article .container .columns .column-one .content .text {
        margin: 0px 0px 50px 0px; }
        .article .container .columns .column-one .content .text h1,
        .article .container .columns .column-one .content .text h2 {
          margin: 0px 0px 25px 0px;
          font-size: 42px;
          font-family: "AvenirNextRoundedProMed", Arial, sans-serif;
          line-height: 48px;
          color: #2dba95; }
        .article .container .columns .column-one .content .text h3,
        .article .container .columns .column-one .content .text h4,
        .article .container .columns .column-one .content .text h5,
        .article .container .columns .column-one .content .text h6 {
          margin: 0px 0px 25px 0px;
          font-size: 22px;
          font-family: "AvenirNextRoundedProMed", Arial, sans-serif;
          line-height: 1.2em;
          color: #f58200;
          text-transform: uppercase; }
        .article .container .columns .column-one .content .text p,
        .article .container .columns .column-one .content .text li:last-child {
          margin: 0px 0px 25px 0px; }
        .article .container .columns .column-one .content .text blockquote {
          border-left: 3px dotted #2dba95;
          padding: 15px 0px 15px 40px;
          margin: 0; }
          .article .container .columns .column-one .content .text blockquote p {
            margin: 0px 0px 0px 0px; }
        .article .container .columns .column-one .content .text a {
          color: #0095d5;
          transition: color 0.3s ease;
          cursor: pointer; }
          .article .container .columns .column-one .content .text a:hover {
            color: #f58200; }
      .article .container .columns .column-one .content .image {
        width: 100%;
        height: 250px;
        margin: 0px 0px 50px 0px; }
        @media only screen and (min-width: 768px) {
          .article .container .columns .column-one .content .image {
            height: 500px; } }
        .article .container .columns .column-one .content .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 10px; }
      .article .container .columns .column-one .content .ratio {
        overflow: hidden;
        /* 16:9 aspect ratio */
        padding-top: 56.25%;
        position: relative;
        margin: 0px 0px 50px 0px; }
        .article .container .columns .column-one .content .ratio iframe {
          border: 0;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
      .article .container .columns .column-one .content .button {
        margin: 0px 0px 50px 0px;
        cursor: pointer; }
      .article .container .columns .column-one .share {
        border-top: 3px dotted #2dba95;
        padding-top: 25px;
        padding-bottom: 25px; }
        @media only screen and (min-width: 992px) {
          .article .container .columns .column-one .share {
            padding-bottom: unset;
            padding-top: 50px; } }
        .article .container .columns .column-one .share .share-box {
          display: flex;
          flex-direction: column;
          gap: 25px;
          align-items: flex-start; }
          @media only screen and (min-width: 992px) {
            .article .container .columns .column-one .share .share-box {
              flex-direction: row;
              align-items: center; } }
          .article .container .columns .column-one .share .share-box span {
            font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
            font-size: 18px;
            line-height: 1.4em;
            color: #1f375c; }
          .article .container .columns .column-one .share .share-box .share-buttons {
            display: flex;
            flex-direction: column;
            gap: 25px;
            align-items: flex-start; }
            @media only screen and (min-width: 768px) {
              .article .container .columns .column-one .share .share-box .share-buttons {
                flex-direction: row;
                align-items: center; } }
            .article .container .columns .column-one .share .share-box .share-buttons a {
              display: flex;
              flex-direction: row;
              align-items: center;
              gap: 12px;
              cursor: pointer; }
              .article .container .columns .column-one .share .share-box .share-buttons a:hover span {
                color: #2dba95; }
              .article .container .columns .column-one .share .share-box .share-buttons a:hover .share-button-container {
                background-color: #2dba95; }
              .article .container .columns .column-one .share .share-box .share-buttons a span {
                transition: color 0.3s ease;
                font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
                font-size: 18px;
                line-height: 1.4em;
                color: #1f375c;
                padding-top: 2px; }
              .article .container .columns .column-one .share .share-box .share-buttons a .share-button-container {
                background-color: #f58200;
                width: 32px;
                height: 32px;
                border-radius: 32px;
                position: relative;
                transition: background-color 0.3s ease; }
                .article .container .columns .column-one .share .share-box .share-buttons a .share-button-container i {
                  color: white;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%); }
    .article .container .columns .column-two {
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .article .container .columns .column-two {
          width: 33.333%; } }
      .article .container .columns .column-two .content .get-a-quote .box {
        background-color: #f58200;
        border-radius: 10px;
        height: 150px;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative; }
        .article .container .columns .column-two .content .get-a-quote .box .title h4 {
          color: white;
          text-transform: uppercase; }
        .article .container .columns .column-two .content .get-a-quote .box .bottom-content {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          gap: 25px;
          align-items: flex-end; }
          .article .container .columns .column-two .content .get-a-quote .box .bottom-content .arrow {
            position: absolute;
            bottom: 20px;
            right: 30px;
            cursor: pointer; }
            .article .container .columns .column-two .content .get-a-quote .box .bottom-content .arrow:hover {
              animation: arrowRight 1s forwards; }
          .article .container .columns .column-two .content .get-a-quote .box .bottom-content .image {
            width: 80px; }
            .article .container .columns .column-two .content .get-a-quote .box .bottom-content .image img {
              width: 100%;
              height: 100%;
              object-fit: contain; }
      .article .container .columns .column-two .content .top-title {
        margin: 25px 0;
        padding: 25px 0px 25px 0px;
        border-bottom: 3px dotted #2dba95; }
        .article .container .columns .column-two .content .top-title h3 {
          margin: 0;
          color: #f58200;
          text-transform: uppercase; }
      .article .container .columns .column-two .content .downloads {
        margin-bottom: 25px; }
        .article .container .columns .column-two .content .downloads .box {
          background-color: #1f375c;
          border-radius: 10px;
          height: 150px;
          padding: 25px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          position: relative; }
          .article .container .columns .column-two .content .downloads .box .title h4 {
            color: white;
            text-transform: uppercase; }
          .article .container .columns .column-two .content .downloads .box .bottom-content {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            gap: 25px;
            align-items: flex-end; }
            .article .container .columns .column-two .content .downloads .box .bottom-content .arrow {
              position: absolute;
              bottom: 20px;
              right: 30px;
              cursor: pointer; }
              .article .container .columns .column-two .content .downloads .box .bottom-content .arrow:hover {
                animation: arrowRight 1s forwards; }
      .article .container .columns .column-two .content .news {
        margin-bottom: 25px; }
        .article .container .columns .column-two .content .news .box {
          border-bottom: 3px dotted #2dba95;
          gap: 50px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          padding-bottom: 25px; }
          .article .container .columns .column-two .content .news .box .image {
            width: 100%;
            height: 225px; }
            .article .container .columns .column-two .content .news .box .image a img {
              object-fit: cover;
              width: 100%;
              height: 100%; }
          .article .container .columns .column-two .content .news .box .title h4 {
            color: #1f375c;
            text-transform: uppercase; }
          .article .container .columns .column-two .content .news .box .bottom-content {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            position: relative; }
            .article .container .columns .column-two .content .news .box .bottom-content .arrow {
              position: absolute;
              bottom: 0px;
              right: 0px;
              cursor: pointer; }
              .article .container .columns .column-two .content .news .box .bottom-content .arrow:hover {
                animation: altarrowRight 1s forwards; }

@keyframes altarrowRight {
  0% {
    right: 0px; }
  25% {
    right: -10px; }
  50%,
  100% {
    right: 0px; } }

.banner {
  padding: 32px; }
  @media only screen and (min-width: 992px) {
    .banner {
      padding: 120px 0; } }
  @media only screen and (min-width: 2500px) {
    .banner {
      padding: 120px 0; } }
  .banner .wrapper .content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center; }
    @media only screen and (min-width: 992px) {
      .banner .wrapper .content {
        flex-direction: row;
        justify-content: unset; } }
    .banner .wrapper .content .column-one {
      width: 100%;
      background-color: #1f375c;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-self: center;
      border-radius: 0px 0px 10px 10px;
      margin: 0px; }
      @media only screen and (min-width: 992px) {
        .banner .wrapper .content .column-one {
          width: 50%;
          padding-left: 10%;
          border-radius: 0px;
          margin: 50px 0px; } }
      .banner .wrapper .content .column-one .content {
        padding: 25px 25px;
        flex-direction: column; }
        @media only screen and (min-width: 992px) {
          .banner .wrapper .content .column-one .content {
            padding: 100px 50px;
            margin-left: unset; } }
        .banner .wrapper .content .column-one .content .text {
          color: white; }
          .banner .wrapper .content .column-one .content .text h2 {
            color: white; }
          .banner .wrapper .content .column-one .content .text p {
            color: white; }
        .banner .wrapper .content .column-one .content .button {
          margin-top: 50px;
          margin-bottom: 25px; }
          .banner .wrapper .content .column-one .content .button .btn {
            font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
            color: #fff;
            font-size: 16px;
            line-height: 19px;
            text-transform: uppercase;
            border: 1px solid #fff;
            border-radius: 500px;
            padding: 12px 24px;
            background-color: #f58200;
            background: linear-gradient(to left, transparent 50%, white 50%);
            background-size: 200% 100%;
            background-position: right bottom;
            transition: all 0.5s ease;
            width: fit-content; }
            .banner .wrapper .content .column-one .content .button .btn:hover {
              background-position: left bottom;
              color: #1f375c; }
    .banner .wrapper .content .column-two {
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .banner .wrapper .content .column-two {
          width: 50%; } }
      .banner .wrapper .content .column-two .image {
        width: 100%;
        height: 250px; }
        @media only screen and (min-width: 992px) {
          .banner .wrapper .content .column-two .image {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: flex-end; } }
        .banner .wrapper .content .column-two .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 10px 10px 0px 0px; }
          @media only screen and (min-width: 992px) {
            .banner .wrapper .content .column-two .image img {
              border-radius: 10px; } }

.full-width-image {
  padding: 32px; }
  @media only screen and (min-width: 992px) {
    .full-width-image {
      padding: 0; } }
  .full-width-image .image {
    width: 100%;
    height: 100%; }
    @media only screen and (min-width: 992px) {
      .full-width-image .image {
        height: 650px; } }
    .full-width-image .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px; }

.hero {
  background: linear-gradient(90deg, #1f3750 0%, #1d385e 20%, #1a4169 40%, #164f7a 60%, #106191 80%, #0095d5 100%);
  position: relative;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 32px; }
  .hero.empty .container {
    margin-bottom: 128px; }
    .hero.empty .container .row {
      flex-direction: column; }
      .hero.empty .container .row .col {
        width: 100%; }
        .hero.empty .container .row .col:first-child {
          width: 100%; }
        .hero.empty .container .row .col:nth-child(2) {
          display: none; }
  .hero.not-found {
    margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .hero {
      margin-bottom: 0; } }
  .hero.light-background {
    background: linear-gradient(90deg, #2dba95 0%, #0095d5 100%); }
  .hero .container {
    padding: 0 32px;
    margin-bottom: -32px; }
    @media only screen and (min-width: 992px) {
      .hero .container {
        margin-bottom: 64px; } }
    @media only screen and (min-width: 2500px) {
      .hero .container {
        margin-bottom: 32px; } }
    .hero .container .row {
      display: flex;
      flex-direction: column;
      gap: 50px;
      margin-top: 128px; }
      @media only screen and (min-width: 992px) {
        .hero .container .row {
          flex-direction: row;
          margin-top: unset; } }
      .hero .container .row .col {
        width: 100%;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        @media only screen and (min-width: 992px) {
          .hero .container .row .col {
            width: 65%; } }
        .hero .container .row .col:first-child {
          display: flex;
          flex-direction: column;
          justify-content: center;
          position: relative;
          left: -50px; }
          @media only screen and (min-width: 992px) {
            .hero .container .row .col:first-child {
              width: 45%; } }
          .hero .container .row .col:first-child.animate[data-inviewport="fade-right"] {
            left: 0px;
            opacity: 1;
            transition: 2s ease; }
        .hero .container .row .col .parent {
          margin-bottom: 16px; }
          .hero .container .row .col .parent span {
            font-size: 18px;
            text-transform: uppercase;
            color: white; }
            @media only screen and (min-width: 992px) {
              .hero .container .row .col .parent span {
                font-size: 23px; } }
        .hero .container .row .col .title h1 {
          color: white;
          margin-top: 0px;
          margin-bottom: 0px; }
        .hero .container .row .col .title p {
          color: white;
          margin-top: 16px; }
        .hero .container .row .col .title a {
          color: white;
          transition: all 0.3s ease; }
          .hero .container .row .col .title a:hover {
            color: #f58200; }
        .hero .container .row .col .button {
          margin-top: 50px; }
        .hero .container .row .col .buttons {
          margin-top: 50px;
          display: flex;
          flex-wrap: wrap;
          flex-direction: row; }
          @media only screen and (min-width: 768px) {
            .hero .container .row .col .buttons {
              flex-direction: row; } }
          .hero .container .row .col .buttons .primary-button {
            margin-bottom: 50px; }
            @media only screen and (min-width: 768px) {
              .hero .container .row .col .buttons .primary-button {
                margin-bottom: unset; } }
          .hero .container .row .col .buttons a:first-child {
            margin-right: 13px; }
        .hero .container .row .col .promo-container {
          display: flex;
          flex-direction: column;
          gap: 25px;
          margin-top: 25px; }
          @media only screen and (min-width: 992px) {
            .hero .container .row .col .promo-container {
              flex-direction: row;
              margin-top: 50px;
              margin-bottom: 100px; } }
          .hero .container .row .col .promo-container .promo-box {
            background-color: #f58200;
            border-radius: 10px;
            padding: 25px 25px 50px 25px; }
            @media only screen and (min-width: 992px) {
              .hero .container .row .col .promo-container .promo-box {
                width: calc(50% - 50px); } }
            .hero .container .row .col .promo-container .promo-box .promo-title h4 {
              text-transform: uppercase;
              color: white; }
        .hero .container .row .col .image {
          position: relative;
          right: -50px; }
          .hero .container .row .col .image img {
            left: 0;
            width: 100%;
            height: auto;
            object-fit: contain;
            display: block; }
          .hero .container .row .col .image.animate[data-inviewport="fade-left"] {
            right: 0px;
            opacity: 1;
            transition: 2s ease; }
  .hero .wave {
    position: relative;
    bottom: -5px; }

@media only screen and (min-width: 992px) {
  .two-columns.reduce-padding {
    padding-top: 50px;
    padding-bottom: 50px; } }

.two-columns.last-item {
  padding: 32px; }
  @media only screen and (min-width: 992px) {
    .two-columns.last-item {
      padding: 50px 64px 120px 64px; } }
  @media only screen and (min-width: 2500px) {
    .two-columns.last-item {
      padding: 50px 50px 120px 50px; } }

.two-columns.background {
  background-color: #cbeee5; }

.two-columns .container .content {
  display: flex;
  flex-direction: column;
  gap: 25px; }
  @media only screen and (min-width: 992px) {
    .two-columns .container .content {
      flex-direction: row;
      gap: 50px; } }
  .two-columns .container .content.reverse {
    flex-direction: column-reverse; }
    @media only screen and (min-width: 992px) {
      .two-columns .container .content.reverse {
        flex-direction: row; } }
  .two-columns .container .content .column-one {
    width: 100%;
    position: relative;
    left: -20px;
    opacity: 0; }
    @media only screen and (min-width: 992px) {
      .two-columns .container .content .column-one {
        width: 50%; } }
    .two-columns .container .content .column-one.animate[data-inviewport="fade-right"] {
      left: 0;
      opacity: 1;
      transition: 2s ease; }
    .two-columns .container .content .column-one .text a {
      color: #1f375c;
      transition: all 0.3s ease; }
      .two-columns .container .content .column-one .text a:hover {
        color: #f58200; }
    .two-columns .container .content .column-one .image {
      width: 100%;
      height: auto; }
      .two-columns .container .content .column-one .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px; }
    .two-columns .container .content .column-one .buttons {
      margin: 50px 0 0 0;
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .two-columns .container .content .column-one .buttons {
          flex-direction: row;
          margin: 50px 0 50px 0; } }
      @media only screen and (min-width: 992px) {
        .two-columns .container .content .column-one .buttons {
          margin: 50px 0px 0px 0px; } }
      .two-columns .container .content .column-one .buttons .primary-button {
        margin-bottom: 50px; }
        @media only screen and (min-width: 768px) {
          .two-columns .container .content .column-one .buttons .primary-button {
            margin-bottom: 0px; } }
        @media only screen and (min-width: 992px) {
          .two-columns .container .content .column-one .buttons .primary-button {
            margin-bottom: 50px; } }
      .two-columns .container .content .column-one .buttons .secondary-button {
        margin-bottom: 50px; }
        @media only screen and (min-width: 768px) {
          .two-columns .container .content .column-one .buttons .secondary-button {
            margin-bottom: 0px; } }
        @media only screen and (min-width: 992px) {
          .two-columns .container .content .column-one .buttons .secondary-button {
            margin-bottom: 50px; } }
      .two-columns .container .content .column-one .buttons a:first-child {
        margin-right: 10px; }
  .two-columns .container .content .column-two {
    width: 100%;
    position: relative;
    right: -20px;
    opacity: 0; }
    @media only screen and (min-width: 992px) {
      .two-columns .container .content .column-two {
        width: 50%; } }
    .two-columns .container .content .column-two.animate[data-inviewport="fade-left"] {
      right: 0;
      opacity: 1;
      transition: 2s ease; }
    .two-columns .container .content .column-two .form {
      background-color: #e1f9ff;
      border-radius: 10px;
      padding: 50px; }
    .two-columns .container .content .column-two .text a {
      color: #f58200;
      transition: all 0.3s ease; }
      .two-columns .container .content .column-two .text a:hover {
        color: #0095d5; }
    .two-columns .container .content .column-two .image {
      width: 100%;
      height: auto; }
      .two-columns .container .content .column-two .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px; }
    .two-columns .container .content .column-two .buttons {
      margin: 50px 0 25px 0;
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .two-columns .container .content .column-two .buttons {
          flex-direction: row;
          margin: 50px 0 50px 0; } }
      .two-columns .container .content .column-two .buttons .primary-button {
        margin-bottom: 50px; }
      .two-columns .container .content .column-two .buttons a:first-child {
        margin-right: 10px; }
  @media only screen and (min-width: 992px) {
    .two-columns .container .content.onethird .column-one {
      width: 33.333% !important; } }
  @media only screen and (min-width: 992px) {
    .two-columns .container .content.onethird .column-two {
      width: 66.666% !important; } }
  @media only screen and (min-width: 992px) {
    .two-columns .container .content.twothird .column-one {
      width: 66.666% !important; } }
  @media only screen and (min-width: 992px) {
    .two-columns .container .content.twothird .column-two {
      width: 33.333% !important; } }

@media only screen and (min-width: 992px) {
  .two-columns-w-icons.reduce-padding {
    padding-top: 50px;
    padding-bottom: 50px; } }

.two-columns-w-icons.last-item {
  padding: 32px; }
  @media only screen and (min-width: 992px) {
    .two-columns-w-icons.last-item {
      padding: 50px 64px 120px 64px; } }
  @media only screen and (min-width: 2500px) {
    .two-columns-w-icons.last-item {
      padding: 50px 50px 120px 50px; } }

.two-columns-w-icons.background {
  background-color: #e0f8ff; }

.two-columns-w-icons .container .content {
  display: flex;
  flex-direction: column;
  gap: 25px; }
  @media only screen and (min-width: 992px) {
    .two-columns-w-icons .container .content {
      flex-direction: row;
      gap: 50px; } }
  .two-columns-w-icons .container .content.reverse {
    flex-direction: column-reverse; }
    @media only screen and (min-width: 992px) {
      .two-columns-w-icons .container .content.reverse {
        flex-direction: row; } }
  .two-columns-w-icons .container .content .column-one {
    width: 100%;
    position: relative;
    left: -20px;
    opacity: 0; }
    @media only screen and (min-width: 992px) {
      .two-columns-w-icons .container .content .column-one {
        width: 50%; } }
    .two-columns-w-icons .container .content .column-one.animate[data-inviewport="fade-right"] {
      left: 0;
      opacity: 1;
      transition: 2s ease; }
    .two-columns-w-icons .container .content .column-one .text a {
      color: #1f375c;
      transition: all 0.3s ease; }
      .two-columns-w-icons .container .content .column-one .text a:hover {
        color: #f58200; }
    .two-columns-w-icons .container .content .column-one .image {
      width: 100%;
      height: auto; }
      .two-columns-w-icons .container .content .column-one .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px; }
    .two-columns-w-icons .container .content .column-one .buttons {
      margin: 50px 0 0 0;
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .two-columns-w-icons .container .content .column-one .buttons {
          flex-direction: row;
          margin: 50px 0 50px 0; } }
      @media only screen and (min-width: 992px) {
        .two-columns-w-icons .container .content .column-one .buttons {
          margin: 50px 0px 0px 0px; } }
      .two-columns-w-icons .container .content .column-one .buttons .primary-button {
        margin-bottom: 50px; }
        @media only screen and (min-width: 768px) {
          .two-columns-w-icons .container .content .column-one .buttons .primary-button {
            margin-bottom: 0px; } }
        @media only screen and (min-width: 992px) {
          .two-columns-w-icons .container .content .column-one .buttons .primary-button {
            margin-bottom: 50px; } }
      .two-columns-w-icons .container .content .column-one .buttons .secondary-button {
        margin-bottom: 50px; }
        @media only screen and (min-width: 768px) {
          .two-columns-w-icons .container .content .column-one .buttons .secondary-button {
            margin-bottom: 0px; } }
        @media only screen and (min-width: 992px) {
          .two-columns-w-icons .container .content .column-one .buttons .secondary-button {
            margin-bottom: 50px; } }
      .two-columns-w-icons .container .content .column-one .buttons a:first-child {
        margin-right: 10px; }
  .two-columns-w-icons .container .content .column-two {
    width: 100%;
    position: relative;
    right: -20px;
    opacity: 0; }
    @media only screen and (min-width: 992px) {
      .two-columns-w-icons .container .content .column-two {
        width: 50%; } }
    .two-columns-w-icons .container .content .column-two.animate[data-inviewport="fade-left"] {
      right: 0;
      opacity: 1;
      transition: 2s ease; }
    .two-columns-w-icons .container .content .column-two .form {
      background-color: #e1f9ff;
      border-radius: 10px;
      padding: 50px; }
    .two-columns-w-icons .container .content .column-two .text a {
      color: #f58200;
      transition: all 0.3s ease; }
      .two-columns-w-icons .container .content .column-two .text a:hover {
        color: #0095d5; }
    .two-columns-w-icons .container .content .column-two .image {
      width: 100%;
      height: auto; }
      .two-columns-w-icons .container .content .column-two .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px; }
    .two-columns-w-icons .container .content .column-two .buttons {
      margin: 50px 0 25px 0;
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .two-columns-w-icons .container .content .column-two .buttons {
          flex-direction: row;
          margin: 50px 0 50px 0; } }
      .two-columns-w-icons .container .content .column-two .buttons .primary-button {
        margin-bottom: 50px; }
      .two-columns-w-icons .container .content .column-two .buttons a:first-child {
        margin-right: 10px; }
  @media only screen and (min-width: 992px) {
    .two-columns-w-icons .container .content.onethird .column-one {
      width: 33.333% !important; } }
  @media only screen and (min-width: 992px) {
    .two-columns-w-icons .container .content.onethird .column-two {
      width: 66.666% !important; } }
  @media only screen and (min-width: 992px) {
    .two-columns-w-icons .container .content.twothird .column-one {
      width: 66.666% !important; } }
  @media only screen and (min-width: 992px) {
    .two-columns-w-icons .container .content.twothird .column-two {
      width: 33.333% !important; } }

.two-columns-w-icons .container .icon-feed {
  display: flex;
  flex-direction: row;
  gap: 25px 50px;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .two-columns-w-icons .container .icon-feed {
      justify-content: flex-start; } }
  .two-columns-w-icons .container .icon-feed .item {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    min-width: 135px;
    width: calc(11% - 0.85px); }
    .two-columns-w-icons .container .icon-feed .item .icon {
      width: 125px;
      height: 125px;
      min-width: 125px;
      display: flex;
      flex-direction: column;
      padding: 0 4px;
      justify-content: center;
      align-items: center; }
      .two-columns-w-icons .container .icon-feed .item .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block; }

.card-list {
  position: relative; }
  .card-list:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 0%;
    z-index: -1;
    background-color: #e1f9ff; }
  .card-list.background:after {
    height: 55%; }
  @media only screen and (min-width: 992px) {
    .card-list.feature .content .card:last-child {
      width: 100%;
      flex-direction: row;
      align-items: center; }
      .card-list.feature .content .card:last-child a {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%; }
        .card-list.feature .content .card:last-child a .image {
          width: calc(66.666% + 50px);
          height: 350px; }
          .card-list.feature .content .card:last-child a .image img {
            border-radius: 10px 0px 0px 10px; }
        .card-list.feature .content .card:last-child a .card-content {
          width: calc(33.333% - 50px);
          top: 0;
          height: 300px;
          border-radius: 0px 10px 10px 0px; } }
  .card-list .content {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start; }
    @media only screen and (min-width: 992px) {
      .card-list .content {
        gap: 50px; } }
    .card-list .content .card {
      width: 100%;
      display: flex;
      flex-direction: column;
      opacity: 0; }
      @media only screen and (min-width: 768px) {
        .card-list .content .card {
          width: calc(50% - 12.5px); } }
      @media only screen and (min-width: 992px) {
        .card-list .content .card {
          width: calc(33.333% - 35px); } }
      .card-list .content .card.animate[data-inviewport="fade"] {
        opacity: 1;
        transition: 2s ease; }
      .card-list .content .card a {
        text-decoration: none;
        color: unset; }
        .card-list .content .card a:hover .card-content {
          background-color: #f58200; }
          .card-list .content .card a:hover .card-content .title h4 span {
            color: #fff; }
          .card-list .content .card a:hover .card-content .title .description p {
            color: white; }
            .card-list .content .card a:hover .card-content .title .description p span {
              color: white; }
          .card-list .content .card a:hover .card-content .arrow {
            animation: arrowRight 1s forwards; }
        .card-list .content .card a .image {
          width: 100%;
          height: 250px; }
          @media only screen and (min-width: 768px) {
            .card-list .content .card a .image {
              height: 225px; } }
          .card-list .content .card a .image img {
            transition: all 0.3s ease;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px 10px 0px 0px; }
        .card-list .content .card a .card-content {
          background-color: #1f375c;
          padding: 25px;
          height: 250px;
          border-radius: 0px 0px 10px 10px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          position: relative;
          transition: all 0.3s ease; }
          .card-list .content .card a .card-content .title {
            width: 100%; }
            .card-list .content .card a .card-content .title h4 {
              color: white;
              transition: color 0.3s ease;
              text-transform: uppercase; }
              .card-list .content .card a .card-content .title h4 span {
                color: #f58200;
                transition: all 0.3s ease; }
            .card-list .content .card a .card-content .title .description {
              margin-top: 8px; }
              .card-list .content .card a .card-content .title .description p {
                color: white;
                transition: color 0.3s ease;
                margin-bottom: 0; }
                .card-list .content .card a .card-content .title .description p span {
                  color: #f58200;
                  transition: all 0.3s ease; }
          .card-list .content .card a .card-content .icon {
            width: 100px;
            height: 100px; }
            .card-list .content .card a .card-content .icon img {
              width: 100%;
              height: 100%;
              object-fit: contain; }
          .card-list .content .card a .card-content .arrow {
            position: absolute;
            bottom: 20px;
            right: 30px;
            cursor: pointer; }

@keyframes arrowRight {
  0% {
    right: 30px; }
  25% {
    right: 20px; }
  50%,
  100% {
    right: 30px; } }

.team .container .content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start; }
  @media only screen and (min-width: 992px) {
    .team .container .content {
      gap: 50px; } }
  .team .container .content .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0; }
    @media only screen and (min-width: 768px) {
      .team .container .content .card {
        width: calc(50% - 12.5px); } }
    @media only screen and (min-width: 992px) {
      .team .container .content .card {
        width: calc(33.333% - 35px); } }
    .team .container .content .card.animate[data-inviewport="fade"] {
      opacity: 1;
      transition: 2s ease; }
    .team .container .content .card .image {
      width: 100%;
      height: 300px; }
      @media only screen and (min-width: 768px) {
        .team .container .content .card .image {
          height: 350px; } }
      .team .container .content .card .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px; }
    .team .container .content .card .card-content {
      background-color: #1f375c;
      padding: 25px;
      height: 100px;
      border-radius: 0px 0px 10px 10px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative; }
      .team .container .content .card .card-content .name {
        width: 100%; }
        .team .container .content .card .card-content .name h4 {
          color: white; }
      .team .container .content .card .card-content .job-title p {
        color: white;
        margin-bottom: 0; }
        .team .container .content .card .card-content .job-title p:first-child {
          font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
          font-size: 18px;
          line-height: 1.4em;
          color: white; }

.icon-list.insert-background {
  background-color: #e1f9ff; }

.icon-list .title {
  margin-bottom: 50px; }

.icon-list .content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-start;
  gap: 25px;
  flex-wrap: wrap; }
  @media only screen and (min-width: 992px) {
    .icon-list .content {
      justify-content: space-between; } }
  .icon-list .content .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    opacity: 0; }
    @media only screen and (min-width: 768px) {
      .icon-list .content .icon {
        width: calc(50% - 12.5px); } }
    @media only screen and (min-width: 992px) {
      .icon-list .content .icon {
        width: calc(20% - 20px); } }
    .icon-list .content .icon.animate[data-inviewport="fade"] {
      opacity: 1;
      transition: 2s ease; }
    .icon-list .content .icon img {
      margin-bottom: 15px;
      width: 100px;
      height: 100px; }
      @media only screen and (min-width: 768px) {
        .icon-list .content .icon img {
          margin-bottom: 35px;
          width: 125px;
          height: 125px; } }
    .icon-list .content .icon .number p {
      font-size: 42px;
      font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
      text-align: center;
      line-height: 1em; }
      .icon-list .content .icon .number p span {
        font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
        letter-spacing: -2px; }
        .icon-list .content .icon .number p span .counter {
          animation-duration: 1s;
          animation-delay: 0s; }
      .icon-list .content .icon .number p .counter {
        animation-duration: 1s;
        animation-delay: 0s; }
    .icon-list .content .icon .title {
      display: flex;
      justify-content: center;
      margin-bottom: 0; }
      .icon-list .content .icon .title span {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        color: #1f375c; }

@media only screen and (min-width: 992px) {
  .expanding-cards {
    padding: 0; } }

.expanding-cards .content {
  display: flex;
  align-items: flex-start;
  margin-left: 0;
  opacity: 0;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 25px; }
  @media only screen and (min-width: 768px) {
    .expanding-cards .content {
      flex-direction: row; } }
  @media only screen and (min-width: 992px) {
    .expanding-cards .content {
      gap: 5px;
      flex-wrap: nowrap;
      align-items: flex-end; } }
  .expanding-cards .content.animate[data-inviewport="fade"] {
    opacity: 1;
    transition: all 2s ease; }
  @media only screen and (min-width: 992px) {
    .expanding-cards .content {
      margin-left: 5%; } }
  @media (min-width: 1440px) {
    .expanding-cards .content {
      margin-left: 10%; } }
  @media (min-width: 1670px) {
    .expanding-cards .content {
      margin-left: 15%; } }
  .expanding-cards .content .card {
    width: 100%;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .expanding-cards .content .card {
        width: calc(50% - 12.5px); } }
    @media only screen and (min-width: 992px) {
      .expanding-cards .content .card {
        width: 20%; } }
    .expanding-cards .content .card.open {
      width: 100%;
      transition: all 0.5s ease; }
      @media only screen and (min-width: 768px) {
        .expanding-cards .content .card.open {
          width: calc(50% - 12.5px); } }
      @media only screen and (min-width: 992px) {
        .expanding-cards .content .card.open {
          width: 50%; } }
      .expanding-cards .content .card.open .card-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media only screen and (min-width: 992px) {
          .expanding-cards .content .card.open .card-content {
            background-color: #1f375c;
            transition: all 0.5s ease; } }
        .expanding-cards .content .card.open .card-content .paragraph {
          display: block;
          transition: all 0.5s ease;
          margin-bottom: 25px; }
        .expanding-cards .content .card.open .card-content .button {
          display: block;
          transition: all 0.5s ease; }
    .expanding-cards .content .card .image {
      width: 100%;
      height: 250px; }
      @media only screen and (min-width: 768px) {
        .expanding-cards .content .card .image {
          height: 225px; } }
      .expanding-cards .content .card .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px; }
    .expanding-cards .content .card .card-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-color: #1f375c;
      position: relative;
      top: -10px;
      padding: 25px 25px 50px 25px;
      height: auto;
      border-radius: 0px 0px 10px 10px; }
      @media only screen and (min-width: 768px) {
        .expanding-cards .content .card .card-content {
          height: auto; } }
      @media only screen and (min-width: 992px) {
        .expanding-cards .content .card .card-content {
          background-color: #2dba95;
          height: 225px; } }
      .expanding-cards .content .card .card-content .title h4 {
        color: white; }
      @media only screen and (min-width: 992px) {
        .expanding-cards .content .card .card-content .paragraph {
          display: none; } }
      .expanding-cards .content .card .card-content .paragraph p {
        color: white; }
      @media only screen and (min-width: 992px) {
        .expanding-cards .content .card .card-content .button {
          display: none; } }

.latest-news .container .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: row; }
  @media only screen and (min-width: 992px) {
    .latest-news .container .wrapper {
      gap: 50px; } }
  .latest-news .container .wrapper .card {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .latest-news .container .wrapper .card {
        width: calc(50% - 12.5px); } }
    @media only screen and (min-width: 992px) {
      .latest-news .container .wrapper .card {
        width: calc(33.333% - 33.5px); } }
    .latest-news .container .wrapper .card .image {
      width: 100%;
      height: auto; }
      .latest-news .container .wrapper .card .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0 0; }
    .latest-news .container .wrapper .card:hover .content {
      background-color: #f58200; }
      .latest-news .container .wrapper .card:hover .content .arrow {
        animation: arrowRight 1s forwards; }
  .latest-news .container .wrapper .content {
    background-color: #1f375c;
    transition: background-color 0.3s ease;
    padding: 20px 30px;
    position: relative;
    top: -10px;
    height: 250px;
    border-radius: 0 0 10px 10px;
    position: relative; }
    .latest-news .container .wrapper .content .type {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 25px; }
      .latest-news .container .wrapper .content .type .category {
        color: white;
        font-size: 16px; }
        @media only screen and (min-width: 768px) {
          .latest-news .container .wrapper .content .type .category {
            font-size: 20px; } }
      .latest-news .container .wrapper .content .type .date {
        color: white;
        font-size: 16px; }
        @media only screen and (min-width: 768px) {
          .latest-news .container .wrapper .content .type .date {
            font-size: 20px; } }
    @media only screen and (min-width: 992px) {
      .latest-news .container .wrapper .content .title {
        width: 80%; } }
    .latest-news .container .wrapper .content .title h4 {
      color: white;
      text-transform: uppercase; }
    .latest-news .container .wrapper .content .arrow {
      position: absolute;
      bottom: 20px;
      right: 30px;
      cursor: pointer; }

.testimonial {
  padding: 32px; }
  @media only screen and (min-width: 992px) {
    .testimonial {
      padding: 120px 0; } }
  @media only screen and (min-width: 2500px) {
    .testimonial {
      padding: 120px 0; } }
  .testimonial .wrapper {
    margin-top: 50px; }
    .testimonial .wrapper .content {
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 992px) {
        .testimonial .wrapper .content {
          flex-direction: row;
          margin-right: 10%;
          gap: 50px; } }
      .testimonial .wrapper .content .column-one {
        width: 100%;
        position: relative;
        z-index: 1; }
        @media only screen and (min-width: 992px) {
          .testimonial .wrapper .content .column-one {
            width: 45%;
            top: -50px; } }
        .testimonial .wrapper .content .column-one .image {
          width: 100%;
          height: 250px; }
          @media only screen and (min-width: 992px) {
            .testimonial .wrapper .content .column-one .image {
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: flex-end; } }
          .testimonial .wrapper .content .column-one .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px 10px 0px 0px; }
            @media only screen and (min-width: 992px) {
              .testimonial .wrapper .content .column-one .image img {
                border-radius: 10px; } }
      .testimonial .wrapper .content .column-two {
        position: relative;
        background-color: #1f375c;
        width: 100%;
        border-radius: 0px 0px 10px 10px; }
        @media only screen and (min-width: 992px) {
          .testimonial .wrapper .content .column-two {
            width: 65%;
            border-radius: 0px 10px 10px 0px; } }
        @media only screen and (min-width: 992px) {
          .testimonial .wrapper .content .column-two:after {
            position: absolute;
            content: "";
            top: 0;
            left: -35%;
            background-color: #1f375c;
            height: 100%;
            width: 35%;
            border-radius: 10px 0px 0px 10px; } }
        .testimonial .wrapper .content .column-two .testimonial {
          padding: 25px; }
          @media only screen and (min-width: 768px) {
            .testimonial .wrapper .content .column-two .testimonial {
              padding: 50px 25px; } }
          @media only screen and (min-width: 992px) {
            .testimonial .wrapper .content .column-two .testimonial {
              padding: 100px 50px 100px 0px; } }
          .testimonial .wrapper .content .column-two .testimonial .text .quote p {
            font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
            color: white;
            font-size: 22px;
            line-height: 1.1em; }
            @media only screen and (min-width: 768px) {
              .testimonial .wrapper .content .column-two .testimonial .text .quote p {
                font-size: 22px; } }
            @media only screen and (min-width: 992px) {
              .testimonial .wrapper .content .column-two .testimonial .text .quote p {
                font-size: 22px; } }
          .testimonial .wrapper .content .column-two .testimonial .text .client-p {
            color: white;
            text-transform: uppercase; }

.testimonial-quick-links .container .quotes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px; }
  .testimonial-quick-links .container .quotes .quote {
    width: 100%;
    background-color: #1f375c;
    border-radius: 10px 10px 10px 10px; }
    @media only screen and (min-width: 768px) {
      .testimonial-quick-links .container .quotes .quote {
        width: calc(50% - 12.5px); } }
    @media only screen and (min-width: 992px) {
      .testimonial-quick-links .container .quotes .quote {
        width: calc(33.333% - 17px); } }
    .testimonial-quick-links .container .quotes .quote .image {
      height: 225px; }
      @media only screen and (min-width: 768px) {
        .testimonial-quick-links .container .quotes .quote .image {
          height: 265px; } }
      @media only screen and (min-width: 992px) {
        .testimonial-quick-links .container .quotes .quote .image {
          height: 225px; } }
      .testimonial-quick-links .container .quotes .quote .image img {
        border-radius: 10px 10px 0px 0px;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .testimonial-quick-links .container .quotes .quote .inner {
      padding: 25px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .testimonial-quick-links .container .quotes .quote .inner .company {
        margin-bottom: 25px; }
        @media only screen and (min-width: 992px) {
          .testimonial-quick-links .container .quotes .quote .inner .company {
            min-height: 50px; } }
        .testimonial-quick-links .container .quotes .quote .inner .company h4 {
          color: white;
          transition: color 0.3s ease;
          text-transform: uppercase;
          margin-bottom: 0; }
      .testimonial-quick-links .container .quotes .quote .inner .testimonial {
        margin-bottom: 50px;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0; }
        .testimonial-quick-links .container .quotes .quote .inner .testimonial .quotemark-top {
          align-self: flex-start; }
        .testimonial-quick-links .container .quotes .quote .inner .testimonial .quotemark-bottom {
          align-self: flex-end; }
        .testimonial-quick-links .container .quotes .quote .inner .testimonial p {
          color: white;
          margin: 0; }
      .testimonial-quick-links .container .quotes .quote .inner .button {
        margin-bottom: 25px; }

.testimonial-slider .container {
  opacity: 0; }
  .testimonial-slider .container.animate[data-inviewport="fade"] {
    opacity: 1;
    transition: 2s ease; }
  .testimonial-slider .container .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start; }
    .testimonial-slider .container .content .slick-list.draggable {
      width: 100%; }
    .testimonial-slider .container .content .card {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 475px;
      position: relative;
      padding: 25px;
      border: 3px dotted #2dba95;
      border-radius: 10px;
      opacity: 1; }
      @media only screen and (min-width: 768px) {
        .testimonial-slider .container .content .card {
          margin: 0px 12.5px; } }
      @media only screen and (min-width: 1280px) {
        .testimonial-slider .container .content .card {
          height: 375px; } }
      @media only screen and (min-width: 1441px) {
        .testimonial-slider .container .content .card {
          height: 325px; } }
      .testimonial-slider .container .content .card .quote p {
        font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
        font-size: 18px;
        line-height: 1.3em; }
  .testimonial-slider .container .arrows {
    margin-top: 20px;
    display: flex; }
    .testimonial-slider .container .arrows .left-arrow {
      margin-right: 20px; }
    .testimonial-slider .container .arrows .left-arrow,
    .testimonial-slider .container .arrows .right-arrow {
      cursor: pointer; }

.timeline .container {
  position: relative; }
  @media (min-width: 530px) {
    .timeline .container:before {
      content: "";
      position: absolute;
      top: calc(0px - 2.5%);
      left: 15%;
      width: 1px;
      height: 105%;
      border-left: 3px dotted #2dba95; } }
  .timeline .container .milestone {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    gap: 25px; }
    @media (min-width: 530px) {
      .timeline .container .milestone {
        gap: 50px;
        flex-direction: row; } }
    @media only screen and (min-width: 992px) {
      .timeline .container .milestone {
        gap: 100px; } }
    .timeline .container .milestone .date {
      width: 100%;
      position: relative; }
      @media (min-width: 530px) {
        .timeline .container .milestone .date {
          width: 15%; } }
      @media (min-width: 530px) {
        .timeline .container .milestone .date:after {
          content: "";
          position: absolute;
          top: 10px;
          right: -20px;
          width: 15px;
          height: 15px;
          background-color: #f58200;
          border-radius: 50%; } }
      @media only screen and (min-width: 768px) {
        .timeline .container .milestone .date:after {
          content: "";
          position: absolute;
          top: 10px;
          right: -24px;
          width: 15px;
          height: 15px;
          background-color: #f58200;
          border-radius: 50%; } }
      @media only screen and (min-width: 992px) {
        .timeline .container .milestone .date:after {
          content: "";
          position: absolute;
          top: 10px;
          right: -36px;
          width: 25px;
          height: 25px;
          background-color: #f58200;
          border-radius: 50%; } }
      .timeline .container .milestone .date span {
        font-family: "AvenirNextRoundedProDemi", Arial, sans-serif;
        font-size: 22px;
        line-height: 1.1em;
        margin: 0;
        color: #1f375c;
        font-weight: 100; }
        @media only screen and (min-width: 768px) {
          .timeline .container .milestone .date span {
            font-size: 32px;
            line-height: 1.1em; } }
        @media only screen and (min-width: 992px) {
          .timeline .container .milestone .date span {
            font-size: 42px;
            line-height: 1em; } }
    .timeline .container .milestone .card {
      display: flex;
      flex-direction: column;
      gap: 25px;
      border-radius: 10px;
      padding: 15px;
      border: 3px dotted #f58200; }
      @media (min-width: 530px) {
        .timeline .container .milestone .card {
          width: 85%; } }
      @media only screen and (min-width: 768px) {
        .timeline .container .milestone .card {
          flex-direction: row;
          padding: 25px; } }
      .timeline .container .milestone .card .image {
        width: 100%;
        height: 225px;
        border-radius: 10px; }
        @media only screen and (min-width: 768px) {
          .timeline .container .milestone .card .image {
            width: 33.333%;
            height: 200px; } }
        .timeline .container .milestone .card .image img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          border-radius: 10px; }
      .timeline .container .milestone .card .description {
        width: 100%;
        padding-top: 25px; }
        @media only screen and (min-width: 768px) {
          .timeline .container .milestone .card .description {
            width: 66.666%;
            padding-top: 25px; } }
        .timeline .container .milestone .card .description h4 {
          color: #1f375c;
          text-transform: uppercase; }

.slider {
  position: relative; }
  @media only screen and (min-width: 992px) {
    .slider {
      padding: 120px 0; } }
  .slider:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 0%;
    z-index: -1;
    background-color: #e1f9ff; }
  .slider.background:after {
    height: 50%; }
  @media only screen and (min-width: 992px) {
    .slider .container {
      padding: 0px 64px; } }
  @media only screen and (min-width: 2500px) {
    .slider .container {
      padding: 0px 32px; } }
  .slider .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 10px 0px 0px 10px; }
    @media only screen and (min-width: 992px) {
      .slider .content {
        margin-left: 5%; } }
    @media (min-width: 1440px) {
      .slider .content {
        margin-left: 10%; } }
    @media (min-width: 1670px) {
      .slider .content {
        margin-left: 15%; } }
    .slider .content .card {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column-reverse;
      height: fit-content; }
      @media only screen and (min-width: 768px) {
        .slider .content .card {
          margin: 0px 12.5px; } }
      @media only screen and (min-width: 992px) {
        .slider .content .card {
          margin: unset;
          height: 400px;
          flex-direction: row; } }
      .slider .content .card .card-content {
        background-color: #1f375c;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 550px;
        border-radius: 0px 0px 10px 10px; }
        @media only screen and (min-width: 768px) {
          .slider .content .card .card-content {
            height: 425px; } }
        @media only screen and (min-width: 992px) {
          .slider .content .card .card-content {
            height: calc(100% - 100px);
            width: 50%;
            border-radius: 10px 0px 0px 10px;
            padding: 50px 50px 50px 50px; } }
        .slider .content .card .card-content .card-title {
          margin: 25px 25px 0px 25px; }
          @media only screen and (min-width: 992px) {
            .slider .content .card .card-content .card-title {
              margin: 0 0 25px 0; } }
          .slider .content .card .card-content .card-title h4 {
            color: white;
            font-size: 28px;
            line-height: 1em; }
            @media only screen and (min-width: 992px) {
              .slider .content .card .card-content .card-title h4 {
                font-size: 42px;
                line-height: 1em; } }
        .slider .content .card .card-content .card-paragraph {
          margin: 25px 25px 0px 25px; }
          @media only screen and (min-width: 992px) {
            .slider .content .card .card-content .card-paragraph {
              margin: 0px; } }
          .slider .content .card .card-content .card-paragraph p {
            color: white; }
        .slider .content .card .card-content .card-button {
          margin: 25px 25px 50px 25px; }
          @media only screen and (min-width: 992px) {
            .slider .content .card .card-content .card-button {
              margin: 25px 0 25px 0; } }
      .slider .content .card .card-image {
        width: 100%;
        height: 100%;
        height: 250px; }
        @media only screen and (min-width: 768px) {
          .slider .content .card .card-image {
            height: 225px; } }
        @media only screen and (min-width: 992px) {
          .slider .content .card .card-image {
            width: 50%;
            height: 100%; } }
        .slider .content .card .card-image img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          border-radius: 10px 10px 0px 0px; }
          @media only screen and (min-width: 992px) {
            .slider .content .card .card-image img {
              border-radius: 0; } }
  .slider .arrows {
    margin-top: 20px;
    display: flex; }
    .slider .arrows .left-arrow-cs {
      margin-right: 20px; }
    .slider .arrows .left-arrow-cs,
    .slider .arrows .right-arrow-cs {
      cursor: pointer; }

.shortcode .container .content {
  position: relative;
  width: 100%; }
  .shortcode .container .content .shortcode .ratio {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative; }
    .shortcode .container .content .shortcode .ratio iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.cta {
  background: linear-gradient(180deg, #cbeee5 90%, rgba(255, 255, 255, 0) 90%);
  position: relative; }
  @media only screen and (min-width: 768px) {
    .cta:after {
      content: url("images/quote-bg.png");
      position: absolute;
      bottom: 0;
      right: 10%; } }
  @media only screen and (min-width: 992px) {
    .cta:after {
      left: 10%;
      right: unset; } }
  .cta .wrapper .container .content {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    gap: 25px;
    min-height: 400px; }
    @media only screen and (min-width: 992px) {
      .cta .wrapper .container .content {
        margin-bottom: unset;
        gap: 50px; } }
    @media only screen and (min-width: 992px) {
      .cta .wrapper .container .content {
        flex-direction: row; } }
    .cta .wrapper .container .content .column-one {
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .cta .wrapper .container .content .column-one {
          width: 50%; } }
      @media only screen and (min-width: 992px) {
        .cta .wrapper .container .content .column-one .text {
          width: 80%; } }
      .cta .wrapper .container .content .column-one .text h2 {
        color: #f58200; }
    .cta .wrapper .container .content .column-two {
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .cta .wrapper .container .content .column-two {
          width: 50%; } }
      .cta .wrapper .container .content .column-two .gform_confirmation_message_1 {
        font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
        font-size: 18px;
        line-height: 1.4em;
        color: #1f375c; }

.call-out {
  padding: 32px; }
  @media only screen and (min-width: 992px) {
    .call-out {
      padding: 120px 0; } }
  @media only screen and (min-width: 2500px) {
    .call-out {
      padding: 120px 0; } }
  .call-out .wrapper .content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    background-color: #1f375c;
    border-radius: 10px 10px 10px 10px; }
    @media only screen and (min-width: 992px) {
      .call-out .wrapper .content {
        margin-left: 10%; } }
    @media only screen and (min-width: 992px) {
      .call-out .wrapper .content {
        flex-direction: row;
        border-radius: 10px 0px 0px 10px;
        justify-content: unset; } }
    .call-out .wrapper .content .column-one {
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .call-out .wrapper .content .column-one {
          width: 50%; } }
      .call-out .wrapper .content .column-one .content {
        padding: 25px 25px;
        flex-direction: column; }
        @media only screen and (min-width: 992px) {
          .call-out .wrapper .content .column-one .content {
            padding: 100px 50px;
            margin-left: unset; } }
        .call-out .wrapper .content .column-one .content .text {
          color: white; }
          .call-out .wrapper .content .column-one .content .text h2 {
            color: white; }
          .call-out .wrapper .content .column-one .content .text p {
            color: white; }
        .call-out .wrapper .content .column-one .content .button {
          margin-top: 50px;
          margin-bottom: 25px; }
          .call-out .wrapper .content .column-one .content .button .btn {
            font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
            color: #fff;
            font-size: 16px;
            line-height: 19px;
            text-transform: uppercase;
            border: 1px solid #fff;
            border-radius: 500px;
            padding: 12px 24px;
            background-color: #f58200;
            background: linear-gradient(to left, transparent 50%, white 50%);
            background-size: 200% 100%;
            background-position: right bottom;
            transition: all 0.5s ease;
            width: fit-content; }
            .call-out .wrapper .content .column-one .content .button .btn:hover {
              background-position: left bottom;
              color: #1f375c; }
    .call-out .wrapper .content .column-two {
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .call-out .wrapper .content .column-two {
          width: 50%; } }
      .call-out .wrapper .content .column-two .image {
        width: 100%;
        height: 250%;
        display: flex;
        justify-content: flex-end; }
        @media only screen and (min-width: 992px) {
          .call-out .wrapper .content .column-two .image {
            height: 100%; } }
        .call-out .wrapper .content .column-two .image img {
          width: 100%;
          height: 100%;
          max-height: 650px;
          object-fit: cover;
          border-radius: 10px 10px 0 0; }
          @media only screen and (min-width: 992px) {
            .call-out .wrapper .content .column-two .image img {
              border-radius: 0px; } }

.news-media-feed .container .search {
  margin-bottom: 50px;
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */ }
  .news-media-feed .container .search ::-webkit-input-placeholder,
  .news-media-feed .container .search ::-webkit-textarea-placeholder {
    color: white;
    text-transform: uppercase !important; }
  .news-media-feed .container .search :-moz-placeholder {
    opacity: 1;
    color: white;
    text-transform: uppercase !important; }
  .news-media-feed .container .search ::-moz-placeholder {
    opacity: 1;
    color: white;
    text-transform: uppercase !important; }
  .news-media-feed .container .search :-ms-input-placeholder {
    color: white;
    text-transform: uppercase !important; }
  .news-media-feed .container .search input:-moz-placeholder {
    color: white;
    text-transform: uppercase !important; }
  .news-media-feed .container .search input {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background-color: #2dba95;
    font-family: "AvenirNextRoundedProMed", Arial, sans-serif;
    font-size: 20px;
    color: #1f375c; }
    @media only screen and (min-width: 992px) {
      .news-media-feed .container .search input {
        width: calc(66.666% - 47.5px); } }
  .news-media-feed .container .search input[type="text"],
  .news-media-feed .container .search input[type="email"] {
    padding: 15px 5px !important;
    font-size: 16px !important; }
    @media only screen and (min-width: 768px) {
      .news-media-feed .container .search input[type="text"],
      .news-media-feed .container .search input[type="email"] {
        font-size: 20px !important; } }
    @media only screen and (min-width: 992px) {
      .news-media-feed .container .search input[type="text"],
      .news-media-feed .container .search input[type="email"] {
        padding: 15px !important; } }
  .news-media-feed .container .search input:focus,
  .news-media-feed .container .search textarea {
    outline: none !important; }
  .news-media-feed .container .search ::-webkit-textarea-placeholder {
    color: rgba(34, 29, 68, 0.35);
    text-transform: uppercase !important; }

.news-media-feed .container .filter-list {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  align-items: flex-start;
  gap: 25px; }
  @media only screen and (min-width: 992px) {
    .news-media-feed .container .filter-list {
      align-items: center; } }
  .news-media-feed .container .filter-list .section-title {
    width: 25%; }
    @media only screen and (min-width: 992px) {
      .news-media-feed .container .filter-list .section-title {
        width: unset; } }
    .news-media-feed .container .filter-list .section-title h3 {
      margin: 0;
      margin-right: 10px; }
  .news-media-feed .container .filter-list .post-filters {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 7.5px 25px; }
    @media only screen and (min-width: 768px) {
      .news-media-feed .container .filter-list .post-filters {
        flex-direction: row; } }
    .news-media-feed .container .filter-list .post-filters .post-filter {
      font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
      font-size: 18px;
      line-height: 1.4em;
      color: #1f375c;
      padding: 5px 10px;
      cursor: pointer; }
      .news-media-feed .container .filter-list .post-filters .post-filter.active {
        border: 1px solid #2dba95;
        border-radius: 500px;
        padding: 4px 9px; }

.news-media-feed .container .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: row; }
  @media only screen and (min-width: 992px) {
    .news-media-feed .container .wrapper {
      gap: 50px; } }
  .news-media-feed .container .wrapper .card {
    display: none;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .news-media-feed .container .wrapper .card {
        width: calc(50% - 12.5px); } }
    @media only screen and (min-width: 992px) {
      .news-media-feed .container .wrapper .card {
        width: calc(33.333% - 33.5px); } }
    .news-media-feed .container .wrapper .card .image {
      width: 100%;
      height: auto; }
      .news-media-feed .container .wrapper .card .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0 0; }
    .news-media-feed .container .wrapper .card.show {
      display: block; }
    .news-media-feed .container .wrapper .card:hover .content {
      background-color: #f58200; }
      .news-media-feed .container .wrapper .card:hover .content .arrow {
        animation: arrowRight 1s forwards; }
  .news-media-feed .container .wrapper .content {
    background-color: #1f375c;
    padding: 20px 30px;
    position: relative;
    top: -10px;
    height: 250px;
    border-radius: 0 0 10px 10px;
    position: relative;
    transition: background-color 0.3s ease; }
    .news-media-feed .container .wrapper .content .type {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 25px; }
      .news-media-feed .container .wrapper .content .type .category {
        color: white;
        font-size: 16px; }
        @media only screen and (min-width: 768px) {
          .news-media-feed .container .wrapper .content .type .category {
            font-size: 20px; } }
      .news-media-feed .container .wrapper .content .type .date {
        color: white;
        font-size: 16px; }
        @media only screen and (min-width: 768px) {
          .news-media-feed .container .wrapper .content .type .date {
            font-size: 20px; } }
    @media only screen and (min-width: 992px) {
      .news-media-feed .container .wrapper .content .title {
        width: 80%; } }
    .news-media-feed .container .wrapper .content .title h4 {
      color: white;
      text-transform: uppercase; }
    .news-media-feed .container .wrapper .content .arrow {
      position: absolute;
      bottom: 20px;
      right: 30px;
      cursor: pointer; }

.news-media-feed .container .view-more {
  border-top: 1px solid #d5d5d5;
  padding-top: 65px;
  margin-top: 50px; }
  .news-media-feed .container .view-more .button {
    text-align: center; }
    .news-media-feed .container .view-more .button a {
      cursor: pointer; }

.case-study-feed .container .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: row; }
  @media only screen and (min-width: 992px) {
    .case-study-feed .container .wrapper {
      gap: 50px; } }
  .case-study-feed .container .wrapper .card {
    display: none;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .case-study-feed .container .wrapper .card {
        width: calc(50% - 12.5px); } }
    @media only screen and (min-width: 992px) {
      .case-study-feed .container .wrapper .card {
        width: calc(33.333% - 33.5px); } }
    .case-study-feed .container .wrapper .card a {
      text-decoration: none;
      color: unset; }
      .case-study-feed .container .wrapper .card a:hover .card-content {
        background-color: #f58200; }
        .case-study-feed .container .wrapper .card a:hover .card-content .arrow {
          animation: arrowRight 1s forwards; }
    .case-study-feed .container .wrapper .card .image {
      width: 100%;
      height: 250px; }
      @media only screen and (min-width: 768px) {
        .case-study-feed .container .wrapper .card .image {
          height: 225px; } }
      .case-study-feed .container .wrapper .card .image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px; }
    .case-study-feed .container .wrapper .card .card-content {
      background-color: #1f375c;
      padding: 30px;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      height: 250px;
      position: relative;
      top: -10px;
      border-radius: 0px 0px 10px 10px;
      transition: background-color 0.3s ease; }
      .case-study-feed .container .wrapper .card .card-content .title h4 {
        color: white;
        transition: color 0.3s ease; }
      .case-study-feed .container .wrapper .card .card-content .arrow {
        position: absolute;
        bottom: 20px;
        right: 30px;
        cursor: pointer; }
    .case-study-feed .container .wrapper .card.show {
      display: block; }

.case-study-feed .container .view-more {
  border-top: 1px solid #d5d5d5;
  padding-top: 65px;
  margin-top: 50px; }
  .case-study-feed .container .view-more .button {
    text-align: center; }
    .case-study-feed .container .view-more .button a {
      cursor: pointer; }

.newsletter-signup {
  overflow: hidden; }
  .newsletter-signup .wrapper .container .content {
    display: flex;
    flex-direction: column;
    gap: 25px; }
    @media only screen and (min-width: 768px) {
      .newsletter-signup .wrapper .container .content {
        align-items: flex-end;
        gap: 50px; } }
    @media only screen and (min-width: 992px) {
      .newsletter-signup .wrapper .container .content {
        flex-direction: row;
        gap: 50px; } }
    .newsletter-signup .wrapper .container .content .column-one {
      width: 100%;
      position: relative;
      left: -20px;
      opacity: 0; }
      @media only screen and (min-width: 992px) {
        .newsletter-signup .wrapper .container .content .column-one {
          width: 50%; } }
      .newsletter-signup .wrapper .container .content .column-one.animate[data-inviewport="fade-right"] {
        left: 0;
        opacity: 1;
        transition: 2s ease; }
      .newsletter-signup .wrapper .container .content .column-one .image {
        width: 100%;
        height: auto; }
        .newsletter-signup .wrapper .container .content .column-one .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 10px; }
    .newsletter-signup .wrapper .container .content .column-two {
      width: 100%;
      position: relative;
      right: -20px;
      opacity: 0; }
      @media only screen and (min-width: 992px) {
        .newsletter-signup .wrapper .container .content .column-two {
          width: 50%; } }
      .newsletter-signup .wrapper .container .content .column-two.animate[data-inviewport="fade-left"] {
        right: 0;
        opacity: 1;
        transition: 2s ease; }
      .newsletter-signup .wrapper .container .content .column-two .text {
        margin-bottom: 25px; }
        @media only screen and (min-width: 992px) {
          .newsletter-signup .wrapper .container .content .column-two .text {
            margin-bottom: 50px;
            width: 80%; } }
      .newsletter-signup .wrapper .container .content .column-two .green .gform_footer input.button {
        font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
        color: white;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
        background-color: #f58200;
        background: linear-gradient(to left, #f58200 50%, #1f375c 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all 0.5s ease;
        border-radius: 500px;
        padding: 12px 24px;
        position: relative;
        width: fit-content; }
        .newsletter-signup .wrapper .container .content .column-two .green .gform_footer input.button:hover {
          background-position: left bottom; }

.get-a-quote .container .gform_wrapper.gravity-theme .ginput_container_address {
  gap: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .get-a-quote .container .gform_wrapper.gravity-theme .ginput_container_address span {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .get-a-quote .container .gform_wrapper.gravity-theme .ginput_container_address #input_3_19_3_container {
    width: 100% !important;
    flex: 0 0 100%; }
    @media only screen and (min-width: 992px) {
      .get-a-quote .container .gform_wrapper.gravity-theme .ginput_container_address #input_3_19_3_container {
        width: calc(50% - 10px) !important;
        flex: 0 0 calc(50% - 10px); } }
  .get-a-quote .container .gform_wrapper.gravity-theme .ginput_container_address #input_3_19_5_container {
    width: 100% !important;
    flex: 0 0 100%; }
    @media only screen and (min-width: 992px) {
      .get-a-quote .container .gform_wrapper.gravity-theme .ginput_container_address #input_3_19_5_container {
        width: calc(50% - 10px) !important;
        flex: 0 0 calc(50% - 10px); } }

.get-a-quote .container .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 0 !important; }

.get-a-quote .container .gform_wrapper.gravity-theme .gform-body.gform_body .gchoice label {
  transform: none !important;
  top: 0 !important; }

.get-a-quote .container .gform_wrapper.gravity-theme .gform-body.gform_body input .gfield-choice-input + label:before {
  width: unset !important;
  height: unset !important;
  top: 0 !important;
  line-height: unset !important;
  left: unset !important; }

.get-a-quote .container .gform_wrapper.gravity-theme .gform-body.gform_body input[type="radio"] .gfield-choice-input:checked + label {
  color: #1f375c; }

.get-a-quote .container .gform_wrapper.gravity-theme .gform-body.gform_body input[type="radio"] .gchoice label {
  z-index: 3;
  color: #1f375c;
  font-family: "AvenirNextRoundedProReg", Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.4em !important;
  font-weight: 300;
  display: block;
  position: absolute;
  padding: 0 0 0 45px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: visible; }

.get-a-quote .container h1 {
  color: red; }

.get-a-quote .container .error-message {
  display: none;
  color: red;
  font-weight: bold; }

.get-a-quote .container #address-form {
  padding-bottom: 100px; }

.get-a-quote .container #field_3_22 {
  display: none; }
  .get-a-quote .container #field_3_22.open {
    display: block; }

.get-a-quote .container #ship-address {
  width: 50%; }

.get-a-quote .container div#gform_fields_3 input {
  color: #1f375c !important; }

.get-a-quote .container #field_3_19 input,
.get-a-quote .container #address-form input,
.get-a-quote .container #field_3_22 input {
  background-color: #2dba95;
  padding: 15px !important;
  font-size: 20px !important;
  border: 0;
  border-radius: 10px;
  font-family: "AvenirNextRoundedProMed", Arial, sans-serif;
  font-size: 20px;
  color: #1f375c !important; }
  .get-a-quote .container #field_3_19 input::placeholder,
  .get-a-quote .container #address-form input::placeholder,
  .get-a-quote .container #field_3_22 input::placeholder {
    color: white !important; }

.get-a-quote .container #field_3_19 label,
.get-a-quote .container #address-form label,
.get-a-quote .container #field_3_22 label {
  font-weight: 300; }
  .get-a-quote .container #field_3_19 label::before,
  .get-a-quote .container #address-form label::before,
  .get-a-quote .container #field_3_22 label::before {
    border: 2px solid #2dba95 !important; }

.get-a-quote .container #choice_3_22_1 {
  background-color: white !important; }

.get-a-quote .container .full-field {
  background-color: #2dba95; }
  .get-a-quote .container .full-field::placeholder {
    color: white !important; }

.get-a-quote .container form.second-step .gfield--type-text,
.get-a-quote .container form.second-step .gfield--type-email,
.get-a-quote .container form.second-step .gfield--type-phone,
.get-a-quote .container form.second-step .gfield--type-radio,
.get-a-quote .container form.second-step .gform_button,
.get-a-quote .container form.second-step #field_3_15,
.get-a-quote .container form.second-step #field_3_18,
.get-a-quote .container form.second-step #field_3_16 {
  display: block; }

.get-a-quote .container form #input_3_16 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  @media only screen and (min-width: 992px) {
    .get-a-quote .container form #input_3_16 {
      width: 50%; } }
  .get-a-quote .container form #input_3_16 .gchoice {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .get-a-quote .container form #input_3_16 .gchoice {
        width: 50%; } }
  .get-a-quote .container form #input_3_16 label {
    font-weight: 300; }
    .get-a-quote .container form #input_3_16 label::before {
      border: 2px solid #2dba95 !important; }

.get-a-quote .container form #input_3_5 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 25px; }
  .get-a-quote .container form #input_3_5 .gchoice {
    width: 100%;
    background: rgba(31, 55, 92, 0.15);
    height: 400px;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px; }
    @media only screen and (min-width: 430px) {
      .get-a-quote .container form #input_3_5 .gchoice {
        height: 350px; } }
    @media only screen and (min-width: 740px) {
      .get-a-quote .container form #input_3_5 .gchoice {
        width: calc(50% - 12.5px); } }
    @media only screen and (min-width: 1145px) {
      .get-a-quote .container form #input_3_5 .gchoice {
        width: calc(33.333% - 16.75px); } }
    .get-a-quote .container form #input_3_5 .gchoice .description {
      font-size: 20px;
      line-height: 26px;
      font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
      color: #1f375c;
      width: 100%;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 430px) {
        .get-a-quote .container form #input_3_5 .gchoice .description {
          width: 65%; } }
    .get-a-quote .container form #input_3_5 .gchoice .quote-image {
      position: absolute;
      bottom: 25px;
      right: 25px; }
    .get-a-quote .container form #input_3_5 .gchoice.open {
      background: rgba(245, 130, 0, 0.15); }
      .get-a-quote .container form #input_3_5 .gchoice.open label::before {
        transform: rotate(45deg);
        top: -5px !important;
        transition: all 0.3s ease; }
    .get-a-quote .container form #input_3_5 .gchoice label {
      color: #0095d5 !important;
      font-size: 21px !important;
      line-height: 23px !important;
      font-weight: 400 !important;
      text-transform: uppercase;
      font-family: "AvenirNextRoundedProMed", Arial, sans-serif !important;
      position: relative !important;
      padding: 0 !important;
      width: 75%; }
      @media only screen and (min-width: 430px) {
        .get-a-quote .container form #input_3_5 .gchoice label {
          width: 100%; } }
      .get-a-quote .container form #input_3_5 .gchoice label::before {
        top: 8px !important;
        right: -55px !important;
        left: unset;
        font-family: "Font Awesome 5 Brands";
        content: "\2b";
        font-size: 35px;
        border: none !important;
        color: #0095d5 !important;
        cursor: pointer;
        transition: 0.3s ease; }
        @media only screen and (min-width: 430px) {
          .get-a-quote .container form #input_3_5 .gchoice label::before {
            right: -25px !important; } }

.get-a-quote .container form .gfield_html {
  margin-top: 40px; }
  .get-a-quote .container form .gfield_html .primary-btn {
    cursor: pointer; }

.get-a-quote .container form .gfield--type-text,
.get-a-quote .container form .gfield--type-email,
.get-a-quote .container form .gfield--type-phone,
.get-a-quote .container form .gfield--type-radio,
.get-a-quote .container form .gform_button,
.get-a-quote .container form #field_3_15,
.get-a-quote .container form #field_3_18,
.get-a-quote .container form #field_3_16 {
  display: none; }

.get-a-quote .container form .gfield--type-text .ginput_container,
.get-a-quote .container form .gfield--type-email .ginput_container,
.get-a-quote .container form .gfield--type-phone .ginput_container,
.get-a-quote .container form .gfield--type-radio .ginput_container {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .get-a-quote .container form .gfield--type-text .ginput_container,
    .get-a-quote .container form .gfield--type-email .ginput_container,
    .get-a-quote .container form .gfield--type-phone .ginput_container,
    .get-a-quote .container form .gfield--type-radio .ginput_container {
      width: 50%; } }
  .get-a-quote .container form .gfield--type-text .ginput_container input,
  .get-a-quote .container form .gfield--type-email .ginput_container input,
  .get-a-quote .container form .gfield--type-phone .ginput_container input,
  .get-a-quote .container form .gfield--type-radio .ginput_container input {
    background-color: #2dba95; }
    .get-a-quote .container form .gfield--type-text .ginput_container input::placeholder,
    .get-a-quote .container form .gfield--type-email .ginput_container input::placeholder,
    .get-a-quote .container form .gfield--type-phone .ginput_container input::placeholder,
    .get-a-quote .container form .gfield--type-radio .ginput_container input::placeholder {
      color: white !important; }

.get-a-quote .container form div#field_3_10 {
  display: block; }
  .get-a-quote .container form div#field_3_10 .ginput_container {
    width: 100%; }

.get-a-quote .container form #input_3_15 {
  display: flex;
  width: 50%;
  justify-content: flex-start;
  align-items: center; }
  .get-a-quote .container form #input_3_15 .gchoice_3_15_1 {
    margin-right: 200px; }
  .get-a-quote .container form #input_3_15 label {
    font-weight: 300; }
    .get-a-quote .container form #input_3_15 label::before {
      border: 2px solid #2dba95 !important; }

.get-a-quote .container form #field_3_15,
.get-a-quote .container form #field_3_16 {
  margin-top: 50px; }

.get-a-quote .container form legend {
  font-family: "AvenirNextRoundedProReg", Arial, sans-serif !important;
  font-size: 21px !important;
  line-height: 26px !important;
  color: #0095d5 !important;
  font-weight: 300 !important;
  margin-bottom: 20px !important;
  text-transform: uppercase; }

.get-a-quote .container form .gfield_required_text {
  display: none; }

.get-a-quote .container .gform_wrapper.gravity-theme .gform-body.gform_body input .gfield-choice-input {
  width: 100% !important;
  left: 0px !important; }

.get-a-quote .container div#gform_confirmation_wrapper_3 div#gform_confirmation_message_3 {
  margin: 0;
  color: #1f375c;
  font-size: 18px;
  line-height: 1.4em;
  font-family: "AvenirNextRoundedProReg", Arial, sans-serif; }

.vacancies .container {
  opacity: 0; }
  .vacancies .container.animate[data-inviewport="fade"] {
    opacity: 1;
    transition: 2s ease; }
  .vacancies .container .section-title {
    margin-bottom: 50px; }
  .vacancies .container .content {
    display: flex;
    flex-wrap: wrap;
    gap: 25px; }
    .vacancies .container .content .card {
      display: flex;
      flex-direction: column;
      padding: 25px;
      border: 3px dotted #2dba95;
      border-radius: 10px;
      opacity: 1;
      position: relative;
      width: 100%;
      min-height: 375px; }
      @media only screen and (min-width: 768px) {
        .vacancies .container .content .card {
          min-height: 475px;
          width: calc(50% - 68.75px); } }
      @media only screen and (min-width: 992px) {
        .vacancies .container .content .card {
          width: calc(33.333% - 72.75px); } }
      .vacancies .container .content .card .job-title {
        min-height: 100px; }
        .vacancies .container .content .card .job-title h3 {
          margin-top: 0;
          margin-bottom: 35px;
          font-family: "AvenirNextRoundedProDemi", Arial, sans-serif; }
      .vacancies .container .content .card .job-purpose-title h4 {
        color: #2dba95;
        font-size: 18px;
        font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
        line-height: 1.4em; }
        @media only screen and (min-width: 768px) {
          .vacancies .container .content .card .job-purpose-title h4 {
            font-size: 20px; } }
      .vacancies .container .content .card .job-purpose {
        margin-bottom: 20px; }
        .vacancies .container .content .card .job-purpose ul {
          padding: 0;
          margin: 0;
          list-style-type: none; }
          .vacancies .container .content .card .job-purpose ul li {
            position: relative;
            margin-left: 37px;
            margin-bottom: 15px; }
            .vacancies .container .content .card .job-purpose ul li:last-child {
              margin-bottom: 30px; }
            .vacancies .container .content .card .job-purpose ul li:before {
              content: url("images/bullet.svg");
              position: absolute;
              left: -37px;
              top: 0;
              width: 12px;
              height: auto; }
        .vacancies .container .content .card .job-purpose ol {
          padding: 0;
          margin: 0; }
          .vacancies .container .content .card .job-purpose ol li {
            margin-left: 18px;
            padding-left: 19px;
            margin-bottom: 15px; }
            .vacancies .container .content .card .job-purpose ol li:last-child {
              margin-bottom: 30px; }
            .vacancies .container .content .card .job-purpose ol li::marker {
              color: #2dba95;
              font-weight: 700; }
      .vacancies .container .content .card .job-download {
        position: absolute;
        bottom: 20px;
        right: 30px;
        cursor: pointer; }
        .vacancies .container .content .card .job-download:hover {
          animation: arrowRight 1s forwards; }
  .vacancies .container .arrows {
    margin-top: 20px;
    display: flex; }
    .vacancies .container .arrows .left-arrow {
      margin-right: 20px; }
    .vacancies .container .arrows .left-arrow,
    .vacancies .container .arrows .right-arrow {
      cursor: pointer; }

.map {
  display: none; }
  @media only screen and (min-width: 992px) {
    .map {
      padding: 120px 0px;
      display: block; } }
  @media only screen and (min-width: 2500px) {
    .map {
      padding: 120px 0px; } }
  .map .map-content {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .map .map-content {
        padding-top: 46.25%; } }
    @media only screen and (min-width: 992px) {
      .map .map-content {
        padding-top: 36.25%; } }
    .map .map-content .map-background {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .map .map-content .card {
      position: absolute;
      transform: translate(0px, -17.5px);
      width: 25px;
      height: 25px; }
      .map .map-content .card .pin {
        width: 12.5px;
        height: auto;
        cursor: pointer; }
        @media only screen and (min-width: 768px) {
          .map .map-content .card .pin {
            width: 25px; } }
        .map .map-content .card .pin path {
          fill: #f58200 !important;
          transition: all 0.3s ease; }
        .map .map-content .card .pin ellipse {
          fill: white !important; }
        .map .map-content .card .pin img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
        @media only screen and (min-width: 768px) {
          .map .map-content .card .pin:hover path {
            fill: #1f375c !important; } }
      .map .map-content .card .card-inner {
        display: none;
        max-width: 0;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
        background-color: white;
        padding: 0px;
        position: relative;
        left: 40px;
        top: -45px;
        overflow: hidden;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
        @media only screen and (min-width: 768px) {
          .map .map-content .card .card-inner {
            display: block; } }
        @media only screen and (min-width: 992px) {
          .map .map-content .card .card-inner {
            width: 225px;
            height: 75px;
            left: 52px;
            top: -80px;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); } }
        .map .map-content .card .card-inner:before {
          content: "";
          position: absolute;
          height: 12px;
          width: 12px;
          background-color: white;
          transform: rotate(45deg);
          top: calc(50% - 6px);
          left: -6px;
          z-index: 3; }
          @media only screen and (min-width: 992px) {
            .map .map-content .card .card-inner:before {
              content: "";
              position: absolute;
              height: 25px;
              width: 25px;
              background-color: white;
              transform: rotate(45deg);
              top: calc(50% - 12.5px);
              left: -12.5px;
              z-index: 3; } }
        .map .map-content .card .card-inner .location a {
          text-decoration: none; }
          .map .map-content .card .card-inner .location a h4 {
            color: #1f375c; }
          @media only screen and (min-width: 992px) {
            .map .map-content .card .card-inner .location a {
              pointer-events: none; } }
      .map .map-content .card.open {
        width: auto;
        z-index: 1; }
        @media only screen and (min-width: 768px) {
          .map .map-content .card.open .pin path {
            fill: #1f375c !important; } }
        .map .map-content .card.open .card-inner {
          pointer-events: all;
          max-width: 225px;
          transition: opacity 1s ease;
          opacity: 1;
          padding: 10px;
          overflow: visible; }
          @media only screen and (min-width: 992px) {
            .map .map-content .card.open .card-inner {
              padding: 20px; } }
          .map .map-content .card.open .card-inner .card-bottom {
            display: none; }
            @media only screen and (min-width: 992px) {
              .map .map-content .card.open .card-inner .card-bottom {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                margin-top: 25px;
                position: relative; }
                .map .map-content .card.open .card-inner .card-bottom:hover .visit a span {
                  color: #2dba95; }
                .map .map-content .card.open .card-inner .card-bottom:hover .arrow {
                  animation: cardArrow 1s forwards; } }
            .map .map-content .card.open .card-inner .card-bottom .visit a span {
              font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
              font-size: 18px;
              line-height: 1.4em;
              color: #1f375c;
              margin-bottom: 5px;
              transition: color 0.3s ease; }
            .map .map-content .card.open .card-inner .card-bottom .arrow {
              position: absolute;
              top: 2px;
              right: 10px;
              cursor: pointer; }
              .map .map-content .card.open .card-inner .card-bottom .arrow a img {
                width: 55px; }

@keyframes cardArrow {
  0% {
    right: 10px; }
  25% {
    right: 0px; }
  50%,
  100% {
    right: 10px; } }

.form-embed .container .content {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .form-embed .container .content {
      flex-direction: row; } }
  .form-embed .container .content.hundred .form {
    width: 100%; }
  .form-embed .container .content.fifty .form {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .form-embed .container .content.fifty .form {
        width: 50%; } }
  .form-embed .container .content.onethird .form {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .form-embed .container .content.onethird .form {
        width: 33.333%; } }
  .form-embed .container .content.twothird .form {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .form-embed .container .content.twothird .form {
        width: 66.666%; } }

.pay-online .container .pay-online-form {
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */ }
  .pay-online .container .pay-online-form ::-webkit-input-placeholder,
  .pay-online .container .pay-online-form ::-webkit-textarea-placeholder {
    color: white;
    text-transform: uppercase !important; }
  .pay-online .container .pay-online-form :-moz-placeholder {
    opacity: 1;
    color: white;
    text-transform: uppercase !important; }
  .pay-online .container .pay-online-form ::-moz-placeholder {
    opacity: 1;
    color: white;
    text-transform: uppercase !important; }
  .pay-online .container .pay-online-form :-ms-input-placeholder {
    color: white;
    text-transform: uppercase !important; }
  .pay-online .container .pay-online-form input:-moz-placeholder {
    color: white;
    text-transform: uppercase !important; }
  .pay-online .container .pay-online-form form .title {
    margin: 75px 0 50px 0;
    position: relative; }
    .pay-online .container .pay-online-form form .title:before {
      content: url(images/subtitle.svg) !important;
      position: absolute !important;
      top: -60px !important;
      left: 0 !important; }
  .pay-online .container .pay-online-form form .content {
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-wrap: wrap; }
    .pay-online .container .pay-online-form form .content .description {
      width: 100%; }
    .pay-online .container .pay-online-form form .content .form-field {
      width: 100%; }
      .pay-online .container .pay-online-form form .content .form-field.form-field-half {
        width: 100%; }
        @media only screen and (min-width: 992px) {
          .pay-online .container .pay-online-form form .content .form-field.form-field-half {
            width: calc(50% - 12.5px); } }
      .pay-online .container .pay-online-form form .content .form-field label {
        display: none; }
      .pay-online .container .pay-online-form form .content .form-field input {
        width: calc(100% - 30px);
        padding: 15px;
        border: 0;
        border-radius: 10px;
        background-color: #2dba95;
        font-family: "AvenirNextRoundedProMed", Arial, sans-serif;
        font-size: 20px;
        color: #1f375c;
        outline: none !important; }
    .pay-online .container .pay-online-form form .content .form-button .pay-online-button {
      font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
      color: white;
      font-size: 16px;
      line-height: 19px;
      text-transform: uppercase;
      background-color: #1f375c;
      background: linear-gradient(to left, #1f375c 50%, #f58200 50%);
      background-size: 200% 100%;
      background-position: right bottom;
      transition: all 0.5s ease;
      border-radius: 500px;
      padding: 12px 24px;
      position: relative;
      width: fit-content;
      border: none !important;
      cursor: pointer; }
      .pay-online .container .pay-online-form form .content .form-button .pay-online-button:hover {
        background-position: left bottom; }

.promo .container .row {
  display: flex;
  flex-direction: column;
  gap: 50px; }
  @media only screen and (min-width: 992px) {
    .promo .container .row {
      flex-direction: row; } }
  .promo .container .row .card {
    background-color: #f58200;
    border-radius: 10px;
    padding: 25px; }
    .promo .container .row .card .content.image {
      display: flex;
      flex-direction: column;
      gap: 50px; }
      @media only screen and (min-width: 992px) {
        .promo .container .row .card .content.image {
          flex-direction: row;
          align-items: center; } }
      @media only screen and (min-width: 992px) {
        .promo .container .row .card .content.image .column {
          width: calc(50% - 25px); } }
      .promo .container .row .card .content.image .image {
        display: none; }
        @media only screen and (min-width: 992px) {
          .promo .container .row .card .content.image .image {
            width: calc(50% - 25px);
            display: block; } }
        .promo .container .row .card .content.image .image img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .promo .container .row .card .content .column h2 {
      color: white; }
    .promo .container .row .card .content .column p {
      color: white; }
    .promo .container .row .card .content .column .buttons {
      margin: 50px 0 0 0;
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .promo .container .row .card .content .column .buttons {
          flex-direction: row;
          margin: 50px 0 50px 0; } }
      @media only screen and (min-width: 992px) {
        .promo .container .row .card .content .column .buttons {
          margin: 50px 0px 0px 0px; } }
      .promo .container .row .card .content .column .buttons .primary-button {
        margin-bottom: 50px;
        position: relative;
        top: 25px; }
        @media only screen and (min-width: 768px) {
          .promo .container .row .card .content .column .buttons .primary-button {
            margin-bottom: 0px; } }
        @media only screen and (min-width: 992px) {
          .promo .container .row .card .content .column .buttons .primary-button {
            margin-bottom: 50px; } }
      .promo .container .row .card .content .column .buttons .secondary-button {
        margin-bottom: 50px;
        position: relative;
        top: 25px; }
        @media only screen and (min-width: 768px) {
          .promo .container .row .card .content .column .buttons .secondary-button {
            margin-bottom: 0px; } }
        @media only screen and (min-width: 992px) {
          .promo .container .row .card .content .column .buttons .secondary-button {
            margin-bottom: 50px; } }
        .promo .container .row .card .content .column .buttons .secondary-button .primary-btn {
          font-family: "AvenirNextRoundedProReg", Arial, sans-serif;
          color: white;
          font-size: 16px;
          line-height: 19px;
          text-transform: uppercase;
          background-color: #1f375c;
          background: linear-gradient(to left, #1f375c 50%, #2dba95 50%);
          background-size: 200% 100%;
          background-position: right bottom;
          transition: all 0.5s ease;
          border-radius: 500px;
          padding: 12px 24px;
          position: relative;
          width: fit-content; }
          .promo .container .row .card .content .column .buttons .secondary-button .primary-btn:hover {
            background-position: left bottom; }
      .promo .container .row .card .content .column .buttons a:first-child {
        margin-right: 10px; }

.carousel.accreditations {
  padding-top: 64px;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .carousel.accreditations {
      padding-top: 32px; } }
  @media only screen and (min-width: 2500px) {
    .carousel.accreditations {
      padding-top: 0; } }

.carousel .container .carousel-slider {
  align-items: center; }
  .carousel .container .carousel-slider .slick-list {
    margin: 0 -32px; }
  .carousel .container .carousel-slider .slick-track {
    margin: 0; }
  .carousel .container .carousel-slider .slider-item {
    margin: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 145px;
    max-height: 145px; }
    .carousel .container .carousel-slider .slider-item a {
      width: 80%;
      display: block; }
    .carousel .container .carousel-slider .slider-item .image {
      width: 100%;
      height: 100%; }
      .carousel .container .carousel-slider .slider-item .image img {
        width: 90%;
        height: 90%;
        max-height: 100px;
        max-width: 128px;
        object-fit: contain; }
    .carousel .container .carousel-slider .slider-item img {
      width: 100%;
      height: 100%;
      max-height: 100px;
      object-fit: contain; }

.featured-case-studies {
  position: relative; }
  @media only screen and (min-width: 992px) {
    .featured-case-studies {
      padding: 120px 0; } }
  .featured-case-studies:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 0%;
    z-index: -1;
    background-color: #e1f9ff; }
  .featured-case-studies.background:after {
    height: 50%; }
  @media only screen and (min-width: 992px) {
    .featured-case-studies .container {
      padding: 0px 64px; } }
  @media only screen and (min-width: 2500px) {
    .featured-case-studies .container {
      padding: 0px 32px; } }
  .featured-case-studies .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 10px 0px 0px 10px; }
    @media only screen and (min-width: 992px) {
      .featured-case-studies .content {
        margin-left: 5%; } }
    @media (min-width: 1440px) {
      .featured-case-studies .content {
        margin-left: 10%; } }
    @media (min-width: 1670px) {
      .featured-case-studies .content {
        margin-left: 15%; } }
    .featured-case-studies .content .card {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column-reverse;
      height: fit-content; }
      @media only screen and (min-width: 768px) {
        .featured-case-studies .content .card {
          margin: 0px 12.5px; } }
      @media only screen and (min-width: 992px) {
        .featured-case-studies .content .card {
          margin: unset;
          height: 400px;
          flex-direction: row; } }
      .featured-case-studies .content .card .card-content {
        background-color: #1f375c;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        border-radius: 0px 0px 10px 10px; }
        @media only screen and (min-width: 992px) {
          .featured-case-studies .content .card .card-content {
            height: calc(100% - 100px);
            width: 50%;
            border-radius: 10px 0px 0px 10px;
            padding: 50px 50px 50px 50px; } }
        .featured-case-studies .content .card .card-content .card-title {
          margin: 25px 25px 0px 25px; }
          @media only screen and (min-width: 992px) {
            .featured-case-studies .content .card .card-content .card-title {
              margin: 0 0 25px 0; } }
          .featured-case-studies .content .card .card-content .card-title h4 {
            color: white;
            font-size: 28px;
            line-height: 1em; }
            @media only screen and (min-width: 992px) {
              .featured-case-studies .content .card .card-content .card-title h4 {
                font-size: 42px;
                line-height: 1em; } }
        .featured-case-studies .content .card .card-content .card-paragraph {
          margin: 25px 25px 0px 25px; }
          @media only screen and (min-width: 992px) {
            .featured-case-studies .content .card .card-content .card-paragraph {
              margin: 0px; } }
          .featured-case-studies .content .card .card-content .card-paragraph p {
            color: white; }
        .featured-case-studies .content .card .card-content .card-button {
          margin: 25px 25px 50px 25px; }
          @media only screen and (min-width: 992px) {
            .featured-case-studies .content .card .card-content .card-button {
              margin: 25px 0 25px 0; } }
      .featured-case-studies .content .card .card-image {
        width: 100%;
        height: 100%;
        height: 250px; }
        @media only screen and (min-width: 768px) {
          .featured-case-studies .content .card .card-image {
            height: 225px; } }
        @media only screen and (min-width: 992px) {
          .featured-case-studies .content .card .card-image {
            width: 50%;
            height: 100%; } }
        .featured-case-studies .content .card .card-image img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          border-radius: 10px 10px 0px 0px; }
          @media only screen and (min-width: 992px) {
            .featured-case-studies .content .card .card-image img {
              border-radius: 0; } }
  .featured-case-studies .arrows {
    margin-top: 20px;
    display: flex; }
    .featured-case-studies .arrows .left-arrow-fcs {
      margin-right: 20px; }
    .featured-case-studies .arrows .left-arrow-fcs,
    .featured-case-studies .arrows .right-arrow-fcs {
      cursor: pointer; }

body {
  margin: 0px !important;
  max-width: 100%;
  overflow-x: hidden;
  background: white; }

::selection {
  background-color: rgba(28, 175, 186, 0.2); }
