@charset "UTF-8";
/* Updated 09/01/24 - used on Enabling the Future sub-brand pages */
/* Social Media colours */
/* Foreground and background colour styles */
.color-red {
  color: #E73C32;
}

.bg-red {
  background-color: #E73C32;
  fill: #E73C32;
}

.border-red {
  border-color: #E73C32;
  outline-color: #E73C32;
}

.tab-title.tab-bg-red.tab-active, .accordion-title.tab-bg-red {
  background-color: #E73C32;
}

.tab-title.tab-color-red.tab-active, .accordion-title.tab-color-red {
  color: #E73C32;
}

.tab-title.tab-border-red.tab-active, .accordion-title.tab-border-red {
  border-color: #E73C32;
  outline-color: #E73C32;
}

.tab-title.tab-inactive-bg-red:not(.tab-active) {
  background-color: #E73C32;
}

.tab-title.tab-inactive-color-red:not(.tab-active) {
  color: #E73C32;
}

.tab-title.tab-inactive-border-red:not(.tab-active) {
  border-color: #E73C32;
  outline-color: #E73C32;
}

.links-color-red a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-red div.cta-style-text {
  color: #E73C32;
}

.bg-hover-red:hover, .bg-hover-red.hover {
  background-color: #E73C32;
}

.color-hover-red:hover, .color-hover-red.hover {
  color: #E73C32;
}

.border-hover-red:hover, .border-hover-red.hover {
  border-color: #E73C32;
  outline-color: #E73C32;
}

.links-color-hover-red a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-red div.cta-style-text {
  color: #E73C32;
}

.color-blue {
  color: #222d5d;
}

.bg-blue {
  background-color: #222d5d;
  fill: #222d5d;
}

.border-blue {
  border-color: #222d5d;
  outline-color: #222d5d;
}

.tab-title.tab-bg-blue.tab-active, .accordion-title.tab-bg-blue {
  background-color: #222d5d;
}

.tab-title.tab-color-blue.tab-active, .accordion-title.tab-color-blue {
  color: #222d5d;
}

.tab-title.tab-border-blue.tab-active, .accordion-title.tab-border-blue {
  border-color: #222d5d;
  outline-color: #222d5d;
}

.tab-title.tab-inactive-bg-blue:not(.tab-active) {
  background-color: #222d5d;
}

.tab-title.tab-inactive-color-blue:not(.tab-active) {
  color: #222d5d;
}

.tab-title.tab-inactive-border-blue:not(.tab-active) {
  border-color: #222d5d;
  outline-color: #222d5d;
}

.links-color-blue a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-blue div.cta-style-text {
  color: #222d5d;
}

.bg-hover-blue:hover, .bg-hover-blue.hover {
  background-color: #222d5d;
}

.color-hover-blue:hover, .color-hover-blue.hover {
  color: #222d5d;
}

.border-hover-blue:hover, .border-hover-blue.hover {
  border-color: #222d5d;
  outline-color: #222d5d;
}

.links-color-hover-blue a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-blue div.cta-style-text {
  color: #222d5d;
}

.color-black {
  color: #1F1E1E;
}

.bg-black {
  background-color: #1F1E1E;
  fill: #1F1E1E;
}

.border-black {
  border-color: #1F1E1E;
  outline-color: #1F1E1E;
}

.tab-title.tab-bg-black.tab-active, .accordion-title.tab-bg-black {
  background-color: #1F1E1E;
}

.tab-title.tab-color-black.tab-active, .accordion-title.tab-color-black {
  color: #1F1E1E;
}

.tab-title.tab-border-black.tab-active, .accordion-title.tab-border-black {
  border-color: #1F1E1E;
  outline-color: #1F1E1E;
}

.tab-title.tab-inactive-bg-black:not(.tab-active) {
  background-color: #1F1E1E;
}

.tab-title.tab-inactive-color-black:not(.tab-active) {
  color: #1F1E1E;
}

.tab-title.tab-inactive-border-black:not(.tab-active) {
  border-color: #1F1E1E;
  outline-color: #1F1E1E;
}

.links-color-black a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-black div.cta-style-text {
  color: #1F1E1E;
}

.bg-hover-black:hover, .bg-hover-black.hover {
  background-color: #1F1E1E;
}

.color-hover-black:hover, .color-hover-black.hover {
  color: #1F1E1E;
}

.border-hover-black:hover, .border-hover-black.hover {
  border-color: #1F1E1E;
  outline-color: #1F1E1E;
}

.links-color-hover-black a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-black div.cta-style-text {
  color: #1F1E1E;
}

.color-light-grey {
  color: #EBEBEB;
}

.bg-light-grey {
  background-color: #EBEBEB;
  fill: #EBEBEB;
}

.border-light-grey {
  border-color: #EBEBEB;
  outline-color: #EBEBEB;
}

.tab-title.tab-bg-light-grey.tab-active, .accordion-title.tab-bg-light-grey {
  background-color: #EBEBEB;
}

.tab-title.tab-color-light-grey.tab-active, .accordion-title.tab-color-light-grey {
  color: #EBEBEB;
}

.tab-title.tab-border-light-grey.tab-active, .accordion-title.tab-border-light-grey {
  border-color: #EBEBEB;
  outline-color: #EBEBEB;
}

.tab-title.tab-inactive-bg-light-grey:not(.tab-active) {
  background-color: #EBEBEB;
}

.tab-title.tab-inactive-color-light-grey:not(.tab-active) {
  color: #EBEBEB;
}

.tab-title.tab-inactive-border-light-grey:not(.tab-active) {
  border-color: #EBEBEB;
  outline-color: #EBEBEB;
}

.links-color-light-grey a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-light-grey div.cta-style-text {
  color: #EBEBEB;
}

.bg-hover-light-grey:hover, .bg-hover-light-grey.hover {
  background-color: #EBEBEB;
}

.color-hover-light-grey:hover, .color-hover-light-grey.hover {
  color: #EBEBEB;
}

.border-hover-light-grey:hover, .border-hover-light-grey.hover {
  border-color: #EBEBEB;
  outline-color: #EBEBEB;
}

.links-color-hover-light-grey a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-light-grey div.cta-style-text {
  color: #EBEBEB;
}

.color-teal {
  color: #00AEA5;
}

.bg-teal {
  background-color: #00AEA5;
  fill: #00AEA5;
}

.border-teal {
  border-color: #00AEA5;
  outline-color: #00AEA5;
}

.tab-title.tab-bg-teal.tab-active, .accordion-title.tab-bg-teal {
  background-color: #00AEA5;
}

.tab-title.tab-color-teal.tab-active, .accordion-title.tab-color-teal {
  color: #00AEA5;
}

.tab-title.tab-border-teal.tab-active, .accordion-title.tab-border-teal {
  border-color: #00AEA5;
  outline-color: #00AEA5;
}

.tab-title.tab-inactive-bg-teal:not(.tab-active) {
  background-color: #00AEA5;
}

.tab-title.tab-inactive-color-teal:not(.tab-active) {
  color: #00AEA5;
}

.tab-title.tab-inactive-border-teal:not(.tab-active) {
  border-color: #00AEA5;
  outline-color: #00AEA5;
}

.links-color-teal a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-teal div.cta-style-text {
  color: #00AEA5;
}

.bg-hover-teal:hover, .bg-hover-teal.hover {
  background-color: #00AEA5;
}

.color-hover-teal:hover, .color-hover-teal.hover {
  color: #00AEA5;
}

.border-hover-teal:hover, .border-hover-teal.hover {
  border-color: #00AEA5;
  outline-color: #00AEA5;
}

.links-color-hover-teal a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-teal div.cta-style-text {
  color: #00AEA5;
}

.color-dark-teal {
  color: #0B3A4B;
}

.bg-dark-teal {
  background-color: #0B3A4B;
  fill: #0B3A4B;
}

.border-dark-teal {
  border-color: #0B3A4B;
  outline-color: #0B3A4B;
}

.tab-title.tab-bg-dark-teal.tab-active, .accordion-title.tab-bg-dark-teal {
  background-color: #0B3A4B;
}

.tab-title.tab-color-dark-teal.tab-active, .accordion-title.tab-color-dark-teal {
  color: #0B3A4B;
}

.tab-title.tab-border-dark-teal.tab-active, .accordion-title.tab-border-dark-teal {
  border-color: #0B3A4B;
  outline-color: #0B3A4B;
}

.tab-title.tab-inactive-bg-dark-teal:not(.tab-active) {
  background-color: #0B3A4B;
}

.tab-title.tab-inactive-color-dark-teal:not(.tab-active) {
  color: #0B3A4B;
}

.tab-title.tab-inactive-border-dark-teal:not(.tab-active) {
  border-color: #0B3A4B;
  outline-color: #0B3A4B;
}

.links-color-dark-teal a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-dark-teal div.cta-style-text {
  color: #0B3A4B;
}

.bg-hover-dark-teal:hover, .bg-hover-dark-teal.hover {
  background-color: #0B3A4B;
}

.color-hover-dark-teal:hover, .color-hover-dark-teal.hover {
  color: #0B3A4B;
}

.border-hover-dark-teal:hover, .border-hover-dark-teal.hover {
  border-color: #0B3A4B;
  outline-color: #0B3A4B;
}

.links-color-hover-dark-teal a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-dark-teal div.cta-style-text {
  color: #0B3A4B;
}

.color-white {
  color: #FFF;
}

.bg-white {
  background-color: #FFF;
  fill: #FFF;
}

.border-white {
  border-color: #FFF;
  outline-color: #FFF;
}

.tab-title.tab-bg-white.tab-active, .accordion-title.tab-bg-white {
  background-color: #FFF;
}

.tab-title.tab-color-white.tab-active, .accordion-title.tab-color-white {
  color: #FFF;
}

.tab-title.tab-border-white.tab-active, .accordion-title.tab-border-white {
  border-color: #FFF;
  outline-color: #FFF;
}

.tab-title.tab-inactive-bg-white:not(.tab-active) {
  background-color: #FFF;
}

.tab-title.tab-inactive-color-white:not(.tab-active) {
  color: #FFF;
}

.tab-title.tab-inactive-border-white:not(.tab-active) {
  border-color: #FFF;
  outline-color: #FFF;
}

.links-color-white a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-white div.cta-style-text {
  color: #FFF;
}

.bg-hover-white:hover, .bg-hover-white.hover {
  background-color: #FFF;
}

.color-hover-white:hover, .color-hover-white.hover {
  color: #FFF;
}

.border-hover-white:hover, .border-hover-white.hover {
  border-color: #FFF;
  outline-color: #FFF;
}

.links-color-hover-white a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-white div.cta-style-text {
  color: #FFF;
}

.color-orange {
  color: #FB8A00;
}

.bg-orange {
  background-color: #FB8A00;
  fill: #FB8A00;
}

.border-orange {
  border-color: #FB8A00;
  outline-color: #FB8A00;
}

.tab-title.tab-bg-orange.tab-active, .accordion-title.tab-bg-orange {
  background-color: #FB8A00;
}

.tab-title.tab-color-orange.tab-active, .accordion-title.tab-color-orange {
  color: #FB8A00;
}

.tab-title.tab-border-orange.tab-active, .accordion-title.tab-border-orange {
  border-color: #FB8A00;
  outline-color: #FB8A00;
}

.tab-title.tab-inactive-bg-orange:not(.tab-active) {
  background-color: #FB8A00;
}

.tab-title.tab-inactive-color-orange:not(.tab-active) {
  color: #FB8A00;
}

.tab-title.tab-inactive-border-orange:not(.tab-active) {
  border-color: #FB8A00;
  outline-color: #FB8A00;
}

.links-color-orange a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-orange div.cta-style-text {
  color: #FB8A00;
}

.bg-hover-orange:hover, .bg-hover-orange.hover {
  background-color: #FB8A00;
}

.color-hover-orange:hover, .color-hover-orange.hover {
  color: #FB8A00;
}

.border-hover-orange:hover, .border-hover-orange.hover {
  border-color: #FB8A00;
  outline-color: #FB8A00;
}

.links-color-hover-orange a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-orange div.cta-style-text {
  color: #FB8A00;
}

.color-green {
  color: #559e4f;
}

.bg-green {
  background-color: #559e4f;
  fill: #559e4f;
}

.border-green {
  border-color: #559e4f;
  outline-color: #559e4f;
}

.tab-title.tab-bg-green.tab-active, .accordion-title.tab-bg-green {
  background-color: #559e4f;
}

.tab-title.tab-color-green.tab-active, .accordion-title.tab-color-green {
  color: #559e4f;
}

.tab-title.tab-border-green.tab-active, .accordion-title.tab-border-green {
  border-color: #559e4f;
  outline-color: #559e4f;
}

.tab-title.tab-inactive-bg-green:not(.tab-active) {
  background-color: #559e4f;
}

.tab-title.tab-inactive-color-green:not(.tab-active) {
  color: #559e4f;
}

.tab-title.tab-inactive-border-green:not(.tab-active) {
  border-color: #559e4f;
  outline-color: #559e4f;
}

.links-color-green a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-green div.cta-style-text {
  color: #559e4f;
}

.bg-hover-green:hover, .bg-hover-green.hover {
  background-color: #559e4f;
}

.color-hover-green:hover, .color-hover-green.hover {
  color: #559e4f;
}

.border-hover-green:hover, .border-hover-green.hover {
  border-color: #559e4f;
  outline-color: #559e4f;
}

.links-color-hover-green a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-green div.cta-style-text {
  color: #559e4f;
}

.color-yellow {
  color: #ffc600;
}

.bg-yellow {
  background-color: #ffc600;
  fill: #ffc600;
}

.border-yellow {
  border-color: #ffc600;
  outline-color: #ffc600;
}

.tab-title.tab-bg-yellow.tab-active, .accordion-title.tab-bg-yellow {
  background-color: #ffc600;
}

.tab-title.tab-color-yellow.tab-active, .accordion-title.tab-color-yellow {
  color: #ffc600;
}

.tab-title.tab-border-yellow.tab-active, .accordion-title.tab-border-yellow {
  border-color: #ffc600;
  outline-color: #ffc600;
}

.tab-title.tab-inactive-bg-yellow:not(.tab-active) {
  background-color: #ffc600;
}

.tab-title.tab-inactive-color-yellow:not(.tab-active) {
  color: #ffc600;
}

.tab-title.tab-inactive-border-yellow:not(.tab-active) {
  border-color: #ffc600;
  outline-color: #ffc600;
}

.links-color-yellow a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-yellow div.cta-style-text {
  color: #ffc600;
}

.bg-hover-yellow:hover, .bg-hover-yellow.hover {
  background-color: #ffc600;
}

.color-hover-yellow:hover, .color-hover-yellow.hover {
  color: #ffc600;
}

.border-hover-yellow:hover, .border-hover-yellow.hover {
  border-color: #ffc600;
  outline-color: #ffc600;
}

.links-color-hover-yellow a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-yellow div.cta-style-text {
  color: #ffc600;
}

.color-purple {
  color: #7b0165;
}

.bg-purple {
  background-color: #7b0165;
  fill: #7b0165;
}

.border-purple {
  border-color: #7b0165;
  outline-color: #7b0165;
}

.tab-title.tab-bg-purple.tab-active, .accordion-title.tab-bg-purple {
  background-color: #7b0165;
}

.tab-title.tab-color-purple.tab-active, .accordion-title.tab-color-purple {
  color: #7b0165;
}

.tab-title.tab-border-purple.tab-active, .accordion-title.tab-border-purple {
  border-color: #7b0165;
  outline-color: #7b0165;
}

.tab-title.tab-inactive-bg-purple:not(.tab-active) {
  background-color: #7b0165;
}

.tab-title.tab-inactive-color-purple:not(.tab-active) {
  color: #7b0165;
}

.tab-title.tab-inactive-border-purple:not(.tab-active) {
  border-color: #7b0165;
  outline-color: #7b0165;
}

.links-color-purple a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-purple div.cta-style-text {
  color: #7b0165;
}

.bg-hover-purple:hover, .bg-hover-purple.hover {
  background-color: #7b0165;
}

.color-hover-purple:hover, .color-hover-purple.hover {
  color: #7b0165;
}

.border-hover-purple:hover, .border-hover-purple.hover {
  border-color: #7b0165;
  outline-color: #7b0165;
}

.links-color-hover-purple a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-purple div.cta-style-text {
  color: #7b0165;
}

.color-dark-blue {
  color: #20345a;
}

.bg-dark-blue {
  background-color: #20345a;
  fill: #20345a;
}

.border-dark-blue {
  border-color: #20345a;
  outline-color: #20345a;
}

.tab-title.tab-bg-dark-blue.tab-active, .accordion-title.tab-bg-dark-blue {
  background-color: #20345a;
}

.tab-title.tab-color-dark-blue.tab-active, .accordion-title.tab-color-dark-blue {
  color: #20345a;
}

.tab-title.tab-border-dark-blue.tab-active, .accordion-title.tab-border-dark-blue {
  border-color: #20345a;
  outline-color: #20345a;
}

.tab-title.tab-inactive-bg-dark-blue:not(.tab-active) {
  background-color: #20345a;
}

.tab-title.tab-inactive-color-dark-blue:not(.tab-active) {
  color: #20345a;
}

.tab-title.tab-inactive-border-dark-blue:not(.tab-active) {
  border-color: #20345a;
  outline-color: #20345a;
}

.links-color-dark-blue a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-dark-blue div.cta-style-text {
  color: #20345a;
}

.bg-hover-dark-blue:hover, .bg-hover-dark-blue.hover {
  background-color: #20345a;
}

.color-hover-dark-blue:hover, .color-hover-dark-blue.hover {
  color: #20345a;
}

.border-hover-dark-blue:hover, .border-hover-dark-blue.hover {
  border-color: #20345a;
  outline-color: #20345a;
}

.links-color-hover-dark-blue a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-dark-blue div.cta-style-text {
  color: #20345a;
}

.color-light-blue {
  color: #48a8c7;
}

.bg-light-blue {
  background-color: #48a8c7;
  fill: #48a8c7;
}

.border-light-blue {
  border-color: #48a8c7;
  outline-color: #48a8c7;
}

.tab-title.tab-bg-light-blue.tab-active, .accordion-title.tab-bg-light-blue {
  background-color: #48a8c7;
}

.tab-title.tab-color-light-blue.tab-active, .accordion-title.tab-color-light-blue {
  color: #48a8c7;
}

.tab-title.tab-border-light-blue.tab-active, .accordion-title.tab-border-light-blue {
  border-color: #48a8c7;
  outline-color: #48a8c7;
}

.tab-title.tab-inactive-bg-light-blue:not(.tab-active) {
  background-color: #48a8c7;
}

.tab-title.tab-inactive-color-light-blue:not(.tab-active) {
  color: #48a8c7;
}

.tab-title.tab-inactive-border-light-blue:not(.tab-active) {
  border-color: #48a8c7;
  outline-color: #48a8c7;
}

.links-color-light-blue a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-light-blue div.cta-style-text {
  color: #48a8c7;
}

.bg-hover-light-blue:hover, .bg-hover-light-blue.hover {
  background-color: #48a8c7;
}

.color-hover-light-blue:hover, .color-hover-light-blue.hover {
  color: #48a8c7;
}

.border-hover-light-blue:hover, .border-hover-light-blue.hover {
  border-color: #48a8c7;
  outline-color: #48a8c7;
}

.links-color-hover-light-blue a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-light-blue div.cta-style-text {
  color: #48a8c7;
}

.color-dark-grey {
  color: #444;
}

.bg-dark-grey {
  background-color: #444;
  fill: #444;
}

.border-dark-grey {
  border-color: #444;
  outline-color: #444;
}

.tab-title.tab-bg-dark-grey.tab-active, .accordion-title.tab-bg-dark-grey {
  background-color: #444;
}

.tab-title.tab-color-dark-grey.tab-active, .accordion-title.tab-color-dark-grey {
  color: #444;
}

.tab-title.tab-border-dark-grey.tab-active, .accordion-title.tab-border-dark-grey {
  border-color: #444;
  outline-color: #444;
}

.tab-title.tab-inactive-bg-dark-grey:not(.tab-active) {
  background-color: #444;
}

.tab-title.tab-inactive-color-dark-grey:not(.tab-active) {
  color: #444;
}

.tab-title.tab-inactive-border-dark-grey:not(.tab-active) {
  border-color: #444;
  outline-color: #444;
}

.links-color-dark-grey a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-dark-grey div.cta-style-text {
  color: #444;
}

.bg-hover-dark-grey:hover, .bg-hover-dark-grey.hover {
  background-color: #444;
}

.color-hover-dark-grey:hover, .color-hover-dark-grey.hover {
  color: #444;
}

.border-hover-dark-grey:hover, .border-hover-dark-grey.hover {
  border-color: #444;
  outline-color: #444;
}

.links-color-hover-dark-grey a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-dark-grey div.cta-style-text {
  color: #444;
}

.color-mid-grey {
  color: #909090;
}

.bg-mid-grey {
  background-color: #909090;
  fill: #909090;
}

.border-mid-grey {
  border-color: #909090;
  outline-color: #909090;
}

.tab-title.tab-bg-mid-grey.tab-active, .accordion-title.tab-bg-mid-grey {
  background-color: #909090;
}

.tab-title.tab-color-mid-grey.tab-active, .accordion-title.tab-color-mid-grey {
  color: #909090;
}

.tab-title.tab-border-mid-grey.tab-active, .accordion-title.tab-border-mid-grey {
  border-color: #909090;
  outline-color: #909090;
}

.tab-title.tab-inactive-bg-mid-grey:not(.tab-active) {
  background-color: #909090;
}

.tab-title.tab-inactive-color-mid-grey:not(.tab-active) {
  color: #909090;
}

.tab-title.tab-inactive-border-mid-grey:not(.tab-active) {
  border-color: #909090;
  outline-color: #909090;
}

.links-color-mid-grey a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-mid-grey div.cta-style-text {
  color: #909090;
}

.bg-hover-mid-grey:hover, .bg-hover-mid-grey.hover {
  background-color: #909090;
}

.color-hover-mid-grey:hover, .color-hover-mid-grey.hover {
  color: #909090;
}

.border-hover-mid-grey:hover, .border-hover-mid-grey.hover {
  border-color: #909090;
  outline-color: #909090;
}

.links-color-hover-mid-grey a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-mid-grey div.cta-style-text {
  color: #909090;
}

.color-indigo {
  color: #272d5f;
}

.bg-indigo {
  background-color: #272d5f;
  fill: #272d5f;
}

.border-indigo {
  border-color: #272d5f;
  outline-color: #272d5f;
}

.tab-title.tab-bg-indigo.tab-active, .accordion-title.tab-bg-indigo {
  background-color: #272d5f;
}

.tab-title.tab-color-indigo.tab-active, .accordion-title.tab-color-indigo {
  color: #272d5f;
}

.tab-title.tab-border-indigo.tab-active, .accordion-title.tab-border-indigo {
  border-color: #272d5f;
  outline-color: #272d5f;
}

.tab-title.tab-inactive-bg-indigo:not(.tab-active) {
  background-color: #272d5f;
}

.tab-title.tab-inactive-color-indigo:not(.tab-active) {
  color: #272d5f;
}

.tab-title.tab-inactive-border-indigo:not(.tab-active) {
  border-color: #272d5f;
  outline-color: #272d5f;
}

.links-color-indigo a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink), .links-color-indigo div.cta-style-text {
  color: #272d5f;
}

.bg-hover-indigo:hover, .bg-hover-indigo.hover {
  background-color: #272d5f;
}

.color-hover-indigo:hover, .color-hover-indigo.hover {
  color: #272d5f;
}

.border-hover-indigo:hover, .border-hover-indigo.hover {
  border-color: #272d5f;
  outline-color: #272d5f;
}

.links-color-hover-indigo a:not(.cta-style-button, .cta-style-button-with-icon, .cta-style-button-with-download-icon, .cta-style-full-width-signpost, .sociallink):hover, .links-color-hover-indigo div.cta-style-text {
  color: #272d5f;
}

.bg-none {
  background-color: transparent !important;
  fill: none;
}

/* Component width breakpoints */
/* Site Variables */
.whole-component-as-cta.hover-effect-zoom:hover .background-image img, .whole-component-as-cta.hover-effect-zoom:hover .image-sub-component img, .whole-component-as-cta.hover-effect-zoom:hover > picture img {
  transform: scale(1.05);
}
.whole-component-as-cta.hover-effect-darken:hover .background-image img, .whole-component-as-cta.hover-effect-darken:hover .image-sub-component img, .whole-component-as-cta.hover-effect-darken:hover > picture img {
  filter: brightness(0.6);
}
.whole-component-as-cta.hover-effect-lighten:hover .background-image img, .whole-component-as-cta.hover-effect-lighten:hover .image-sub-component img, .whole-component-as-cta.hover-effect-lighten:hover > picture img {
  filter: brightness(0.4);
}
.whole-component-as-cta.hover-effect-greyscale:hover .background-image img, .whole-component-as-cta.hover-effect-greyscale:hover .image-sub-component img, .whole-component-as-cta.hover-effect-greyscale:hover > picture img, .whole-component-as-cta.hover-effect-grayscale:hover .background-image img, .whole-component-as-cta.hover-effect-grayscale:hover .image-sub-component img, .whole-component-as-cta.hover-effect-grayscale:hover > picture img {
  filter: grayscale(100%);
}
.whole-component-as-cta.hover-effect-sepia .background-image img, .whole-component-as-cta.hover-effect-sepia .image-sub-component img, .whole-component-as-cta.hover-effect-sepia > picture img {
  filter: sepia(100%);
}

.padding-all-none {
  padding: 0;
}
.padding-all-2px {
  padding: 2px;
}
.padding-all-5px {
  padding: 5px;
}
.padding-all-10px {
  padding: 10px;
}
.padding-all-20px {
  padding: 20px;
}
.padding-all-30px {
  padding: 30px;
}
.padding-all-40px {
  padding: 40px;
}
.padding-all-50px {
  padding: 50px;
}
.padding-all-60px {
  padding: 60px;
}
.padding-all-70px {
  padding: 70px;
}
.padding-all-80px {
  padding: 80px;
}
.padding-all-90px {
  padding: 90px;
}
.padding-all-100px {
  padding: 100px;
}
.padding-all-120px {
  padding: 120px;
}
.padding-left-none {
  padding-left: 0;
}
.padding-left-2px {
  padding-left: 2px;
}
.padding-left-5px {
  padding-left: 5px;
}
.padding-left-10px {
  padding-left: 10px;
}
.padding-left-20px {
  padding-left: 20px;
}
.padding-left-30px {
  padding-left: 30px;
}
.padding-left-40px {
  padding-left: 40px;
}
.padding-left-50px {
  padding-left: 50px;
}
.padding-left-60px {
  padding-left: 60px;
}
.padding-left-70px {
  padding-left: 70px;
}
.padding-left-80px {
  padding-left: 80px;
}
.padding-left-90px {
  padding-left: 90px;
}
.padding-left-100px {
  padding-left: 100px;
}
.padding-left-120px {
  padding-left: 120px;
}
.padding-right-none {
  padding-right: 0;
}
.padding-right-2px {
  padding-right: 2px;
}
.padding-right-5px {
  padding-right: 5px;
}
.padding-right-10px {
  padding-right: 10px;
}
.padding-right-20px {
  padding-right: 20px;
}
.padding-right-30px {
  padding-right: 30px;
}
.padding-right-40px {
  padding-right: 40px;
}
.padding-right-50px {
  padding-right: 50px;
}
.padding-right-60px {
  padding-right: 60px;
}
.padding-right-70px {
  padding-right: 70px;
}
.padding-right-80px {
  padding-right: 80px;
}
.padding-right-90px {
  padding-right: 90px;
}
.padding-right-100px {
  padding-right: 100px;
}
.padding-right-120px {
  padding-right: 120px;
}
.padding-top-none {
  padding-top: 0;
}
.padding-top-2px {
  padding-top: 2px;
}
.padding-top-5px {
  padding-top: 5px;
}
.padding-top-10px {
  padding-top: 10px;
}
.padding-top-20px {
  padding-top: 20px;
}
.padding-top-30px {
  padding-top: 30px;
}
.padding-top-40px {
  padding-top: 40px;
}
.padding-top-50px {
  padding-top: 50px;
}
.padding-top-60px {
  padding-top: 60px;
}
.padding-top-70px {
  padding-top: 70px;
}
.padding-top-80px {
  padding-top: 80px;
}
.padding-top-90px {
  padding-top: 90px;
}
.padding-top-100px {
  padding-top: 100px;
}
.padding-top-120px {
  padding-top: 120px;
}
.padding-bottom-none {
  padding-bottom: 0;
}
.padding-bottom-2px {
  padding-bottom: 2px;
}
.padding-bottom-5px {
  padding-bottom: 5px;
}
.padding-bottom-10px {
  padding-bottom: 10px;
}
.padding-bottom-20px {
  padding-bottom: 20px;
}
.padding-bottom-30px {
  padding-bottom: 30px;
}
.padding-bottom-40px {
  padding-bottom: 40px;
}
.padding-bottom-50px {
  padding-bottom: 50px;
}
.padding-bottom-60px {
  padding-bottom: 60px;
}
.padding-bottom-70px {
  padding-bottom: 70px;
}
.padding-bottom-80px {
  padding-bottom: 80px;
}
.padding-bottom-90px {
  padding-bottom: 90px;
}
.padding-bottom-100px {
  padding-bottom: 100px;
}
.padding-bottom-120px {
  padding-bottom: 120px;
}

.margin-all-2px {
  margin: 2px;
}
.margin-all-5px {
  margin: 5px;
}
.margin-all-10px {
  margin: 10px;
}
.margin-all-20px {
  margin: 20px;
}
.margin-all-30px {
  margin: 30px;
}
.margin-all-40px {
  margin: 40px;
}
.margin-all-50px {
  margin: 50px;
}
.margin-all-60px {
  margin: 60px;
}
.margin-all-70px {
  margin: 70px;
}
.margin-all-80px {
  margin: 80px;
}
.margin-all-90px {
  margin: 90px;
}
.margin-all-100px {
  margin: 100px;
}
.margin-all-120px {
  margin: 120px;
}
.margin-left-none {
  margin-left: 0;
}
.margin-left-2px {
  margin-left: 2px;
}
.margin-left-5px {
  margin-left: 5px;
}
.margin-left-10px {
  margin-left: 10px;
}
.margin-left-20px {
  margin-left: 20px;
}
.margin-left-30px {
  margin-left: 30px;
}
.margin-left-40px {
  margin-left: 40px;
}
.margin-left-50px {
  margin-left: 50px;
}
.margin-left-60px {
  margin-left: 60px;
}
.margin-left-70px {
  margin-left: 70px;
}
.margin-left-80px {
  margin-left: 80px;
}
.margin-left-90px {
  margin-left: 90px;
}
.margin-left-100px {
  margin-left: 100px;
}
.margin-left-120px {
  margin-left: 120px;
}
.margin-right-none {
  margin-right: 0;
}
.margin-right-2px {
  margin-right: 2px;
}
.margin-right-5px {
  margin-right: 5px;
}
.margin-right-10px {
  margin-right: 10px;
}
.margin-right-20px {
  margin-right: 20px;
}
.margin-right-30px {
  margin-right: 30px;
}
.margin-right-40px {
  margin-right: 40px;
}
.margin-right-50px {
  margin-right: 50px;
}
.margin-right-60px {
  margin-right: 60px;
}
.margin-right-70px {
  margin-right: 70px;
}
.margin-right-80px {
  margin-right: 80px;
}
.margin-right-90px {
  margin-right: 90px;
}
.margin-right-100px {
  margin-right: 100px;
}
.margin-right-120px {
  margin-right: 120px;
}
.margin-top-none {
  margin-top: 0;
}
.margin-top-2px {
  margin-top: 2px;
}
.margin-top-5px {
  margin-top: 5px;
}
.margin-top-10px {
  margin-top: 10px;
}
.margin-top-20px {
  margin-top: 20px;
}
.margin-top-30px {
  margin-top: 30px;
}
.margin-top-40px {
  margin-top: 40px;
}
.margin-top-50px {
  margin-top: 50px;
}
.margin-top-60px {
  margin-top: 60px;
}
.margin-top-70px {
  margin-top: 70px;
}
.margin-top-80px {
  margin-top: 80px;
}
.margin-top-90px {
  margin-top: 90px;
}
.margin-top-100px {
  margin-top: 100px;
}
.margin-top-120px {
  margin-top: 120px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-bottom-2px {
  margin-bottom: 2px;
}
.margin-bottom-5px {
  margin-bottom: 5px;
}
.margin-bottom-10px {
  margin-bottom: 10px;
}
.margin-bottom-20px {
  margin-bottom: 20px;
}
.margin-bottom-30px {
  margin-bottom: 30px;
}
.margin-bottom-40px {
  margin-bottom: 40px;
}
.margin-bottom-50px {
  margin-bottom: 50px;
}
.margin-bottom-60px {
  margin-bottom: 60px;
}
.margin-bottom-70px {
  margin-bottom: 70px;
}
.margin-bottom-80px {
  margin-bottom: 80px;
}
.margin-bottom-90px {
  margin-bottom: 90px;
}
.margin-bottom-100px {
  margin-bottom: 100px;
}
.margin-bottom-120px {
  margin-bottom: 120px;
}

@media (max-width: 1279px) {
  .tablet-padding-all-none {
    padding: 0;
  }
  .tablet-padding-all-2px {
    padding: 2px;
  }
  .tablet-padding-all-5px {
    padding: 5px;
  }
  .tablet-padding-all-10px {
    padding: 10px;
  }
  .tablet-padding-all-20px {
    padding: 20px;
  }
  .tablet-padding-all-30px {
    padding: 30px;
  }
  .tablet-padding-all-40px {
    padding: 40px;
  }
  .tablet-padding-all-50px {
    padding: 50px;
  }
  .tablet-padding-all-60px {
    padding: 60px;
  }
  .tablet-padding-all-70px {
    padding: 70px;
  }
  .tablet-padding-all-80px {
    padding: 80px;
  }
  .tablet-padding-all-90px {
    padding: 90px;
  }
  .tablet-padding-all-100px {
    padding: 100px;
  }
  .tablet-padding-all-120px {
    padding: 120px;
  }
  .tablet-padding-left-none {
    padding-left: 0;
  }
  .tablet-padding-left-2px {
    padding-left: 2px;
  }
  .tablet-padding-left-5px {
    padding-left: 5px;
  }
  .tablet-padding-left-10px {
    padding-left: 10px;
  }
  .tablet-padding-left-20px {
    padding-left: 20px;
  }
  .tablet-padding-left-30px {
    padding-left: 30px;
  }
  .tablet-padding-left-40px {
    padding-left: 40px;
  }
  .tablet-padding-left-50px {
    padding-left: 50px;
  }
  .tablet-padding-left-60px {
    padding-left: 60px;
  }
  .tablet-padding-left-70px {
    padding-left: 70px;
  }
  .tablet-padding-left-80px {
    padding-left: 80px;
  }
  .tablet-padding-left-90px {
    padding-left: 90px;
  }
  .tablet-padding-left-100px {
    padding-left: 100px;
  }
  .tablet-padding-left-120px {
    padding-left: 120px;
  }
  .tablet-padding-right-none {
    padding-right: 0;
  }
  .tablet-padding-right-2px {
    padding-right: 2px;
  }
  .tablet-padding-right-5px {
    padding-right: 5px;
  }
  .tablet-padding-right-10px {
    padding-right: 10px;
  }
  .tablet-padding-right-20px {
    padding-right: 20px;
  }
  .tablet-padding-right-30px {
    padding-right: 30px;
  }
  .tablet-padding-right-40px {
    padding-right: 40px;
  }
  .tablet-padding-right-50px {
    padding-right: 50px;
  }
  .tablet-padding-right-60px {
    padding-right: 60px;
  }
  .tablet-padding-right-70px {
    padding-right: 70px;
  }
  .tablet-padding-right-80px {
    padding-right: 80px;
  }
  .tablet-padding-right-90px {
    padding-right: 90px;
  }
  .tablet-padding-right-100px {
    padding-right: 100px;
  }
  .tablet-padding-right-120px {
    padding-right: 120px;
  }
  .tablet-padding-top-none {
    padding-top: 0;
  }
  .tablet-padding-top-2px {
    padding-top: 2px;
  }
  .tablet-padding-top-5px {
    padding-top: 5px;
  }
  .tablet-padding-top-10px {
    padding-top: 10px;
  }
  .tablet-padding-top-20px {
    padding-top: 20px;
  }
  .tablet-padding-top-30px {
    padding-top: 30px;
  }
  .tablet-padding-top-40px {
    padding-top: 40px;
  }
  .tablet-padding-top-50px {
    padding-top: 50px;
  }
  .tablet-padding-top-60px {
    padding-top: 60px;
  }
  .tablet-padding-top-70px {
    padding-top: 70px;
  }
  .tablet-padding-top-80px {
    padding-top: 80px;
  }
  .tablet-padding-top-90px {
    padding-top: 90px;
  }
  .tablet-padding-top-100px {
    padding-top: 100px;
  }
  .tablet-padding-top-120px {
    padding-top: 120px;
  }
  .tablet-padding-bottom-none {
    padding-bottom: 0;
  }
  .tablet-padding-bottom-2px {
    padding-bottom: 2px;
  }
  .tablet-padding-bottom-5px {
    padding-bottom: 5px;
  }
  .tablet-padding-bottom-10px {
    padding-bottom: 10px;
  }
  .tablet-padding-bottom-20px {
    padding-bottom: 20px;
  }
  .tablet-padding-bottom-30px {
    padding-bottom: 30px;
  }
  .tablet-padding-bottom-40px {
    padding-bottom: 40px;
  }
  .tablet-padding-bottom-50px {
    padding-bottom: 50px;
  }
  .tablet-padding-bottom-60px {
    padding-bottom: 60px;
  }
  .tablet-padding-bottom-70px {
    padding-bottom: 70px;
  }
  .tablet-padding-bottom-80px {
    padding-bottom: 80px;
  }
  .tablet-padding-bottom-90px {
    padding-bottom: 90px;
  }
  .tablet-padding-bottom-100px {
    padding-bottom: 100px;
  }
  .tablet-padding-bottom-120px {
    padding-bottom: 120px;
  }
}

@media (max-width: 1279px) {
  .tablet-margin-all-2px {
    margin: 2px;
  }
  .tablet-margin-all-5px {
    margin: 5px;
  }
  .tablet-margin-all-10px {
    margin: 10px;
  }
  .tablet-margin-all-20px {
    margin: 20px;
  }
  .tablet-margin-all-30px {
    margin: 30px;
  }
  .tablet-margin-all-40px {
    margin: 40px;
  }
  .tablet-margin-all-50px {
    margin: 50px;
  }
  .tablet-margin-all-60px {
    margin: 60px;
  }
  .tablet-margin-all-70px {
    margin: 70px;
  }
  .tablet-margin-all-80px {
    margin: 80px;
  }
  .tablet-margin-all-90px {
    margin: 90px;
  }
  .tablet-margin-all-100px {
    margin: 100px;
  }
  .tablet-margin-all-120px {
    margin: 120px;
  }
  .tablet-margin-left-none {
    margin-left: 0;
  }
  .tablet-margin-left-2px {
    margin-left: 2px;
  }
  .tablet-margin-left-5px {
    margin-left: 5px;
  }
  .tablet-margin-left-10px {
    margin-left: 10px;
  }
  .tablet-margin-left-20px {
    margin-left: 20px;
  }
  .tablet-margin-left-30px {
    margin-left: 30px;
  }
  .tablet-margin-left-40px {
    margin-left: 40px;
  }
  .tablet-margin-left-50px {
    margin-left: 50px;
  }
  .tablet-margin-left-60px {
    margin-left: 60px;
  }
  .tablet-margin-left-70px {
    margin-left: 70px;
  }
  .tablet-margin-left-80px {
    margin-left: 80px;
  }
  .tablet-margin-left-90px {
    margin-left: 90px;
  }
  .tablet-margin-left-100px {
    margin-left: 100px;
  }
  .tablet-margin-left-120px {
    margin-left: 120px;
  }
  .tablet-margin-right-none {
    margin-right: 0;
  }
  .tablet-margin-right-2px {
    margin-right: 2px;
  }
  .tablet-margin-right-5px {
    margin-right: 5px;
  }
  .tablet-margin-right-10px {
    margin-right: 10px;
  }
  .tablet-margin-right-20px {
    margin-right: 20px;
  }
  .tablet-margin-right-30px {
    margin-right: 30px;
  }
  .tablet-margin-right-40px {
    margin-right: 40px;
  }
  .tablet-margin-right-50px {
    margin-right: 50px;
  }
  .tablet-margin-right-60px {
    margin-right: 60px;
  }
  .tablet-margin-right-70px {
    margin-right: 70px;
  }
  .tablet-margin-right-80px {
    margin-right: 80px;
  }
  .tablet-margin-right-90px {
    margin-right: 90px;
  }
  .tablet-margin-right-100px {
    margin-right: 100px;
  }
  .tablet-margin-right-120px {
    margin-right: 120px;
  }
  .tablet-margin-top-none {
    margin-top: 0;
  }
  .tablet-margin-top-2px {
    margin-top: 2px;
  }
  .tablet-margin-top-5px {
    margin-top: 5px;
  }
  .tablet-margin-top-10px {
    margin-top: 10px;
  }
  .tablet-margin-top-20px {
    margin-top: 20px;
  }
  .tablet-margin-top-30px {
    margin-top: 30px;
  }
  .tablet-margin-top-40px {
    margin-top: 40px;
  }
  .tablet-margin-top-50px {
    margin-top: 50px;
  }
  .tablet-margin-top-60px {
    margin-top: 60px;
  }
  .tablet-margin-top-70px {
    margin-top: 70px;
  }
  .tablet-margin-top-80px {
    margin-top: 80px;
  }
  .tablet-margin-top-90px {
    margin-top: 90px;
  }
  .tablet-margin-top-100px {
    margin-top: 100px;
  }
  .tablet-margin-top-120px {
    margin-top: 120px;
  }
  .tablet-margin-bottom-none {
    margin-bottom: 0;
  }
  .tablet-margin-bottom-2px {
    margin-bottom: 2px;
  }
  .tablet-margin-bottom-5px {
    margin-bottom: 5px;
  }
  .tablet-margin-bottom-10px {
    margin-bottom: 10px;
  }
  .tablet-margin-bottom-20px {
    margin-bottom: 20px;
  }
  .tablet-margin-bottom-30px {
    margin-bottom: 30px;
  }
  .tablet-margin-bottom-40px {
    margin-bottom: 40px;
  }
  .tablet-margin-bottom-50px {
    margin-bottom: 50px;
  }
  .tablet-margin-bottom-60px {
    margin-bottom: 60px;
  }
  .tablet-margin-bottom-70px {
    margin-bottom: 70px;
  }
  .tablet-margin-bottom-80px {
    margin-bottom: 80px;
  }
  .tablet-margin-bottom-90px {
    margin-bottom: 90px;
  }
  .tablet-margin-bottom-100px {
    margin-bottom: 100px;
  }
  .tablet-margin-bottom-120px {
    margin-bottom: 120px;
  }
}

@media (max-width: 599px) {
  .mobile-padding-all-none {
    padding: 0;
  }
  .mobile-padding-all-2px {
    padding: 2px;
  }
  .mobile-padding-all-5px {
    padding: 5px;
  }
  .mobile-padding-all-10px {
    padding: 10px;
  }
  .mobile-padding-all-20px {
    padding: 20px;
  }
  .mobile-padding-all-30px {
    padding: 30px;
  }
  .mobile-padding-all-40px {
    padding: 40px;
  }
  .mobile-padding-all-50px {
    padding: 50px;
  }
  .mobile-padding-all-60px {
    padding: 60px;
  }
  .mobile-padding-all-70px {
    padding: 70px;
  }
  .mobile-padding-all-80px {
    padding: 80px;
  }
  .mobile-padding-all-90px {
    padding: 90px;
  }
  .mobile-padding-all-100px {
    padding: 100px;
  }
  .mobile-padding-all-120px {
    padding: 120px;
  }
  .mobile-padding-left-none {
    padding-left: 0;
  }
  .mobile-padding-left-2px {
    padding-left: 2px;
  }
  .mobile-padding-left-5px {
    padding-left: 5px;
  }
  .mobile-padding-left-10px {
    padding-left: 10px;
  }
  .mobile-padding-left-20px {
    padding-left: 20px;
  }
  .mobile-padding-left-30px {
    padding-left: 30px;
  }
  .mobile-padding-left-40px {
    padding-left: 40px;
  }
  .mobile-padding-left-50px {
    padding-left: 50px;
  }
  .mobile-padding-left-60px {
    padding-left: 60px;
  }
  .mobile-padding-left-70px {
    padding-left: 70px;
  }
  .mobile-padding-left-80px {
    padding-left: 80px;
  }
  .mobile-padding-left-90px {
    padding-left: 90px;
  }
  .mobile-padding-left-100px {
    padding-left: 100px;
  }
  .mobile-padding-left-120px {
    padding-left: 120px;
  }
  .mobile-padding-right-none {
    padding-right: 0;
  }
  .mobile-padding-right-2px {
    padding-right: 2px;
  }
  .mobile-padding-right-5px {
    padding-right: 5px;
  }
  .mobile-padding-right-10px {
    padding-right: 10px;
  }
  .mobile-padding-right-20px {
    padding-right: 20px;
  }
  .mobile-padding-right-30px {
    padding-right: 30px;
  }
  .mobile-padding-right-40px {
    padding-right: 40px;
  }
  .mobile-padding-right-50px {
    padding-right: 50px;
  }
  .mobile-padding-right-60px {
    padding-right: 60px;
  }
  .mobile-padding-right-70px {
    padding-right: 70px;
  }
  .mobile-padding-right-80px {
    padding-right: 80px;
  }
  .mobile-padding-right-90px {
    padding-right: 90px;
  }
  .mobile-padding-right-100px {
    padding-right: 100px;
  }
  .mobile-padding-right-120px {
    padding-right: 120px;
  }
  .mobile-padding-top-none {
    padding-top: 0;
  }
  .mobile-padding-top-2px {
    padding-top: 2px;
  }
  .mobile-padding-top-5px {
    padding-top: 5px;
  }
  .mobile-padding-top-10px {
    padding-top: 10px;
  }
  .mobile-padding-top-20px {
    padding-top: 20px;
  }
  .mobile-padding-top-30px {
    padding-top: 30px;
  }
  .mobile-padding-top-40px {
    padding-top: 40px;
  }
  .mobile-padding-top-50px {
    padding-top: 50px;
  }
  .mobile-padding-top-60px {
    padding-top: 60px;
  }
  .mobile-padding-top-70px {
    padding-top: 70px;
  }
  .mobile-padding-top-80px {
    padding-top: 80px;
  }
  .mobile-padding-top-90px {
    padding-top: 90px;
  }
  .mobile-padding-top-100px {
    padding-top: 100px;
  }
  .mobile-padding-top-120px {
    padding-top: 120px;
  }
  .mobile-padding-bottom-none {
    padding-bottom: 0;
  }
  .mobile-padding-bottom-2px {
    padding-bottom: 2px;
  }
  .mobile-padding-bottom-5px {
    padding-bottom: 5px;
  }
  .mobile-padding-bottom-10px {
    padding-bottom: 10px;
  }
  .mobile-padding-bottom-20px {
    padding-bottom: 20px;
  }
  .mobile-padding-bottom-30px {
    padding-bottom: 30px;
  }
  .mobile-padding-bottom-40px {
    padding-bottom: 40px;
  }
  .mobile-padding-bottom-50px {
    padding-bottom: 50px;
  }
  .mobile-padding-bottom-60px {
    padding-bottom: 60px;
  }
  .mobile-padding-bottom-70px {
    padding-bottom: 70px;
  }
  .mobile-padding-bottom-80px {
    padding-bottom: 80px;
  }
  .mobile-padding-bottom-90px {
    padding-bottom: 90px;
  }
  .mobile-padding-bottom-100px {
    padding-bottom: 100px;
  }
  .mobile-padding-bottom-120px {
    padding-bottom: 120px;
  }
}

@media (max-width: 599px) {
  .mobile-margin-all-2px {
    margin: 2px;
  }
  .mobile-margin-all-5px {
    margin: 5px;
  }
  .mobile-margin-all-10px {
    margin: 10px;
  }
  .mobile-margin-all-20px {
    margin: 20px;
  }
  .mobile-margin-all-30px {
    margin: 30px;
  }
  .mobile-margin-all-40px {
    margin: 40px;
  }
  .mobile-margin-all-50px {
    margin: 50px;
  }
  .mobile-margin-all-60px {
    margin: 60px;
  }
  .mobile-margin-all-70px {
    margin: 70px;
  }
  .mobile-margin-all-80px {
    margin: 80px;
  }
  .mobile-margin-all-90px {
    margin: 90px;
  }
  .mobile-margin-all-100px {
    margin: 100px;
  }
  .mobile-margin-all-120px {
    margin: 120px;
  }
  .mobile-margin-left-none {
    margin-left: 0;
  }
  .mobile-margin-left-2px {
    margin-left: 2px;
  }
  .mobile-margin-left-5px {
    margin-left: 5px;
  }
  .mobile-margin-left-10px {
    margin-left: 10px;
  }
  .mobile-margin-left-20px {
    margin-left: 20px;
  }
  .mobile-margin-left-30px {
    margin-left: 30px;
  }
  .mobile-margin-left-40px {
    margin-left: 40px;
  }
  .mobile-margin-left-50px {
    margin-left: 50px;
  }
  .mobile-margin-left-60px {
    margin-left: 60px;
  }
  .mobile-margin-left-70px {
    margin-left: 70px;
  }
  .mobile-margin-left-80px {
    margin-left: 80px;
  }
  .mobile-margin-left-90px {
    margin-left: 90px;
  }
  .mobile-margin-left-100px {
    margin-left: 100px;
  }
  .mobile-margin-left-120px {
    margin-left: 120px;
  }
  .mobile-margin-right-none {
    margin-right: 0;
  }
  .mobile-margin-right-2px {
    margin-right: 2px;
  }
  .mobile-margin-right-5px {
    margin-right: 5px;
  }
  .mobile-margin-right-10px {
    margin-right: 10px;
  }
  .mobile-margin-right-20px {
    margin-right: 20px;
  }
  .mobile-margin-right-30px {
    margin-right: 30px;
  }
  .mobile-margin-right-40px {
    margin-right: 40px;
  }
  .mobile-margin-right-50px {
    margin-right: 50px;
  }
  .mobile-margin-right-60px {
    margin-right: 60px;
  }
  .mobile-margin-right-70px {
    margin-right: 70px;
  }
  .mobile-margin-right-80px {
    margin-right: 80px;
  }
  .mobile-margin-right-90px {
    margin-right: 90px;
  }
  .mobile-margin-right-100px {
    margin-right: 100px;
  }
  .mobile-margin-right-120px {
    margin-right: 120px;
  }
  .mobile-margin-top-none {
    margin-top: 0;
  }
  .mobile-margin-top-2px {
    margin-top: 2px;
  }
  .mobile-margin-top-5px {
    margin-top: 5px;
  }
  .mobile-margin-top-10px {
    margin-top: 10px;
  }
  .mobile-margin-top-20px {
    margin-top: 20px;
  }
  .mobile-margin-top-30px {
    margin-top: 30px;
  }
  .mobile-margin-top-40px {
    margin-top: 40px;
  }
  .mobile-margin-top-50px {
    margin-top: 50px;
  }
  .mobile-margin-top-60px {
    margin-top: 60px;
  }
  .mobile-margin-top-70px {
    margin-top: 70px;
  }
  .mobile-margin-top-80px {
    margin-top: 80px;
  }
  .mobile-margin-top-90px {
    margin-top: 90px;
  }
  .mobile-margin-top-100px {
    margin-top: 100px;
  }
  .mobile-margin-top-120px {
    margin-top: 120px;
  }
  .mobile-margin-bottom-none {
    margin-bottom: 0;
  }
  .mobile-margin-bottom-2px {
    margin-bottom: 2px;
  }
  .mobile-margin-bottom-5px {
    margin-bottom: 5px;
  }
  .mobile-margin-bottom-10px {
    margin-bottom: 10px;
  }
  .mobile-margin-bottom-20px {
    margin-bottom: 20px;
  }
  .mobile-margin-bottom-30px {
    margin-bottom: 30px;
  }
  .mobile-margin-bottom-40px {
    margin-bottom: 40px;
  }
  .mobile-margin-bottom-50px {
    margin-bottom: 50px;
  }
  .mobile-margin-bottom-60px {
    margin-bottom: 60px;
  }
  .mobile-margin-bottom-70px {
    margin-bottom: 70px;
  }
  .mobile-margin-bottom-80px {
    margin-bottom: 80px;
  }
  .mobile-margin-bottom-90px {
    margin-bottom: 90px;
  }
  .mobile-margin-bottom-100px {
    margin-bottom: 100px;
  }
  .mobile-margin-bottom-120px {
    margin-bottom: 120px;
  }
}

@media (max-width: 599px) {
  .mobile-grid-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .mobile-grid-1-auto {
    grid-template-columns: auto;
  }
  .mobile-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mobile-grid-2-auto {
    grid-template-columns: repeat(2, auto);
  }
  .mobile-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mobile-grid-3-auto {
    grid-template-columns: repeat(3, auto);
  }
  .mobile-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mobile-grid-4-auto {
    grid-template-columns: repeat(4, auto);
  }
  .mobile-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .mobile-grid-5-auto {
    grid-template-columns: repeat(5, auto);
  }
  .mobile-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .mobile-grid-6-auto {
    grid-template-columns: repeat(6, auto);
  }
  .mobile-grid-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .mobile-grid-7-auto {
    grid-template-columns: repeat(7, auto);
  }
  .mobile-grid-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .mobile-grid-8-auto {
    grid-template-columns: repeat(8, auto);
  }
  .mobile-grid-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .mobile-grid-9-auto {
    grid-template-columns: repeat(9, auto);
  }
  .mobile-grid-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .mobile-grid-10-auto {
    grid-template-columns: repeat(10, auto);
  }
  .mobile-grid-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .mobile-grid-11-auto {
    grid-template-columns: repeat(11, auto);
  }
  .mobile-grid-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .mobile-grid-12-auto {
    grid-template-columns: repeat(12, auto);
  }
}

@media (min-width: 600px) and (max-width: 1279px) {
  .tablet-grid-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .tablet-grid-1-auto {
    grid-template-columns: auto;
  }
  .tablet-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet-grid-2-auto {
    grid-template-columns: repeat(2, auto);
  }
  .tablet-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tablet-grid-3-auto {
    grid-template-columns: repeat(3, auto);
  }
  .tablet-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tablet-grid-4-auto {
    grid-template-columns: repeat(4, auto);
  }
  .tablet-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tablet-grid-5-auto {
    grid-template-columns: repeat(5, auto);
  }
  .tablet-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tablet-grid-6-auto {
    grid-template-columns: repeat(6, auto);
  }
  .tablet-grid-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .tablet-grid-7-auto {
    grid-template-columns: repeat(7, auto);
  }
  .tablet-grid-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .tablet-grid-8-auto {
    grid-template-columns: repeat(8, auto);
  }
  .tablet-grid-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .tablet-grid-9-auto {
    grid-template-columns: repeat(9, auto);
  }
  .tablet-grid-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .tablet-grid-10-auto {
    grid-template-columns: repeat(10, auto);
  }
  .tablet-grid-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tablet-grid-11-auto {
    grid-template-columns: repeat(11, auto);
  }
  .tablet-grid-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .tablet-grid-12-auto {
    grid-template-columns: repeat(12, auto);
  }
}

@media (min-width: 1280px) {
  .desktop-grid-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .desktop-grid-1-auto {
    grid-template-columns: auto;
  }
  .desktop-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .desktop-grid-2-auto {
    grid-template-columns: repeat(2, auto);
  }
  .desktop-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .desktop-grid-3-auto {
    grid-template-columns: repeat(3, auto);
  }
  .desktop-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .desktop-grid-4-auto {
    grid-template-columns: repeat(4, auto);
  }
  .desktop-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .desktop-grid-5-auto {
    grid-template-columns: repeat(5, auto);
  }
  .desktop-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .desktop-grid-6-auto {
    grid-template-columns: repeat(6, auto);
  }
  .desktop-grid-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .desktop-grid-7-auto {
    grid-template-columns: repeat(7, auto);
  }
  .desktop-grid-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .desktop-grid-8-auto {
    grid-template-columns: repeat(8, auto);
  }
  .desktop-grid-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .desktop-grid-9-auto {
    grid-template-columns: repeat(9, auto);
  }
  .desktop-grid-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .desktop-grid-10-auto {
    grid-template-columns: repeat(10, auto);
  }
  .desktop-grid-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .desktop-grid-11-auto {
    grid-template-columns: repeat(11, auto);
  }
  .desktop-grid-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .desktop-grid-12-auto {
    grid-template-columns: repeat(12, auto);
  }
}

@media (min-width: 1280px) {
  .grid-hide-desktop {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .grid-hide-tablet {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .grid-hide-mobile {
    display: none !important;
  }
}

.grid-content {
  width: 100%;
  height: 100%;
}

@media (max-width: 599px) {
  .mobile-col-start-1 {
    grid-column-start: 1;
  }
  .mobile-col-start-2 {
    grid-column-start: 2;
  }
  .mobile-col-start-3 {
    grid-column-start: 3;
  }
  .mobile-col-start-4 {
    grid-column-start: 4;
  }
  .mobile-col-start-5 {
    grid-column-start: 5;
  }
  .mobile-col-start-6 {
    grid-column-start: 6;
  }
  .mobile-col-start-7 {
    grid-column-start: 7;
  }
  .mobile-col-start-8 {
    grid-column-start: 8;
  }
  .mobile-col-start-9 {
    grid-column-start: 9;
  }
  .mobile-col-start-10 {
    grid-column-start: 10;
  }
  .mobile-col-start-11 {
    grid-column-start: 11;
  }
  .mobile-col-start-12 {
    grid-column-start: 12;
  }
  .mobile-col-end-1 {
    grid-column-end: 2;
  }
  .mobile-col-end-2 {
    grid-column-end: 3;
  }
  .mobile-col-end-3 {
    grid-column-end: 4;
  }
  .mobile-col-end-4 {
    grid-column-end: 5;
  }
  .mobile-col-end-5 {
    grid-column-end: 6;
  }
  .mobile-col-end-6 {
    grid-column-end: 7;
  }
  .mobile-col-end-7 {
    grid-column-end: 8;
  }
  .mobile-col-end-8 {
    grid-column-end: 9;
  }
  .mobile-col-end-9 {
    grid-column-end: 10;
  }
  .mobile-col-end-10 {
    grid-column-end: 11;
  }
  .mobile-col-end-11 {
    grid-column-end: 12;
  }
  .mobile-col-end-12 {
    grid-column-end: 13;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .tablet-col-start-1 {
    grid-column-start: 1;
  }
  .tablet-col-start-2 {
    grid-column-start: 2;
  }
  .tablet-col-start-3 {
    grid-column-start: 3;
  }
  .tablet-col-start-4 {
    grid-column-start: 4;
  }
  .tablet-col-start-5 {
    grid-column-start: 5;
  }
  .tablet-col-start-6 {
    grid-column-start: 6;
  }
  .tablet-col-start-7 {
    grid-column-start: 7;
  }
  .tablet-col-start-8 {
    grid-column-start: 8;
  }
  .tablet-col-start-9 {
    grid-column-start: 9;
  }
  .tablet-col-start-10 {
    grid-column-start: 10;
  }
  .tablet-col-start-11 {
    grid-column-start: 11;
  }
  .tablet-col-start-12 {
    grid-column-start: 12;
  }
  .tablet-col-end-1 {
    grid-column-end: 2;
  }
  .tablet-col-end-2 {
    grid-column-end: 3;
  }
  .tablet-col-end-3 {
    grid-column-end: 4;
  }
  .tablet-col-end-4 {
    grid-column-end: 5;
  }
  .tablet-col-end-5 {
    grid-column-end: 6;
  }
  .tablet-col-end-6 {
    grid-column-end: 7;
  }
  .tablet-col-end-7 {
    grid-column-end: 8;
  }
  .tablet-col-end-8 {
    grid-column-end: 9;
  }
  .tablet-col-end-9 {
    grid-column-end: 10;
  }
  .tablet-col-end-10 {
    grid-column-end: 11;
  }
  .tablet-col-end-11 {
    grid-column-end: 12;
  }
  .tablet-col-end-12 {
    grid-column-end: 13;
  }
}
@media (min-width: 1280px) {
  .desktop-col-start-1 {
    grid-column-start: 1;
  }
  .desktop-col-start-2 {
    grid-column-start: 2;
  }
  .desktop-col-start-3 {
    grid-column-start: 3;
  }
  .desktop-col-start-4 {
    grid-column-start: 4;
  }
  .desktop-col-start-5 {
    grid-column-start: 5;
  }
  .desktop-col-start-6 {
    grid-column-start: 6;
  }
  .desktop-col-start-7 {
    grid-column-start: 7;
  }
  .desktop-col-start-8 {
    grid-column-start: 8;
  }
  .desktop-col-start-9 {
    grid-column-start: 9;
  }
  .desktop-col-start-10 {
    grid-column-start: 10;
  }
  .desktop-col-start-11 {
    grid-column-start: 11;
  }
  .desktop-col-start-12 {
    grid-column-start: 12;
  }
  .desktop-col-end-1 {
    grid-column-end: 2;
  }
  .desktop-col-end-2 {
    grid-column-end: 3;
  }
  .desktop-col-end-3 {
    grid-column-end: 4;
  }
  .desktop-col-end-4 {
    grid-column-end: 5;
  }
  .desktop-col-end-5 {
    grid-column-end: 6;
  }
  .desktop-col-end-6 {
    grid-column-end: 7;
  }
  .desktop-col-end-7 {
    grid-column-end: 8;
  }
  .desktop-col-end-8 {
    grid-column-end: 9;
  }
  .desktop-col-end-9 {
    grid-column-end: 10;
  }
  .desktop-col-end-10 {
    grid-column-end: 11;
  }
  .desktop-col-end-11 {
    grid-column-end: 12;
  }
  .desktop-col-end-12 {
    grid-column-end: 13;
  }
}
/* Rows */
@media (max-width: 599px) {
  .mobile-row-start-1 {
    grid-row-start: 1;
  }
  .mobile-row-start-2 {
    grid-row-start: 2;
  }
  .mobile-row-start-3 {
    grid-row-start: 3;
  }
  .mobile-row-start-4 {
    grid-row-start: 4;
  }
  .mobile-row-start-5 {
    grid-row-start: 5;
  }
  .mobile-row-start-6 {
    grid-row-start: 6;
  }
  .mobile-row-start-7 {
    grid-row-start: 7;
  }
  .mobile-row-start-8 {
    grid-row-start: 8;
  }
  .mobile-row-start-9 {
    grid-row-start: 9;
  }
  .mobile-row-start-10 {
    grid-row-start: 10;
  }
  .mobile-row-start-11 {
    grid-row-start: 11;
  }
  .mobile-row-start-12 {
    grid-row-start: 12;
  }
  .mobile-row-start-13 {
    grid-row-start: 13;
  }
  .mobile-row-start-14 {
    grid-row-start: 14;
  }
  .mobile-row-start-15 {
    grid-row-start: 15;
  }
  .mobile-row-start-16 {
    grid-row-start: 16;
  }
  .mobile-row-start-17 {
    grid-row-start: 17;
  }
  .mobile-row-start-18 {
    grid-row-start: 18;
  }
  .mobile-row-start-19 {
    grid-row-start: 19;
  }
  .mobile-row-start-20 {
    grid-row-start: 20;
  }
  .mobile-row-start-21 {
    grid-row-start: 21;
  }
  .mobile-row-start-22 {
    grid-row-start: 22;
  }
  .mobile-row-start-23 {
    grid-row-start: 23;
  }
  .mobile-row-start-24 {
    grid-row-start: 24;
  }
  .mobile-row-start-25 {
    grid-row-start: 25;
  }
  .mobile-row-start-26 {
    grid-row-start: 26;
  }
  .mobile-row-start-27 {
    grid-row-start: 27;
  }
  .mobile-row-start-28 {
    grid-row-start: 28;
  }
  .mobile-row-start-29 {
    grid-row-start: 29;
  }
  .mobile-row-start-30 {
    grid-row-start: 30;
  }
  .mobile-row-start-31 {
    grid-row-start: 31;
  }
  .mobile-row-start-32 {
    grid-row-start: 32;
  }
  .mobile-row-end-1 {
    grid-row-end: 2;
  }
  .mobile-row-end-2 {
    grid-row-end: 3;
  }
  .mobile-row-end-3 {
    grid-row-end: 4;
  }
  .mobile-row-end-4 {
    grid-row-end: 5;
  }
  .mobile-row-end-5 {
    grid-row-end: 6;
  }
  .mobile-row-end-6 {
    grid-row-end: 7;
  }
  .mobile-row-end-7 {
    grid-row-end: 8;
  }
  .mobile-row-end-8 {
    grid-row-end: 9;
  }
  .mobile-row-end-9 {
    grid-row-end: 10;
  }
  .mobile-row-end-10 {
    grid-row-end: 11;
  }
  .mobile-row-end-11 {
    grid-row-end: 12;
  }
  .mobile-row-end-12 {
    grid-row-end: 13;
  }
  .mobile-row-end-13 {
    grid-row-end: 14;
  }
  .mobile-row-end-14 {
    grid-row-end: 15;
  }
  .mobile-row-end-15 {
    grid-row-end: 16;
  }
  .mobile-row-end-16 {
    grid-row-end: 17;
  }
  .mobile-row-end-17 {
    grid-row-end: 18;
  }
  .mobile-row-end-18 {
    grid-row-end: 19;
  }
  .mobile-row-end-19 {
    grid-row-end: 20;
  }
  .mobile-row-end-20 {
    grid-row-end: 21;
  }
  .mobile-row-end-21 {
    grid-row-end: 22;
  }
  .mobile-row-end-22 {
    grid-row-end: 23;
  }
  .mobile-row-end-23 {
    grid-row-end: 24;
  }
  .mobile-row-end-24 {
    grid-row-end: 25;
  }
  .mobile-row-end-25 {
    grid-row-end: 26;
  }
  .mobile-row-end-26 {
    grid-row-end: 27;
  }
  .mobile-row-end-27 {
    grid-row-end: 28;
  }
  .mobile-row-end-28 {
    grid-row-end: 29;
  }
  .mobile-row-end-29 {
    grid-row-end: 30;
  }
  .mobile-row-end-30 {
    grid-row-end: 31;
  }
  .mobile-row-end-31 {
    grid-row-end: 32;
  }
  .mobile-row-end-32 {
    grid-row-end: 33;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .tablet-row-start-1 {
    grid-row-start: 1;
  }
  .tablet-row-start-2 {
    grid-row-start: 2;
  }
  .tablet-row-start-3 {
    grid-row-start: 3;
  }
  .tablet-row-start-4 {
    grid-row-start: 4;
  }
  .tablet-row-start-5 {
    grid-row-start: 5;
  }
  .tablet-row-start-6 {
    grid-row-start: 6;
  }
  .tablet-row-start-7 {
    grid-row-start: 7;
  }
  .tablet-row-start-8 {
    grid-row-start: 8;
  }
  .tablet-row-start-9 {
    grid-row-start: 9;
  }
  .tablet-row-start-10 {
    grid-row-start: 10;
  }
  .tablet-row-start-11 {
    grid-row-start: 11;
  }
  .tablet-row-start-12 {
    grid-row-start: 12;
  }
  .tablet-row-start-13 {
    grid-row-start: 13;
  }
  .tablet-row-start-14 {
    grid-row-start: 14;
  }
  .tablet-row-start-15 {
    grid-row-start: 15;
  }
  .tablet-row-start-16 {
    grid-row-start: 16;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .tablet-row-end-1 {
    grid-row-end: 2;
  }
  .tablet-row-end-2 {
    grid-row-end: 3;
  }
  .tablet-row-end-3 {
    grid-row-end: 4;
  }
  .tablet-row-end-4 {
    grid-row-end: 5;
  }
  .tablet-row-end-5 {
    grid-row-end: 6;
  }
  .tablet-row-end-6 {
    grid-row-end: 7;
  }
  .tablet-row-end-7 {
    grid-row-end: 8;
  }
  .tablet-row-end-8 {
    grid-row-end: 9;
  }
  .tablet-row-end-9 {
    grid-row-end: 10;
  }
  .tablet-row-end-10 {
    grid-row-end: 11;
  }
  .tablet-row-end-11 {
    grid-row-end: 12;
  }
  .tablet-row-end-12 {
    grid-row-end: 13;
  }
  .tablet-row-end-13 {
    grid-row-end: 14;
  }
  .tablet-row-end-14 {
    grid-row-end: 15;
  }
  .tablet-row-end-15 {
    grid-row-end: 16;
  }
  .tablet-row-end-16 {
    grid-row-end: 17;
  }
}

@media (min-width: 1280px) {
  .desktop-row-start-1 {
    grid-row-start: 1;
  }
  .desktop-row-start-2 {
    grid-row-start: 2;
  }
  .desktop-row-start-3 {
    grid-row-start: 3;
  }
  .desktop-row-start-4 {
    grid-row-start: 4;
  }
  .desktop-row-start-5 {
    grid-row-start: 5;
  }
  .desktop-row-start-6 {
    grid-row-start: 6;
  }
  .desktop-row-start-7 {
    grid-row-start: 7;
  }
  .desktop-row-start-8 {
    grid-row-start: 8;
  }
}
@media (min-width: 1280px) {
  .desktop-row-end-1 {
    grid-row-end: 2;
  }
  .desktop-row-end-2 {
    grid-row-end: 3;
  }
  .desktop-row-end-3 {
    grid-row-end: 4;
  }
  .desktop-row-end-4 {
    grid-row-end: 5;
  }
  .desktop-row-end-5 {
    grid-row-end: 6;
  }
  .desktop-row-end-6 {
    grid-row-end: 7;
  }
  .desktop-row-end-7 {
    grid-row-end: 8;
  }
  .desktop-row-end-8 {
    grid-row-end: 9;
  }
}

.grid-row-height-auto {
  grid-auto-rows: auto;
}
.grid-row-height-equal {
  grid-auto-rows: 1fr;
}
.grid-row-height-pixels-50 {
  grid-auto-rows: 50px;
}
.grid-row-height-pixels-100 {
  grid-auto-rows: 100px;
}
.grid-row-height-pixels-150 {
  grid-auto-rows: 150px;
}
.grid-row-height-pixels-200 {
  grid-auto-rows: 200px;
}
.grid-row-height-pixels-250 {
  grid-auto-rows: 250px;
}
.grid-row-height-pixels-300 {
  grid-auto-rows: 300px;
}
.grid-row-height-pixels-350 {
  grid-auto-rows: 350px;
}
.grid-row-height-pixels-400 {
  grid-auto-rows: 400px;
}
.grid-row-height-pixels-450 {
  grid-auto-rows: 450px;
}
.grid-row-height-pixels-500 {
  grid-auto-rows: 500px;
}
.grid-row-height-pixels-550 {
  grid-auto-rows: 550px;
}
.grid-row-height-pixels-600 {
  grid-auto-rows: 600px;
}
.grid-row-height-pixels-650 {
  grid-auto-rows: 650px;
}
.grid-row-height-pixels-700 {
  grid-auto-rows: 700px;
}
.grid-row-height-pixels-750 {
  grid-auto-rows: 750px;
}
.grid-row-height-pixels-800 {
  grid-auto-rows: 800px;
}
.grid-row-height-pixels-850 {
  grid-auto-rows: 850px;
}
.grid-row-height-pixels-900 {
  grid-auto-rows: 900px;
}
.grid-row-height-pixels-950 {
  grid-auto-rows: 950px;
}
.grid-row-height-pixels-1000 {
  grid-auto-rows: 1000px;
}
.grid-row-height-pixels-1050 {
  grid-auto-rows: 1050px;
}
.grid-row-height-pixels-1100 {
  grid-auto-rows: 1100px;
}
.grid-row-height-pixels-1150 {
  grid-auto-rows: 1150px;
}
.grid-row-height-pixels-1200 {
  grid-auto-rows: 1200px;
}
.grid-row-height-pixels-1250 {
  grid-auto-rows: 1250px;
}

@media (max-width: 1279px) {
  .tablet-grid-row-height-auto {
    grid-auto-rows: auto;
  }
  .tablet-grid-row-height-equal {
    grid-auto-rows: 1fr;
  }
  .tablet-grid-row-height-pixels-50 {
    grid-auto-rows: 50px;
  }
  .tablet-grid-row-height-pixels-100 {
    grid-auto-rows: 100px;
  }
  .tablet-grid-row-height-pixels-150 {
    grid-auto-rows: 150px;
  }
  .tablet-grid-row-height-pixels-200 {
    grid-auto-rows: 200px;
  }
  .tablet-grid-row-height-pixels-250 {
    grid-auto-rows: 250px;
  }
  .tablet-grid-row-height-pixels-300 {
    grid-auto-rows: 300px;
  }
  .tablet-grid-row-height-pixels-350 {
    grid-auto-rows: 350px;
  }
  .tablet-grid-row-height-pixels-400 {
    grid-auto-rows: 400px;
  }
  .tablet-grid-row-height-pixels-450 {
    grid-auto-rows: 450px;
  }
  .tablet-grid-row-height-pixels-500 {
    grid-auto-rows: 500px;
  }
  .tablet-grid-row-height-pixels-550 {
    grid-auto-rows: 550px;
  }
  .tablet-grid-row-height-pixels-600 {
    grid-auto-rows: 600px;
  }
  .tablet-grid-row-height-pixels-650 {
    grid-auto-rows: 650px;
  }
  .tablet-grid-row-height-pixels-700 {
    grid-auto-rows: 700px;
  }
  .tablet-grid-row-height-pixels-750 {
    grid-auto-rows: 750px;
  }
  .tablet-grid-row-height-pixels-800 {
    grid-auto-rows: 800px;
  }
  .tablet-grid-row-height-pixels-850 {
    grid-auto-rows: 850px;
  }
  .tablet-grid-row-height-pixels-900 {
    grid-auto-rows: 900px;
  }
  .tablet-grid-row-height-pixels-950 {
    grid-auto-rows: 950px;
  }
  .tablet-grid-row-height-pixels-1000 {
    grid-auto-rows: 1000px;
  }
  .tablet-grid-row-height-pixels-1050 {
    grid-auto-rows: 1050px;
  }
  .tablet-grid-row-height-pixels-1100 {
    grid-auto-rows: 1100px;
  }
  .tablet-grid-row-height-pixels-1150 {
    grid-auto-rows: 1150px;
  }
  .tablet-grid-row-height-pixels-1200 {
    grid-auto-rows: 1200px;
  }
  .tablet-grid-row-height-pixels-1250 {
    grid-auto-rows: 1250px;
  }
}

@media (max-width: 599px) {
  .mobile-grid-row-height-auto {
    grid-auto-rows: auto;
  }
  .mobile-grid-row-height-equal {
    grid-auto-rows: 1fr;
  }
  .mobile-grid-row-height-pixels-50 {
    grid-auto-rows: 50px;
  }
  .mobile-grid-row-height-pixels-100 {
    grid-auto-rows: 100px;
  }
  .mobile-grid-row-height-pixels-150 {
    grid-auto-rows: 150px;
  }
  .mobile-grid-row-height-pixels-200 {
    grid-auto-rows: 200px;
  }
  .mobile-grid-row-height-pixels-250 {
    grid-auto-rows: 250px;
  }
  .mobile-grid-row-height-pixels-300 {
    grid-auto-rows: 300px;
  }
  .mobile-grid-row-height-pixels-350 {
    grid-auto-rows: 350px;
  }
  .mobile-grid-row-height-pixels-400 {
    grid-auto-rows: 400px;
  }
  .mobile-grid-row-height-pixels-450 {
    grid-auto-rows: 450px;
  }
  .mobile-grid-row-height-pixels-500 {
    grid-auto-rows: 500px;
  }
  .mobile-grid-row-height-pixels-550 {
    grid-auto-rows: 550px;
  }
  .mobile-grid-row-height-pixels-600 {
    grid-auto-rows: 600px;
  }
  .mobile-grid-row-height-pixels-650 {
    grid-auto-rows: 650px;
  }
  .mobile-grid-row-height-pixels-700 {
    grid-auto-rows: 700px;
  }
  .mobile-grid-row-height-pixels-750 {
    grid-auto-rows: 750px;
  }
  .mobile-grid-row-height-pixels-800 {
    grid-auto-rows: 800px;
  }
  .mobile-grid-row-height-pixels-850 {
    grid-auto-rows: 850px;
  }
  .mobile-grid-row-height-pixels-900 {
    grid-auto-rows: 900px;
  }
  .mobile-grid-row-height-pixels-950 {
    grid-auto-rows: 950px;
  }
  .mobile-grid-row-height-pixels-1000 {
    grid-auto-rows: 1000px;
  }
  .mobile-grid-row-height-pixels-1050 {
    grid-auto-rows: 1050px;
  }
  .mobile-grid-row-height-pixels-1100 {
    grid-auto-rows: 1100px;
  }
  .mobile-grid-row-height-pixels-1150 {
    grid-auto-rows: 1150px;
  }
  .mobile-grid-row-height-pixels-1200 {
    grid-auto-rows: 1200px;
  }
  .mobile-grid-row-height-pixels-1250 {
    grid-auto-rows: 1250px;
  }
}

/* Grid column width classes */
.grid-column-width-50 {
  grid-auto-columns: 50px;
}
.grid-column-width-100 {
  grid-auto-columns: 100px;
}
.grid-column-width-150 {
  grid-auto-columns: 150px;
}
.grid-column-width-200 {
  grid-auto-columns: 200px;
}
.grid-column-width-250 {
  grid-auto-columns: 250px;
}
.grid-column-width-300 {
  grid-auto-columns: 300px;
}
.grid-column-width-350 {
  grid-auto-columns: 350px;
}
.grid-column-width-400 {
  grid-auto-columns: 400px;
}
.grid-column-width-450 {
  grid-auto-columns: 450px;
}
.grid-column-width-500 {
  grid-auto-columns: 500px;
}
.grid-column-width-550 {
  grid-auto-columns: 550px;
}
.grid-column-width-600 {
  grid-auto-columns: 600px;
}
.grid-column-width-650 {
  grid-auto-columns: 650px;
}
.grid-column-width-700 {
  grid-auto-columns: 700px;
}
.grid-column-width-750 {
  grid-auto-columns: 750px;
}
.grid-column-width-800 {
  grid-auto-columns: 800px;
}
.grid-column-width-850 {
  grid-auto-columns: 850px;
}
.grid-column-width-900 {
  grid-auto-columns: 900px;
}
.grid-column-width-950 {
  grid-auto-columns: 950px;
}
.grid-column-width-1000 {
  grid-auto-columns: 1000px;
}
.grid-column-width-1050 {
  grid-auto-columns: 1050px;
}
.grid-column-width-1100 {
  grid-auto-columns: 1100px;
}
.grid-column-width-1150 {
  grid-auto-columns: 1150px;
}
.grid-column-width-1200 {
  grid-auto-columns: 1200px;
}
.grid-column-width-1250 {
  grid-auto-columns: 1250px;
}

@media (max-width: 1279px) {
  .tablet-grid-column-width-50 {
    grid-auto-columns: 50px;
  }
  .tablet-grid-column-width-100 {
    grid-auto-columns: 100px;
  }
  .tablet-grid-column-width-150 {
    grid-auto-columns: 150px;
  }
  .tablet-grid-column-width-200 {
    grid-auto-columns: 200px;
  }
  .tablet-grid-column-width-250 {
    grid-auto-columns: 250px;
  }
  .tablet-grid-column-width-300 {
    grid-auto-columns: 300px;
  }
  .tablet-grid-column-width-350 {
    grid-auto-columns: 350px;
  }
  .tablet-grid-column-width-400 {
    grid-auto-columns: 400px;
  }
  .tablet-grid-column-width-450 {
    grid-auto-columns: 450px;
  }
  .tablet-grid-column-width-500 {
    grid-auto-columns: 500px;
  }
  .tablet-grid-column-width-550 {
    grid-auto-columns: 550px;
  }
  .tablet-grid-column-width-600 {
    grid-auto-columns: 600px;
  }
  .tablet-grid-column-width-650 {
    grid-auto-columns: 650px;
  }
  .tablet-grid-column-width-700 {
    grid-auto-columns: 700px;
  }
  .tablet-grid-column-width-750 {
    grid-auto-columns: 750px;
  }
  .tablet-grid-column-width-800 {
    grid-auto-columns: 800px;
  }
  .tablet-grid-column-width-850 {
    grid-auto-columns: 850px;
  }
  .tablet-grid-column-width-900 {
    grid-auto-columns: 900px;
  }
  .tablet-grid-column-width-950 {
    grid-auto-columns: 950px;
  }
  .tablet-grid-column-width-1000 {
    grid-auto-columns: 1000px;
  }
  .tablet-grid-column-width-1050 {
    grid-auto-columns: 1050px;
  }
  .tablet-grid-column-width-1100 {
    grid-auto-columns: 1100px;
  }
  .tablet-grid-column-width-1150 {
    grid-auto-columns: 1150px;
  }
  .tablet-grid-column-width-1200 {
    grid-auto-columns: 1200px;
  }
  .tablet-grid-column-width-1250 {
    grid-auto-columns: 1250px;
  }
}

@media (max-width: 599px) {
  .mobile-grid-column-width-50 {
    grid-auto-columns: 50px;
  }
  .mobile-grid-column-width-100 {
    grid-auto-columns: 100px;
  }
  .mobile-grid-column-width-150 {
    grid-auto-columns: 150px;
  }
  .mobile-grid-column-width-200 {
    grid-auto-columns: 200px;
  }
  .mobile-grid-column-width-250 {
    grid-auto-columns: 250px;
  }
  .mobile-grid-column-width-300 {
    grid-auto-columns: 300px;
  }
  .mobile-grid-column-width-350 {
    grid-auto-columns: 350px;
  }
  .mobile-grid-column-width-400 {
    grid-auto-columns: 400px;
  }
  .mobile-grid-column-width-450 {
    grid-auto-columns: 450px;
  }
  .mobile-grid-column-width-500 {
    grid-auto-columns: 500px;
  }
  .mobile-grid-column-width-550 {
    grid-auto-columns: 550px;
  }
  .mobile-grid-column-width-600 {
    grid-auto-columns: 600px;
  }
  .mobile-grid-column-width-650 {
    grid-auto-columns: 650px;
  }
  .mobile-grid-column-width-700 {
    grid-auto-columns: 700px;
  }
  .mobile-grid-column-width-750 {
    grid-auto-columns: 750px;
  }
  .mobile-grid-column-width-800 {
    grid-auto-columns: 800px;
  }
  .mobile-grid-column-width-850 {
    grid-auto-columns: 850px;
  }
  .mobile-grid-column-width-900 {
    grid-auto-columns: 900px;
  }
  .mobile-grid-column-width-950 {
    grid-auto-columns: 950px;
  }
  .mobile-grid-column-width-1000 {
    grid-auto-columns: 1000px;
  }
  .mobile-grid-column-width-1050 {
    grid-auto-columns: 1050px;
  }
  .mobile-grid-column-width-1100 {
    grid-auto-columns: 1100px;
  }
  .mobile-grid-column-width-1150 {
    grid-auto-columns: 1150px;
  }
  .mobile-grid-column-width-1200 {
    grid-auto-columns: 1200px;
  }
  .mobile-grid-column-width-1250 {
    grid-auto-columns: 1250px;
  }
}

.layout-width-full-width, .layout-width-full-screen {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.layout-width-extra-wide {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout-width-extra-wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1745px;
  }
}
@media (min-width: 1024px) {
  .layout-width-extra-wide {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1745px;
  }
}
.layout-width-site-width {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout-width-site-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
  }
}
@media (min-width: 1024px) {
  .layout-width-site-width {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1500px;
  }
}
.layout-width {
  /* Keep left edge aligned with the frame, bleed to right edge */
}
.layout-width-site-width-overflow-right {
  max-width: 100%; /* let it grow */
  width: calc(100vw - max(0px, 50% - 750px));
  margin-left: max(0px, 50% - 750px);
  margin-right: 0;
}
.layout-width {
  /* Keep right edge aligned with the frame, bleed to left edge */
}
.layout-width-site-width-overflow-left {
  max-width: 100%;
  width: calc(100vw - max(0px, 50% - 750px));
  margin-right: max(0px, 50% - 750px);
  margin-left: 0;
}
.layout-width-site-width-left {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout-width-site-width-left {
    margin-left: auto;
    width: 100%;
    max-width: 1500px;
  }
}
@media (min-width: 1024px) {
  .layout-width-site-width-left {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    max-width: 1500px;
  }
}
.layout-width-site-width-right {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout-width-site-width-right {
    margin-right: auto;
    margin-left: 0;
    width: 100%;
    max-width: 1500px;
  }
}
@media (min-width: 1024px) {
  .layout-width-site-width-right {
    margin-right: auto;
    margin-left: 0;
    width: 100%;
    max-width: 1500px;
  }
}
.layout-width-narrow {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout-width-narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
  }
}
@media (min-width: 1024px) {
  .layout-width-narrow {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
  }
}
.layout-width {
  /* Keep left edge aligned with the narrow frame, bleed to right edge */
}
.layout-width-narrow-overflow-right {
  max-width: none; /* let it grow */
  width: calc(100vw - max(0px, 50% - 512px));
  margin-left: max(0px, 50% - 512px);
  margin-right: 0;
}
.layout-width {
  /* Keep right edge aligned with the narrow frame, bleed to left edge */
}
.layout-width-narrow-overflow-left {
  max-width: none;
  width: calc(100vw - max(0px, 50% - 512px));
  margin-right: max(0px, 50% - 512px);
  margin-left: 0;
}
.layout-width-extra-narrow {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout-width-extra-narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .layout-width-extra-narrow {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 768px;
  }
}

.h-content-align-left {
  align-items: flex-start !important;
  text-align: left !important;
  justify-content: start;
  justify-items: start;
}
.h-content-align-centre {
  align-items: center !important;
  text-align: center !important;
  justify-content: center;
  justify-items: center;
}
.h-content-align-right {
  align-items: flex-end !important;
  text-align: right !important;
  justify-content: end;
  justify-items: end;
}

.v-content-align-top {
  justify-content: flex-start !important;
  align-content: start;
}
.v-content-align-centre {
  justify-content: center !important;
  align-content: center;
}
.v-content-align-bottom {
  justify-content: flex-end !important;
  align-content: end;
}
.v-content-align-fill {
  justify-content: flex-start !important;
  align-content: start;
}
.v-content-align-fill > *:last-child {
  margin-top: auto;
}
.v-content-align-fill-space {
  justify-content: flex-start !important;
  align-content: start;
}
.v-content-align-fill-space > *:last-child {
  margin-top: auto;
}

.layout-edge-to-edge-left {
  margin-left: auto;
}
.layout-edge-to-edge-right {
  margin-right: auto;
}
.layout-edge-to-edge-proportion-extra-wide-25 {
  max-width: calc(1745px * 0.25 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-extra-wide-30 {
  max-width: calc(1745px * 0.3 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-extra-wide-40 {
  max-width: calc(1745px * 0.4 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-extra-wide-50 {
  max-width: calc(1745px * 0.5 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-extra-wide-60 {
  max-width: calc(1745px * 0.6 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-extra-wide-70 {
  max-width: calc(1745px * 0.7 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-extra-wide-75 {
  max-width: calc(1745px * 0.75 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-site-width-25 {
  max-width: calc(1500px * 0.25 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-site-width-30 {
  max-width: calc(1500px * 0.3 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-site-width-40 {
  max-width: calc(1500px * 0.4 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-site-width-50 {
  max-width: calc(1500px * 0.5 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-site-width-60 {
  max-width: calc(1500px * 0.6 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-site-width-70 {
  max-width: calc(1500px * 0.7 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-site-width-75 {
  max-width: calc(1500px * 0.75 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-narrow-25 {
  max-width: calc(1024px * 0.25 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-narrow-30 {
  max-width: calc(1024px * 0.3 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-narrow-40 {
  max-width: calc(1024px * 0.4 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-narrow-50 {
  max-width: calc(1024px * 0.5 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-narrow-60 {
  max-width: calc(1024px * 0.6 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-narrow-70 {
  max-width: calc(1024px * 0.7 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-narrow-75 {
  max-width: calc(1024px * 0.75 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-extra-narrow-25 {
  max-width: calc(768px * 0.25 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-extra-narrow-30 {
  max-width: calc(768px * 0.3 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-extra-narrow-40 {
  max-width: calc(768px * 0.4 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-extra-narrow-50 {
  max-width: calc(768px * 0.5 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-extra-narrow-60 {
  max-width: calc(768px * 0.6 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-extra-narrow-70 {
  max-width: calc(768px * 0.7 - var(--col-gap, 0px) / 2);
}
.layout-edge-to-edge-proportion-extra-narrow-75 {
  max-width: calc(768px * 0.75 - var(--col-gap, 0px) / 2);
}

.no-overflow-y {
  overflow-y: hidden;
}

.height-auto {
  height: auto;
  min-height: unset;
}
.height-percent-5 {
  min-height: calc(5vh - 120px);
  height: calc(5vh - 120px);
  /*&.pageheader {
      min-height: calc(5vh);
  }*/
}
.height-max-percent-5 {
  max-height: calc(5vh - 120px);
  /*&.pageheader {
      max-height: calc(5vh);
  }*/
}
.height-percent-10 {
  min-height: calc(10vh - 120px);
  height: calc(10vh - 120px);
  /*&.pageheader {
      min-height: calc(10vh);
  }*/
}
.height-max-percent-10 {
  max-height: calc(10vh - 120px);
  /*&.pageheader {
      max-height: calc(10vh);
  }*/
}
.height-percent-15 {
  min-height: calc(15vh - 120px);
  height: calc(15vh - 120px);
  /*&.pageheader {
      min-height: calc(15vh);
  }*/
}
.height-max-percent-15 {
  max-height: calc(15vh - 120px);
  /*&.pageheader {
      max-height: calc(15vh);
  }*/
}
.height-percent-20 {
  min-height: calc(20vh - 120px);
  height: calc(20vh - 120px);
  /*&.pageheader {
      min-height: calc(20vh);
  }*/
}
.height-max-percent-20 {
  max-height: calc(20vh - 120px);
  /*&.pageheader {
      max-height: calc(20vh);
  }*/
}
.height-percent-25 {
  min-height: calc(25vh - 120px);
  height: calc(25vh - 120px);
  /*&.pageheader {
      min-height: calc(25vh);
  }*/
}
.height-max-percent-25 {
  max-height: calc(25vh - 120px);
  /*&.pageheader {
      max-height: calc(25vh);
  }*/
}
.height-percent-30 {
  min-height: calc(30vh - 120px);
  height: calc(30vh - 120px);
  /*&.pageheader {
      min-height: calc(30vh);
  }*/
}
.height-max-percent-30 {
  max-height: calc(30vh - 120px);
  /*&.pageheader {
      max-height: calc(30vh);
  }*/
}
.height-percent-35 {
  min-height: calc(35vh - 120px);
  height: calc(35vh - 120px);
  /*&.pageheader {
      min-height: calc(35vh);
  }*/
}
.height-max-percent-35 {
  max-height: calc(35vh - 120px);
  /*&.pageheader {
      max-height: calc(35vh);
  }*/
}
.height-percent-40 {
  min-height: calc(40vh - 120px);
  height: calc(40vh - 120px);
  /*&.pageheader {
      min-height: calc(40vh);
  }*/
}
.height-max-percent-40 {
  max-height: calc(40vh - 120px);
  /*&.pageheader {
      max-height: calc(40vh);
  }*/
}
.height-percent-45 {
  min-height: calc(45vh - 120px);
  height: calc(45vh - 120px);
  /*&.pageheader {
      min-height: calc(45vh);
  }*/
}
.height-max-percent-45 {
  max-height: calc(45vh - 120px);
  /*&.pageheader {
      max-height: calc(45vh);
  }*/
}
.height-percent-50 {
  min-height: calc(50vh - 120px);
  height: calc(50vh - 120px);
  /*&.pageheader {
      min-height: calc(50vh);
  }*/
}
.height-max-percent-50 {
  max-height: calc(50vh - 120px);
  /*&.pageheader {
      max-height: calc(50vh);
  }*/
}
.height-percent-55 {
  min-height: calc(55vh - 120px);
  height: calc(55vh - 120px);
  /*&.pageheader {
      min-height: calc(55vh);
  }*/
}
.height-max-percent-55 {
  max-height: calc(55vh - 120px);
  /*&.pageheader {
      max-height: calc(55vh);
  }*/
}
.height-percent-60 {
  min-height: calc(60vh - 120px);
  height: calc(60vh - 120px);
  /*&.pageheader {
      min-height: calc(60vh);
  }*/
}
.height-max-percent-60 {
  max-height: calc(60vh - 120px);
  /*&.pageheader {
      max-height: calc(60vh);
  }*/
}
.height-percent-65 {
  min-height: calc(65vh - 120px);
  height: calc(65vh - 120px);
  /*&.pageheader {
      min-height: calc(65vh);
  }*/
}
.height-max-percent-65 {
  max-height: calc(65vh - 120px);
  /*&.pageheader {
      max-height: calc(65vh);
  }*/
}
.height-percent-70 {
  min-height: calc(70vh - 120px);
  height: calc(70vh - 120px);
  /*&.pageheader {
      min-height: calc(70vh);
  }*/
}
.height-max-percent-70 {
  max-height: calc(70vh - 120px);
  /*&.pageheader {
      max-height: calc(70vh);
  }*/
}
.height-percent-75 {
  min-height: calc(75vh - 120px);
  height: calc(75vh - 120px);
  /*&.pageheader {
      min-height: calc(75vh);
  }*/
}
.height-max-percent-75 {
  max-height: calc(75vh - 120px);
  /*&.pageheader {
      max-height: calc(75vh);
  }*/
}
.height-percent-80 {
  min-height: calc(80vh - 120px);
  height: calc(80vh - 120px);
  /*&.pageheader {
      min-height: calc(80vh);
  }*/
}
.height-max-percent-80 {
  max-height: calc(80vh - 120px);
  /*&.pageheader {
      max-height: calc(80vh);
  }*/
}
.height-percent-85 {
  min-height: calc(85vh - 120px);
  height: calc(85vh - 120px);
  /*&.pageheader {
      min-height: calc(85vh);
  }*/
}
.height-max-percent-85 {
  max-height: calc(85vh - 120px);
  /*&.pageheader {
      max-height: calc(85vh);
  }*/
}
.height-percent-90 {
  min-height: calc(90vh - 120px);
  height: calc(90vh - 120px);
  /*&.pageheader {
      min-height: calc(90vh);
  }*/
}
.height-max-percent-90 {
  max-height: calc(90vh - 120px);
  /*&.pageheader {
      max-height: calc(90vh);
  }*/
}
.height-percent-95 {
  min-height: calc(95vh - 120px);
  height: calc(95vh - 120px);
  /*&.pageheader {
      min-height: calc(95vh);
  }*/
}
.height-max-percent-95 {
  max-height: calc(95vh - 120px);
  /*&.pageheader {
      max-height: calc(95vh);
  }*/
}
.height-percent-100 {
  min-height: calc(100vh - 120px);
  height: calc(100vh - 120px);
  /*&.pageheader {
      min-height: calc(100vh);
  }*/
}
.height-max-percent-100 {
  max-height: calc(100vh - 120px);
  /*&.pageheader {
      max-height: calc(100vh);
  }*/
}
.height-pixels-50 {
  min-height: 50px;
  height: 50px;
}
.height-max-pixels-50 {
  max-height: 50px;
}
.height-pixels-100 {
  min-height: 100px;
  height: 100px;
}
.height-max-pixels-100 {
  max-height: 100px;
}
.height-pixels-150 {
  min-height: 150px;
  height: 150px;
}
.height-max-pixels-150 {
  max-height: 150px;
}
.height-pixels-200 {
  min-height: 200px;
  height: 200px;
}
.height-max-pixels-200 {
  max-height: 200px;
}
.height-pixels-250 {
  min-height: 250px;
  height: 250px;
}
.height-max-pixels-250 {
  max-height: 250px;
}
.height-pixels-300 {
  min-height: 300px;
  height: 300px;
}
.height-max-pixels-300 {
  max-height: 300px;
}
.height-pixels-350 {
  min-height: 350px;
  height: 350px;
}
.height-max-pixels-350 {
  max-height: 350px;
}
.height-pixels-400 {
  min-height: 400px;
  height: 400px;
}
.height-max-pixels-400 {
  max-height: 400px;
}
.height-pixels-450 {
  min-height: 450px;
  height: 450px;
}
.height-max-pixels-450 {
  max-height: 450px;
}
.height-pixels-500 {
  min-height: 500px;
  height: 500px;
}
.height-max-pixels-500 {
  max-height: 500px;
}
.height-pixels-550 {
  min-height: 550px;
  height: 550px;
}
.height-max-pixels-550 {
  max-height: 550px;
}
.height-pixels-600 {
  min-height: 600px;
  height: 600px;
}
.height-max-pixels-600 {
  max-height: 600px;
}
.height-pixels-650 {
  min-height: 650px;
  height: 650px;
}
.height-max-pixels-650 {
  max-height: 650px;
}
.height-pixels-700 {
  min-height: 700px;
  height: 700px;
}
.height-max-pixels-700 {
  max-height: 700px;
}
.height-pixels-750 {
  min-height: 750px;
  height: 750px;
}
.height-max-pixels-750 {
  max-height: 750px;
}
.height-pixels-800 {
  min-height: 800px;
  height: 800px;
}
.height-max-pixels-800 {
  max-height: 800px;
}
.height-pixels-850 {
  min-height: 850px;
  height: 850px;
}
.height-max-pixels-850 {
  max-height: 850px;
}
.height-pixels-900 {
  min-height: 900px;
  height: 900px;
}
.height-max-pixels-900 {
  max-height: 900px;
}
.height-pixels-950 {
  min-height: 950px;
  height: 950px;
}
.height-max-pixels-950 {
  max-height: 950px;
}
.height-pixels-1000 {
  min-height: 1000px;
  height: 1000px;
}
.height-max-pixels-1000 {
  max-height: 1000px;
}
.height-pixels-1050 {
  min-height: 1050px;
  height: 1050px;
}
.height-max-pixels-1050 {
  max-height: 1050px;
}
.height-pixels-1100 {
  min-height: 1100px;
  height: 1100px;
}
.height-max-pixels-1100 {
  max-height: 1100px;
}
.height-pixels-1150 {
  min-height: 1150px;
  height: 1150px;
}
.height-max-pixels-1150 {
  max-height: 1150px;
}
.height-pixels-1200 {
  min-height: 1200px;
  height: 1200px;
}
.height-max-pixels-1200 {
  max-height: 1200px;
}
.height-pixels-1250 {
  min-height: 1250px;
  height: 1250px;
}
.height-max-pixels-1250 {
  max-height: 1250px;
}
.height-pixels-1300 {
  min-height: 1300px;
  height: 1300px;
}
.height-max-pixels-1300 {
  max-height: 1300px;
}
.height-pixels-1350 {
  min-height: 1350px;
  height: 1350px;
}
.height-max-pixels-1350 {
  max-height: 1350px;
}
.height-pixels-1400 {
  min-height: 1400px;
  height: 1400px;
}
.height-max-pixels-1400 {
  max-height: 1400px;
}
.height-pixels-1450 {
  min-height: 1450px;
  height: 1450px;
}
.height-max-pixels-1450 {
  max-height: 1450px;
}
.height-pixels-1500 {
  min-height: 1500px;
  height: 1500px;
}
.height-max-pixels-1500 {
  max-height: 1500px;
}

@media (max-width: 1279px) {
  .tablet-no-overflow-y {
    overflow-y: hidden;
  }
  .tablet-height-auto {
    height: auto;
    min-height: unset;
  }
  .tablet-height-percent-5 {
    min-height: calc(5vh - 120px);
    height: calc(5vh - 120px);
    /*&.pageheader {
        min-height: calc(5vh);
    }*/
  }
  .tablet-height-max-percent-5 {
    max-height: calc(5vh - 120px);
    /*&.pageheader {
        max-height: calc(5vh);
    }*/
  }
  .tablet-height-percent-10 {
    min-height: calc(10vh - 120px);
    height: calc(10vh - 120px);
    /*&.pageheader {
        min-height: calc(10vh);
    }*/
  }
  .tablet-height-max-percent-10 {
    max-height: calc(10vh - 120px);
    /*&.pageheader {
        max-height: calc(10vh);
    }*/
  }
  .tablet-height-percent-15 {
    min-height: calc(15vh - 120px);
    height: calc(15vh - 120px);
    /*&.pageheader {
        min-height: calc(15vh);
    }*/
  }
  .tablet-height-max-percent-15 {
    max-height: calc(15vh - 120px);
    /*&.pageheader {
        max-height: calc(15vh);
    }*/
  }
  .tablet-height-percent-20 {
    min-height: calc(20vh - 120px);
    height: calc(20vh - 120px);
    /*&.pageheader {
        min-height: calc(20vh);
    }*/
  }
  .tablet-height-max-percent-20 {
    max-height: calc(20vh - 120px);
    /*&.pageheader {
        max-height: calc(20vh);
    }*/
  }
  .tablet-height-percent-25 {
    min-height: calc(25vh - 120px);
    height: calc(25vh - 120px);
    /*&.pageheader {
        min-height: calc(25vh);
    }*/
  }
  .tablet-height-max-percent-25 {
    max-height: calc(25vh - 120px);
    /*&.pageheader {
        max-height: calc(25vh);
    }*/
  }
  .tablet-height-percent-30 {
    min-height: calc(30vh - 120px);
    height: calc(30vh - 120px);
    /*&.pageheader {
        min-height: calc(30vh);
    }*/
  }
  .tablet-height-max-percent-30 {
    max-height: calc(30vh - 120px);
    /*&.pageheader {
        max-height: calc(30vh);
    }*/
  }
  .tablet-height-percent-35 {
    min-height: calc(35vh - 120px);
    height: calc(35vh - 120px);
    /*&.pageheader {
        min-height: calc(35vh);
    }*/
  }
  .tablet-height-max-percent-35 {
    max-height: calc(35vh - 120px);
    /*&.pageheader {
        max-height: calc(35vh);
    }*/
  }
  .tablet-height-percent-40 {
    min-height: calc(40vh - 120px);
    height: calc(40vh - 120px);
    /*&.pageheader {
        min-height: calc(40vh);
    }*/
  }
  .tablet-height-max-percent-40 {
    max-height: calc(40vh - 120px);
    /*&.pageheader {
        max-height: calc(40vh);
    }*/
  }
  .tablet-height-percent-45 {
    min-height: calc(45vh - 120px);
    height: calc(45vh - 120px);
    /*&.pageheader {
        min-height: calc(45vh);
    }*/
  }
  .tablet-height-max-percent-45 {
    max-height: calc(45vh - 120px);
    /*&.pageheader {
        max-height: calc(45vh);
    }*/
  }
  .tablet-height-percent-50 {
    min-height: calc(50vh - 120px);
    height: calc(50vh - 120px);
    /*&.pageheader {
        min-height: calc(50vh);
    }*/
  }
  .tablet-height-max-percent-50 {
    max-height: calc(50vh - 120px);
    /*&.pageheader {
        max-height: calc(50vh);
    }*/
  }
  .tablet-height-percent-55 {
    min-height: calc(55vh - 120px);
    height: calc(55vh - 120px);
    /*&.pageheader {
        min-height: calc(55vh);
    }*/
  }
  .tablet-height-max-percent-55 {
    max-height: calc(55vh - 120px);
    /*&.pageheader {
        max-height: calc(55vh);
    }*/
  }
  .tablet-height-percent-60 {
    min-height: calc(60vh - 120px);
    height: calc(60vh - 120px);
    /*&.pageheader {
        min-height: calc(60vh);
    }*/
  }
  .tablet-height-max-percent-60 {
    max-height: calc(60vh - 120px);
    /*&.pageheader {
        max-height: calc(60vh);
    }*/
  }
  .tablet-height-percent-65 {
    min-height: calc(65vh - 120px);
    height: calc(65vh - 120px);
    /*&.pageheader {
        min-height: calc(65vh);
    }*/
  }
  .tablet-height-max-percent-65 {
    max-height: calc(65vh - 120px);
    /*&.pageheader {
        max-height: calc(65vh);
    }*/
  }
  .tablet-height-percent-70 {
    min-height: calc(70vh - 120px);
    height: calc(70vh - 120px);
    /*&.pageheader {
        min-height: calc(70vh);
    }*/
  }
  .tablet-height-max-percent-70 {
    max-height: calc(70vh - 120px);
    /*&.pageheader {
        max-height: calc(70vh);
    }*/
  }
  .tablet-height-percent-75 {
    min-height: calc(75vh - 120px);
    height: calc(75vh - 120px);
    /*&.pageheader {
        min-height: calc(75vh);
    }*/
  }
  .tablet-height-max-percent-75 {
    max-height: calc(75vh - 120px);
    /*&.pageheader {
        max-height: calc(75vh);
    }*/
  }
  .tablet-height-percent-80 {
    min-height: calc(80vh - 120px);
    height: calc(80vh - 120px);
    /*&.pageheader {
        min-height: calc(80vh);
    }*/
  }
  .tablet-height-max-percent-80 {
    max-height: calc(80vh - 120px);
    /*&.pageheader {
        max-height: calc(80vh);
    }*/
  }
  .tablet-height-percent-85 {
    min-height: calc(85vh - 120px);
    height: calc(85vh - 120px);
    /*&.pageheader {
        min-height: calc(85vh);
    }*/
  }
  .tablet-height-max-percent-85 {
    max-height: calc(85vh - 120px);
    /*&.pageheader {
        max-height: calc(85vh);
    }*/
  }
  .tablet-height-percent-90 {
    min-height: calc(90vh - 120px);
    height: calc(90vh - 120px);
    /*&.pageheader {
        min-height: calc(90vh);
    }*/
  }
  .tablet-height-max-percent-90 {
    max-height: calc(90vh - 120px);
    /*&.pageheader {
        max-height: calc(90vh);
    }*/
  }
  .tablet-height-percent-95 {
    min-height: calc(95vh - 120px);
    height: calc(95vh - 120px);
    /*&.pageheader {
        min-height: calc(95vh);
    }*/
  }
  .tablet-height-max-percent-95 {
    max-height: calc(95vh - 120px);
    /*&.pageheader {
        max-height: calc(95vh);
    }*/
  }
  .tablet-height-percent-100 {
    min-height: calc(100vh - 120px);
    height: calc(100vh - 120px);
    /*&.pageheader {
        min-height: calc(100vh);
    }*/
  }
  .tablet-height-max-percent-100 {
    max-height: calc(100vh - 120px);
    /*&.pageheader {
        max-height: calc(100vh);
    }*/
  }
  .tablet-height-pixels-50 {
    min-height: 50px !important;
    height: 50px !important;
  }
  .tablet-height-max-pixels-50 {
    max-height: 50px !important;
  }
  .tablet-height-pixels-100 {
    min-height: 100px !important;
    height: 100px !important;
  }
  .tablet-height-max-pixels-100 {
    max-height: 100px !important;
  }
  .tablet-height-pixels-150 {
    min-height: 150px !important;
    height: 150px !important;
  }
  .tablet-height-max-pixels-150 {
    max-height: 150px !important;
  }
  .tablet-height-pixels-200 {
    min-height: 200px !important;
    height: 200px !important;
  }
  .tablet-height-max-pixels-200 {
    max-height: 200px !important;
  }
  .tablet-height-pixels-250 {
    min-height: 250px !important;
    height: 250px !important;
  }
  .tablet-height-max-pixels-250 {
    max-height: 250px !important;
  }
  .tablet-height-pixels-300 {
    min-height: 300px !important;
    height: 300px !important;
  }
  .tablet-height-max-pixels-300 {
    max-height: 300px !important;
  }
  .tablet-height-pixels-350 {
    min-height: 350px !important;
    height: 350px !important;
  }
  .tablet-height-max-pixels-350 {
    max-height: 350px !important;
  }
  .tablet-height-pixels-400 {
    min-height: 400px !important;
    height: 400px !important;
  }
  .tablet-height-max-pixels-400 {
    max-height: 400px !important;
  }
  .tablet-height-pixels-450 {
    min-height: 450px !important;
    height: 450px !important;
  }
  .tablet-height-max-pixels-450 {
    max-height: 450px !important;
  }
  .tablet-height-pixels-500 {
    min-height: 500px !important;
    height: 500px !important;
  }
  .tablet-height-max-pixels-500 {
    max-height: 500px !important;
  }
  .tablet-height-pixels-550 {
    min-height: 550px !important;
    height: 550px !important;
  }
  .tablet-height-max-pixels-550 {
    max-height: 550px !important;
  }
  .tablet-height-pixels-600 {
    min-height: 600px !important;
    height: 600px !important;
  }
  .tablet-height-max-pixels-600 {
    max-height: 600px !important;
  }
  .tablet-height-pixels-650 {
    min-height: 650px !important;
    height: 650px !important;
  }
  .tablet-height-max-pixels-650 {
    max-height: 650px !important;
  }
  .tablet-height-pixels-700 {
    min-height: 700px !important;
    height: 700px !important;
  }
  .tablet-height-max-pixels-700 {
    max-height: 700px !important;
  }
  .tablet-height-pixels-750 {
    min-height: 750px !important;
    height: 750px !important;
  }
  .tablet-height-max-pixels-750 {
    max-height: 750px !important;
  }
  .tablet-height-pixels-800 {
    min-height: 800px !important;
    height: 800px !important;
  }
  .tablet-height-max-pixels-800 {
    max-height: 800px !important;
  }
  .tablet-height-pixels-850 {
    min-height: 850px !important;
    height: 850px !important;
  }
  .tablet-height-max-pixels-850 {
    max-height: 850px !important;
  }
  .tablet-height-pixels-900 {
    min-height: 900px !important;
    height: 900px !important;
  }
  .tablet-height-max-pixels-900 {
    max-height: 900px !important;
  }
  .tablet-height-pixels-950 {
    min-height: 950px !important;
    height: 950px !important;
  }
  .tablet-height-max-pixels-950 {
    max-height: 950px !important;
  }
  .tablet-height-pixels-1000 {
    min-height: 1000px !important;
    height: 1000px !important;
  }
  .tablet-height-max-pixels-1000 {
    max-height: 1000px !important;
  }
  .tablet-height-pixels-1050 {
    min-height: 1050px !important;
    height: 1050px !important;
  }
  .tablet-height-max-pixels-1050 {
    max-height: 1050px !important;
  }
  .tablet-height-pixels-1100 {
    min-height: 1100px !important;
    height: 1100px !important;
  }
  .tablet-height-max-pixels-1100 {
    max-height: 1100px !important;
  }
  .tablet-height-pixels-1150 {
    min-height: 1150px !important;
    height: 1150px !important;
  }
  .tablet-height-max-pixels-1150 {
    max-height: 1150px !important;
  }
  .tablet-height-pixels-1200 {
    min-height: 1200px !important;
    height: 1200px !important;
  }
  .tablet-height-max-pixels-1200 {
    max-height: 1200px !important;
  }
  .tablet-height-pixels-1250 {
    min-height: 1250px !important;
    height: 1250px !important;
  }
  .tablet-height-max-pixels-1250 {
    max-height: 1250px !important;
  }
  .tablet-height-pixels-1300 {
    min-height: 1300px !important;
    height: 1300px !important;
  }
  .tablet-height-max-pixels-1300 {
    max-height: 1300px !important;
  }
  .tablet-height-pixels-1350 {
    min-height: 1350px !important;
    height: 1350px !important;
  }
  .tablet-height-max-pixels-1350 {
    max-height: 1350px !important;
  }
  .tablet-height-pixels-1400 {
    min-height: 1400px !important;
    height: 1400px !important;
  }
  .tablet-height-max-pixels-1400 {
    max-height: 1400px !important;
  }
  .tablet-height-pixels-1450 {
    min-height: 1450px !important;
    height: 1450px !important;
  }
  .tablet-height-max-pixels-1450 {
    max-height: 1450px !important;
  }
  .tablet-height-pixels-1500 {
    min-height: 1500px !important;
    height: 1500px !important;
  }
  .tablet-height-max-pixels-1500 {
    max-height: 1500px !important;
  }
}

@media (max-width: 599px) {
  .mobile-no-overflow-y {
    overflow-y: hidden;
  }
  .mobile-height-auto {
    height: auto;
    min-height: unset;
  }
  .mobile-height-percent-5 {
    min-height: calc(5vh - 120px);
    height: calc(5vh - 120px);
    /*&.pageheader {
        min-height: calc(5vh);
    }*/
  }
  .mobile-height-max-percent-5 {
    max-height: calc(5vh - 120px);
    /*&.pageheader {
        max-height: calc(5vh);
    }*/
  }
  .mobile-height-percent-10 {
    min-height: calc(10vh - 120px);
    height: calc(10vh - 120px);
    /*&.pageheader {
        min-height: calc(10vh);
    }*/
  }
  .mobile-height-max-percent-10 {
    max-height: calc(10vh - 120px);
    /*&.pageheader {
        max-height: calc(10vh);
    }*/
  }
  .mobile-height-percent-15 {
    min-height: calc(15vh - 120px);
    height: calc(15vh - 120px);
    /*&.pageheader {
        min-height: calc(15vh);
    }*/
  }
  .mobile-height-max-percent-15 {
    max-height: calc(15vh - 120px);
    /*&.pageheader {
        max-height: calc(15vh);
    }*/
  }
  .mobile-height-percent-20 {
    min-height: calc(20vh - 120px);
    height: calc(20vh - 120px);
    /*&.pageheader {
        min-height: calc(20vh);
    }*/
  }
  .mobile-height-max-percent-20 {
    max-height: calc(20vh - 120px);
    /*&.pageheader {
        max-height: calc(20vh);
    }*/
  }
  .mobile-height-percent-25 {
    min-height: calc(25vh - 120px);
    height: calc(25vh - 120px);
    /*&.pageheader {
        min-height: calc(25vh);
    }*/
  }
  .mobile-height-max-percent-25 {
    max-height: calc(25vh - 120px);
    /*&.pageheader {
        max-height: calc(25vh);
    }*/
  }
  .mobile-height-percent-30 {
    min-height: calc(30vh - 120px);
    height: calc(30vh - 120px);
    /*&.pageheader {
        min-height: calc(30vh);
    }*/
  }
  .mobile-height-max-percent-30 {
    max-height: calc(30vh - 120px);
    /*&.pageheader {
        max-height: calc(30vh);
    }*/
  }
  .mobile-height-percent-35 {
    min-height: calc(35vh - 120px);
    height: calc(35vh - 120px);
    /*&.pageheader {
        min-height: calc(35vh);
    }*/
  }
  .mobile-height-max-percent-35 {
    max-height: calc(35vh - 120px);
    /*&.pageheader {
        max-height: calc(35vh);
    }*/
  }
  .mobile-height-percent-40 {
    min-height: calc(40vh - 120px);
    height: calc(40vh - 120px);
    /*&.pageheader {
        min-height: calc(40vh);
    }*/
  }
  .mobile-height-max-percent-40 {
    max-height: calc(40vh - 120px);
    /*&.pageheader {
        max-height: calc(40vh);
    }*/
  }
  .mobile-height-percent-45 {
    min-height: calc(45vh - 120px);
    height: calc(45vh - 120px);
    /*&.pageheader {
        min-height: calc(45vh);
    }*/
  }
  .mobile-height-max-percent-45 {
    max-height: calc(45vh - 120px);
    /*&.pageheader {
        max-height: calc(45vh);
    }*/
  }
  .mobile-height-percent-50 {
    min-height: calc(50vh - 120px);
    height: calc(50vh - 120px);
    /*&.pageheader {
        min-height: calc(50vh);
    }*/
  }
  .mobile-height-max-percent-50 {
    max-height: calc(50vh - 120px);
    /*&.pageheader {
        max-height: calc(50vh);
    }*/
  }
  .mobile-height-percent-55 {
    min-height: calc(55vh - 120px);
    height: calc(55vh - 120px);
    /*&.pageheader {
        min-height: calc(55vh);
    }*/
  }
  .mobile-height-max-percent-55 {
    max-height: calc(55vh - 120px);
    /*&.pageheader {
        max-height: calc(55vh);
    }*/
  }
  .mobile-height-percent-60 {
    min-height: calc(60vh - 120px);
    height: calc(60vh - 120px);
    /*&.pageheader {
        min-height: calc(60vh);
    }*/
  }
  .mobile-height-max-percent-60 {
    max-height: calc(60vh - 120px);
    /*&.pageheader {
        max-height: calc(60vh);
    }*/
  }
  .mobile-height-percent-65 {
    min-height: calc(65vh - 120px);
    height: calc(65vh - 120px);
    /*&.pageheader {
        min-height: calc(65vh);
    }*/
  }
  .mobile-height-max-percent-65 {
    max-height: calc(65vh - 120px);
    /*&.pageheader {
        max-height: calc(65vh);
    }*/
  }
  .mobile-height-percent-70 {
    min-height: calc(70vh - 120px);
    height: calc(70vh - 120px);
    /*&.pageheader {
        min-height: calc(70vh);
    }*/
  }
  .mobile-height-max-percent-70 {
    max-height: calc(70vh - 120px);
    /*&.pageheader {
        max-height: calc(70vh);
    }*/
  }
  .mobile-height-percent-75 {
    min-height: calc(75vh - 120px);
    height: calc(75vh - 120px);
    /*&.pageheader {
        min-height: calc(75vh);
    }*/
  }
  .mobile-height-max-percent-75 {
    max-height: calc(75vh - 120px);
    /*&.pageheader {
        max-height: calc(75vh);
    }*/
  }
  .mobile-height-percent-80 {
    min-height: calc(80vh - 120px);
    height: calc(80vh - 120px);
    /*&.pageheader {
        min-height: calc(80vh);
    }*/
  }
  .mobile-height-max-percent-80 {
    max-height: calc(80vh - 120px);
    /*&.pageheader {
        max-height: calc(80vh);
    }*/
  }
  .mobile-height-percent-85 {
    min-height: calc(85vh - 120px);
    height: calc(85vh - 120px);
    /*&.pageheader {
        min-height: calc(85vh);
    }*/
  }
  .mobile-height-max-percent-85 {
    max-height: calc(85vh - 120px);
    /*&.pageheader {
        max-height: calc(85vh);
    }*/
  }
  .mobile-height-percent-90 {
    min-height: calc(90vh - 120px);
    height: calc(90vh - 120px);
    /*&.pageheader {
        min-height: calc(90vh);
    }*/
  }
  .mobile-height-max-percent-90 {
    max-height: calc(90vh - 120px);
    /*&.pageheader {
        max-height: calc(90vh);
    }*/
  }
  .mobile-height-percent-95 {
    min-height: calc(95vh - 120px);
    height: calc(95vh - 120px);
    /*&.pageheader {
        min-height: calc(95vh);
    }*/
  }
  .mobile-height-max-percent-95 {
    max-height: calc(95vh - 120px);
    /*&.pageheader {
        max-height: calc(95vh);
    }*/
  }
  .mobile-height-percent-100 {
    min-height: calc(100vh - 120px);
    height: calc(100vh - 120px);
    /*&.pageheader {
        min-height: calc(100vh);
    }*/
  }
  .mobile-height-max-percent-100 {
    max-height: calc(100vh - 120px);
    /*&.pageheader {
        max-height: calc(100vh);
    }*/
  }
  .mobile-height-pixels-50 {
    min-height: 50px !important;
    height: 50px !important;
  }
  .mobile-height-max-pixels-50 {
    max-height: 50px !important;
  }
  .mobile-height-pixels-100 {
    min-height: 100px !important;
    height: 100px !important;
  }
  .mobile-height-max-pixels-100 {
    max-height: 100px !important;
  }
  .mobile-height-pixels-150 {
    min-height: 150px !important;
    height: 150px !important;
  }
  .mobile-height-max-pixels-150 {
    max-height: 150px !important;
  }
  .mobile-height-pixels-200 {
    min-height: 200px !important;
    height: 200px !important;
  }
  .mobile-height-max-pixels-200 {
    max-height: 200px !important;
  }
  .mobile-height-pixels-250 {
    min-height: 250px !important;
    height: 250px !important;
  }
  .mobile-height-max-pixels-250 {
    max-height: 250px !important;
  }
  .mobile-height-pixels-300 {
    min-height: 300px !important;
    height: 300px !important;
  }
  .mobile-height-max-pixels-300 {
    max-height: 300px !important;
  }
  .mobile-height-pixels-350 {
    min-height: 350px !important;
    height: 350px !important;
  }
  .mobile-height-max-pixels-350 {
    max-height: 350px !important;
  }
  .mobile-height-pixels-400 {
    min-height: 400px !important;
    height: 400px !important;
  }
  .mobile-height-max-pixels-400 {
    max-height: 400px !important;
  }
  .mobile-height-pixels-450 {
    min-height: 450px !important;
    height: 450px !important;
  }
  .mobile-height-max-pixels-450 {
    max-height: 450px !important;
  }
  .mobile-height-pixels-500 {
    min-height: 500px !important;
    height: 500px !important;
  }
  .mobile-height-max-pixels-500 {
    max-height: 500px !important;
  }
  .mobile-height-pixels-550 {
    min-height: 550px !important;
    height: 550px !important;
  }
  .mobile-height-max-pixels-550 {
    max-height: 550px !important;
  }
  .mobile-height-pixels-600 {
    min-height: 600px !important;
    height: 600px !important;
  }
  .mobile-height-max-pixels-600 {
    max-height: 600px !important;
  }
  .mobile-height-pixels-650 {
    min-height: 650px !important;
    height: 650px !important;
  }
  .mobile-height-max-pixels-650 {
    max-height: 650px !important;
  }
  .mobile-height-pixels-700 {
    min-height: 700px !important;
    height: 700px !important;
  }
  .mobile-height-max-pixels-700 {
    max-height: 700px !important;
  }
  .mobile-height-pixels-750 {
    min-height: 750px !important;
    height: 750px !important;
  }
  .mobile-height-max-pixels-750 {
    max-height: 750px !important;
  }
  .mobile-height-pixels-800 {
    min-height: 800px !important;
    height: 800px !important;
  }
  .mobile-height-max-pixels-800 {
    max-height: 800px !important;
  }
  .mobile-height-pixels-850 {
    min-height: 850px !important;
    height: 850px !important;
  }
  .mobile-height-max-pixels-850 {
    max-height: 850px !important;
  }
  .mobile-height-pixels-900 {
    min-height: 900px !important;
    height: 900px !important;
  }
  .mobile-height-max-pixels-900 {
    max-height: 900px !important;
  }
  .mobile-height-pixels-950 {
    min-height: 950px !important;
    height: 950px !important;
  }
  .mobile-height-max-pixels-950 {
    max-height: 950px !important;
  }
  .mobile-height-pixels-1000 {
    min-height: 1000px !important;
    height: 1000px !important;
  }
  .mobile-height-max-pixels-1000 {
    max-height: 1000px !important;
  }
  .mobile-height-pixels-1050 {
    min-height: 1050px !important;
    height: 1050px !important;
  }
  .mobile-height-max-pixels-1050 {
    max-height: 1050px !important;
  }
  .mobile-height-pixels-1100 {
    min-height: 1100px !important;
    height: 1100px !important;
  }
  .mobile-height-max-pixels-1100 {
    max-height: 1100px !important;
  }
  .mobile-height-pixels-1150 {
    min-height: 1150px !important;
    height: 1150px !important;
  }
  .mobile-height-max-pixels-1150 {
    max-height: 1150px !important;
  }
  .mobile-height-pixels-1200 {
    min-height: 1200px !important;
    height: 1200px !important;
  }
  .mobile-height-max-pixels-1200 {
    max-height: 1200px !important;
  }
  .mobile-height-pixels-1250 {
    min-height: 1250px !important;
    height: 1250px !important;
  }
  .mobile-height-max-pixels-1250 {
    max-height: 1250px !important;
  }
  .mobile-height-pixels-1300 {
    min-height: 1300px !important;
    height: 1300px !important;
  }
  .mobile-height-max-pixels-1300 {
    max-height: 1300px !important;
  }
  .mobile-height-pixels-1350 {
    min-height: 1350px !important;
    height: 1350px !important;
  }
  .mobile-height-max-pixels-1350 {
    max-height: 1350px !important;
  }
  .mobile-height-pixels-1400 {
    min-height: 1400px !important;
    height: 1400px !important;
  }
  .mobile-height-max-pixels-1400 {
    max-height: 1400px !important;
  }
  .mobile-height-pixels-1450 {
    min-height: 1450px !important;
    height: 1450px !important;
  }
  .mobile-height-max-pixels-1450 {
    max-height: 1450px !important;
  }
  .mobile-height-pixels-1500 {
    min-height: 1500px !important;
    height: 1500px !important;
  }
  .mobile-height-max-pixels-1500 {
    max-height: 1500px !important;
  }
}

.sub-component.height-percent-5 {
  min-height: 5%;
  height: 5%;
}
.sub-component.height-max-percent-5 {
  max-height: 5%;
}
.sub-component.height-percent-10 {
  min-height: 10%;
  height: 10%;
}
.sub-component.height-max-percent-10 {
  max-height: 10%;
}
.sub-component.height-percent-15 {
  min-height: 15%;
  height: 15%;
}
.sub-component.height-max-percent-15 {
  max-height: 15%;
}
.sub-component.height-percent-20 {
  min-height: 20%;
  height: 20%;
}
.sub-component.height-max-percent-20 {
  max-height: 20%;
}
.sub-component.height-percent-25 {
  min-height: 25%;
  height: 25%;
}
.sub-component.height-max-percent-25 {
  max-height: 25%;
}
.sub-component.height-percent-30 {
  min-height: 30%;
  height: 30%;
}
.sub-component.height-max-percent-30 {
  max-height: 30%;
}
.sub-component.height-percent-35 {
  min-height: 35%;
  height: 35%;
}
.sub-component.height-max-percent-35 {
  max-height: 35%;
}
.sub-component.height-percent-40 {
  min-height: 40%;
  height: 40%;
}
.sub-component.height-max-percent-40 {
  max-height: 40%;
}
.sub-component.height-percent-45 {
  min-height: 45%;
  height: 45%;
}
.sub-component.height-max-percent-45 {
  max-height: 45%;
}
.sub-component.height-percent-50 {
  min-height: 50%;
  height: 50%;
}
.sub-component.height-max-percent-50 {
  max-height: 50%;
}
.sub-component.height-percent-55 {
  min-height: 55%;
  height: 55%;
}
.sub-component.height-max-percent-55 {
  max-height: 55%;
}
.sub-component.height-percent-60 {
  min-height: 60%;
  height: 60%;
}
.sub-component.height-max-percent-60 {
  max-height: 60%;
}
.sub-component.height-percent-65 {
  min-height: 65%;
  height: 65%;
}
.sub-component.height-max-percent-65 {
  max-height: 65%;
}
.sub-component.height-percent-70 {
  min-height: 70%;
  height: 70%;
}
.sub-component.height-max-percent-70 {
  max-height: 70%;
}
.sub-component.height-percent-75 {
  min-height: 75%;
  height: 75%;
}
.sub-component.height-max-percent-75 {
  max-height: 75%;
}
.sub-component.height-percent-80 {
  min-height: 80%;
  height: 80%;
}
.sub-component.height-max-percent-80 {
  max-height: 80%;
}
.sub-component.height-percent-85 {
  min-height: 85%;
  height: 85%;
}
.sub-component.height-max-percent-85 {
  max-height: 85%;
}
.sub-component.height-percent-90 {
  min-height: 90%;
  height: 90%;
}
.sub-component.height-max-percent-90 {
  max-height: 90%;
}
.sub-component.height-percent-95 {
  min-height: 95%;
  height: 95%;
}
.sub-component.height-max-percent-95 {
  max-height: 95%;
}
.sub-component.height-percent-100 {
  min-height: 100%;
  height: 100%;
}
.sub-component.height-max-percent-100 {
  max-height: 100%;
}
@media (max-width: 1279px) {
  .sub-component .tablet-height-percent-5 {
    min-height: 5%;
    height: 5%;
  }
  .sub-component .tablet-height-max-percent-5 {
    max-height: 5%;
  }
  .sub-component .tablet-height-percent-10 {
    min-height: 10%;
    height: 10%;
  }
  .sub-component .tablet-height-max-percent-10 {
    max-height: 10%;
  }
  .sub-component .tablet-height-percent-15 {
    min-height: 15%;
    height: 15%;
  }
  .sub-component .tablet-height-max-percent-15 {
    max-height: 15%;
  }
  .sub-component .tablet-height-percent-20 {
    min-height: 20%;
    height: 20%;
  }
  .sub-component .tablet-height-max-percent-20 {
    max-height: 20%;
  }
  .sub-component .tablet-height-percent-25 {
    min-height: 25%;
    height: 25%;
  }
  .sub-component .tablet-height-max-percent-25 {
    max-height: 25%;
  }
  .sub-component .tablet-height-percent-30 {
    min-height: 30%;
    height: 30%;
  }
  .sub-component .tablet-height-max-percent-30 {
    max-height: 30%;
  }
  .sub-component .tablet-height-percent-35 {
    min-height: 35%;
    height: 35%;
  }
  .sub-component .tablet-height-max-percent-35 {
    max-height: 35%;
  }
  .sub-component .tablet-height-percent-40 {
    min-height: 40%;
    height: 40%;
  }
  .sub-component .tablet-height-max-percent-40 {
    max-height: 40%;
  }
  .sub-component .tablet-height-percent-45 {
    min-height: 45%;
    height: 45%;
  }
  .sub-component .tablet-height-max-percent-45 {
    max-height: 45%;
  }
  .sub-component .tablet-height-percent-50 {
    min-height: 50%;
    height: 50%;
  }
  .sub-component .tablet-height-max-percent-50 {
    max-height: 50%;
  }
  .sub-component .tablet-height-percent-55 {
    min-height: 55%;
    height: 55%;
  }
  .sub-component .tablet-height-max-percent-55 {
    max-height: 55%;
  }
  .sub-component .tablet-height-percent-60 {
    min-height: 60%;
    height: 60%;
  }
  .sub-component .tablet-height-max-percent-60 {
    max-height: 60%;
  }
  .sub-component .tablet-height-percent-65 {
    min-height: 65%;
    height: 65%;
  }
  .sub-component .tablet-height-max-percent-65 {
    max-height: 65%;
  }
  .sub-component .tablet-height-percent-70 {
    min-height: 70%;
    height: 70%;
  }
  .sub-component .tablet-height-max-percent-70 {
    max-height: 70%;
  }
  .sub-component .tablet-height-percent-75 {
    min-height: 75%;
    height: 75%;
  }
  .sub-component .tablet-height-max-percent-75 {
    max-height: 75%;
  }
  .sub-component .tablet-height-percent-80 {
    min-height: 80%;
    height: 80%;
  }
  .sub-component .tablet-height-max-percent-80 {
    max-height: 80%;
  }
  .sub-component .tablet-height-percent-85 {
    min-height: 85%;
    height: 85%;
  }
  .sub-component .tablet-height-max-percent-85 {
    max-height: 85%;
  }
  .sub-component .tablet-height-percent-90 {
    min-height: 90%;
    height: 90%;
  }
  .sub-component .tablet-height-max-percent-90 {
    max-height: 90%;
  }
  .sub-component .tablet-height-percent-95 {
    min-height: 95%;
    height: 95%;
  }
  .sub-component .tablet-height-max-percent-95 {
    max-height: 95%;
  }
  .sub-component .tablet-height-percent-100 {
    min-height: 100%;
    height: 100%;
  }
  .sub-component .tablet-height-max-percent-100 {
    max-height: 100%;
  }
}
@media (max-width: 599px) {
  .sub-component .mobile-height-percent-5 {
    min-height: 5%;
    height: 5%;
  }
  .sub-component .mobile-height-max-percent-5 {
    max-height: 5%;
  }
  .sub-component .mobile-height-percent-10 {
    min-height: 10%;
    height: 10%;
  }
  .sub-component .mobile-height-max-percent-10 {
    max-height: 10%;
  }
  .sub-component .mobile-height-percent-15 {
    min-height: 15%;
    height: 15%;
  }
  .sub-component .mobile-height-max-percent-15 {
    max-height: 15%;
  }
  .sub-component .mobile-height-percent-20 {
    min-height: 20%;
    height: 20%;
  }
  .sub-component .mobile-height-max-percent-20 {
    max-height: 20%;
  }
  .sub-component .mobile-height-percent-25 {
    min-height: 25%;
    height: 25%;
  }
  .sub-component .mobile-height-max-percent-25 {
    max-height: 25%;
  }
  .sub-component .mobile-height-percent-30 {
    min-height: 30%;
    height: 30%;
  }
  .sub-component .mobile-height-max-percent-30 {
    max-height: 30%;
  }
  .sub-component .mobile-height-percent-35 {
    min-height: 35%;
    height: 35%;
  }
  .sub-component .mobile-height-max-percent-35 {
    max-height: 35%;
  }
  .sub-component .mobile-height-percent-40 {
    min-height: 40%;
    height: 40%;
  }
  .sub-component .mobile-height-max-percent-40 {
    max-height: 40%;
  }
  .sub-component .mobile-height-percent-45 {
    min-height: 45%;
    height: 45%;
  }
  .sub-component .mobile-height-max-percent-45 {
    max-height: 45%;
  }
  .sub-component .mobile-height-percent-50 {
    min-height: 50%;
    height: 50%;
  }
  .sub-component .mobile-height-max-percent-50 {
    max-height: 50%;
  }
  .sub-component .mobile-height-percent-55 {
    min-height: 55%;
    height: 55%;
  }
  .sub-component .mobile-height-max-percent-55 {
    max-height: 55%;
  }
  .sub-component .mobile-height-percent-60 {
    min-height: 60%;
    height: 60%;
  }
  .sub-component .mobile-height-max-percent-60 {
    max-height: 60%;
  }
  .sub-component .mobile-height-percent-65 {
    min-height: 65%;
    height: 65%;
  }
  .sub-component .mobile-height-max-percent-65 {
    max-height: 65%;
  }
  .sub-component .mobile-height-percent-70 {
    min-height: 70%;
    height: 70%;
  }
  .sub-component .mobile-height-max-percent-70 {
    max-height: 70%;
  }
  .sub-component .mobile-height-percent-75 {
    min-height: 75%;
    height: 75%;
  }
  .sub-component .mobile-height-max-percent-75 {
    max-height: 75%;
  }
  .sub-component .mobile-height-percent-80 {
    min-height: 80%;
    height: 80%;
  }
  .sub-component .mobile-height-max-percent-80 {
    max-height: 80%;
  }
  .sub-component .mobile-height-percent-85 {
    min-height: 85%;
    height: 85%;
  }
  .sub-component .mobile-height-max-percent-85 {
    max-height: 85%;
  }
  .sub-component .mobile-height-percent-90 {
    min-height: 90%;
    height: 90%;
  }
  .sub-component .mobile-height-max-percent-90 {
    max-height: 90%;
  }
  .sub-component .mobile-height-percent-95 {
    min-height: 95%;
    height: 95%;
  }
  .sub-component .mobile-height-max-percent-95 {
    max-height: 95%;
  }
  .sub-component .mobile-height-percent-100 {
    min-height: 100%;
    height: 100%;
  }
  .sub-component .mobile-height-max-percent-100 {
    max-height: 100%;
  }
}

.width-auto {
  width: auto;
  min-width: unset;
}
.width-percent-5 {
  width: 5%;
}
.width-percent-10 {
  width: 10%;
}
.width-percent-15 {
  width: 15%;
}
.width-percent-20 {
  width: 20%;
}
.width-percent-25 {
  width: 25%;
}
.width-percent-30 {
  width: 30%;
}
.width-percent-35 {
  width: 35%;
}
.width-percent-40 {
  width: 40%;
}
.width-percent-45 {
  width: 45%;
}
.width-percent-50 {
  width: 50%;
}
.width-percent-55 {
  width: 55%;
}
.width-percent-60 {
  width: 60%;
}
.width-percent-65 {
  width: 65%;
}
.width-percent-70 {
  width: 70%;
}
.width-percent-75 {
  width: 75%;
}
.width-percent-80 {
  width: 80%;
}
.width-percent-85 {
  width: 85%;
}
.width-percent-90 {
  width: 90%;
}
.width-percent-95 {
  width: 95%;
}
.width-percent-100 {
  width: 100%;
}
.width-pixels-50 {
  width: 50px;
}
.width-pixels-100 {
  width: 100px;
}
.width-pixels-150 {
  width: 150px;
}
.width-pixels-200 {
  width: 200px;
}
.width-pixels-250 {
  width: 250px;
}
.width-pixels-300 {
  width: 300px;
}
.width-pixels-350 {
  width: 350px;
}
.width-pixels-400 {
  width: 400px;
}
.width-pixels-450 {
  width: 450px;
}
.width-pixels-500 {
  width: 500px;
}
.width-pixels-550 {
  width: 550px;
}
.width-pixels-600 {
  width: 600px;
}
.width-pixels-650 {
  width: 650px;
}
.width-pixels-700 {
  width: 700px;
}
.width-pixels-750 {
  width: 750px;
}
.width-pixels-800 {
  width: 800px;
}
.width-pixels-850 {
  width: 850px;
}
.width-pixels-900 {
  width: 900px;
}
.width-pixels-950 {
  width: 950px;
}
.width-pixels-1000 {
  width: 1000px;
}
.width-pixels-1050 {
  width: 1050px;
}
.width-pixels-1100 {
  width: 1100px;
}
.width-pixels-1150 {
  width: 1150px;
}
.width-pixels-1200 {
  width: 1200px;
}
.width-pixels-1250 {
  width: 1250px;
}

@media (max-width: 1279px) {
  .tablet-width-auto {
    width: auto;
    min-width: unset;
  }
  .tablet-width-percent-5 {
    width: 5%;
  }
  .tablet-width-percent-10 {
    width: 10%;
  }
  .tablet-width-percent-15 {
    width: 15%;
  }
  .tablet-width-percent-20 {
    width: 20%;
  }
  .tablet-width-percent-25 {
    width: 25%;
  }
  .tablet-width-percent-30 {
    width: 30%;
  }
  .tablet-width-percent-35 {
    width: 35%;
  }
  .tablet-width-percent-40 {
    width: 40%;
  }
  .tablet-width-percent-45 {
    width: 45%;
  }
  .tablet-width-percent-50 {
    width: 50%;
  }
  .tablet-width-percent-55 {
    width: 55%;
  }
  .tablet-width-percent-60 {
    width: 60%;
  }
  .tablet-width-percent-65 {
    width: 65%;
  }
  .tablet-width-percent-70 {
    width: 70%;
  }
  .tablet-width-percent-75 {
    width: 75%;
  }
  .tablet-width-percent-80 {
    width: 80%;
  }
  .tablet-width-percent-85 {
    width: 85%;
  }
  .tablet-width-percent-90 {
    width: 90%;
  }
  .tablet-width-percent-95 {
    width: 95%;
  }
  .tablet-width-percent-100 {
    width: 100%;
  }
  .tablet-width-pixels-50 {
    width: 50px;
  }
  .tablet-width-pixels-100 {
    width: 100px;
  }
  .tablet-width-pixels-150 {
    width: 150px;
  }
  .tablet-width-pixels-200 {
    width: 200px;
  }
  .tablet-width-pixels-250 {
    width: 250px;
  }
  .tablet-width-pixels-300 {
    width: 300px;
  }
  .tablet-width-pixels-350 {
    width: 350px;
  }
  .tablet-width-pixels-400 {
    width: 400px;
  }
  .tablet-width-pixels-450 {
    width: 450px;
  }
  .tablet-width-pixels-500 {
    width: 500px;
  }
  .tablet-width-pixels-550 {
    width: 550px;
  }
  .tablet-width-pixels-600 {
    width: 600px;
  }
  .tablet-width-pixels-650 {
    width: 650px;
  }
  .tablet-width-pixels-700 {
    width: 700px;
  }
  .tablet-width-pixels-750 {
    width: 750px;
  }
  .tablet-width-pixels-800 {
    width: 800px;
  }
  .tablet-width-pixels-850 {
    width: 850px;
  }
  .tablet-width-pixels-900 {
    width: 900px;
  }
  .tablet-width-pixels-950 {
    width: 950px;
  }
  .tablet-width-pixels-1000 {
    width: 1000px;
  }
  .tablet-width-pixels-1050 {
    width: 1050px;
  }
  .tablet-width-pixels-1100 {
    width: 1100px;
  }
  .tablet-width-pixels-1150 {
    width: 1150px;
  }
  .tablet-width-pixels-1200 {
    width: 1200px;
  }
  .tablet-width-pixels-1250 {
    width: 1250px;
  }
}

@media (max-width: 599px) {
  .mobile-width-auto {
    width: auto;
    min-width: unset;
  }
  .mobile-width-percent-5 {
    width: 5%;
  }
  .mobile-width-percent-10 {
    width: 10%;
  }
  .mobile-width-percent-15 {
    width: 15%;
  }
  .mobile-width-percent-20 {
    width: 20%;
  }
  .mobile-width-percent-25 {
    width: 25%;
  }
  .mobile-width-percent-30 {
    width: 30%;
  }
  .mobile-width-percent-35 {
    width: 35%;
  }
  .mobile-width-percent-40 {
    width: 40%;
  }
  .mobile-width-percent-45 {
    width: 45%;
  }
  .mobile-width-percent-50 {
    width: 50%;
  }
  .mobile-width-percent-55 {
    width: 55%;
  }
  .mobile-width-percent-60 {
    width: 60%;
  }
  .mobile-width-percent-65 {
    width: 65%;
  }
  .mobile-width-percent-70 {
    width: 70%;
  }
  .mobile-width-percent-75 {
    width: 75%;
  }
  .mobile-width-percent-80 {
    width: 80%;
  }
  .mobile-width-percent-85 {
    width: 85%;
  }
  .mobile-width-percent-90 {
    width: 90%;
  }
  .mobile-width-percent-95 {
    width: 95%;
  }
  .mobile-width-percent-100 {
    width: 100%;
  }
  .mobile-width-pixels-50 {
    width: 50px;
  }
  .mobile-width-pixels-100 {
    width: 100px;
  }
  .mobile-width-pixels-150 {
    width: 150px;
  }
  .mobile-width-pixels-200 {
    width: 200px;
  }
  .mobile-width-pixels-250 {
    width: 250px;
  }
  .mobile-width-pixels-300 {
    width: 300px;
  }
  .mobile-width-pixels-350 {
    width: 350px;
  }
  .mobile-width-pixels-400 {
    width: 400px;
  }
  .mobile-width-pixels-450 {
    width: 450px;
  }
  .mobile-width-pixels-500 {
    width: 500px;
  }
  .mobile-width-pixels-550 {
    width: 550px;
  }
  .mobile-width-pixels-600 {
    width: 600px;
  }
  .mobile-width-pixels-650 {
    width: 650px;
  }
  .mobile-width-pixels-700 {
    width: 700px;
  }
  .mobile-width-pixels-750 {
    width: 750px;
  }
  .mobile-width-pixels-800 {
    width: 800px;
  }
  .mobile-width-pixels-850 {
    width: 850px;
  }
  .mobile-width-pixels-900 {
    width: 900px;
  }
  .mobile-width-pixels-950 {
    width: 950px;
  }
  .mobile-width-pixels-1000 {
    width: 1000px;
  }
  .mobile-width-pixels-1050 {
    width: 1050px;
  }
  .mobile-width-pixels-1100 {
    width: 1100px;
  }
  .mobile-width-pixels-1150 {
    width: 1150px;
  }
  .mobile-width-pixels-1200 {
    width: 1200px;
  }
  .mobile-width-pixels-1250 {
    width: 1250px;
  }
}

.split-50-50 {
  grid-template-columns: 1fr 1fr;
  transition: grid-template-columns 0.5s;
}
.split-50-50.expand:has(.sub-component-left:hover) {
  grid-template-columns: 2fr 1fr;
}
.split-50-50.expand:has(.sub-component-right:hover) {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 599px) {
  .split-50-50 {
    grid-template-columns: 1fr;
  }
}
.split-60-40 {
  grid-template-columns: 3fr 2fr;
}
.split-60-40.expand:has(.sub-component-right:hover) {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 599px) {
  .split-60-40 {
    grid-template-columns: 1fr;
  }
}
.split-40-60 {
  grid-template-columns: 2fr 3fr;
}
.split-40-60.expand:has(.sub-component-left:hover) {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 599px) {
  .split-40-60 {
    grid-template-columns: 1fr;
  }
}
.split-70-30 {
  grid-template-columns: 7fr 3fr;
}
.split-70-30.expand:has(.sub-component-right:hover) {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 599px) {
  .split-70-30 {
    grid-template-columns: 1fr;
  }
}
.split-30-70 {
  grid-template-columns: 3fr 7fr;
}
.split-30-70.expand:has(.sub-component-left:hover) {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 599px) {
  .split-30-70 {
    grid-template-columns: 1fr;
  }
}
.split-75-25 {
  grid-template-columns: 3fr 1fr;
}
.split-75-25.expand:has(.sub-component-right:hover) {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 599px) {
  .split-75-25 {
    grid-template-columns: 1fr;
  }
}
.split-25-75 {
  grid-template-columns: 1fr 3fr;
}
.split-25-75.expand:has(.sub-component-left:hover) {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 599px) {
  .split-25-75 {
    grid-template-columns: 1fr;
  }
}
.split-auto {
  grid-template-columns: auto auto;
}
@media (max-width: 599px) {
  .split-auto {
    grid-template-columns: 1fr;
  }
}

/* Text Styles */
* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body, p, ul {
  font-family: "nimbus-sans-extended", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  font-size: clamp(14px, 14px + (17 - 14) * (100vw - 768px) / (1600 - 768), 17px);
  max-width: 100%;
  letter-spacing: -0.4px;
}

ul, ol {
  padding-left: 24px;
}

strong, b {
  font-weight: 700;
}

h1, .h1 {
  font-size: 55px;
  line-height: 96px;
  font-size: clamp(40px, 40px + (55 - 40) * (100vw - 768px) / (1600 - 768), 55px);
  /*@include respond-to(mobile-screens) {
  	font-size: 40px;
  }*/
}

h2, .h2 {
  font-size: 48px;
  line-height: 76px;
  font-size: clamp(36px, 36px + (48 - 36) * (100vw - 768px) / (1600 - 768), 48px);
  /*@include respond-to(mobile-screens) {
  	font-size: 36px;
  }*/
}

h3, .h3 {
  font-size: 40px;
  line-height: 62px;
  font-size: clamp(30px, 30px + (40 - 30) * (100vw - 768px) / (1600 - 768), 40px);
  /*@include respond-to(mobile-screens) {
  	font-size: 30px;
  }*/
}

h4, .h4 {
  font-size: 35px;
  line-height: 46px;
  font-size: clamp(26px, 26px + (35 - 26) * (100vw - 768px) / (1600 - 768), 35px);
  /*@include respond-to(mobile-screens) {
  	font-size: 26px;
  }*/
}

h5, .h5 {
  font-size: 30px;
  line-height: 36px;
  font-size: clamp(22px, 22px + (30 - 22) * (100vw - 768px) / (1600 - 768), 30px);
  /*@include respond-to(mobile-screens) {
  	font-size: 22px;
  }*/
}

h6, .h6 {
  font-size: 22px;
  line-height: 28px;
  font-size: clamp(18px, 18px + (22 - 18) * (100vw - 768px) / (1600 - 768), 22px);
  /*@include respond-to(mobile-screens) {
  	font-size: 18px;
  }*/
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "nimbus-sans-extended", sans-serif;
  position: relative;
  margin: 0;
  transition: all 0.2s;
  font-weight: 600;
  line-height: 1.1;
}

.x-large-text {
  font-size: 50px;
  line-height: 1.1;
  margin: 20px 0;
  text-transform: uppercase;
}

.large-text {
  font-size: 32px;
  line-height: 1.2;
  margin: 20px 0;
  text-transform: uppercase;
}

.subheading {
  font-family: "nimbus-sans-extended", sans-serif;
  font-size: 20px;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 768px) / (1600 - 768), 20px);
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}

.eyebrow {
  font-family: "nimbus-sans-extended", sans-serif;
  font-size: 16px;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 768px) / (1600 - 768), 16px);
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

li {
  margin: 10px 0;
}

ul.ticks {
  list-style-image: url("/Images/circle-check-solid.svg");
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

.small-text {
  font-size: 14px;
  line-height: 1.3;
}

.text-bold {
  font-weight: 700;
}

.text-semi-bold {
  font-weight: 600;
}

.text-emphasis {
  font-weight: 500;
}

.text-normal {
  font-weight: 400;
}

.text-light {
  font-weight: 300;
}

blockquote {
  font-family: "nimbus-sans-extended", sans-serif;
  font-size: 28px;
  font-size: clamp(18px, 18px + (22 - 18) * (100vw - 768px) / (1600 - 768), 22px);
  line-height: 1.3;
  font-weight: 400;
  font-style: italic;
  position: relative;
  margin: 10px 20px;
  quotes: "“" "”" "‘" "’";
}
@media (max-width: 767px) {
  blockquote {
    max-width: calc(100% - 40px);
  }
}

blockquote::before {
  content: open-quote;
}

blockquote::after {
  content: close-quote;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.more, .less {
  cursor: pointer;
  color: #559e4f;
}
.more:hover, .less:hover {
  text-decoration: underline;
}

tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.031372549);
}

/*.breadcrumb {
	display: grid;
	display: -ms-grid;
	font-size: $font-14;
	grid-template-columns: min-content;
	column-gap: 10px;
	margin: 10px 0;

	&-current {
		font-weight: 600;
		text-decoration: none;
		font-weight: bold;
		grid-row-start: 1;
		white-space: nowrap;
	}

	.divider {
		grid-row-start: 1;
	}

	&-link {
		font-weight: 400;
		grid-row-start: 1;
		text-decoration: none;
		white-space: nowrap;

		&-hover {
			text-decoration: underline;
		}
	}
}*/
.text-left {
  align-items: flex-start !important;
  text-align: left !important;
}
.text-center {
  align-items: center !important;
  text-align: center !important;
}
.text-right {
  align-items: flex-end !important;
  text-align: right !important;
}
.text-top {
  justify-content: flex-start !important;
}
.text-middle {
  justify-content: center !important;
}
.text-bottom {
  justify-content: flex-end !important;
}
.text-fill {
  justify-content: flex-start !important;
}
.text-fill > *:last-child {
  margin-top: auto;
}

.no-line-break {
  white-space: nowrap;
}

.clipping-path-circle {
  clip-path: circle();
}
.clipping-path-loganair-frame {
  clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
  border-radius: 0 0 0 40px;
  overflow: hidden;
}
.clipping-path-curved-edge-right {
  clip-path: ellipse(100% 110% at 0 50%);
}
@media (max-width: 599px) {
  .clipping-path-curved-edge-right-mobile {
    clip-path: ellipse(100% 110% at 0 50%);
  }
}
@media (min-width: 600px) {
  .clipping-path-curved-edge-right-tablet {
    clip-path: ellipse(100% 110% at 0 50%);
  }
}
@media (min-width: 1280px) {
  .clipping-path-curved-edge-right-desktop {
    clip-path: ellipse(100% 110% at 0 50%);
  }
}
.clipping-path-curved-edge-left {
  clip-path: ellipse(100% 110% at 100% 50%);
}
@media (max-width: 599px) {
  .clipping-path-curved-edge-left-mobile {
    clip-path: ellipse(100% 110% at 100% 50%);
  }
}
@media (min-width: 600px) {
  .clipping-path-curved-edge-left-tablet {
    clip-path: ellipse(100% 110% at 100% 50%);
  }
}
@media (min-width: 1280px) {
  .clipping-path-curved-edge-left-desktop {
    clip-path: ellipse(100% 110% at 100% 50%);
  }
}
.clipping-path-curved-edge-top {
  clip-path: ellipse(110% 100% at 50% 100%);
}
@media (max-width: 599px) {
  .clipping-path-curved-edge-top-mobile {
    clip-path: ellipse(110% 100% at 50% 100%);
  }
}
@media (min-width: 600px) {
  .clipping-path-curved-edge-top-tablet {
    clip-path: ellipse(110% 100% at 50% 100%);
  }
}
@media (min-width: 1280px) {
  .clipping-path-curved-edge-top-desktop {
    clip-path: ellipse(110% 100% at 50% 100%);
  }
}
.clipping-path-curved-edge-bottom {
  clip-path: ellipse(110% 100% at 50% 0);
}
@media (max-width: 599px) {
  .clipping-path-curved-edge-bottom-mobile {
    clip-path: ellipse(110% 100% at 50% 0);
  }
}
@media (min-width: 600px) {
  .clipping-path-curved-edge-bottom-tablet {
    clip-path: ellipse(110% 100% at 50% 0);
  }
}
@media (min-width: 1280px) {
  .clipping-path-curved-edge-bottom-desktop {
    clip-path: ellipse(110% 100% at 50% 0);
  }
}

.corner-border-placeholder {
  position: absolute;
  width: 100%;
  transform: rotate(45deg);
  transform-origin: top right;
  /* The below properties need calculating on the fly and adding as a style.
  background-color: white;
  height: 3px;
  top: 37px;
  left: 3px; */
}

/* Nav variables */
/* Nav Styles */
.body-no-scroll {
  overflow-y: hidden;
}

.anchor-link {
  scroll-margin-top: 120px;
}

#nav-scroll-marker {
  position: absolute;
  top: 500px;
  width: 1px;
  height: 1px;
  left: 1px;
}

/*.nav {
	margin: 0;
	display: grid;
	grid-template-columns: 1fr;
	position: relative;
	width: 100%;
	z-index: 1000;
	background-color: $white;
	box-sizing: border-box;


	&-classic {
		justify-content: flex-start;
	}
	//centre aligned
	&-center {
		justify-content: center;
	}
	//Style the search bar/overlay
	&-search {
	}

	&-logo {
		margin: 0 auto;
		padding: 0 20px;

		img {
			height: $logo-height;
			width: auto;
		}

		@include respond-to(mobile-screens) {
			margin: 0 auto 0 0;

			img {
				height: $logo-height-small;
			}

			a {
				display: flex;
			}
		}
	}

	.btn-cta {
		font-size: $font-18;
	}
}

.nav.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.primary-nav {
	height: $menu-height;
	width: 100%;

	@include respond-to(tablet-screens) {
		height: $tablet-menu-height;
	}

	@include respond-to(mobile-screens) {
		height: $mobile-menu-height;

		&:has(.primary-nav-inner-display) {
			height:100vh;
		}
	}

	&-inner {
		display: grid;
		grid-template-columns: min-content min-content auto;
		align-items: center;
		height: 100%;
		grid-column-gap: 20px;

		@include respond-to(mobile-screens) {
			grid-template-columns: auto min-content;
		}

		&-display {
			grid-template-columns: 1fr;
			grid-template-rows: $mobile-menu-height min-content min-content auto;
			grid-row-gap: 30px;
		}
	}

	.menu-items {
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: 25px;

		@include respond-to(mobile-screens) {
			display: none;
		}

		.cta-menu {
			font-size: $font-16;

			&:hover {
				text-decoration: underline;
			}
		}
	}

	.nav-button {
		display: none;
		font-size: $font-20;

		&#nav-button--menu-open {
			@include respond-to(mobile-screens) {
				display: block;
				margin-right:20px;
			}
		}
	}

	.secondary-menu-items {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 20px;
		column-gap: 5px;

		@include respond-to(mobile-screens) {
			display: none;
		}
	}

	// Styles when mobile menu is displayed
	&-inner-display {
		.menu-items, .secondary-menu-items {
			display: flex;
			flex-direction: column;
			row-gap:20px;
		}

		#nav-button--menu-open {
			display:none !important;
		}

		#nav-button--menu-close {
			display:block;
			position:absolute;
			top:10px;
			right:20px;
		}
	}
}*/
/* Custom Peel Ports nav from previous site */
.nav {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #FFF;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  z-index: 1000;
  height: 80px;
  justify-content: flex-end;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 700;
  text-transform: none;
  transition: height 0.5s;
}
@media (min-width: 1280px) {
  .nav {
    height: 120px;
  }
}

.nav-classic {
  justify-content: flex-start;
}

.nav-center {
  justify-content: center;
}

.nav-stack {
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}

.nav-stack-center {
  justify-content: center;
  flex-wrap: wrap;
}

/* transparency styles */
.nav-transparent {
  background-color: rgba(255, 255, 255, 0);
}

.nav-semi-transparent {
  background-color: rgba(255, 255, 255, 0.5);
}

/* inset style */
.nav-inset {
  width: calc(100% - 40px);
  margin: 20px;
}

.nav-dropped {
  width: 100%;
  margin: 20px 0;
}

/* fixed and floating styles */
body.nav-fixed {
  margin-top: 80px;
}
@media (min-width: 1280px) {
  body.nav-fixed {
    margin-top: 120px;
  }
}

@supports (position: sticky) {
  body.nav-sticky {
    margin-top: 0;
  }
}
.nav.nav-sticky {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  left: 0;
  z-index: 9999;
}
@media (max-width: 1279px) {
  .nav.nav-sticky {
    top: 0;
  }
}

.secondary-nav.nav-sticky {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}

.nav-float {
  position: absolute;
  top: 0;
  left: 0;
}

.logo-small, .logo-xs {
  display: none;
}

.nav-stack .logo {
  padding-top: 20px;
  padding-left: 20px;
}

.nav-stack-center .logo {
  padding-top: 20px;
  width: 100%;
}

.nav-center .logo {
  margin: 0 60px;
}

.menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #FFF;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 20px 0 0 0;
}
@media (min-width: 1280px) {
  .menu {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0 30px;
    align-items: center;
    top: 0;
    width: 100%;
    height: calc(100% - 1px);
  }
}

.menu-display {
  display: flex;
  overflow: auto;
  max-width: 100vw;
}

.secondary-nav-mobile {
  box-sizing: border-box;
  max-width: 100vw;
}
.secondary-nav-mobile .txt-cta {
  margin-left: 30px;
}
@media (min-width: 1024px) {
  .secondary-nav-mobile {
    display: none;
  }
}

.nav-contact-mobile {
  margin-top: auto;
  box-sizing: border-box;
  max-width: 100vw;
}
.nav-contact-mobile a {
  min-height: 120px;
}
@media (min-width: 1024px) {
  .nav-contact-mobile {
    display: none;
  }
}

.nav-login {
  height: 100%;
  margin: 0 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .nav-login {
    min-height: 40px;
    height: auto;
    margin: 0 auto;
  }
}
.nav-login .menu-item:hover {
  color: #48a8c7;
  text-decoration: none;
}

.nav-contact {
  height: 120px;
  margin: 0;
}
@media (max-width: 1279px) {
  .nav-contact {
    display: none;
  }
}
.nav-contact .menu-item-block {
  width: 160px;
  box-sizing: border-box;
}

.nav-social-links {
  align-items: center;
  display: flex;
}
@media (max-width: 1023px) {
  .nav-social-links {
    margin: auto auto 0 auto;
    order: 10;
  }
}

/* menu item styles */
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 120px;
}
@media (max-width: 1279px) {
  .nav-inner {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .nav-inner {
    padding: 0 20px;
  }
}
.nav .logo {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 183px;
  background-color: #E73C32;
  position: relative;
  width: 180px;
  flex-shrink: 0;
  top: -32px;
  z-index: 60;
}
@media (max-width: 1279px) {
  .nav .logo {
    top: 0;
    margin-left: 0;
    margin-right: auto;
    width: 120px;
    height: 80px;
  }
}
.nav .logo a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.nav .logo img {
  margin: 0 auto;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 1279px) {
  .nav .logo img {
    padding: 10px 20px;
    object-fit: contain;
    box-sizing: border-box;
    height: 80px;
  }
}
.nav .menu-caps {
  text-transform: uppercase;
}
.nav .menu-item {
  color: #1F1E1E;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
  margin: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 1499px) {
  .nav .menu-item {
    margin: 0 5px;
  }
}
@media (max-width: 1279px) {
  .nav .menu-item {
    min-height: 50px;
  }
}
.nav .menu-item-cta {
  background-color: #00AEA5;
  color: #FFF;
}
.nav .menu-item-block {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0B3A4B;
  color: #FFF;
  text-decoration: none;
  padding: 0 40px;
  transition: all 0.3s;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .nav .menu-item-block {
    padding: 0 40px;
  }
}
.nav .menu-item-block:hover {
  background-color: rgb(0, 123, 116.6379310345);
  color: #FFF;
}
.nav .menu-item-button {
  padding: 10px 15px;
  margin: 20px 10px;
  border-radius: 4px;
}
.nav .menu-item-social {
  color: #FFF;
  margin: 0 15px;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.nav .menu-item-social:hover {
  color: #48a8c7;
  text-decoration: none;
}
.nav input.text-box {
  border: 2px solid black;
  padding: 10px;
}
.nav .menu-search {
  border: none;
}
.nav .nav-button--menu {
  color: #E73C32;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-right: 10px;
}
.nav .nav-button--menu .menu-open {
  display: flex;
  width: auto;
  height: 80px;
  justify-content: center;
  align-items: center;
}
.nav .nav-button--menu .menu-open i {
  font-size: 40px;
}
.nav .nav-button--menu .menu-close {
  display: none;
  width: auto;
  height: 80px;
  justify-content: center;
  align-items: center;
}
.nav .nav-button--menu .menu-close i {
  font-size: 40px;
}
.nav .nav-button--menu-open .menu-open {
  display: none;
}
.nav .nav-button--menu-open .menu-close {
  display: flex;
}
@media (min-width: 1280px) {
  .nav .nav-button--menu {
    display: none;
  }
}
.nav .mobile-menu-dropdown {
  display: none;
}
@media (max-width: 1279px) {
  .nav .mobile-menu-dropdown {
    display: block;
    color: white;
    max-height: 30px;
    width: auto;
    margin-left: auto;
  }
}

.nav-stack .menu-item-block, .nav-stack-center .menu-item-block {
  padding: 20px 25px;
}

.nav-stack .menu-item-button, .nav-stack-center .menu-item-button {
  padding: 10px 15px;
  margin: 10px 10px;
  border-radius: 4px;
}

.mobile-menu-break {
  display: none;
}

/* Submenu styles */
.menu-item-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: calc(120px - 2px);
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  margin: 0 10px;
}
@media (max-width: 1279px) {
  .menu-item-container {
    border: none;
  }
}
@media (max-width: 1279px) {
  .menu-item-container {
    height: auto;
    width: calc(100% - 40px);
    margin-left: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .menu-item-container:hover {
    border-bottom: 4px solid red;
  }
}
@media (min-width: 1280px) {
  .menu-item-container:hover .menu-item {
    color: #E73C32;
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .menu-item-container:hover {
    transition: 0s;
  }
  .menu-item-container:hover .submenu {
    opacity: 1;
    pointer-events: all;
    transition: 0s;
  }
}

.info-icon {
  min-width: 60px !important;
}

.menu-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.menu-inner form {
  display: flex;
  padding: 0 0 20px 20px;
  width: calc(100% - 10px);
}
@media (min-width: 1280px) {
  .menu-inner form {
    display: none;
  }
}
.menu-inner form input {
  width: 100%;
}
.menu-inner form .btn-small {
  padding-left: 0;
}
@media (min-width: 1280px) {
  .menu-inner {
    flex-direction: row;
  }
}

.mobile-submenu {
  display: none;
}
.mobile-submenu.submenu-display {
  display: flex;
  flex-direction: column;
}
.mobile-submenu .return-item {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mobile-submenu .menu-reduce {
  height: 30px;
  width: auto;
  padding: 0 20px 0 0;
}
.mobile-submenu .sub-item {
  color: #1F1E1E;
  font-size: 16px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 39px;
}

.submenu {
  position: fixed;
  display: flex;
  column-gap: 80px;
  opacity: 0;
  pointer-events: none;
  min-width: 240px;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #FFF;
  left: 0;
  top: 151px;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
  padding: 60px calc((100% - 1500px) / 2) 60px calc((100% - 1500px) / 2 + 180px + 80px);
  transition: all 0.2s;
  color: #1F1E1E;
  z-index: 35;
  text-transform: none;
}
.submenu:hover {
  opacity: 1;
}
.submenu .submenu-image {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc((100% - 1500px) / 2 + 180px + 1px);
  height: calc(100% + 1px);
  bottom: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.submenu .column {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.submenu .column h3 {
  margin-bottom: 50px;
}
.submenu .column .submenu-columns {
  width: 100%;
  display: flex;
}
.submenu .column .submenu-columns > * {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-right: 50px;
}
@media (max-width: 1379px) {
  .submenu .column .submenu-columns > * {
    width: 45%;
    padding-right: 30px;
  }
}
.submenu ul {
  margin: 0 0 auto 0;
  padding: 0;
  height: 100%;
}
.submenu .highlight-link {
  align-self: stretch;
  position: relative;
  padding: 70px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 360px;
  width: 360px;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.submenu .highlight-link h4 {
  color: white;
  font-weight: 400;
}
.submenu .highlight-link-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.submenu .highlight-link .image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.submenu .highlight-link:hover {
  text-decoration: none;
}
.submenu .highlight-link:hover .image-container {
  transform: scale(1.05, 1.05);
}
.submenu .highlight-link:hover h4 {
  color: #E73C32;
}
.submenu .highlight-link:hover .icon-only-cta i {
  --fa-primary-color: #FFF;
  --fa-secondary-color: #E73C32;
}

.submenu-display {
  display: block;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  margin: 5px 0;
}

.submenu-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  position: relative;
}
@media (min-width: 1280px) {
  .submenu-item:hover .submenu-child {
    display: block;
  }
}

.submenu-child {
  position: absolute;
  display: none;
  min-width: 180px;
  text-align: left;
  background-color: #white;
  left: 100%;
  top: -1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
  padding: 0px;
  transition: all 0.3s;
}

.submenu-link {
  white-space: nowrap;
  font-size: 20pt;
  font-weight: 400;
  letter-spacing: -0.6px;
  padding: 6px 0;
  color: #1F1E1E;
  text-decoration: none;
  display: inline-block;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .submenu-link {
    padding: 10px 20px;
  }
}
.submenu-link:hover {
  color: #E73C32;
  text-decoration: none;
  transition: all 0.3s;
}

.submenu-link i {
  color: #fff;
  margin-left: auto;
}

/* menu shadow style */
.shadow {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

/* Spacer element for stacking layouts */
.nav .stack-spacer {
  display: none;
}

.nav-stack .stack-spacer, .nav-stack-center .stack-spacer {
  display: inline-block;
  width: 100%;
}

/* Sticky menu height reduction */
@media (min-width: 1280px) {
  .nav-reduce {
    height: 80px;
  }
  .nav-reduce .logo img {
    height: 80px;
    padding: 10px 0 10px 10px;
  }
  .nav-reduce .submenu {
    top: 80px;
  }
  .nav-reduce .menu-item-container {
    height: 80px;
  }
}

/* Search bar */
.search-bar {
  display: none;
  background-color: #FFF;
  z-index: 999;
}
.search-bar .search-form {
  width: 100%;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EBEBEB;
  border-top: none;
  position: relative;
}
.search-bar .search-form-inner {
  width: 100%;
  box-sizing: border-box;
  padding: 0 80px;
}
.search-bar .search-title {
  margin-bottom: 20px;
  display: block;
}
.search-bar form {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.search-bar input[type=text] {
  border: none !important;
  border-bottom: 1px solid #EBEBEB !important;
}
.search-bar div.editor-field {
  width: 100%;
  max-width: 100% !important;
  padding-right: 10px;
  border-bottom: 1px solid lightgrey;
}
.search-bar .nav-button--close-search {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.search-bar .nav-button--close-search img {
  width: 25px;
  height: auto;
}
.search-bar .nav-button--close-search i {
  color: #E73C32;
}
.search-bar .nav-button--close-search:hover i {
  color: #1F1E1E;
}
.search-bar .btn-small {
  padding-left: 0;
}
.search-bar-show {
  display: flex;
  position: absolute;
  bottom: -160px;
  left: 275px;
  right: 240px;
  height: 160px;
  align-items: center;
  justify-content: center;
}

.search-highlight i {
  color: #48a8c7;
}

.secondary-nav {
  background-color: #000;
  height: 32px;
  width: 100%;
  text-transform: none;
  font-size: 17px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
.secondary-nav-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1279px) {
  .secondary-nav {
    display: none;
  }
}
.secondary-nav .menu-item-container-secondary {
  border-right: solid 1px #FFF;
}
.secondary-nav .menu-item-container-secondary.menu-item-search {
  border-right: none;
  cursor: pointer;
}
.secondary-nav .menu-item-secondary {
  min-width: 172px;
  padding: 2px 20px;
  box-sizing: border-box;
  color: #FFF;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.2s;
  display: block;
}
.secondary-nav .menu-item-secondary:hover {
  background-color: black;
  color: #E73C32;
  text-decoration: none;
}
.secondary-nav .menu-item-search .menu-item-secondary {
  min-width: 65px;
}
.secondary-nav .menu-item-contact {
  display: none;
  background-color: #00AEA5;
}
.secondary-nav .menu-item-contact a {
  color: white;
}
.secondary-nav .menu-item-contact a:hover {
  background-color: rgb(0, 123, 116.6379310345);
}

.mobile-stripe {
  position: absolute;
  left: 20px;
  top: 0px;
  bottom: 0px;
  width: 8px;
  background-color: #E73C32;
}
@media (min-width: 1280px) {
  .mobile-stripe {
    display: none;
  }
}

.hide-pointer {
  cursor: default !important;
}

.hide-main-menu {
  display: none !important;
  height: 0 !important;
}

/* Background Styles */
/*body {
    background-color: $primary-black;
}*/
.bg-center {
  background-position: center;
}

.bg-left {
  background-position: center left;
}

.bg-right {
  background-position: center right;
}

.bg-top {
  background-position: top center;
}

.bg-bottom {
  background-position: bottom center;
}

.bg-topleft {
  background-position: top left;
}

.bg-topright {
  background-position: top right;
}

.bg-bottomleft {
  background-position: bottom left;
}

.bg-bottomright {
  background-position: bottom right;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-original {
  background-size: 100%;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-norepeat {
  background-repeat: no-repeat;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-repeatx {
  background-repeat: repeat-x;
}

.bg-repeaty {
  background-repeat: repeat-y;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.background-video {
  border: none;
  overflow: hidden;
}
.background-video .video-media {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.background-video .video-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.background-video .play-pause {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 25;
}
.background-video .play-pause i {
  color: rgba(255, 255, 255, 0.95);
  font-size: 100px;
}
.background-video .play-pause .pause-button {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.background-video .play-pause:hover .pause-button {
  opacity: 1;
}
.background-video {
  /*@media (min-aspect-ratio: 16/9) {
      .video-youtube {
          height: 56.25vw;
      }
  }

  @media (max-aspect-ratio: 16/9) {
      .video-youtube {
          width: 177.78vh;
      }
  }*/
}
.background-image.image-attachment-fixed {
  clip-path: inset(0);
}
.background-image.image-attachment-fixed img {
  position: fixed;
}
.background-embed {
  display: flex;
}
.background-embed iframe {
  width: 100%;
  height: 100%;
}
.background.display-on-hover {
  opacity: 0;
  transition: opacity 0.3s;
}
.background .background-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-component .background {
  z-index: -1;
}

.wavy-top {
  position: absolute;
  top: -20px;
  width: 100%;
  height: 40px;
  left: 0;
  z-index: 15;
}

.wavy-bottom {
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 40px;
  left: 0;
  z-index: 15;
}

@media (min-width: 1280px) {
  .hide-on-desktop {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .hide-on-tablet {
    display: none;
  }
}
@media (max-width: 599px) {
  .hide-on-mobile {
    display: none;
  }
}

button.btn-cta, input[type=button].btn-cta, input[type=submit].btn-cta {
  border: none;
}

.btn-cta {
  font-family: "nimbus-sans-extended", sans-serif;
  padding: 10px;
  transition: 0.2s;
  white-space: nowrap;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 768px) / (1600 - 768), 16px);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 8px;
  line-height: 1;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .btn-cta {
    padding: 12px 20px;
  }
}
.btn-cta:hover, .btn-cta.hover {
  text-decoration: none;
}
.btn-cta.cta-style-button-with-icon, .btn-cta.cta-style-button-with-download-icon {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding: 10px;
}
.btn-cta.cta-style-button-with-icon i, .btn-cta.cta-style-button-with-download-icon i {
  font-size: 28px;
}
.btn-cta.cta-style-text-with-icon, .btn-cta.cta-style-text, .btn-cta.cta-style-text-with-download-icon, .btn-cta.cta-style-icon-only, .btn-cta.cta-style-text-only {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 7px 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent !important;
  border: none !important;
  white-space: normal;
  font-size: clamp(14px, 14px + (17 - 14) * (100vw - 768px) / (1600 - 768), 17px);
  letter-spacing: 0px;
  text-transform: none;
}
.btn-cta.cta-style-text-with-icon span, .btn-cta.cta-style-text span, .btn-cta.cta-style-text-with-download-icon span, .btn-cta.cta-style-icon-only span, .btn-cta.cta-style-text-only span {
  text-decoration: none;
}
.btn-cta.cta-style-text-with-icon:hover span, .btn-cta.cta-style-text-with-icon.hover span, .btn-cta.cta-style-text:hover span, .btn-cta.cta-style-text.hover span, .btn-cta.cta-style-text-with-download-icon:hover span, .btn-cta.cta-style-text-with-download-icon.hover span, .btn-cta.cta-style-icon-only:hover span, .btn-cta.cta-style-icon-only.hover span, .btn-cta.cta-style-text-only:hover span, .btn-cta.cta-style-text-only.hover span {
  text-decoration: none;
}
.btn-cta.cta-style-text-with-icon i, .btn-cta.cta-style-text i, .btn-cta.cta-style-text-with-download-icon i, .btn-cta.cta-style-icon-only i, .btn-cta.cta-style-text-only i {
  font-size: 28px;
  color: #E73C32;
}
.btn-cta.cta-style-icon-only i {
  font-size: 24px;
}
.btn-cta.cta-style-full-width-signpost {
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr min-content;
  box-sizing: border-box;
  white-space: normal;
}
.btn-cta.cta-style-full-width-signpost:hover span {
  text-decoration: underline;
}
.btn-cta.cta-style-full-width-signpost span {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-underline-offset: 0.3em;
}
.btn-cta.cta-style-full-width-signpost i {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.3333333333);
  height: 100%;
  box-sizing: border-box;
  align-content: center;
}
.btn-cta.btn-outline {
  border: 2px solid #1F1E1E;
  display: inline-block;
  color: black;
  background: transparent;
}
.btn-cta.btn-outline:hover {
  border: 2px solid #444;
  background-color: #1F1E1E;
  color: #FFF;
}
.btn-cta.btn-outline:disabled, .btn-cta.btn-outline:disabled:hover {
  border: 2px solid #EBEBEB;
  background-color: transparent;
  color: #1F1E1E;
  cursor: not-allowed;
}
.btn-cta.full-width-cta {
  width: 100%;
}

.btn-large {
  padding-left: 35px;
  padding-right: 35px;
}

.btn-overlay-bottom-right {
  position: absolute;
  z-index: 25;
  bottom: 16px;
  right: 0;
}
.btn-overlay-bottom-left {
  position: absolute;
  z-index: 25;
  bottom: 16px;
  left: 0;
}
.btn-overlay-top-right {
  position: absolute;
  z-index: 25;
  top: 16px;
  right: 0;
}
.btn-overlay-top-left {
  position: absolute;
  z-index: 25;
  top: 16px;
  left: 0;
}

.bg-red .btn-cta.cta-style-text-with-icon i, .bg-red .btn-cta.cta-style-text i, .bg-red .btn-cta.cta-style-text-with-download-icon i, .bg-red .btn-cta.cta-style-icon-only i, .bg-teal .btn-cta.cta-style-text-with-icon i, .bg-teal .btn-cta.cta-style-text i, .bg-teal .btn-cta.cta-style-text-with-download-icon i, .bg-teal .btn-cta.cta-style-icon-only i, .bg-orange .btn-cta.cta-style-text-with-icon i, .bg-orange .btn-cta.cta-style-text i, .bg-orange .btn-cta.cta-style-text-with-download-icon i, .bg-orange .btn-cta.cta-style-icon-only i, .bg-purple .btn-cta.cta-style-text-with-icon i, .bg-purple .btn-cta.cta-style-text i, .bg-purple .btn-cta.cta-style-text-with-download-icon i, .bg-purple .btn-cta.cta-style-icon-only i, .bg-blue .btn-cta.cta-style-text-with-icon i, .bg-blue .btn-cta.cta-style-text i, .bg-blue .btn-cta.cta-style-text-with-download-icon i, .bg-blue .btn-cta.cta-style-icon-only i, .bg-indigo .btn-cta.cta-style-text-with-icon i, .bg-indigo .btn-cta.cta-style-text i, .bg-indigo .btn-cta.cta-style-text-with-download-icon i, .bg-indigo .btn-cta.cta-style-icon-only i, .bg-yellow .btn-cta.cta-style-text-with-icon i, .bg-yellow .btn-cta.cta-style-text i, .bg-yellow .btn-cta.cta-style-text-with-download-icon i, .bg-yellow .btn-cta.cta-style-icon-only i {
  color: #FFF;
}

.btn-transparent.dark {
  border: none;
  color: white;
  background-color: transparent;
}
.btn-transparent.dark:hover, .btn-transparent.dark.hover {
  background-color: #559e4f;
  color: #FFF;
}

.whole-component-as-cta {
  cursor: pointer;
}

.lightbox-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6666666667);
}
.lightbox-component.show {
  opacity: 1;
  pointer-events: all;
}
.lightbox-component img {
  max-width: 1500px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lightbox-component .lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
}

footer {
  background-color: #FFF;
  color: #1F1E1E;
}
footer .list-link {
  color: #1F1E1E;
  font-weight: 400;
  font-size: 15px;
}
footer .list-link:hover {
  color: #FFF;
}
footer .social-and-app-store {
  border-top: #EBEBEB solid 2px;
  padding: 15px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-column-gap: 30px;
  align-items: center;
}
@media (max-width: 1279px) {
  footer .social-and-app-store {
    margin: 5px 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  footer .social-and-app-store {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
@media (max-width: 599px) {
  footer .social-and-app-store {
    width: calc(100% - 20px);
    margin: 5px 10px;
  }
}
footer .social-and-app-store .social-links {
  display: flex;
  column-gap: 20px;
  align-items: center;
  font-size: 32px;
  cursor: pointer;
}
footer .social-and-app-store .social-links a:hover {
  color: #559e4f;
}
footer .social-and-app-store .app-store-links {
  display: flex;
  column-gap: 10px;
  justify-content: end;
}
@media (max-width: 1023px) {
  footer .social-and-app-store .app-store-links {
    justify-content: start;
  }
}
footer .social-and-app-store .app-store-links .app-store-link img {
  height: 32px;
  width: auto;
}
footer .copyright {
  background-color: #1F1E1E;
  color: #FFF;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  font-size: 14px;
  padding: 15px 0;
  box-sizing: border-box;
  align-content: center;
}
footer .copyright .copyright-message {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copyright .copyright-message p {
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
}
footer .copyright .credit {
  align-self: center;
  justify-self: end;
}
@media (max-width: 599px) {
  footer .copyright .credit {
    justify-self: start;
  }
}
footer .copyright .credit a {
  text-decoration: none;
  font-weight: 600;
}
footer .copyright .credit a:hover {
  text-decoration: underline;
}
footer .award-logos {
  display: flex;
  column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
footer .award-logos .footer-award-logo {
  max-height: 50px;
  width: auto;
  height: 100%;
  object-fit: contain;
}

.search-page {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  justify-content: start;
  grid-row-gap: 40px;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 599px) {
  .search-page {
    grid-row-gap: 16px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.search-page .search-results {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  justify-content: start;
}
.search-page .search-result {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  justify-content: start;
  padding: 24px 0;
  position: relative;
  row-gap: 16px;
  border-bottom: 0.5px solid #444;
}
.search-page .search-result:last-child {
  border-bottom: 0;
}
.search-page .search-result .search-result-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}
.search-page .search-result:hover .search-result-title {
  text-decoration: underline;
}
.search-page .search-result .search-result-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 19.8px;
  text-align: left;
}
.search-page .search-result .search-result-description:empty {
  display: none;
}
.search-page .search-result .btn-cta {
  padding: 0;
}
.search-page .search-result .btn-cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.search-page .search-result .btn-cta span {
  padding-bottom: 2px;
  position: relative;
}
.search-page .search-result .btn-cta span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #1F1E1E;
}
.search-page .search-form-on-page {
  width: 644px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.search-page .search-form-on-page .form-title {
  margin-bottom: 24px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .search-page .search-form-on-page .form-title {
    flex-wrap: wrap;
  }
}
.search-page .search-form-on-page .form-title h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 30.8px;
}
@media (max-width: 599px) {
  .search-page .search-form-on-page .form-title h5 {
    font-size: 24px;
    width: 100%;
  }
}
.search-page .search-form-on-page .form-title .close-search-btn {
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  width: 20px;
  height: 20px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .search-page .search-form-on-page .form-title .close-search-btn {
    order: -1;
    margin-left: auto;
    margin-bottom: 32px;
  }
}
.search-page .search-form-on-page .search-form {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  z-index: 0;
  background: none;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .search-page .search-form-on-page .search-form {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 32px;
    padding: 0;
  }
}
.search-page .search-form-on-page .search-form input[type=text] {
  border: none;
  border-bottom: solid 1px hsla(0, 0%, 0%, 0.5);
  font-family: "nimbus-sans-extended", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  padding: 14px 0;
  width: calc(100% - 102px);
}
@media (max-width: 599px) {
  .search-page .search-form-on-page .search-form input[type=text] {
    width: 100%;
  }
}
.search-page .search-form-on-page .search-form .btn-search {
  padding: 14px 16px;
  transition: 0.2s;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
  background-color: #1F1E1E;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 78px;
  justify-content: center;
}
.search-page .result-text {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.search-page .result-text .search-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;
  margin-bottom: 16px;
}
.search-page .result-text h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 19.8px;
  text-align: left;
  margin-bottom: 8px;
}
.search-page .result-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 17.6px;
  text-align: left;
}
.search-page .result-text p strong {
  font-weight: 500;
}

.paging {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
  box-sizing: border-box;
  gap: 8px;
}
.paging > * {
  grid-row-start: 1;
}
.paging .page-numbers {
  display: inline-flex;
  justify-content: center;
  gap: 8px;
}
.paging .page-numbers > * {
  grid-row-start: 1;
}
.paging .page-forward, .paging .page-back, .paging .page-link {
  white-space: nowrap;
  width: 40px;
  height: 40px;
  padding: 11px 0px 10px 0px;
  gap: 0px;
  border-radius: 5.31px;
  border: 1px solid #EBEBEB;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-family: "nimbus-sans-extended", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  text-decoration: none;
}
.paging .page-forward.page-link-current, .paging .page-back.page-link-current, .paging .page-link.page-link-current {
  background: #909090;
  color: #FFF;
  border-color: #909090;
}

/* Standard Umbraco Form styles */
.umbraco-forms-form {
  width: 100%;
}

.umbraco-forms-fieldset {
  border: none;
  border-radius: 10px;
  margin: 10px 0 20px;
  padding: 5px 0px;
  box-sizing: border-box;
}
.umbraco-forms-fieldset legend {
  padding: 0 0 15px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #1F1E1E;
}
.umbraco-forms-fieldset .row-fluid {
  display: flex;
  column-gap: 20px;
}
@media (max-width: 599px) {
  .umbraco-forms-fieldset .row-fluid {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.umbraco-forms-fieldset .umbraco-forms-container {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.umbraco-forms-fieldset .umbraco-forms-container.col-md-6 {
  width: 49%;
}
@media (max-width: 599px) {
  .umbraco-forms-fieldset .umbraco-forms-container.col-md-6 {
    width: 100%;
  }
}
.umbraco-forms-fieldset .umbraco-forms-container.col-md-12 {
  width: 100%;
}

.umbraco-forms-field {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
}
@media (max-width: 599px) {
  .umbraco-forms-field {
    grid-template-columns: 1fr;
  }
}
.umbraco-forms-field .umbraco-forms-field-wrapper {
  font-size: 16px;
}
.umbraco-forms-field .umbraco-forms-field-wrapper label {
  font-size: 16px;
}
.umbraco-forms-field .umbraco-forms-field-wrapper h5 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #1F1E1E;
}
.umbraco-forms-field.richtext {
  grid-template-columns: 1fr;
}
.umbraco-forms-field.richtext .umbraco-forms-field-wrapper {
  grid-column-start: 1;
}
.umbraco-forms-field.richtext .umbraco-forms-field-wrapper > div {
  display: grid;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}
.umbraco-forms-field.richtext .umbraco-forms-field-wrapper > div {
  grid-row-gap: 16px;
}
.umbraco-forms-field.richtext .umbraco-forms-field-wrapper > div p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 16px;
  color: #1F1E1E;
  font-weight: 400;
  margin-bottom: 0;
}
.umbraco-forms-field .umbraco-forms-label {
  font-weight: 600;
  font-size: 16px;
  /*text-transform: uppercase;*/
}
.umbraco-forms-field .umbraco-forms-label.subheading {
  margin: 0;
}
.umbraco-forms-field .umbraco-forms-tooltip {
  margin-top: 0px;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 768px) / (1600 - 768), 16px);
  line-height: 1.25;
}
.umbraco-forms-field .umbraco-forms-field-wrapper {
  grid-column-start: 1;
  align-self: center;
  justify-self: start;
  width: 100%;
}
@media (max-width: 599px) {
  .umbraco-forms-field .umbraco-forms-field-wrapper {
    grid-column-start: auto;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.umbraco-forms-field span.checkboxlist {
  display: block;
  columns: 2;
}
@media (max-width: 599px) {
  .umbraco-forms-field span.checkboxlist {
    columns: 1;
  }
}
.umbraco-forms-field input[type=text], .umbraco-forms-field input[type=url], .umbraco-forms-field input[type=number], .umbraco-forms-field input[type=email], .umbraco-forms-field input[type=tel], .umbraco-forms-field textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #FFF;
  font-family: "nimbus-sans-extended", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03px;
  background-color: transparent;
  color: inherit;
  display: block;
}
.umbraco-forms-field input[type=text].datepickerfield, .umbraco-forms-field input[type=number], .umbraco-forms-field input[type=tel] {
  /*width: auto;
  min-width: 300px;
  color: inherit;*/
}
.umbraco-forms-field select {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #FFF;
  font-family: "nimbus-sans-extended", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.03px;
  background-color: transparent;
  color: inherit;
}
.umbraco-forms-field option {
  color: #1F1E1E;
}
.umbraco-forms-field input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.umbraco-forms-field input[type=radio] {
  width: 15px;
  height: 15px;
}
.umbraco-forms-field.dark input[type=text], .umbraco-forms-field.dark input[type=number], .umbraco-forms-field.dark input[type=url], .umbraco-forms-field.dark input[type=email], .umbraco-forms-field.dark input[type=tel], .umbraco-forms-field.dark select, .umbraco-forms-field.dark textarea {
  border-color: #FFF;
}
.umbraco-forms-field.light input[type=text], .umbraco-forms-field.light input[type=number], .umbraco-forms-field.light input[type=url], .umbraco-forms-field.light input[type=email], .umbraco-forms-field.light input[type=tel], .umbraco-forms-field.light select, .umbraco-forms-field.light textarea {
  border-color: #909090;
}
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.umbraco-forms-field .umbraco-forms-field-wrapper .field-validation-error {
  display: block;
  padding: 5px;
  border: 0 !important;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #d00 !important;
  padding: 8px 0 0 0;
}

.meta-field {
  position: absolute;
  top: -200000px;
  width: 10px !important;
  height: 10px !important;
}

button.btn-cta {
  cursor: pointer;
}

/* Custom Umbraco Forms theme styles */
/* -- Competition theme styles */
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-caption {
  font-size: 2em !important;
  line-height: 2em !important;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-container {
  position: relative;
  margin-bottom: 0 !important;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-container-last {
  background-color: white;
  border-radius: 0;
  margin-bottom: 20px !important;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-field {
  clear: both;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-field div label {
  display: inline-block;
}
.umbraco-forms-form.umbraco-forms-competition label.umbraco-forms-label {
  font-weight: bold;
  display: block;
  background-color: white;
  padding: 30px;
  border-radius: 0;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-container:before {
  content: "";
  background-image: url("/images/loganair-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: -90px;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-form small {
  display: block;
  float: left;
  clear: both;
  padding: 5px 5px 5px 200px;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-form fieldset {
  padding: 0 1em 0em 0em;
  margin: 0 0 1.5em 0;
  border: none !important;
  background-color: white;
  border-radius: 0 0 20px 0;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-navigation {
  padding: 1em 0em;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-form legend {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  display: block;
}
.umbraco-forms-form.umbraco-forms-competition input.text, .umbraco-forms-form.umbraco-forms-competition input.title, .umbraco-forms-form.umbraco-forms-competition textarea, .umbraco-forms-form.umbraco-forms-competition select {
  margin: 0.5em 30px;
  border: 1px solid #909090;
}
.umbraco-forms-form.umbraco-forms-competition input.text:focus, .umbraco-forms-form.umbraco-forms-competition input.title:focus, .umbraco-forms-form.umbraco-forms-competition textarea:focus, .umbraco-forms-form.umbraco-forms-competition select:focus {
  border: 1px solid #909090;
}
.umbraco-forms-form.umbraco-forms-competition input.text, .umbraco-forms-form.umbraco-forms-competition textarea {
  padding: 5px;
  display: block;
  width: calc(100% - 60px) !important;
}
.umbraco-forms-form.umbraco-forms-competition textarea {
  height: 250px;
}
.umbraco-forms-form.umbraco-forms-competition .dataconsent {
  margin: 0 30px;
}
.umbraco-forms-form.umbraco-forms-competition .dataconsent .umbraco-forms-field-wrapper {
  column-gap: 10px;
  align-items: flex-start;
}
.umbraco-forms-form.umbraco-forms-competition .dataconsent input[type=checkbox] {
  order: 1 !important;
  padding-left: 24px;
}
.umbraco-forms-form.umbraco-forms-competition input.fileupload {
  height: auto !important;
}
.umbraco-forms-form.umbraco-forms-competition span.checkboxlist, .umbraco-forms-form.umbraco-forms-competition span.radiobuttonlist, .umbraco-forms-form.umbraco-forms-competition span.checkbox {
  display: block;
  float: left;
  padding: 10px;
}
.umbraco-forms-form.umbraco-forms-competition .checkboxlist label {
  float: left;
  clear: left;
}
.umbraco-forms-form.umbraco-forms-competition .checkboxlist input, .umbraco-forms-form.umbraco-forms-competition .radiobuttonlist input, .umbraco-forms-form.umbraco-forms-competition .checkbox input {
  width: auto !important;
  height: auto !important;
  border: none !important;
  display: inline !important;
}
.umbraco-forms-form.umbraco-forms-competition .hiddenfield {
  display: none;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-button {
  margin-right: 10px;
  padding: 2px 10px;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-error-message {
  padding: 0.8em;
  margin-bottom: 0.5em;
  border: 2px solid #d00;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-error-message {
  background: #d00;
  color: #FFF;
}
.umbraco-forms-form.umbraco-forms-competition input.contourError, .umbraco-forms-form.umbraco-forms-competition textarea.contourError, .umbraco-forms-form.umbraco-forms-competition input.input-validation-error, .umbraco-forms-form.umbraco-forms-competition textarea.input-validation-error {
  background: #d00;
  border-color: #FFF;
}
.umbraco-forms-form.umbraco-forms-competition span.contourError, .umbraco-forms-form.umbraco-forms-competition span.field-validation-error {
  color: #d00 !important;
  background: transparent !important;
}
.umbraco-forms-form.umbraco-forms-competition #recaptcha_widget_div {
  margin-left: 200px;
}
.umbraco-forms-form.umbraco-forms-competition .field-validation-error {
  padding-left: 5px;
}
.umbraco-forms-form.umbraco-forms-competition .radiobuttonlist {
  background-color: #FFF;
  padding: 30px;
  margin: 30px 0 30px 30px;
  border-radius: 0;
}
.umbraco-forms-form.umbraco-forms-competition .btn {
  width: 100%;
  border-radius: 0;
  margin-top: 0 !important;
  padding: 0.75rem 1rem;
  color: #FFF;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  border-color: #909090;
  background-color: #909090;
  font-size: 18px;
  line-height: 20px;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-progress {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.umbraco-forms-form.umbraco-forms-competition .page-progress-dot {
  background-image: url("/images/progress-white-dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.umbraco-forms-form.umbraco-forms-competition .page-progress-tick {
  background-image: url("/images/progress-red-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.umbraco-forms-form.umbraco-forms-competition .page-progress-connector-white {
  height: 4px;
  width: 30px;
  background-color: white;
}
.umbraco-forms-form.umbraco-forms-competition .page-progress-connector-red {
  height: 4px;
  width: 30px;
  background-color: #1F1E1E;
}
.umbraco-forms-form.umbraco-forms-competition .titleanddescription {
  padding: 30px 30px 0 30px;
}
.umbraco-forms-form.umbraco-forms-competition .titleanddescription p {
  font-size: 18px;
  line-height: 20px;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox {
  padding: 30px;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox label {
  max-width: 500px;
  padding-top: 0;
  width: 100% !important;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox .umbraco-forms-field-wrapper {
  align-items: flex-start !important;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox .umbraco-forms-label span {
  text-align: left;
  color: #1F1E1E;
  font-size: 17px;
  line-height: 20px;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox .umbraco-forms-field-wrapper label {
  width: 100% !important;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox .umbraco-forms-label span a {
  fill: #1F1E1E;
  stroke: #1F1E1E;
  color: #1F1E1E;
  font-size: 17px;
  line-height: 20px;
  text-decoration: underline;
  font-weight: bold;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox .umbraco-forms-label span a:hover {
  fill: #559e4f;
  stroke: #559e4f;
  color: #559e4f;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-navigation .col-md-12 {
  width: 100%;
}
@media (max-width: 599px) {
  .umbraco-forms-form.umbraco-forms-competition .umbraco-forms-container {
    margin-left: 70px;
  }
  .umbraco-forms-form.umbraco-forms-competition .radiobuttonlist label {
    width: calc(100% - 25px);
  }
}

/*.umbraco-forms-form {

    .fileupload {
        .umbraco-forms-field-wrapper {
            display: flex;
            flex-wrap: wrap;

            .field-validation-error {
                order: 2;
                width: 100%;
            }
        }

        .umbraco-forms-label {
            font-weight: 600;
        }

        input[type="file"] {
            width: 100px;
            position: relative;

            &:before {
                content: "Upload";
                border: 1px solid $mid-grey;
                border-radius: 4px;
                width: 98px;
                height: 33px;
                text-align: center;
                display: inline-block;
                position: relative;
                overflow: hidden;
                padding: 2px 0;
                line-height: 32px;
                cursor: pointer;
                font-size: $font-18;
            }
        }

        .image-file {
            display: inline-block;
            vertical-align: 14px;
            margin-left: 7px;
            font-weight: 500;
            line-height: 36px;
        }
    }

    .checkbox {
        display: flex;
        align-items: center;
        gap: 8px;
        padding-left: 32px;
        position: relative;
        flex-wrap: wrap;

        input[type=checkbox] {
            margin: 0;
            vertical-align: middle;
            width: 24px;
            height: 24px;
            padding: 0;
            height: initial;
            width: initial;
            margin-bottom: 0;
            position: absolute;
            cursor: pointer;
            appearance: none;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);

            &:before {
                content: "";
                -webkit-appearance: none;
                background-color: transparent;
                border: 1px solid $mid-grey;
                padding: 10px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 8px;
                border-radius: 3px;
                margin-top: 0px;
                transition: all ease-in-out 0.2s;
                -webkit-transition: all ease-in-out 0.2s;
                -moz-transition: all ease-in-out 0.2s;
            }

            &:checked {
                &:before {
                    background-color: $black;
                    border-color: $black;
                }

                &:after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 6px;
                    left: 9px;
                    width: 3px;
                    height: 8px;
                    border: solid $white;
                    border-width: 0 2px 2px 0;
                    transform: rotate(45deg);
                }
            }
        }

        .umbraco-forms-label {
            position: relative;
            cursor: pointer;
            display: inline-flex;
            align-items: flex-start;
        }

        .umbraco-forms-field-wrapper {
            width: auto;
        }
    }

    .dataconsent {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0;
        padding-left: 30px;
        position: relative;

        .subheading {
            margin: 0;
            margin-left: 0;
            font-size: $font-14;
            font-weight: 700;
            line-height: 14px;
            color: $black;
            margin-bottom: 0;
        }

        .umbraco-forms-field-wrapper {
            label {
                color: $black;
                font-size: $font-14;
                font-style: normal;
                font-weight: 400;
                line-height: 1.5;
                letter-spacing: -0.154px;
                align-items: center;
                gap: 5px;
                display: block;
                margin-bottom: 0;
                position: relative;
            }
        }

        input[type=checkbox] {
            margin: 0;
            vertical-align: middle;
            width: 24px;
            height: 24px;
            padding: 0;
            height: initial;
            width: initial;
            margin-bottom: 0;
            position: absolute;
            cursor: pointer;
            appearance: none;
            left: 0px;
            top: 50%;
            transform: translate(0, -50%);

            &:before {
                content: "";
                -webkit-appearance: none;
                background-color: transparent;
                border: 1px solid $mid-grey;
                padding: 10px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 8px;
                border-radius: 3px;
                margin-top: 0px;
            }

            &:checked {
                &:before {
                    background-color: $black;
                    border-color: $black;
                }

                &:after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 6px;
                    left: 9px;
                    width: 3px;
                    height: 8px;
                    border: solid $white;
                    border-width: 0 2px 2px 0;
                    transform: rotate(45deg);
                }
            }
        }
    }

    .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons ) {
        position: relative;
        gap: 0;

        &.value-added, &.date {
            .umbraco-forms-label {
                transform: translateY(-33px);
                background-color: $white !important;
                padding: 2px 4px;
                font-size: $font-12 !important;
                font-weight: 500;
                line-height: 14px;
                letter-spacing: -0.011em;
                text-align: left;
                color: $black;
                left: 10px;
            }

            select.form-field,
            input.datepicker {
                font-weight: 400;
                color: $black;
                font-size: $font-14;
                line-height: 1;
                padding-left: 8px;
                padding-right: 8px;

                & + .field-label {
                    top: 24px;
                }
            }
        }

        .umbraco-forms-label {
            font-size: $font-16;
            font-weight: 400;
            line-height: 16px;
            text-align: left;
            position: absolute;
            top: 24px;
            left: 13px;
            color: $black;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transition: all ease-in-out 0.2s;
            -webkit-transition: all ease-in-out 0.2s;
            -moz-transition: all ease-in-out 0.2s;
            text-transform: capitalize;
        }

        .text, .datepickerfield, textarea, select {
            font-size: $font-16;
            font-weight: 700;
            color: $black;
            height: 48px;
            padding: 10px 13px;
            border-radius: 4px;
            border: 1px solid $light-grey;
            width: 100%;
            margin: 0;
            max-width: 100% !important;

            &:hover {
                border-color: $black;
            }

            &:focus {
                box-shadow: none;
                border-color: $black;
                outline: none;
            }

            &:focus-visible {
                outline: 1px solid #000000 !important;
                outline-offset: 0px !important;
            }
            // &:focus,
            // &:valid {
            // 	& + .field-label {
            // 		transform: translateY(-30px);
            // 		background-color: $white;
            // 		padding: 2px 4px;
            // 		font-size: $font-12;
            // 		font-weight: 500;
            // 		line-height: 14px;
            // 		letter-spacing: -0.011em;
            // 		text-align: left;
            // 		color: $black;
            // 	}
            // }
            &:disabled {
                opacity: 0.5;

                & + .field-label {
                    opacity: 0.5;
                }
            }
        }

        .datepickerfield {
            background-image: url("/images/calendar.svg");
            background-repeat: no-repeat;
            background-position: right 2px center;
        }

        textarea {
            height: auto;
            width: 100% !important;
        }

        select.form-field {
            height: 42px;

            & + .field-label {
                top: 20px;
            }
        }

        input.datepicker {
            height: 42px;

            & + .field-label {
                top: 20px;
            }
        }

        .error {
            border-color: $error;
        }

        .error-msg {
            font-size: $font-14;
            font-weight: 400;
            line-height: 16.8px;
            color: $error;
            padding: 8px 0 0 0;

            i {
                font-size: $font-16;
            }
        }

        &.titleanddescription {
            .umbraco-forms-field-wrapper {
                p {
                    font-size: $font-12;
                    font-weight: 500;
                    line-height: 14.4px;
                    letter-spacing: -0.011em;
                }
            }
        }

        .radiobuttonlist {
            color: $black;
            font-size: $font-16;
            font-style: normal;
            font-weight: 400;
            line-height: 1.5;
            letter-spacing: -0.154px;
            align-items: center;
            gap: 8px;
            display: inline-flex;
            position: relative;
            margin-bottom: 5px;

            [type="radio"] {
                width: 24px !important;
                padding: 0;
                height: 24px !important;
                margin-bottom: 0;
                opacity: 0;
                position: absolute;
                cursor: pointer;
                visibility: hidden;

                &:checked {
                    & + label {
                        &:before {
                            background-color: $green;
                            border-color: $green;
                        }
                    }
                }

                & + label {
                    position: relative;
                    cursor: pointer;
                    display: inline-flex;
                    align-items: center;
                    font-size: $font-16 !important;

                    &:before {
                        content: "";
                        -webkit-appearance: none;
                        background-color: transparent;
                        border: 2px solid $black;
                        padding: 10px;
                        display: inline-block;
                        position: relative;
                        vertical-align: middle;
                        cursor: pointer;
                        margin-right: 8px;
                        border-radius: 15px;
                        margin-top: 0px;
                    }

                    &:after {
                        content: "";
                        display: block;
                        position: absolute;
                        top: 8px;
                        left: 8px;
                        width: 8px;
                        height: 8px;
                        background-color: $white;
                        border-radius: 10px;
                    }
                }
            }

            &.radiobuttonlist-vertical {
                flex-direction: column;

                > div {
                    clear: both;
                    overflow: hidden;
                    line-height: 1;
                    display: flex;
                    align-items: center;
                }
            }
        }

        .checkboxlist {
            color: $black;
            font-size: $font-16;
            font-style: normal;
            font-weight: 400;
            line-height: 1.5;
            letter-spacing: -0.154px;
            align-items: center;
            gap: 5px;
            display: block;
            position: relative;
            margin-bottom: 5px;
            margin: 0;
            padding: 0;
            font-weight: 700;

            [type="checkbox"] {
                width: 24px;
                height: 24px;
                padding: 0;
                height: initial;
                width: initial;
                margin-bottom: 0;
                opacity: 0;
                position: absolute;
                cursor: pointer;
                visibility: hidden;

                &:checked {
                    & + label {
                        &:before {
                            background-color: $black;
                            border-color: $black;
                        }

                        &:after {
                            content: "";
                            display: block;
                            position: absolute;
                            top: 8px;
                            left: 9px;
                            width: 3px;
                            height: 8px;
                            border: solid $white;
                            border-width: 0 2px 2px 0;
                            transform: rotate(45deg);
                        }
                    }
                }

                & + label {
                    position: relative;
                    cursor: pointer;
                    display: inline-flex;
                    align-items: flex-start;

                    &:before {
                        content: "";
                        -webkit-appearance: none;
                        background-color: transparent;
                        border: 1px solid $mid-grey;
                        padding: 10px;
                        display: inline-block;
                        position: relative;
                        vertical-align: middle;
                        cursor: pointer;
                        margin-right: 8px;
                        border-radius: 3px;
                        margin-top: 3px;
                    }
                }
            }
        }

        legend {
            font-size: $font-18;
            font-weight: 700;
            line-height: 18px;
            color: $black;
            margin-bottom: 16px;
            padding-top: 10px;
            display: block;
            width: 100%;
            padding: 0;
        }

        &.multiplechoice {
            .umbraco-forms-label {
                position: static;
                transform: none;
                margin-bottom: 0px;
                color: $black;
                font-size: 16px;
                font-weight: 700;
                line-height: 16px;
                margin-bottom: 10px;

                & + .umbraco-forms-tooltip {
                    margin-bottom: 10px;
                }
            }
        }

        &.date {
            gap: 8px;
        }
    }

    .umbraco-forms-field {
        &.umbraco-forms-hidden {
            display: none;
        }

        &.longanswer {
            .umbraco-forms-label {
                font-size: $font-18;
                font-weight: 700;
                line-height: 19.2px;
                text-align: left;
            }

            .umbraco-forms-tooltip {
                font-size: $font-16;
                font-weight: 700;
            }
        }

        &.plusminusbuttons {
            .umbraco-forms-label {
            }

            .umbraco-forms-field-wrapper {
                .quantity-plus-minus {
                    display: flex;
                    display: inline-flex;
                    align-items: center;

                    .qty-sub, .qty-add {
                        border: 0;
                        padding: 0 !important;
                        margin: 0;
                        font-size: 24px;
                        color: $black;
                        padding: 0 8px;
                        cursor: pointer;
                        background: transparent;

                        &:disabled {
                            opacity: 0.2;
                        }

                        i {
                        }
                    }

                    .qty-count {
                        width: 51px;
                        border: 0;
                        background-color: transparent;
                        font-size: 18px;
                        text-align: center;
                        padding: 0;
                    }
                }
            }
        }
    }

    .umbraco-forms-navigation {
        margin: 0 !important;
        padding: 0 !important;
        text-align: right;

        .btn {
            padding: 14px 16px;
            transition: 0.2s;
            white-space: nowrap;
            font-size: $font-16;
            line-height: 1;
            font-weight: 400;
            text-decoration: none;
            border-radius: 10px;
            cursor: pointer;
            font-family: $fontfamily;

            &.primary {
                border: 2px solid $light-grey;
                background-color: $dark-grey;
                color: $white;

                &:hover {
                    border-color: $dark-grey;
                    background-color: $black;
                    color: $white;
                }
            }
        }
    }

    &.form-spacing-0 {
        .umbraco-forms-container {
            gap: 0;
        }
    }
}*/
.likertscale-container {
  display: grid;
  grid-column-gap: 10px;
}

.likertscale .umbraco-forms-label {
  text-transform: none;
  font-size: 18px;
  justify-self: start;
  position: relative;
}

.likertscale-container input {
  opacity: 0;
  position: absolute;
}
.likertscale-container input:focus-visible + .rating-box {
  outline: 2px solid #1F1E1E !important;
  outline-offset: 2px !important;
}

.likertscale-container .rating {
  grid-row-start: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.likertscale-container .rating-caption {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.011em;
  padding-top: 12px;
}

.likertscale-container .rating .rating-box {
  color: #1F1E1E;
  border: solid 1px #1F1E1E;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  line-height: 24px;
}

.likertscale-container .rating:has(input[type=radio]:checked) .rating-box {
  background-color: #1F1E1E;
  border: solid 2px #1F1E1E;
  color: white;
}

.likertscale-container .hide-on-mobile {
  display: none;
}

@media (max-width: 600px) and (min-width: 1px) {
  .likertscale-container .hide-on-mobile {
    display: none;
  }
}
/* Non umbraco form syles */
div:not(.umbraco-forms-form, .savings-filters) > form fieldset {
  border: solid 4px #EBEBEB;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}
div:not(.umbraco-forms-form, .savings-filters) > form .form-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
}
div:not(.umbraco-forms-form, .savings-filters) > form .form-row.v-center {
  align-items: center;
}
@media (max-width: 1279px) {
  div:not(.umbraco-forms-form, .savings-filters) > form .form-row {
    flex-direction: column;
  }
}
div:not(.umbraco-forms-form, .savings-filters) > form input:not(.onoffswitch-checkbox) {
  width: 100%;
  color: #1F1E1E;
  background-color: transparent;
  border: 1px solid #222d5d;
  outline: none;
  font-size: 14pt;
  padding: 10px;
  box-sizing: border-box;
  margin: 5px 50px 5px 0;
}
div:not(.umbraco-forms-form, .savings-filters) > form textarea {
  width: 100%;
  height: 150px;
  color: #1F1E1E;
  background-color: transparent;
  border: 1px solid #222d5d;
  outline: none;
  font-size: 14pt;
  padding: 10px;
  box-sizing: border-box;
  margin: 5px 50px 5px 0;
}
div:not(.umbraco-forms-form, .savings-filters) > form label:not(.onoffswitch-label) {
  width: 450px;
  font-weight: 700;
  height: auto;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media (max-width: 1279px) {
  div:not(.umbraco-forms-form, .savings-filters) > form label:not(.onoffswitch-label) {
    width: 100%;
  }
}
div:not(.umbraco-forms-form, .savings-filters) > form .validation-row {
  width: calc(100% - 75px);
  display: flex;
  justify-content: flex-end;
  margin-right: 75px;
  color: #d00;
  font-weight: 500;
}
div:not(.umbraco-forms-form, .savings-filters) > form .form-field-notes {
  font-size: 14px;
  max-width: 200px;
  display: block;
  line-height: 20px;
}
div:not(.umbraco-forms-form, .savings-filters) > form .form-row .checkboxlist-row {
  display: flex;
  align-items: center;
  margin: 2px 0;
}
div:not(.umbraco-forms-form, .savings-filters) > form .form-row .checkboxlist-row label:not(.onoffswitch-label) {
  font-weight: 400;
  height: auto;
  width: auto;
  margin-left: 20px;
}
div:not(.umbraco-forms-form, .savings-filters) > form .onoffswitch {
  position: relative;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
div:not(.umbraco-forms-form, .savings-filters) > form .onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
div:not(.umbraco-forms-form, .savings-filters) > form .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 2px solid #E3E3E3;
  border-radius: 20px;
  background-color: #E3E3E3;
  transition: background-color 0.3s ease-in;
}
div:not(.umbraco-forms-form, .savings-filters) > form .onoffswitch-label:before {
  content: "";
  display: block;
  width: 20px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  border: 2px solid #E3E3E3;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
div:not(.umbraco-forms-form, .savings-filters) > form .onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #EB6009;
}
div:not(.umbraco-forms-form, .savings-filters) > form .onoffswitch-checkbox:checked + .onoffswitch-label, div:not(.umbraco-forms-form, .savings-filters) > form .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #EB6009;
}
div:not(.umbraco-forms-form, .savings-filters) > form .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}

.single-line-form {
  padding: 0;
  margin: 0 auto !important;
}
.single-line-form .umbraco-forms-page {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (max-width: 599px) {
  .single-line-form .umbraco-forms-page {
    grid-template-columns: 1fr;
  }
}
.single-line-form .umbraco-forms-fieldset {
  padding: 0;
  margin: 0;
}
.single-line-form .shortanswer {
  margin-top: 0;
}
.single-line-form .shortanswer label {
  display: none;
}
.single-line-form .shortanswer .umbraco-forms-field-wrapper {
  background-color: white;
}
.single-line-form .shortanswer .umbraco-forms-field-wrapper input[type=text] {
  margin: 0;
  border: none;
  border-right: 2px solid #222d5d;
  padding: 18px;
  color: #222d5d;
}
.single-line-form .shortanswer .umbraco-forms-field-wrapper input[type=text]:focus {
  border: none;
  border-right: 2px solid #222d5d;
}
.single-line-form .shortanswer .umbraco-forms-field-wrapper input[type=text]::placeholder {
  text-transform: none;
  color: #909090;
}
.single-line-form .umbraco-forms-navigation {
  padding: 0 !important;
}
.single-line-form .btn-cta {
  padding: 15px 40px;
}

.filters {
  display: flex;
  flex-direction: row;
  row-gap: 10px;
  column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  justify-self: center;
}
@media (max-width: 599px) {
  .filters {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .filters p {
    width: 100%;
  }
}
.filters {
  margin: 20px 0;
}
.filters form {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.filters .filters-inner {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 599px) {
  .filters .filters-inner {
    flex-direction: column;
  }
}
.filters .filter-lists {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 599px) {
  .filters .filter-lists {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .filters .filter-field {
    width: 100%;
  }
}
.filters .filter-field select {
  border: none;
  width: 100%;
  font-weight: 600;
  padding: 16px 25px;
  font-size: 17px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.filters .filter-field input[type=text] {
  background-color: white;
  border: none;
  border: 1px solid lightgrey;
  width: 100%;
  font-weight: 600;
  padding: 15px 25px;
  font-size: 17px;
  margin: 0;
  outline: none;
}
.filters .filter-field .dropdown-arrow {
  width: auto !important;
  overflow: hidden;
  height: 50px;
  position: relative;
  display: block;
  margin: 0;
  border: 1px solid lightgrey;
}
.filters .filter-field .dropdown-arrow:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  color: #1F1E1E;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 23px;
  height: 50px;
  pointer-events: none;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .filters .filter-field .dropdown-arrow {
    width: 100%;
  }
}
.filters option {
  padding: 15px 25px;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px solid lightgrey;
}
.filters .btn-filter {
  background-color: white;
  border: none;
  border: 1px solid lightgrey;
  padding: 12px;
  margin-left: 5px;
  cursor: pointer;
}
.filters .btn-filter i {
  color: #1F1E1E;
}

.breadcrumb {
  display: flex;
  margin: 0;
  padding: 20px 100px;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #FFF;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .breadcrumb {
    flex-wrap: wrap;
    padding: 10px;
    font-size: 14px;
  }
}
.breadcrumb .breadcrumb-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
}
@media (max-width: 1023px) {
  .breadcrumb .breadcrumb-inner {
    flex-wrap: wrap;
    column-gap: 15px;
  }
}
.breadcrumb-link {
  text-decoration: none;
  margin: 0;
}
.breadcrumb-link:hover {
  text-decoration: underline;
}
.breadcrumb-current {
  text-decoration: underline;
}
.site-body-container {
  display: flex;
  flex-direction: column;
  /*margin-top: $total-menu-height-desktop;

  @include respond-to(tablet-screens) {
      margin-top: $tablet-menu-height;
  }

  @include respond-to(small-screens) {
      margin-top: $mobile-menu-height;
  }*/
}

/*body:has(.breadcrumb) {
    .site-body-container {
        margin-top: $total-menu-height-desktop + $breadcrumb;

        @include respond-to(tablet-screens) {
            margin-top: $tablet-menu-height + $breadcrumb;
        }

        @include respond-to(small-screens) {
            margin-top: $mobile-menu-height;
        }
    }
}*/
body:not(:has(.nav)) .site-body-container {
  margin-top: 0;
}

.container,
.container-inner {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.container-inner {
  height: 100%;
  display: block;
}
.container-inner:has(.filters) {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
@media (max-width: 599px) {
  .container-inner:has(.filters) {
    grid-template-columns: 1fr;
  }
}

.component {
  width: 100%;
  height: 100%;
}
.component.v-content-align-centre {
  align-content: unset;
}

.sub-component {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.component-inner:hover > .background.display-on-hover, .sub-component:hover > .background.display-on-hover {
  opacity: 1;
}

a.component,
a.sub-component,
.sub-component.whole-component-as-cta {
  text-decoration: none;
}
a.component .background,
a.sub-component .background,
.sub-component.whole-component-as-cta .background {
  transition: 0.3s;
}
a.component > *,
a.sub-component > *,
.sub-component.whole-component-as-cta > * {
  text-decoration: none;
}
a.component .image-sub-component,
a.sub-component .image-sub-component,
.sub-component.whole-component-as-cta .image-sub-component {
  overflow: hidden;
}

.preview {
  -moz-transform: scale(0.5);
  zoom: 0.5;
  border: 4px solid white;
  margin: 4px 0;
  min-height: 50px;
  overflow: hidden;
}
.preview:hover {
  border: 4px solid #2bc37c;
}
.preview a {
  pointer-events: none;
}
.preview > .sub-component {
  max-width: 750px;
}
.preview > .image-sub-component {
  min-height: 250px;
}

.clip-path-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.cta-container {
  display: grid;
  display: -ms-grid;
  grid-gap: 20px;
  grid-auto-columns: auto;
  grid-auto-rows: auto;
  z-index: 18;
  width: 100%;
}
.cta-container:has(.cta-style-full-width-signpost) {
  grid-auto-columns: 1fr;
  grid-gap: 10px !important;
}
.cta-container.cta-stacking-vertical {
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.cta-container:not(:has(.cta-style-full-width-signpost), .cta-stacking-vertical) > * {
  grid-row-start: 1;
}
.cta-container.v-content-align-bottom {
  justify-content: center !important;
}

.whole-component-as-cta.image-sub-component .cta-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: inherit;
  box-sizing: border-box;
  display: flex;
}

.page-component-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
}
.page-component-modal .page-component-modal-inner {
  /*position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  display: flex;
  width: 100%;
  /*height:100%;*/
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.page-component-modal .page-component-modal-inner .modal-close {
  position: absolute;
  top: 22px;
  right: 58px;
  color: #FFF;
  font-size: 32px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 599px) {
  .page-component-modal .page-component-modal-inner .modal-close {
    color: #b9b9b9;
    top: 38px;
    right: 20px;
    z-index: 999;
  }
}
@media (max-width: 599px) {
  .page-component-modal .page-component-modal-inner {
    align-items: flex-start;
    overflow-y: auto;
  }
}
.page-component-modal.show {
  display: block;
}

.darksite .component:not(.darksite-component), .darksite .sub-component, .darksite .page-component-modal, .darksite footer {
  filter: grayscale(1);
}

.grid-component .sub-component, .widgets-component .sub-component {
  height: 100%;
}

.accordion-component, .accordion-sub-component {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.accordion-panel {
  overflow: hidden;
  width: 100%;
}

.accordion-title {
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 2px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
}
@media (max-width: 1279px) {
  .accordion-title {
    padding: 20px;
  }
}
@media (max-width: 599px) {
  .accordion-title {
    padding: 10px;
  }
}
.accordion-title .heading-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-title .hide-accordion {
  display: none;
}
.accordion-title.show .hide-accordion {
  display: inline-block;
}
.accordion-title.show .show-accordion {
  display: none;
}

.accordion-panel .accordion-icon {
  background-color: rgba(255, 255, 255, 0.4);
}
.accordion-panel .accordion-icon-left {
  justify-self: left;
}
.accordion-panel .accordion-icon-right {
  justify-self: right;
}
.accordion-panel.h-content-align-left .accordion-title {
  display: grid;
  grid-template-columns: 1fr min-content;
}
.accordion-panel.h-content-align-left .accordion-title:has(.accordion-icon-left) {
  grid-template-columns: auto 1fr auto;
  padding: 0 20px 0 0;
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 0;
}
.accordion-panel.h-content-align-left .accordion-title:has(.accordion-icon-right) {
  grid-template-columns: auto 1fr auto;
  padding: 0 0 0 20px;
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 0;
}
.accordion-panel.h-content-align-center .accordion-title, .accordion-panel.h-content-align-centre .accordion-title {
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  align-items: center;
  grid-column-gap: 10px;
  padding: 0;
  margin-top: 0;
}
.accordion-panel.h-content-align-center .accordion-title:has(.accordion-icon-right):before, .accordion-panel.h-content-align-centre .accordion-title:has(.accordion-icon-right):before {
  content: "";
}
.accordion-panel.h-content-align-right .accordion-title {
  display: grid;
}
.accordion-panel.h-content-align-right .accordion-title:has(.accordion-icon-left) {
  grid-template-columns: auto 1fr auto;
  padding: 0 20px 0 0;
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 0;
}
.accordion-panel.h-content-align-right .accordion-title:has(.accordion-icon-right) {
  grid-template-columns: 1fr auto auto;
  padding: 0 0 0 20px;
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 0;
}

.accordion-body {
  display: none;
  box-sizing: border-box;
}

.carousel-component {
  /* Full page component slides */
}
.carousel-component .container.slide {
  transition: opacity 1s;
  opacity: 0;
  position: absolute;
  top: 0;
}
.carousel-component .container.slide.active {
  opacity: 1;
  position: relative;
}
.carousel-component .dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  padding: 10px 0;
  margin-top: auto;
}
.carousel-component .dots .dot {
  background-color: #FFF;
  border: solid 1px #222d5d;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 10;
}
.carousel-component .dots .dot.active {
  background-color: #222d5d;
  border: solid 1px #222d5d;
  cursor: default;
}
.carousel-component .dots .arrow {
  cursor: pointer;
}
.carousel-component .text-sub-component .dots {
  justify-content: flex-start;
}
.carousel-component.bg-blue .dots .dot, .carousel-component .sub-component.bg-blue .dots .dot {
  border: solid 1px #FFF;
}
.carousel-component.bg-blue .dots .dot.active, .carousel-component .sub-component.bg-blue .dots .dot.active {
  background-color: #559e4f;
}
.carousel-component {
  /* Carousel with inset panels */
}
.carousel-component:has(.carousel-slides) {
  display: grid;
  grid-template-columns: 550px 1fr;
  width: unset;
}
@media (max-width: 1023px) {
  .carousel-component:has(.carousel-slides) {
    grid-template-columns: 1fr;
  }
}
.carousel-component .background-element {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  width: calc((100% - 1500px) / 2 + 1500px / 3);
  background-color: transparent;
}
.carousel-component .carousel-slides {
  overflow: hidden;
  position: relative;
  align-self: center;
}
.carousel-component .carousel-slides .slides-track {
  display: grid;
  grid-column-gap: 80px;
  position: relative;
}
@media (max-width: 1023px) {
  .carousel-component .carousel-slides .slides-track {
    grid-column-gap: 0;
    grid-auto-columns: 100% !important;
  }
}
.carousel-component .carousel-slides .slides-track > * {
  grid-row-start: 1;
}
.carousel-component .carousel-slides .slides-track .carousel-slide {
  overflow: hidden;
  max-height: 400px;
}
.carousel-component .carousel-slides.static-panels .slides-track {
  grid-column-gap: 0;
}
.carousel-component .introduction-panel {
  position: relative;
  display: flex;
  flex-direction: column;
}
.carousel-component .introduction-panel .carousel-intro:not(.active) {
  display: none;
}
.carousel-component .carousel-controls {
  display: flex;
  z-index: 90;
  column-gap: 10px;
  align-self: flex-end;
  padding-right: 40px;
}
.carousel-component .carousel-controls .carousel-control-previous, .carousel-component .carousel-controls .carousel-control-next {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 35px;
  --fa-primary-opacity: 1;
  --fa-secondary-opacity: 1;
  --fa-primary-color: #E73C32;
  --fa-secondary-color: #FFF;
}
.carousel-component .carousel-controls .carousel-control-previous:hover, .carousel-component .carousel-controls .carousel-control-next:hover {
  --fa-primary-color: #FFF;
  --fa-secondary-color: #E73C32;
}

.gallery-component .image-sub-component {
  width: auto !important;
}
.gallery-component .image-overlay {
  position: absolute;
  left: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  padding: 30px 30px 40px 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
.gallery-component .image-overlay .h4 {
  font-weight: 700;
}
.gallery-component .image-overlay p {
  margin: 10px 0;
}
.gallery-component-inner:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.gallery-component-inner:not(.flickity-enabled) .image-sub-component img {
  max-width: unset;
}

.gallery-grid-component {
  display: grid;
  display: -ms-grid;
}
.gallery-grid-component .image-sub-component {
  height: 100%;
  overflow: hidden;
}
.gallery-grid-component .vertical-split-widget {
  grid-template-rows: 250px 200px;
}
@media (max-width: 1279px) {
  .gallery-grid-component .vertical-split-widget {
    grid-template-rows: 250px 150px;
  }
}
.gallery-grid-component .image-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
.gallery-grid-component .image-overlay .h4 {
  font-weight: 700;
}
.gallery-grid-component .image-overlay p {
  margin: 10px 0;
}

.image-filters {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
@media (max-width: 1279px) {
  .image-filters {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
.image-filters .image-filter {
  cursor: pointer;
}
.image-filters > * {
  grid-row-start: 1;
}
@media (max-width: 1279px) {
  .image-filters > * {
    grid-row-start: auto;
  }
}

.preview .gallery-component-inner {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.horizontal-split-component {
  display: grid;
  display: -ms-grid;
}
.horizontal-split-component .component-inner {
  display: grid;
}
@media (max-width: 599px) {
  .horizontal-split-component {
    grid-template-columns: 1fr;
  }
  .horizontal-split-component .image-sub-component {
    grid-row-start: 1;
    min-height: 300px;
  }
}
.horizontal-split-component .grid-line {
  position: absolute;
  height: 100%;
  top: 0;
}
@media (max-width: 599px) {
  .horizontal-split-component .grid-line {
    display: none;
  }
}
.horizontal-split-component .sub-component-left {
  height: 100%;
}
@media (max-width: 599px) {
  .horizontal-split-component .sub-component-left {
    height: auto;
  }
}
.horizontal-split-component .sub-component-right {
  height: 100%;
}
@media (max-width: 599px) {
  .horizontal-split-component .sub-component-right {
    height: auto;
  }
}
.horizontal-split-component.circular-image .image-sub-component img {
  clip-path: circle(closest-side);
}
.horizontal-split-component.ship-frame .sub-component-left.image-sub-component img {
  mask-image: url("/images/intersection-ltr.svg");
  mask-position: right;
  mask-repeat: no-repeat;
  mask-size: cover;
}
.horizontal-split-component.ship-frame .sub-component-right.image-sub-component img {
  mask-image: url("/images/intersection-rtl.svg");
  mask-position: left;
  mask-repeat: no-repeat;
  mask-size: cover;
}
.horizontal-split-component .sub-component.overlapping-left {
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  position: relative;
  left: 0px;
  width: calc(100% + 60px);
  z-index: 20;
  margin: 10% 0;
}
@media (max-width: 599px) {
  .horizontal-split-component .sub-component.overlapping-left {
    width: 100%;
    margin: 0;
  }
}
.horizontal-split-component .sub-component.overlapping-right {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  position: relative;
  left: -60px;
  width: calc(100% + 60px);
  z-index: 20;
  margin: 10% 0;
}
@media (max-width: 599px) {
  .horizontal-split-component .sub-component.overlapping-right {
    width: 100%;
    margin: 0;
    left: 0;
  }
}

.grid-component {
  display: grid;
  display: -ms-grid;
}
.grid-component .height-auto {
  height: 100%;
}
@media (max-width: 1279px) {
  .grid-component .tablet-height-auto {
    height: 100%;
  }
}
@media (max-width: 599px) {
  .grid-component .mobile-height-auto {
    height: auto;
    min-height: initial;
  }
}

.tabs-component {
  display: flex;
  flex-direction: column;
}

.tab-titles {
  display: grid;
  grid-auto-columns: auto;
  margin-bottom: -1px;
}

.tab-title {
  padding: 20px;
  box-sizing: border-box;
  margin-top: 2px;
  margin-right: -1px;
  grid-row-start: 1;
  min-width: 100px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 599px) {
  .tab-title {
    padding: 10px;
    min-width: 50px;
  }
}
.tab-title:not(.tab-active) {
  z-index: 0;
}
.tab-title.tab-active {
  z-index: 2;
}

.tab-body {
  display: none;
  box-sizing: border-box;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 100;
  width: 100%;
}
.tab-body.tab-active {
  display: flex;
  flex-direction: column;
}
.tab-body.tab-active > .sub-component {
  overflow: hidden;
}

.vertical-split-component {
  display: flex;
  flex-direction: column;
}

.top-section-clip-path {
  top: 5%;
  z-index: 11;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
}

.angled-top .bottom-section-clip-path, .angled-bottom .bottom-section-clip-path {
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  height: 100%;
  outline: 1px solid transparent;
}

.widgets-component {
  display: grid;
  display: -ms-grid;
}

.widgets-carousel-component .arrow {
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  cursor: pointer;
  z-index: 20;
}
.widgets-carousel-component .arrow-left {
  left: 0;
}
.widgets-carousel-component .arrow-right {
  right: 0;
}
.widgets-carousel-component .carousel-inner-track {
  display: flex;
  column-gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  flex-wrap: nowrap;
  width: 100%;
  min-width: 100%;
}
.widgets-carousel-component .carousel-inner-track::-webkit-scrollbar {
  display: none;
}
.widgets-carousel-component .carousel-inner-track > .sub-component {
  flex: 0 0 auto;
}

.carousel-items-desktop-1 .carousel-inner-track > .sub-component {
  width: calc(100% / 1 - var(--column-gap) * 0 / 1);
}

.carousel-items-desktop-2 .carousel-inner-track > .sub-component {
  width: calc(100% / 2 - var(--column-gap) * 1 / 2);
}

.carousel-items-desktop-3 .carousel-inner-track > .sub-component {
  width: calc(100% / 3 - var(--column-gap) * 2 / 3);
}

.carousel-items-desktop-4 .carousel-inner-track > .sub-component {
  width: calc(100% / 4 - var(--column-gap) * 3 / 4);
}

.carousel-items-desktop-5 .carousel-inner-track > .sub-component {
  width: calc(100% / 5 - var(--column-gap) * 4 / 5);
}

.carousel-items-desktop-6 .carousel-inner-track > .sub-component {
  width: calc(100% / 6 - var(--column-gap) * 5 / 6);
}

.carousel-items-desktop-7 .carousel-inner-track > .sub-component {
  width: calc(100% / 7 - var(--column-gap) * 6 / 7);
}

.carousel-items-desktop-8 .carousel-inner-track > .sub-component {
  width: calc(100% / 8 - var(--column-gap) * 7 / 8);
}

.carousel-items-desktop-9 .carousel-inner-track > .sub-component {
  width: calc(100% / 9 - var(--column-gap) * 8 / 9);
}

.carousel-items-desktop-10 .carousel-inner-track > .sub-component {
  width: calc(100% / 10 - var(--column-gap) * 9 / 10);
}

.carousel-items-desktop-11 .carousel-inner-track > .sub-component {
  width: calc(100% / 11 - var(--column-gap) * 10 / 11);
}

.carousel-items-desktop-12 .carousel-inner-track > .sub-component {
  width: calc(100% / 12 - var(--column-gap) * 11 / 12);
}

@media (max-width: 1279px) {
  .carousel-items-tablet-1 .carousel-inner-track > .sub-component {
    width: calc(100% / 1 - var(--column-gap) * 0 / 1);
  }
}

@media (max-width: 1279px) {
  .carousel-items-tablet-2 .carousel-inner-track > .sub-component {
    width: calc(100% / 2 - var(--column-gap) * 1 / 2);
  }
}

@media (max-width: 1279px) {
  .carousel-items-tablet-3 .carousel-inner-track > .sub-component {
    width: calc(100% / 3 - var(--column-gap) * 2 / 3);
  }
}

@media (max-width: 1279px) {
  .carousel-items-tablet-4 .carousel-inner-track > .sub-component {
    width: calc(100% / 4 - var(--column-gap) * 3 / 4);
  }
}

@media (max-width: 1279px) {
  .carousel-items-tablet-5 .carousel-inner-track > .sub-component {
    width: calc(100% / 5 - var(--column-gap) * 4 / 5);
  }
}

@media (max-width: 1279px) {
  .carousel-items-tablet-6 .carousel-inner-track > .sub-component {
    width: calc(100% / 6 - var(--column-gap) * 5 / 6);
  }
}

@media (max-width: 1279px) {
  .carousel-items-tablet-7 .carousel-inner-track > .sub-component {
    width: calc(100% / 7 - var(--column-gap) * 6 / 7);
  }
}

@media (max-width: 1279px) {
  .carousel-items-tablet-8 .carousel-inner-track > .sub-component {
    width: calc(100% / 8 - var(--column-gap) * 7 / 8);
  }
}

@media (max-width: 1279px) {
  .carousel-items-tablet-9 .carousel-inner-track > .sub-component {
    width: calc(100% / 9 - var(--column-gap) * 8 / 9);
  }
}

@media (max-width: 1279px) {
  .carousel-items-tablet-10 .carousel-inner-track > .sub-component {
    width: calc(100% / 10 - var(--column-gap) * 9 / 10);
  }
}

@media (max-width: 1279px) {
  .carousel-items-tablet-11 .carousel-inner-track > .sub-component {
    width: calc(100% / 11 - var(--column-gap) * 10 / 11);
  }
}

@media (max-width: 1279px) {
  .carousel-items-tablet-12 .carousel-inner-track > .sub-component {
    width: calc(100% / 12 - var(--column-gap) * 11 / 12);
  }
}

@media (max-width: 599px) {
  .carousel-items-mobile-1 .carousel-inner-track > .sub-component {
    width: calc(100% / 1 - var(--column-gap) * 0 / 1);
  }
}

@media (max-width: 599px) {
  .carousel-items-mobile-2 .carousel-inner-track > .sub-component {
    width: calc(100% / 2 - var(--column-gap) * 1 / 2);
  }
}

@media (max-width: 599px) {
  .carousel-items-mobile-3 .carousel-inner-track > .sub-component {
    width: calc(100% / 3 - var(--column-gap) * 2 / 3);
  }
}

@media (max-width: 599px) {
  .carousel-items-mobile-4 .carousel-inner-track > .sub-component {
    width: calc(100% / 4 - var(--column-gap) * 3 / 4);
  }
}

@media (max-width: 599px) {
  .carousel-items-mobile-5 .carousel-inner-track > .sub-component {
    width: calc(100% / 5 - var(--column-gap) * 4 / 5);
  }
}

@media (max-width: 599px) {
  .carousel-items-mobile-6 .carousel-inner-track > .sub-component {
    width: calc(100% / 6 - var(--column-gap) * 5 / 6);
  }
}

@media (max-width: 599px) {
  .carousel-items-mobile-7 .carousel-inner-track > .sub-component {
    width: calc(100% / 7 - var(--column-gap) * 6 / 7);
  }
}

@media (max-width: 599px) {
  .carousel-items-mobile-8 .carousel-inner-track > .sub-component {
    width: calc(100% / 8 - var(--column-gap) * 7 / 8);
  }
}

@media (max-width: 599px) {
  .carousel-items-mobile-9 .carousel-inner-track > .sub-component {
    width: calc(100% / 9 - var(--column-gap) * 8 / 9);
  }
}

@media (max-width: 599px) {
  .carousel-items-mobile-10 .carousel-inner-track > .sub-component {
    width: calc(100% / 10 - var(--column-gap) * 9 / 10);
  }
}

@media (max-width: 599px) {
  .carousel-items-mobile-11 .carousel-inner-track > .sub-component {
    width: calc(100% / 11 - var(--column-gap) * 10 / 11);
  }
}

@media (max-width: 599px) {
  .carousel-items-mobile-12 .carousel-inner-track > .sub-component {
    width: calc(100% / 12 - var(--column-gap) * 11 / 12);
  }
}

/* #home-page-header { */
.pageheader:has(.flight-search-form-sub-component) {
  min-height: 600px;
  position: relative;
}
.pageheader:has(.flight-search-form-sub-component) .background {
  z-index: 0 !important;
}

.page-header-component {
  display: flex;
  flex-direction: column;
  /*z-index: 8;*/
}
.page-header-component .hero {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  z-index: 5;
}
.page-header-component .flight-search-form-sub-component {
  margin-top: 60px;
  border-radius: 16px 16px 0 0;
  z-index: initial;
}
.page-header-component .header-logo {
  height: 400px;
  width: auto;
}
@media (max-width: 1279px) {
  .page-header-component .header-logo {
    height: 350px;
    width: auto;
  }
}
@media (max-width: 599px) {
  .page-header-component .header-logo {
    height: 200px;
    width: auto;
  }
}

.video-height {
  min-height: clamp(200px, 56.25vw, 100vh - 120px);
}
@media (max-width: 1279px) {
  .video-height {
    min-height: clamp(200px, 56.25vw, 100vh - 90px);
  }
}
@media (max-width: 767px) {
  .video-height {
    min-height: clamp(200px, 56.25vw, 100vh - 80px);
  }
}

.pageheader-introduction .text-component {
  display: grid;
  display: -m-grid;
  grid-template-columns: 1fr;
}
@media (max-width: 1279px) {
  .pageheader-introduction .text-component {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .pageheader-introduction .text-component {
    grid-template-columns: 1fr;
  }
}

.header-carousel {
  overflow: hidden;
}
.header-carousel .background-image {
  display: none;
}
.header-carousel .background-image:first-of-type {
  display: inline-block;
}

#PassengerExceedMsg {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  color: #1F1E1E;
}

.warning-message-flight {
  color: #d4291c;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  display: inline-flex;
  align-items: self-start;
  gap: 5px;
  line-height: 16.8px;
}

.marquee {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
}
.marquee-text {
  white-space: nowrap;
  display: inline;
  width: auto;
}
.marquee-text span {
  padding: 0 5px;
}

a.marquee:hover span {
  text-decoration: underline;
}

.map-component {
  display: flex;
  flex-direction: column;
}

.text-component {
  display: flex;
  flex-direction: column;
}

.information-cards-component {
  display: grid;
  display: -ms-grid;
}
.information-cards-component .vertical-split-widget {
  grid-template-rows: 250px 1fr;
}
.information-cards-component .cta-container .btn-cta {
  margin-top: 20px;
}

.timeline-component {
  display: grid;
  display: -ms-grid;
  grid-row-gap: 40px;
}

.timeline-grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 42px 1fr 42px;
  position: relative;
  box-sizing: border-box;
  align-items: end;
  column-gap: 10px;
}
.timeline-grid-inner {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  grid-row-start: 1;
}
.timeline-grid .timeline-carousel {
  display: grid;
  display: -ms-grid;
  grid-auto-columns: 12.5%;
  padding: 12px 0 26px 0;
  position: relative;
  box-sizing: border-box;
  left: 0px;
  transition: left 0.5s;
}
.timeline-grid .timeline-carousel-less-than-8 {
  grid-auto-columns: 1fr;
}
@media (max-width: 1279px) {
  .timeline-grid .timeline-carousel {
    grid-auto-columns: 16.6666666667%;
  }
  .timeline-grid .timeline-carousel-less-than-6 {
    grid-auto-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .timeline-grid .timeline-carousel {
    grid-auto-columns: 33.3333333333%;
  }
  .timeline-grid .timeline-carousel-less-than-3 {
    grid-auto-columns: 1fr;
  }
}
.timeline-grid .nav-arrow {
  font-size: 40px;
  cursor: pointer;
  grid-row-start: 1;
}

.timeline-year {
  padding: 10px 5px 30px 5px;
  box-sizing: border-box;
  grid-row-start: 1;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  cursor: pointer;
  position: relative;
}
.timeline-year i {
  position: absolute;
  font-size: 26px;
  bottom: -13px;
  left: calc(50% - 13px);
}
.timeline-year.year-active i {
  color: #559e4f;
}
.timeline-year.border-primary-black {
  border-bottom-color: #FFF;
}
.timeline-year.border-secondary-black {
  border-bottom-color: #FFF;
}
.timeline-year.border-white {
  border-bottom-color: #1F1E1E;
}
.timeline-year.border-red {
  border-bottom-color: #FFF;
}

.timeline-information {
  padding: 0 60px;
  box-sizing: border-box;
}

.timeline-body {
  display: none;
  box-sizing: border-box;
}
.timeline-body .subheading {
  margin: 5px 0;
}
.timeline-body.year-active {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.account-profile-component {
  display: flex;
  flex-direction: column;
}
.account-profile-component .account-profile-container {
  display: flex;
  width: 100%;
}
@media (max-width: 599px) {
  .account-profile-component .account-profile-container {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.account-profile-component .account-profile-title {
  width: 100%;
}
@media (max-width: 1279px) {
  .account-profile-component .account-profile-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-profile-component .cta-row {
  min-height: 40px;
  display: flex;
  align-items: center;
}
.account-profile-component .account-menu {
  width: 320px;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .account-profile-component .account-menu {
    width: 220px;
  }
}
@media (max-width: 599px) {
  .account-profile-component .account-menu {
    width: 100%;
  }
}
.account-profile-component .account-menu .menu-option {
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 2px #EBEBEB;
  padding: 12px 30px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .account-profile-component .account-menu .menu-option {
    white-space: nowrap;
    border-top: 2px solid #EBEBEB;
  }
}
.account-profile-component .account-menu .menu-option:first-of-type {
  border-top: 2px solid #EBEBEB;
}
.account-profile-component .account-menu .menu-option.active {
  background-color: #E73C32;
  color: white;
}
.account-profile-component .account-menu .menu-option:hover, .account-profile-component .account-menu .menu-option.hover {
  background-color: #E73C32;
  color: white;
  text-decoration: none;
}
.account-profile-component .account-details {
  width: calc(100% - 320px);
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 20px;
}
@media (max-width: 1279px) {
  .account-profile-component .account-details {
    width: calc(100% - 220px);
  }
}
@media (max-width: 599px) {
  .account-profile-component .account-details {
    width: 100%;
  }
}
.account-profile-component .account-details .account-profile-panel {
  border: 2px solid #EBEBEB;
  padding: 40px 80px;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
@media (max-width: 1279px) {
  .account-profile-component .account-details .account-profile-panel {
    padding: 10px;
  }
}
.account-profile-component .account-details .account-profile-panel.active {
  display: block;
}
@media (max-width: 1023px) {
  .account-profile-component .account-details .account-profile-panel .umbraco-forms-field {
    grid-template-columns: 1fr;
  }
  .account-profile-component .account-details .account-profile-panel .umbraco-forms-field .umbraco-forms-field-wrapper {
    grid-column-start: 1;
    grid-column-end: auto;
    grid-row-start: auto;
  }
}
.account-profile-component .account-details .feedback-row {
  display: flex;
  flex-direction: column;
  padding: 30px 0 20px 0;
  border-bottom: solid 2px #EBEBEB;
}
.account-profile-component .account-details .feedback-row .my-feedback-title {
  font-size: 16px;
  display: block;
  margin: 10px 0;
}
.account-profile-component .account-details .feedback-row .btn-small {
  align-self: flex-start;
  margin-top: 10px;
}
.account-profile-component .account-details .form-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 599px) {
  .account-profile-component .account-details .form-row {
    flex-direction: column;
  }
}
.account-profile-component .account-details .data-row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-weight: 700;
  box-sizing: border-box;
  padding: 30px 0 20px 0;
  border-bottom: solid 2px #EBEBEB;
}
.account-profile-component .account-details .data-row .field-name {
  width: 250px;
}
.account-profile-component .account-details .data-row .field-value {
  width: 250px;
}
.account-profile-component .account-details .data-row {
  /*input[type=text], input[type=password] {
      width: 300px;
      padding: 10px 0;
      border: none;
      border-bottom: 2px solid $light-grey;
  }*/
}
.account-profile-component .account-details .data-row .edit-link {
  margin-left: auto;
  cursor: pointer;
}
.account-profile-component .account-details .data-row .edit-link:hover, .account-profile-component .account-details .data-row .edit-link.hover {
  text-decoration: none;
}
.account-profile-component .account-details .data-row .edit-block {
  display: none;
  flex-direction: column;
}
.account-profile-component .account-details .data-row .edit-block form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.account-profile-component .account-details .data-row .edit-block .field-validation-error span {
  height: 16px;
  font-weight: 600;
  font-size: 14px;
  color: #d00;
}
.account-profile-component .account-details .data-row .edit-block label {
  height: 22px;
  font-weight: 600;
  font-size: 14px;
}
.account-profile-component .account-details .data-row .edit-block label .btn-small {
  height: 40px;
  min-height: 40px;
}
.account-profile-component .account-details .data-row .edit-block .buttons-row {
  display: flex;
  column-gap: 10px;
}
.account-profile-component .account-details .tab {
  display: none;
}
.account-profile-component .account-details .tab-active {
  display: block;
}
.account-profile-component .account-details .tab-buttons {
  display: flex;
  justify-content: flex-start;
}
.account-profile-component .account-details .tab-buttons .tab-button {
  padding: 10px 20px;
  color: #FFF;
  background-color: #909090;
  cursor: pointer;
}
.account-profile-component .account-details .tab-buttons .tab-active {
  background-color: #E73C32;
}
.account-profile-component .account-details .image-preview-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.account-profile-component .account-details .image-preview-pane {
  position: relative;
  width: 140px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
.account-profile-component .account-details .image-preview-pane .remove-image {
  display: none;
}
.account-profile-component .account-details .image-preview-pane:hover .remove-image {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.account-profile-component .account-details .image-preview-pane:hover .remove-image a {
  width: 100%;
  height: 100%;
  background-color: #559e4f;
  cursor: pointer;
}
.account-profile-component .account-details .image-preview {
  width: 140px;
  height: 120px;
  object-fit: contain;
}
.account-profile-component .account-details .ms-container {
  margin: 10px 0;
}
.account-profile-component .account-details .field-helper {
  font-size: 16px;
  line-height: 20px;
  max-width: 220px;
  display: inline-block;
  margin-top: 10px;
}
.account-profile-component .account-details .image-functions {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.account-profile-component .account-details .image-functions i {
  color: #E73C32;
  cursor: pointer;
  font-size: 18px;
}
.account-profile-component .account-details .image-functions i:hover {
  color: #559e4f;
}
.account-profile-component .account-details .field-validation-error {
  color: #d00;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  max-width: 220px;
  margin: 10px 0;
}
.account-profile-component .success-message {
  color: #2fd511;
  display: inline-block;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}
.account-profile-component .success-message i {
  color: #2fd511;
  margin-right: 5px;
}
.account-profile-component .failed-message {
  color: #d00;
  display: inline-block;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}
.account-profile-component .failed-message i {
  color: #d00;
  margin-right: 5px;
}

/* Style for confirmation dialogs */
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jconfirm .container {
  background: #E73C32;
  color: white;
  padding: 20px;
  border: 2px white solid;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.jconfirm .jconfirm-box {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.vacancies-list-component {
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .vacancies-list-component {
    padding: 0 20px;
  }
}
.vacancies-list-component .introduction {
  padding: 60px 80px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .vacancies-list-component .introduction {
    padding: 20px;
  }
}
.vacancies-list-component .introduction h2 {
  font-weight: 400;
  margin: 0;
}
.vacancies-list-component .introduction .article-heading {
  font-weight: 500;
  margin: 0;
  line-height: 44px;
  font-size: 34px;
}
.vacancies-list-component .vacancy {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  padding: 40px 80px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 1023px) {
  .vacancies-list-component .vacancy {
    padding: 40px;
    flex-direction: column;
  }
}
.vacancies-list-component .vacancy-content {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}
.vacancies-list-component .vacancy-info {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .vacancies-list-component .vacancy-info {
    flex-wrap: wrap;
  }
}
.vacancies-list-component .vacancy-info > * {
  margin-right: 5px;
}
.vacancies-list-component .vacancy p {
  margin-bottom: 0;
}
.vacancies-list-component .vacancy a {
  align-self: flex-end;
}
@media (max-width: 1023px) {
  .vacancies-list-component .vacancy a {
    align-self: flex-start;
    margin-top: 20px;
  }
}

/* Custom styles for vacancies */
.vacancy-info {
  display: flex;
  column-gap: 20px;
}

.port-locations-map-component {
  width: unset;
}
.port-locations-map-component .port-locations-component {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .port-locations-map-component .port-locations-component {
    padding: 40px 0;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
.port-locations-map-component .port-locations-component {
  /*h3 {
      grid-column-start: 1;
      grid-column-end: 3;
      align-self: end;

      @include respond-to(small-screens) {
          grid-column-end: auto;
      }
  }*/
}
.port-locations-map-component .port-locations-component .port-location-details {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  margin-bottom: 40px;
  align-content: start;
}
@media (max-width: 1023px) {
  .port-locations-map-component .port-locations-component .port-location-details {
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
.port-locations-map-component .port-locations-component .port-map {
  width: 100%;
  display: flex;
  padding: 0 40px;
  max-height: 900px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .port-locations-map-component .port-locations-component .port-map {
    display: none;
  }
}
.port-locations-map-component .port-locations-component .port-map svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.port-locations-map-component .port-locations-component .port-map .location-pin {
  cursor: pointer;
  fill: #E73C32;
  transition: all 0.3s;
}
.port-locations-map-component .port-locations-component .port-map .location-pin:hover, .port-locations-map-component .port-locations-component .port-map .location-pin.hover, .port-locations-map-component .port-locations-component .port-map .location-pin.selected {
  fill: #FFF;
}
.port-locations-map-component .port-locations-component .details-panel {
  margin-top: 30px;
  border: 1px solid #FFF;
  width: 100%;
  display: flex;
  grid-column-start: 2;
  border-radius: 14px;
  background-color: #0B3A4B;
}
@media (max-width: 1023px) {
  .port-locations-map-component .port-locations-component .details-panel {
    flex-direction: column;
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.port-locations-map-component .port-locations-component .details-panel .key-contact {
  box-sizing: border-box;
  width: 25%;
  border-right: 1px solid #00AEA5;
  position: relative;
}
@media (max-width: 1023px) {
  .port-locations-map-component .port-locations-component .details-panel .key-contact {
    width: 100%;
    order: 1;
    border-right: none;
  }
}
.port-locations-map-component .port-locations-component .details-panel .key-contact .key-contact-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.port-locations-map-component .port-locations-component .details-panel .key-contact .key-contact-inner.active {
  display: block;
}
@media (max-width: 1023px) {
  .port-locations-map-component .port-locations-component .details-panel .key-contact .key-contact-inner.active {
    display: flex;
  }
}
.port-locations-map-component .port-locations-component .details-panel .key-contact img {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .port-locations-map-component .port-locations-component .details-panel .key-contact img {
    width: 50%;
    order: 2;
    object-fit: cover;
    max-height: 300px;
  }
}
.port-locations-map-component .port-locations-component .details-panel .key-contact h6 {
  margin-bottom: 20px;
}
.port-locations-map-component .port-locations-component .details-panel .key-contact span {
  display: block;
}
.port-locations-map-component .port-locations-component .details-panel .key-contact .contact-info {
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .port-locations-map-component .port-locations-component .details-panel .key-contact .contact-info {
    width: 50%;
  }
}
.port-locations-map-component .port-locations-component .details-panel .port-details {
  padding: 30px 40px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
@media (max-width: 1279px) {
  .port-locations-map-component .port-locations-component .details-panel .port-details {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .port-locations-map-component .port-locations-component .details-panel .port-details {
    order: 0;
    padding: 20px;
  }
}
.port-locations-map-component .port-locations-component .details-panel .port-details .port-details-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.port-locations-map-component .port-locations-component .details-panel .port-details .port-details-inner.active {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.port-locations-map-component .port-locations-component .details-panel .port-details a {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 1279px) {
  .port-locations-map-component .port-locations-component .details-panel .port-details a {
    right: 0;
  }
}
.port-locations-map-component .port-locations-component .details-panel .services-list {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.port-locations-map-component .port-locations-component .details-panel .services-list .service-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  row-gap: 5px;
}
.port-locations-map-component .port-locations-component .details-panel .services-list .service-column span {
  display: block;
}
.port-locations-map-component .port-locations-component .details-panel .services-list .service-column span:before {
  content: "-";
  margin-right: 8px;
  color: #E73C32;
}
.port-locations-map-component .port-locations-component .thumbnails {
  margin-top: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-start: 1;
  grid-row-start: 1;
  align-content: start;
}
@media (max-width: 1023px) {
  .port-locations-map-component .port-locations-component .thumbnails {
    padding-bottom: 5px;
    grid-row-start: 3;
    grid-column-gap: 10px;
    overflow: auto;
  }
  .port-locations-map-component .port-locations-component .thumbnails::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .port-locations-map-component .port-locations-component .thumbnails::-webkit-scrollbar-thumb {
    background: #999;
  }
  .port-locations-map-component .port-locations-component .thumbnails::-webkit-scrollbar-track {
    background: #333;
  }
  .port-locations-map-component .port-locations-component .thumbnails {
    scrollbar-color: #999 #333;
  }
}
.port-locations-map-component .port-locations-component .thumbnails .image-container {
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.port-locations-map-component .port-locations-component .thumbnails .port-thumbnail {
  width: 100%;
  height: 100%;
  min-height: 130px;
  max-height: 130px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-color: #00AEA5;
  box-sizing: border-box;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .port-locations-map-component .port-locations-component .thumbnails .port-thumbnail {
    overflow: hidden;
    grid-row-start: 1;
    min-width: calc(50vw - 30px);
  }
}
.port-locations-map-component .port-locations-component .thumbnails .port-thumbnail .port-thumbnail-label {
  font-weight: 700;
  background-color: black;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}
.port-locations-map-component .port-locations-component .thumbnails .port-thumbnail .btn-cta i {
  --fa-primary-color: #E73C32;
  --fa-secondary-color: #FFF;
  --fa-secondary-opacity: 1;
  font-size: 35px;
}
.port-locations-map-component .port-locations-component .thumbnails .port-thumbnail .btn-cta i:hover {
  --fa-primary-color: #FFF;
  --fa-secondary-color: #E73C32;
}
.port-locations-map-component .port-locations-component .thumbnails .port-thumbnail:hover .btn-cta i {
  --fa-primary-color: #FFF;
  --fa-secondary-color: #E73C32;
}
.port-locations-map-component .ports-with-text .port-details-inner {
  row-gap: 20px;
}
.port-locations-map-component .ports-with-text .port-details-inner p {
  margin: 0;
}
.port-locations-map-component .ports-with-text .port-details a {
  position: relative !important;
  bottom: unset !important;
  right: unset !important;
  align-self: flex-end;
}

.horizontal-split-widget {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 100%;
}
@media (max-width: 599px) {
  .horizontal-split-widget {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .horizontal-split-widget .image-sub-component {
    grid-row-start: 1;
  }
}
.horizontal-split-widget .sub-component-left {
  height: 100%;
}
@media (max-width: 599px) {
  .horizontal-split-widget .sub-component-left {
    height: auto;
  }
}
.horizontal-split-widget .sub-component-right {
  height: 100%;
}
@media (max-width: 599px) {
  .horizontal-split-widget .sub-component-right {
    height: auto;
  }
}
.horizontal-split-widget.angled-left > .sub-component:first-child {
  clip-path: polygon(0% 0%, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
  position: relative;
  width: calc(100% + 10px);
  left: 0;
  z-index: 20;
}
.horizontal-split-widget.angled-left .image-sub-component {
  clip-path: polygon(0% 0%, calc(100% + 1px) 0%, calc(100% + 1px) 100%, 40px 100%);
  position: relative;
  width: 100%;
  left: 0;
  z-index: 20;
}

.icon-sub-component {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
}
.icon-sub-component img {
  max-width: 100%;
  box-sizing: border-box;
}
.icon-sub-component p {
  margin: 10px 0;
}
.icon-sub-component .icon-label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.icon-sub-component.label-position-below {
  grid-template-columns: 1fr;
}
.icon-sub-component.label-position-above {
  grid-template-columns: 1fr;
}
.icon-sub-component.label-position-left {
  grid-template-columns: auto auto;
}
.icon-sub-component.label-position-right {
  grid-template-columns: auto auto;
}

.image-sub-component img {
  transition: 0.2s;
  max-width: 100%;
}
.image-sub-component .image-caption {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}

.list-sub-component {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
}

.map-sub-component {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  display: -ms-grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
.map-sub-component:has(.filter-header) {
  grid-template-rows: min-content 1fr;
}
.map-sub-component #__antiforgery-form {
  display: none;
}
.map-sub-component .filter-header {
  min-height: 65px;
  max-height: 65px;
  width: 100%;
  display: flex;
  align-items: center;
}
.map-sub-component .filter-header-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 65px;
}
.map-sub-component .filter-header .filter-open-button {
  cursor: pointer;
}
.map-sub-component .filter-container {
  display: none;
}
.map-sub-component .filter-container-display {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 90;
  background-color: #E73C32;
  padding: 20px 30px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.map-sub-component .filter-container .close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #FFF;
  cursor: pointer;
  font-size: 22px;
}
.map-sub-component .filter-container .filter-group {
  margin: 10px;
}
.map-sub-component .filter-container .locationtype-select-checkbox-option, .map-sub-component .filter-container .region-select-checkbox-option {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.map-sub-component .filter-container .locationtype-select-checkbox-option label, .map-sub-component .filter-container .region-select-checkbox-option label {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.map-sub-component .filter-container .map-selection-icon {
  width: 30px;
  height: auto;
  margin: 0 8px 0 0;
}
.map-sub-component .map-container, .map-sub-component .map-locations {
  width: 100%;
  height: 100%;
}
.map-sub-component .mapinfowindow-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
}
.map-sub-component .mapinfowindow-container-inner {
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
}
.map-sub-component #mapinfowindow {
  display: none;
  max-width: 350px;
}
.map-sub-component #mapinfowindow .map-info-window {
  border-radius: 0 0 8px 8px;
  pointer-events: all;
  position: relative;
  top: 65px;
}
.map-sub-component #mapinfowindow #map-info-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: white;
  border-radius: 4px;
  color: #1F1E1E;
  cursor: pointer;
  font-size: 22px;
  padding: 2px 4px;
}
.map-sub-component #mapinfowindow .map-info-image {
  width: 100%;
  max-width: 300px;
  max-height: 200px;
  object-fit: cover;
}
.map-sub-component #mapinfowindow .map-info-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.map-sub-component #mapinfowindow .map-info-content .location-name {
  text-transform: capitalize;
}
.map-sub-component #mapinfowindow .map-info-content .address {
  white-space: pre-wrap;
}
.map-sub-component #mapinfowindow .map-info-content .icon-item {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 15px 0;
}
.map-sub-component #mapinfowindow .map-info-content .icon-item img {
  width: 30px;
  height: auto;
  margin-right: 8px;
}

.vertical-split-widget {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-auto-columns: 100%;
}
.vertical-split-widget > .sub-component {
  height: 100%;
}
.vertical-split-widget.text-above {
  grid-template-rows: 1fr 250px;
}
.vertical-split-widget.text-below {
  grid-template-rows: 250px 1fr;
}
.vertical-split-widget.angled-top > .sub-component:first-child {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 calc(100% - 30px));
  position: relative;
  height: calc(100% + 20px);
  top: 0px;
  z-index: 20;
}
.vertical-split-widget {
  /*&.angled-top .image-sub-component {
      clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px), 0 100%);
      position: relative;
      height: calc(100% + 20px);
      top: 0;
      z-index: 20;
  }

  &.angled-bottom .image-sub-component {
      clip-path: polygon(0% 0%,100% 40px,100% 100%,0% 100%);
      position: relative;
      height: calc(100% + 19px);
      top: -19px;
      z-index: 20;
  }*/
}
.vertical-split-widget.verticalsplit-layout-auto.text-above, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-above {
  grid-template-rows: 1fr 250px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-above.image-height-50, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-above.image-height-50 {
  grid-template-rows: 1fr 50px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-above.image-height-100, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-above.image-height-100 {
  grid-template-rows: 1fr 100px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-above.image-height-150, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-above.image-height-150 {
  grid-template-rows: 1fr 150px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-above.image-height-200, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-above.image-height-200 {
  grid-template-rows: 1fr 200px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-above.image-height-250, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-above.image-height-250 {
  grid-template-rows: 1fr 250px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-above.image-height-300, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-above.image-height-300 {
  grid-template-rows: 1fr 300px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-above.image-height-350, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-above.image-height-350 {
  grid-template-rows: 1fr 350px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-above.image-height-400, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-above.image-height-400 {
  grid-template-rows: 1fr 400px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-above.image-height-450, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-above.image-height-450 {
  grid-template-rows: 1fr 450px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-above.image-height-500, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-above.image-height-500 {
  grid-template-rows: 1fr 500px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-above.image-height-550, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-above.image-height-550 {
  grid-template-rows: 1fr 550px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-above.image-height-600, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-above.image-height-600 {
  grid-template-rows: 1fr 600px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-below {
  grid-template-rows: 250px 1fr;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below.image-height-50, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-below.image-height-50 {
  grid-template-rows: 50px 1fr;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below.image-height-100, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-below.image-height-100 {
  grid-template-rows: 100px 1fr;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below.image-height-150, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-below.image-height-150 {
  grid-template-rows: 150px 1fr;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below.image-height-200, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-below.image-height-200 {
  grid-template-rows: 200px 1fr;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below.image-height-250, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-below.image-height-250 {
  grid-template-rows: 250px 1fr;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below.image-height-300, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-below.image-height-300 {
  grid-template-rows: 300px 1fr;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below.image-height-350, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-below.image-height-350 {
  grid-template-rows: 350px 1fr;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below.image-height-400, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-below.image-height-400 {
  grid-template-rows: 400px 1fr;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below.image-height-450, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-below.image-height-450 {
  grid-template-rows: 450px 1fr;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below.image-height-500, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-below.image-height-500 {
  grid-template-rows: 500px 1fr;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below.image-height-550, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-below.image-height-550 {
  grid-template-rows: 550px 1fr;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below.image-height-600, .vertical-split-widget.verticalsplit-layout-fixedimageheight.text-below.image-height-600 {
  grid-template-rows: 600px 1fr;
}
.vertical-split-widget.verticalsplit-layout-5050 {
  grid-template-rows: 1fr 1fr;
}
.vertical-split-widget.verticalsplit-layout-imagefillsspace.text-above {
  grid-template-rows: auto 1fr;
}
.vertical-split-widget.verticalsplit-layout-imagefillsspace.text-below {
  grid-template-rows: 1fr auto;
}

.video-sub-component .video-youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.video-sub-component .video-vimeo {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 100%;
}
.video-sub-component .video-media {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 599px) {
  .video-sub-component .video-media {
    height: auto;
  }
}
.video-sub-component .cover-image {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-sub-component .cover-image picture {
  height: auto !important;
}
.video-sub-component .cover-image img {
  height: auto !important;
  aspect-ratio: 16/9.2;
}
.video-sub-component .cover-image .play-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-sub-component .cover-image .play-button i {
  font-size: 100px;
  color: #FFF;
}

.text-sub-component {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.text-sub-component h1, .text-sub-component h2, .text-sub-component h3, .text-sub-component h4, .text-sub-component h5, .text-sub-component h6, .text-sub-component .h1, .text-sub-component .h2, .text-sub-component .h3, .text-sub-component .h4, .text-sub-component .h5, .text-sub-component .h6, .text-sub-component .subheading, .text-sub-component .eyebrow {
  z-index: 10;
}
.text-sub-component .heading-underline {
  width: 94px;
  border-width: 0;
  border-style: solid;
  border-top-width: 1px;
  margin-left: 0;
}
.text-sub-component .bodytext {
  z-index: 10;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  width: 100%;
}
.text-sub-component .bodytext.columns-2 {
  columns: 2;
  display: block;
}
@media (max-width: 599px) {
  .text-sub-component .bodytext.columns-2 {
    columns: 1;
  }
}
.text-sub-component .bodytext.columns-2 p, .text-sub-component .bodytext.columns-2 ul, .text-sub-component .bodytext.columns-2 h1, .text-sub-component .bodytext.columns-2 h2, .text-sub-component .bodytext.columns-2 h3, .text-sub-component .bodytext.columns-2 h4, .text-sub-component .bodytext.columns-2 h5, .text-sub-component .bodytext.columns-2 h6 {
  margin: 0 0 20px 0;
}
.text-sub-component .bodytext.columns-2 p:last-of-type, .text-sub-component .bodytext.columns-2 ul:last-of-type {
  margin: 0;
}
.text-sub-component .bodytext.columns-3 {
  columns: 3;
  display: block;
}
@media (max-width: 599px) {
  .text-sub-component .bodytext.columns-3 {
    columns: 1;
  }
}
.text-sub-component .bodytext.columns-3 p, .text-sub-component .bodytext.columns-3 ul, .text-sub-component .bodytext.columns-3 h1, .text-sub-component .bodytext.columns-3 h2, .text-sub-component .bodytext.columns-3 h3, .text-sub-component .bodytext.columns-3 h4, .text-sub-component .bodytext.columns-3 h5, .text-sub-component .bodytext.columns-3 h6 {
  margin: 0 0 20px 0;
}
.text-sub-component .bodytext.columns-3 p:last-of-type, .text-sub-component .bodytext.columns-3 ul:last-of-type {
  margin: 0;
}
.text-sub-component.reveal-text-on-hover .bodytext, .text-sub-component.reveal-text-on-hover .subheading {
  opacity: 0;
  transition: opacity 0.3s;
}
.text-sub-component.reveal-text-on-hover:hover .bodytext, .text-sub-component.reveal-text-on-hover:hover .subheading, .text-sub-component.reveal-text-on-hover.hover .bodytext, .text-sub-component.reveal-text-on-hover.hover .subheading {
  opacity: 1;
}
.text-sub-component.reveal-heading-on-hover h1, .text-sub-component.reveal-heading-on-hover h2, .text-sub-component.reveal-heading-on-hover h3, .text-sub-component.reveal-heading-on-hover h4, .text-sub-component.reveal-heading-on-hover h5, .text-sub-component.reveal-heading-on-hover h6 {
  opacity: 0;
  transition: opacity 0.3s;
}
.text-sub-component.reveal-heading-on-hover:hover h1, .text-sub-component.reveal-heading-on-hover:hover h2, .text-sub-component.reveal-heading-on-hover:hover h3, .text-sub-component.reveal-heading-on-hover:hover h4, .text-sub-component.reveal-heading-on-hover:hover h5, .text-sub-component.reveal-heading-on-hover:hover h6, .text-sub-component.reveal-heading-on-hover.hover h1, .text-sub-component.reveal-heading-on-hover.hover h2, .text-sub-component.reveal-heading-on-hover.hover h3, .text-sub-component.reveal-heading-on-hover.hover h4, .text-sub-component.reveal-heading-on-hover.hover h5, .text-sub-component.reveal-heading-on-hover.hover h6 {
  opacity: 1;
}
.text-sub-component .icon-list {
  display: flex;
  column-gap: 8px;
  width: 100%;
}
.text-sub-component .icon-list.align-center {
  justify-content: center;
}
.text-sub-component .icon-list.align-left {
  justify-content: flex-start;
}
.text-sub-component .icon-list.align-right {
  justify-content: flex-end;
}
.text-sub-component .badge {
  position: absolute;
  top: 0;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #FFF;
  z-index: 2;
  box-sizing: border-box;
  padding: 6px 10px;
  text-transform: uppercase;
  background-color: #48a8c7;
}

.sub-grid-sub-component .sub-grid {
  display: grid;
  width: 100%;
}

.links-sub-component {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
}
.links-sub-component .subheading {
  font-size: clamp(17px, 17px + (18 - 17) * (100vw - 768px) / (1600 - 768), 18px);
  padding-bottom: 15px;
  font-weight: 700;
  width: 100%;
}
.links-sub-component .links-list-inner {
  display: flex;
  flex-direction: column;
}
.links-sub-component .links-list-inner.stacking-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}
.links-sub-component .links-list-inner.stacking-horizontal > *:not(:last-child)::after {
  content: "|";
  padding-left: 15px;
}
.links-sub-component a:not(.btn-cta) {
  text-decoration: none;
}
.links-sub-component a:not(.btn-cta):hover {
  text-decoration: underline;
}

.mega-menu-container .links-sub-component .subheading {
  border-bottom: none;
  padding-bottom: 0;
}

.instagramtile-sub-component {
  aspect-ratio: 1/1;
  position: relative;
}
.instagramtile-sub-component img {
  transition: 0.2s;
  max-width: 100%;
}
.instagramtile-sub-component .instagram-icon {
  color: white;
  font-size: 16px;
}
.instagramtile-sub-component .instagram-icon i {
  font-size: 16px;
}

.embed-sub-component .embed-code-container {
  width: 100%;
}
.embed-sub-component .embed-iframe-body {
  width: 100%;
  height: 400px;
  border: none;
}

.product-comparison-table-sub-component table {
  width: 100%;
}
.product-comparison-table-sub-component thead {
  color: #FFF;
  background-color: #1F1E1E;
}
.product-comparison-table-sub-component tbody {
  color: #1F1E1E;
  background-color: #EBEBEB;
}
.product-comparison-table-sub-component th, .product-comparison-table-sub-component td {
  padding: 20px;
}
@media (max-width: 599px) {
  .product-comparison-table-sub-component th, .product-comparison-table-sub-component td {
    padding: 10px;
  }
}
.product-comparison-table-sub-component th i, .product-comparison-table-sub-component td i {
  font-size: 24px;
}

.sociallinks-sub-component .sociallinks-inner {
  display: grid;
  display: -ms-grid;
  grid-auto-columns: 1fr;
}
.sociallinks-sub-component .sociallink {
  grid-row-start: 1;
  color: #E73C32;
}
.sociallinks-sub-component .sociallink:hover {
  color: #1F1E1E;
}
.sociallinks-sub-component .sociallink {
  /*&.facebook:hover {
      color: $facebook;
  }

  &.instagram:hover {
      color: $instagram;
  }

  &.linkedin:hover {
      color: $linkedin;
  }

  &.x:hover {
      color: $x-twitter;
  }

  &.tiktok:hover {
      color: $tiktok;
  }

  &.youtube:hover {
      color: $youtube;
  }*/
}
.sociallinks-sub-component .sociallink i {
  font-size: 40px;
}

.member-login-sub-component .login-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.member-login-sub-component .login-text .login-content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  row-gap: 10px;
}
.member-login-sub-component .login-text .login-content p {
  text-align: left;
}
.member-login-sub-component .login-text .login-content form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
  width: 100%;
}
.member-login-sub-component .login-text .login-content form .form-row {
  width: 100%;
}
.member-login-sub-component .login-text .forgotten-password-link {
  cursor: pointer;
  align-self: flex-start;
}
.member-login-sub-component .login-text form {
  width: 100%;
}
.member-login-sub-component .login-text fieldset {
  border: none;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}
.member-login-sub-component .login-text input {
  width: 100%;
  border: 1px solid #E73C32;
  font-size: 16pt;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px 0 20px 0;
}
.member-login-sub-component .login-text .forgotten-content {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 10px;
}
.member-login-sub-component .login-text .forgotten-content p {
  text-align: left;
  margin: 0 0 15px 0;
}

.register-member-sub-component .registermember-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  row-gap: 10px;
}
.register-member-sub-component #long-preferences, .register-member-sub-component #short-preferences {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.register-member-sub-component #long-preferences {
  display: none;
}
.register-member-sub-component #long-preferences.show {
  display: flex;
}
.register-member-sub-component #show-preferences {
  cursor: pointer;
}

.header-slide-sub-component:has(.alternative-layout) .background-image {
  left: 400px;
  width: calc(100% - 400px) !important;
}
@media (max-width: 599px) {
  .header-slide-sub-component:has(.alternative-layout) .background-image {
    left: 0;
    width: 100%;
  }
}
.header-slide-sub-component .slide-text {
  margin: 84px 60px;
  max-width: 700px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 599px) {
  .header-slide-sub-component .slide-text {
    margin: 220px 0 35px 0;
    padding: 20px;
  }
}
.header-slide-sub-component .slide-text .heading {
  position: absolute;
  top: -44px;
  left: -20px;
  background-color: #1f57b2;
  color: white;
  padding: 11px 45px;
  z-index: 99;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
@media (max-width: 599px) {
  .header-slide-sub-component .slide-text .heading {
    top: -38px;
    left: -5px;
  }
}
.header-slide-sub-component .slide-text.alternative-layout {
  margin: 0;
  height: 100%;
  padding: 60px 60px 60px 100px;
}
.header-slide-sub-component .slide-text.alternative-layout .heading {
  display: none;
}
.header-slide-sub-component .slide-link {
  position: absolute;
  width: 100%;
  left: 0;
  height: auto;
  bottom: 0;
  padding: 12px 80px;
  background-color: rgba(0, 0, 0, 0.4666666667);
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .header-slide-sub-component .slide-link {
    padding: 12px 20px;
  }
}
.header-slide-sub-component .slide-link a {
  color: white;
  text-decoration: none;
  font-size: 26px;
}
.header-slide-sub-component .slide-link a:hover {
  text-decoration: underline;
}
@media (max-width: 599px) {
  .header-slide-sub-component .slide-link a {
    font-size: 20px;
  }
}
.header-slide-sub-component .secondary-panel {
  position: absolute;
  bottom: -1px;
  right: 0;
  background-color: #ffffff;
  padding: 5px 30px 5px 150px;
  clip-path: polygon(145px 0%, 100% 0%, 100% 100%, 0% 100%);
  display: flex;
  align-items: center;
  column-gap: 5px;
  row-gap: 5px;
}
@media (max-width: 599px) {
  .header-slide-sub-component .secondary-panel {
    position: absolute;
    top: 182px;
    bottom: auto;
    right: 0;
    width: 80%;
    display: flex;
    justify-content: end;
    height: 40px;
    padding: 0px 4px;
    flex-wrap: nowrap;
  }
}
.header-slide-sub-component .secondary-panel .embed-code {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 440px;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 5px;
}
.header-slide-sub-component .secondary-panel .logo-image {
  max-width: 160px;
  max-height: 150px;
  padding: 5px;
}
@media (max-width: 599px) {
  .header-slide-sub-component .secondary-panel .smart-money-iframe {
    display: flex;
    padding: 1px 0;
    align-items: center;
    height: 38px;
    margin-left: auto;
    width: 150px;
    position: relative;
  }
  .header-slide-sub-component .secondary-panel .smart-money-iframe iframe {
    width: 240px !important;
    height: 123px !important;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    position: absolute;
    top: -43px;
    right: -12px;
  }
}
.header-slide-sub-component .secondary-panel .smart-money-logo {
  display: none;
}
@media (max-width: 599px) {
  .header-slide-sub-component .secondary-panel .smart-money-logo {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 4px;
  }
  .header-slide-sub-component .secondary-panel .smart-money-logo img {
    max-width: 100%;
  }
}
.header-slide-sub-component .embed-code-container {
  width: 100%;
}
.header-slide-sub-component .embed-iframe-body {
  width: 100%;
  height: 400px;
  border: none;
}
@media (max-width: 599px) {
  .header-slide-sub-component .background {
    height: 220px;
  }
}

.scroll-from-left {
  transform: translate(calc(0px - 100vw), 0px);
  transition: ease-out;
}

.scroll-from-right {
  transform: translate(120vw, 0px);
  transition: ease-out;
}

.scroll-from-left-and-fade-in {
  transform: translate(-200px, 0px);
  opacity: 0;
  transition: ease-out;
}

.scroll-from-right-and-fade-in {
  transform: translate(200px, 0px);
  opacity: 0;
  transition: ease-out;
}

.fade-in {
  opacity: 0;
  transition: ease-out;
}

.fade-out {
  opacity: 1;
  transition: ease-out;
}

.fade-in-and-out {
  opacity: 0;
}

.preview .scroll-from-left {
  transform: unset;
}
.preview .scroll-from-right {
  transform: unset;
}
.preview .scroll-from-left-and-fade-in {
  transform: unset;
  opacity: unset;
}
.preview .scroll-from-right-and-fade-in {
  transform: unset;
  opacity: unset;
}
.preview .fade-in {
  opacity: unset;
}
.preview .fade-out {
  opacity: unset;
}
