.flex {
  display: flex;
}

.header-nav__main-tools .search-toggle .ico, .header-nav__main-tools .button--ico,
.header-nav__main-tools .icons, .flex--between, .flex--col-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex--col-center {
  flex-direction: column;
}

.abs--cover, .abs, .desktop-nav > ul > li:not(.desktop-nav-more) > ul > li > a::before, .desktop-nav > ul > li > a .inner::before, .search-submit .ico {
  position: absolute;
}

.search-submit .ico {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.desktop-nav > ul > li > ul,
.desktop-nav > ul > li.desktop-nav-more > ul, .invisible {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.desktop-nav > ul > li.active > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.button-group > :focus-visible, .outline:focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
  z-index: 10;
}

.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li > a::before, .desktop-nav > ul > li > a .inner::before {
  content: "";
}

.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  border-radius: 10px;
}

.desktop-nav__buttons .button {
  font-size: 12px;
}
@media screen and (min-width: 500px) {
  .desktop-nav__buttons .button {
    font-size: calc(12px + 2 * (100vw - 500px) / 941);
  }
}
@media screen and (min-width: 1441px) {
  .desktop-nav__buttons .button {
    font-size: 14px;
  }
}

.footer,
.footer p {
  line-height: 1.4;
}
.footer,
.footer p {
  font-size: 14px;
}
@media screen and (min-width: 500px) {
  .footer,
  .footer p {
    font-size: calc(14px + 2 * (100vw - 500px) / 941);
  }
}
@media screen and (min-width: 1441px) {
  .footer,
  .footer p {
    font-size: 16px;
  }
}

:root {
  --font-size: 10px;
  font-size: var(--font-size, 10px);
  --black: #000;
  --body-black: #051c2a;
  --text-color: #4b4b4b;
  --black--bg: #191919;
  --blue--lightest: #caecf7;
  --blue: #1473Ab;
  --blue--dark: #004B8B;
  --blue--link: #116191;
  --blue--portal: #22547c;
  --brown: #503110;
  --gap-element: 3rem;
  --gap-larger: 4rem;
  --gap-largest: 3.6rem;
  --gray--lightest: #f7f7f7;
  --gray--lighter: #f0f0f0;
  --gray--light: #e8e8e8;
  --gray: #b3b3b3;
  --gray--dark: #717171;
  --gray--darker: #4b4b4b;
  --gray--darkest: #303030;
  --gray--bg: #f7f7f7;
  --color-apple: #1de57e;
  --color-apple--light: #ddfbec;
  --color-lime: #c3d82e;
  --color-kiwi: #57d897;
  --color-banana: #fff3a8;
  --color-banana--light: #FBF4CF;
  --color-strawberry: #ff615e;
  --color-strawberry--light: #ffefef;
  --color-magenta: #e52592;
  --color-magenta-light: #fdeaf5;
  --color-magenta-dark: #ca2381;
  --color-lilac: #eeeafd;
  --color-deep-blue: #5525e5;
  --color-deep-blue--light: #F1EEFD;
  --fuchsia: #9b0664;
  --red: #af1800;
  --purple: #636;
  --yellow: #ffc000;
  --white: #fff;
  --facebook: #3c5193;
  --msngr: #009eff;
  --linkedin: #0077B5;
  --twitter: #37a7df;
  --youtube: #cc181e;
  --error: #ffecec;
  --success: #e9ffd9;
  --video-size: 740px;
}
:root {
  --gap-half: 10px;
}
@media screen and (min-width: 500px) {
  :root {
    --gap-half: calc(10px + 10 * (100vw - 500px) / 941);
  }
}
@media screen and (min-width: 1441px) {
  :root {
    --gap-half: 20px;
  }
}
:root {
  --gap: 20px;
}
@media screen and (min-width: 500px) {
  :root {
    --gap: calc(20px + 20 * (100vw - 500px) / 941);
  }
}
@media screen and (min-width: 1441px) {
  :root {
    --gap: 40px;
  }
}
:root {
  --gap-double: 40px;
}
@media screen and (min-width: 500px) {
  :root {
    --gap-double: calc(40px + 20 * (100vw - 500px) / 941);
  }
}
@media screen and (min-width: 1441px) {
  :root {
    --gap-double: 60px;
  }
}
:root {
  --gap-negative: -20px;
}
@media screen and (min-width: 500px) {
  :root {
    --gap-negative: calc(-20px + -20 * (100vw - 500px) / 941);
  }
}
@media screen and (min-width: 1441px) {
  :root {
    --gap-negative: -40px;
  }
}
@media (min-width: 80em) {
  :root {
    --gap-larger: 6rem;
    --gap-largest: 7.2rem;
  }
}

.bg {
  --bg-color: transparent;
  background-color: var(--bg-color);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.abs--middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}

.flex--between {
  justify-content: space-between;
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  margin: -1px 0 0 -1px;
  padding: 0;
  display: block;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: 0;
}

.sr-jump {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}
.sr-jump:focus {
  left: auto;
  opacity: 1;
  height: auto;
  width: auto;
}

.uppercase {
  text-transform: uppercase;
}

[data-align=center],
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.relative {
  position: relative;
}

.mt-g {
  margin-top: var(--gap);
}
.mt-gd {
  margin-top: var(--gap-double);
}

.pt-g {
  padding-top: var(--gap);
}
.pt-gd {
  padding-top: var(--gap-double);
}

.mb-g {
  margin-bottom: var(--gap);
}
.mb-gd {
  margin-bottom: var(--gap-double);
}

.pb-g {
  padding-bottom: var(--gap);
}
.pb-gd {
  padding-bottom: var(--gap-double);
}

.last-mb0 > :last-child {
  margin-bottom: 0;
}

.first-capitalize:first-letter,
.first-capitalize > *:first-letter {
  text-transform: uppercase;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.base-font {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}

@media (max-width: 31.24em) {
  .hidden-until-xs {
    display: none !important;
  }
}

@media (min-width: 31.25em) {
  .hidden-from-xs {
    display: none !important;
  }
}

@media (max-width: 47.99em) {
  .hidden-until-sm {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hidden-from-sm {
    display: none !important;
  }
}

@media (max-width: 56.24em) {
  .hidden-until-md {
    display: none !important;
  }
}

@media (min-width: 56.25em) {
  .hidden-from-md {
    display: none !important;
  }
}

@media (max-width: 63.99em) {
  .hidden-until-nb {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .hidden-from-nb {
    display: none !important;
  }
}

@media (max-width: 79.99em) {
  .hidden-until-lg {
    display: none !important;
  }
}

@media (min-width: 80em) {
  .hidden-from-lg {
    display: none !important;
  }
}

@media (max-width: 90.0525em) {
  .hidden-until-xl {
    display: none !important;
  }
}

@media (min-width: 90.0625em) {
  .hidden-from-xl {
    display: none !important;
  }
}

@media (max-width: 99.99em) {
  .hidden-until-xxl {
    display: none !important;
  }
}

@media (min-width: 100em) {
  .hidden-from-xxl {
    display: none !important;
  }
}

@media (max-width: 119.99em) {
  .hidden-until-hd {
    display: none !important;
  }
}

@media (min-width: 120em) {
  .hidden-from-hd {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .visible-nb {
    display: none !important;
  }
}

@media (max-width: 63.99em) {
  .hidden-nb {
    display: none !important;
  }
}

[data-personalisation-segment=dom] .hidden-dom,
[data-personalisation-segment=int] .hidden-int {
  display: none !important;
}

@media (max-width: 31.24em) {
  .image-offset {
    transform: translateX(var(--gap-negative));
    width: calc(100% + var(--gap));
    max-width: calc(100% + var(--gap));
  }
}

ul.no-list-type {
  list-style: none;
  padding: 0;
}

.h-underline {
  --u-color: #c3d82e;
  --u-height: 6px;
  --u-gap: 1.5rem;
  position: relative;
  padding-bottom: var(--u-gap);
  margin-bottom: var(--u-gap);
}
@media (min-width: 56.25em) {
  .h-underline {
    --u-gap: 2rem;
  }
}
.h-underline:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: var(--u-height);
  background: var(--u-color);
  border-radius: 0.6rem;
}
.h-underline--pink, .h-underline--magenta {
  --u-color: #ca2381;
}
.h-underline--short {
  --u-height: 2px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.breakout:not(.breakout--horizontal) {
  --breakout-width: calc(100vw - var(--scrollbar-width));
  --breakout-diff: var(--scrollbar-width) / 2;
  width: var(--breakout-width);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw + var(--breakout-diff)) !important;
  margin-right: calc(-50vw + var(--breakout-diff)) !important;
}

.personalisation-toggle {
  display: none;
}

.header {
  --header-bottom-gap: 15px;
  display: block;
  width: 100%;
  position: relative;
  z-index: 23;
  background: var(--white);
  max-height: 140px;
}
@media (max-width: 63.99em) {
  .header {
    height: 48px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 64em) {
  .menu-type-global .header {
    position: sticky;
    top: -50px;
  }
  .menu-type-global .header.sticky .header__logo a {
    top: 22%;
  }
}
.menu-type-subsite .header-subsite {
  position: sticky;
  top: 0;
}
@media (max-width: 63.99em) {
  .header.active {
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 23;
  }
}
.header__logo {
  line-height: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 63.99em) {
  .header__logo {
    padding: 0 var(--gap);
  }
}
@media (min-width: 64em) {
  .header__logo a {
    position: relative;
    top: 0;
    transition: top 0.3s;
  }
}
.header__logo img {
  max-width: 200px;
}
.header__grid {
  display: flex;
  height: 100%;
  max-width: unset;
  max-height: 140px;
}
@media (max-width: 63.99em) {
  .header__grid {
    width: 100%;
    padding: 0;
  }
}
.header__navs {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-self: flex-end;
  height: 100%;
}
@media (max-width: 63.99em) {
  .header__navs {
    align-self: center;
    justify-content: center;
  }
}
.header__navs--disabled {
  min-height: 50px;
}
@media (min-width: 64em) {
  .header__navs--disabled {
    min-height: 112px;
  }
}
.header-subsite {
  background: #1a1a1a;
  max-width: 100vw;
  z-index: 22;
  overflow-x: clip;
}
@media (min-width: 64em) {
  .header-subsite .contained {
    max-width: unset;
  }
  .header-subsite.on-hover::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: var(--max-nav-height);
    opacity: 0.9;
    border-top: 1px solid #4b4b4b;
  }
}
@media (max-width: 63.99em) {
  .header-subsite {
    width: 100%;
    overflow-x: initial;
    height: 48px;
  }
  .header-subsite .contained {
    padding: 0;
  }
}
@media (max-width: 63.99em) {
  .header .contained-small {
    padding: 0;
  }
}

header.header div.header__navs div.header-nav__main-tools {
  display: flex;
  margin: 0 0 0 var(--gap-half);
}

@media (max-width: 63.99em) {
  .header-nav__utils, .header-nav__main-ctas {
    display: none;
  }
}
.header-nav__utils {
  align-self: flex-end;
}
@media (min-width: 64em) {
  .header-nav__utils {
    margin-top: 2rem;
  }
}
.header-nav__utils ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.header-nav__utils li {
  display: inline-flex;
}
.header-nav__utils li:last-child a {
  padding-right: 0;
}
.header-nav__utils li a {
  padding: 3px 15px;
  display: inline-block;
  text-decoration: none;
}
.header-nav__utils li a:hover {
  color: var(--color-deep-blue);
}
.header-nav__utils .utility__personalisation svg,
.header-nav__utils .utility__personalisation path {
  fill: #000;
}
.header-nav__utils a.glink {
  margin-right: 2rem;
}
.header-nav__trigger {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.header-nav__trigger.is-active {
  background-color: #5525e5;
}
.header-nav__trigger.is-active .hamburger-inner, .header-nav__trigger.is-active .hamburger-inner::before, .header-nav__trigger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.header-nav__main {
  --item-top-padding: 7px;
  display: flex;
  align-self: flex-end;
  margin-top: var(--header-bottom-gap);
}
@media (max-width: 63.99em) {
  .header-nav__main {
    margin-top: 0;
  }
}
.header-nav__main > *:not(.global-nav) {
  margin-right: var(--gap-half);
}
.header-nav__main > *:not(.global-nav):last-child {
  margin-right: 0;
}
.header-nav__main-tools, .header-nav__main-ctas {
  align-items: flex-start;
}
@media (max-width: 63.99em) {
  .header-nav__main-tools, .header-nav__main-ctas {
    align-items: center;
  }
}
.header-nav__main-tools .ico {
  --ico-width: 32px;
}
@media (max-width: 63.99em) {
  .header-nav__main-tools .ico {
    --ico-width: 24px;
  }
}
.header-nav__main-tools .button--ico {
  padding: 0;
}
.header-nav__main-tools .fav-toggle {
  position: relative;
  margin-right: 1.5rem;
}
@media (max-width: 63.99em) {
  .header-nav__main-tools .fav-toggle {
    display: none;
  }
}
.header-nav__main-tools .search-toggle .ico {
  width: 32px;
  height: 32px;
  background-color: #5525e5;
  border-radius: 2.5rem;
  padding: 5px;
}
@media (max-width: 63.99em) {
  .header-nav__main-tools .search-toggle .ico {
    width: 24px;
    height: 24px;
    background-color: transparent;
    padding: 0;
  }
}
.header-nav__main-tools .search-toggle svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}
@media (max-width: 63.99em) {
  .header-nav__main-tools .search-toggle svg {
    width: 34px;
    height: 34px;
    fill: #000;
  }
}
.header-nav__main-tools .inner {
  display: flex;
  align-items: center;
}
.header-nav__main-ctas {
  margin-right: 0;
  margin-left: var(--gap-half);
}
.header-nav__main-ctas .button {
  min-height: 0;
  border: 0;
  font-weight: 400;
  padding: 6px 3rem;
}
.header-nav__main-ctas > * {
  margin-right: var(--header-bottom-gap);
}
.header-nav__main-ctas > *:last-child {
  margin-right: 0;
}

.mobile-tools__head {
  background-color: #000;
  display: flex;
  justify-content: flex-end;
}
.mobile-tools__head .fav-toggle {
  border-right: 1px solid #4b4b4b;
}
.mobile-tools__head .fav-toggle .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  position: relative;
}
.mobile-tools__head .fav-toggle .badge {
  --badge-size: 15px;
  border: 1px solid white;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-tools__head .fav-toggle .badge {
  left: 7px;
}
@media screen and (min-width: 500px) {
  .mobile-tools__head .fav-toggle .badge {
    left: calc(7px + 7 * (100vw - 500px) / 524);
  }
}
@media screen and (min-width: 1024px) {
  .mobile-tools__head .fav-toggle .badge {
    left: 14px;
  }
}
.mobile-tools__head .fav-toggle .ico {
  margin-left: 0;
}
.mobile-tools__head .fav-toggle .ico svg {
  fill: #fff;
  transform: none;
  margin-right: 0;
}
.mobile-tools__panel.active {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  z-index: 21;
}
.mobile-tools__panel .inner {
  display: none;
  padding: 4rem;
}
.mobile-tools__panel .inner.active {
  display: block;
}
.mobile-tools__panel .inner .button {
  font-size: 1.4rem;
  font-weight: normal;
  min-height: unset;
  padding: 1rem 1.5rem;
}
.mobile-tools__panel .inner .button .ico {
  margin-left: 0;
  margin-right: 1rem;
}
.mobile-tools__panel .inner .button .ico-au svg {
  transform: none;
}
.mobile-tools .btn-psnl {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.mobile-tools .btn-psnl.active {
  background-color: #fff;
  border-top-color: #e8e8e8;
  border-bottom-color: #e8e8e8;
}
.mobile-tools .btn-psnl.active .ico-chevron,
.mobile-tools .btn-psnl.active .segment {
  display: none;
}
.mobile-tools .btn-psnl.active .ico-plus,
.mobile-tools .btn-psnl.active .close {
  display: block;
}
.mobile-tools .btn-psnl.active .svg {
  opacity: 0;
}
.mobile-tools .btn-psnl .ico-plus {
  display: none;
}
.mobile-tools .btn-psnl .ico-plus svg {
  transform: rotate(45deg);
}
.mobile-tools .btn-psnl .close {
  display: none;
  color: #000;
}
.mobile-tools button {
  padding: 1rem;
  font-size: 1.4rem;
  background-color: transparent;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
}
@media (max-width: 31.24em) {
  .mobile-tools button {
    width: 50%;
  }
}
.mobile-tools svg {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
.mobile-tools .ico {
  margin-left: 1rem;
}
.mobile-tools .ico svg {
  --ico-width: 20px;
  transform: rotate(90deg);
}

.footer {
  background-color: #000;
  color: #f7f7f7;
  position: relative;
  z-index: 0;
  padding-top: 2rem;
}
@media (min-width: 80em) {
  .footer {
    padding-top: 4rem;
  }
}
.footer__container {
  display: block;
  overflow: hidden;
}
@media (min-width: 64em) {
  .footer__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "campuses teachingareas" "socials  sponsors" "links  message";
  }
}
.footer__container > div {
  padding: var(--gap) 0 0;
  display: flex;
}
@media (min-width: 31.25em) {
  .footer__container > div {
    padding: var(--gap) 0;
  }
}
@media (max-width: 63.99em) {
  .footer__container > div.footer__socials {
    padding: 2rem 0 4rem;
  }
}
@media (max-width: 31.24em) {
  .footer__container > div.footer__socials {
    padding: 1rem 0 3rem;
  }
}
.footer .footer__legal-links,
.footer .footer__message {
  padding: 2rem 0 0;
}
@media (min-width: 64em) {
  .footer .footer__legal-links,
  .footer .footer__message {
    padding: 6rem 0 7.2rem;
  }
}
@media (max-width: 31.24em) {
  .footer .footer__campuses,
  .footer .footer__teaching-areas {
    padding: 4rem 0 0;
  }
}
.footer__campuses a:hover, .footer__teaching-areas a:hover, .footer__legal-links a:hover {
  --link-color-active: var(--color-lime);
}
.footer,
.footer p {
  color: #b3b3b3;
}
.footer:last-child,
.footer p:last-child {
  margin-bottom: 0;
}
.footer h2 {
  color: currentColor;
}
.footer a {
  text-decoration: underline;
  line-height: 1.5;
  --link-color: var(--white);
  --link-color-active: var(--color-lime);
}
.footer a:focus {
  text-decoration: none;
}
.footer ul {
  -moz-columns: 2;
       columns: 2;
  list-style: none;
}
.footer li {
  font-size: inherit;
}
.footer > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 64em) {
  .footer > div:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}
@media (max-width: 63.99em) {
  .footer__campuses {
    float: left;
  }
}
.footer__campuses, .footer__teaching-areas {
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
}
@media (min-width: 31.25em) {
  .footer__campuses, .footer__teaching-areas {
    flex-direction: row;
    margin-bottom: 2rem;
    padding: 0;
    width: 100%;
  }
}
.footer__campuses h2, .footer__teaching-areas h2 {
  margin-bottom: 3rem;
  color: #fff;
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}
@media (min-width: 31.25em) {
  .footer__campuses h2, .footer__teaching-areas h2 {
    flex: 1;
    color: #fff;
    margin-bottom: 0;
    font-size: 2rem;
  }
}
.footer__campuses h2::before, .footer__teaching-areas h2::before {
  height: 4px;
}
@media (min-width: 64em) {
  .footer__campuses h2::before, .footer__teaching-areas h2::before {
    height: 6px;
  }
}
.footer__campuses ul, .footer__teaching-areas ul {
  padding: 0;
  margin: 0;
  width: 100%;
  -moz-columns: 1;
       columns: 1;
}
@media (min-width: 31.25em) {
  .footer__campuses ul, .footer__teaching-areas ul {
    flex: 2;
    -moz-columns: 2;
         columns: 2;
  }
}
.footer__campuses li, .footer__teaching-areas li {
  margin-bottom: 1rem;
}
@media (min-width: 31.25em) {
  .footer__campuses li, .footer__teaching-areas li {
    margin-bottom: 2rem;
    display: inline-block;
    width: 100%;
  }
}
.footer__campuses a, .footer__teaching-areas a {
  vertical-align: top;
}
.footer__campuses {
  grid-area: campuses;
}
.footer__teaching-areas {
  grid-area: teachingareas;
}
.footer__message {
  grid-area: message;
  margin: 2rem 0;
}
@media (min-width: 64em) {
  .footer__message {
    margin: 0;
  }
}
.footer__message p {
  line-height: 1.5;
}
@media (max-width: 31.24em) {
  .footer__message p {
    font-size: 1.4rem;
  }
}
.footer__campuses, .footer__message {
  padding: var(--gap-largest) 0;
}
.footer__socials, .footer__sponsors {
  padding: var(--gap) 0;
}
.footer__socials svg, .footer__sponsors svg {
  opacity: 0.8;
}
.footer__socials svg:hover, .footer__sponsors svg:hover {
  opacity: 1;
}
@media (min-width: 64em) {
  .footer__socials, .footer__sponsors {
    display: flex;
    align-items: center;
    border: 2px solid var(--gray--darker);
    border-width: 2px 0;
    position: relative;
  }
}
.footer__socials {
  grid-area: socials;
  justify-content: space-around;
  border: 2px solid var(--gray--darker);
  border-width: 0 0 2px 0;
}
@media (min-width: 64em) {
  .footer__socials {
    justify-content: start;
    border-width: 2px 0;
  }
}
.footer__socials a {
  margin-right: 0;
  display: flex;
}
@media (min-width: 31.25em) {
  .footer__socials a {
    margin-right: var(--gap);
  }
}
.footer__socials .ico {
  text-align: center;
  margin: var(--gap-half) 0;
}
@media (min-width: 31.25em) {
  .footer__socials .ico {
    text-align: left;
    margin: 0;
  }
}
.footer__socials .ico svg {
  fill: #fff;
  width: 24px;
}
@media (min-width: 64em) {
  .footer__socials .ico svg {
    width: var(--ico-width);
  }
}
.footer__sponsors {
  grid-area: sponsors;
  overflow-x: scroll;
  padding: 0;
  margin-bottom: var(--gap);
}
@media (min-width: 31.25em) {
  .footer__sponsors {
    justify-content: space-between;
    flex-wrap: wrap;
    overflow-x: hidden;
  }
}
@media (min-width: 64em) {
  .footer__sponsors {
    margin-bottom: 0;
  }
}
.footer__sponsors a {
  display: flex;
  margin: var(--gap-half);
  height: 50px;
}
.footer__sponsors a:hover {
  --link-color-active: white;
}
@media (min-width: 31.25em) {
  .footer__sponsors a {
    margin: 0;
  }
}
.footer__legal-links {
  grid-area: links;
  flex-direction: column;
}
@media (max-width: 63.99em) {
  .footer__legal-links {
    margin-bottom: 7.2rem;
  }
}
.footer__legal-links li {
  text-align: left;
  margin-bottom: 1rem;
}
@media (min-width: 31.25em) {
  .footer__legal-links li {
    text-align: center;
    margin-bottom: 0;
    margin-right: 3rem;
  }
}
@media (min-width: 64em) {
  .footer__legal-links li {
    text-align: left;
  }
}
.footer__legal-links ul {
  padding: 0;
  margin: 0;
  -moz-columns: 2;
       columns: 2;
}
@media (min-width: 31.25em) {
  .footer__legal-links ul {
    -moz-columns: 5;
         columns: 5;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 64em) {
  .footer__legal-links ul {
    justify-content: flex-start;
  }
}
.footer__codes {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
@media (min-width: 31.25em) {
  .footer__codes {
    flex-direction: row;
    margin-top: 4rem;
  }
}
.footer__codes p {
  margin-right: 2rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 31.25em) {
  .footer__codes p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.footer .h-underline {
  --u-gap: 1rem;
}
@media (min-width: 64em) {
  .footer .h-underline {
    --u-gap: 2.5rem;
  }
}

#socials-wechatqr {
  display: none;
  padding: 3rem;
}
#socials-wechatqr img {
  margin-left: auto;
  margin-right: auto;
}

ul.autocomplete-list {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  margin: 0;
  padding: 0;
  box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 0.2);
  z-index: 12;
  font-size: inherit;
}
ul.autocomplete-list li {
  list-style-type: none;
  display: block;
  width: 100%;
  padding: 1.2rem var(--gap);
  font-size: inherit;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  color: #4b4b4b;
}
ul.autocomplete-list li:first-child {
  margin-top: 3rem;
}
ul.autocomplete-list li:last-child {
  padding-bottom: 3rem;
}
ul.autocomplete-list li:hover, ul.autocomplete-list li.autoComplete_selected {
  color: #000;
  background: #f7f7f7;
}
ul.autocomplete-list li .autoComplete_highlighted {
  font-weight: 400;
}

.ico {
  --ico-color-0: #000;
  --ico-color-1: #a6a6a6;
  --ico-color-2: #cccccc;
  --ico-color-3: white;
  --ico-bg: transparent;
  --ico-width: 20px;
  display: inline;
  line-height: 0;
  width: var(--ico-width);
  position: relative;
  background-color: var(--ico-bg);
}
@media (min-width: 48em) {
  .ico {
    --ico-width: 32px;
  }
}
.ico--clear svg, .ico--clear * {
  fill: default;
}
.ico svg {
  width: var(--ico-width);
  fill: var(--ico-color-0);
  height: unset;
}
.ico svg path,
.ico svg circle {
  transition: fill 0.15s ease;
}
.ico svg .svg-fill-0 {
  fill: var(--ico-color-0);
}
.ico svg .svg-fill-1 {
  fill: var(--ico-color-1);
}
.ico svg .svg-fill-2 {
  fill: var(--ico-color-2);
}
.ico svg .svg-fill-3 {
  fill: var(--ico-color-3);
}
.ico--small {
  --ico-width: 16px;
}
.ico--large {
  --ico-width: 56px;
}
.ico--select {
  background-repeat: no-repeat;
  padding-left: 24px;
}
.ico--apple {
  --ico-color-0: #1de57e;
  --ico-color-1: #d4fae6;
  --ico-color-2: #bdf7d9;
  --ico-color-3: #ebfdf3;
}
.ico--banana {
  --ico-color-0: #fff3a8;
  --ico-color-1: white;
  --ico-color-2: white;
  --ico-color-3: white;
}
.ico--chilli {
  --ico-color-0: #f02020;
  --ico-color-1: #fddfdf;
  --ico-color-2: #fbc7c7;
  --ico-color-3: #fef7f7;
}
.ico--dark-magenta {
  --ico-color-0: #ca2381;
  --ico-color-1: #f5c4e0;
  --ico-color-2: #f1aed4;
  --ico-color-3: #f9daeb;
}
.ico--deep-blue {
  --ico-color-0: #5525e5;
  --ico-color-1: #e3dbfb;
  --ico-color-2: #d1c4f8;
  --ico-color-3: #f5f2fd;
}
.ico--gray-dark {
  --ico-color-0: #717171;
  --ico-color-1: #d7d7d7;
  --ico-color-2: #cacaca;
  --ico-color-3: #e4e4e4;
}
.ico--gray {
  --ico-color-0: #b3b3b3;
  --ico-color-1: white;
  --ico-color-2: white;
  --ico-color-3: white;
}
.ico--lime {
  --ico-color-0: #c3d82e;
  --ico-color-1: #f4f8da;
  --ico-color-2: #eef4c4;
  --ico-color-3: #fbfcef;
}
.ico--magenta {
  --ico-color-0: #e52592;
  --ico-color-1: #fbdbed;
  --ico-color-2: #f8c4e2;
  --ico-color-3: #fdf2f9;
}
.ico--portal-blue {
  --ico-color-0: #22547c;
  --ico-color-1: #8bbadf;
  --ico-color-2: #77aeda;
  --ico-color-3: #9fc6e5;
}
.ico--strawberry {
  --ico-color-0: #ff615e;
  --ico-color-1: white;
  --ico-color-2: white;
  --ico-color-3: white;
}
.ico--white {
  --ico-color-0: #fff;
  --ico-color-1: white;
  --ico-color-2: white;
  --ico-color-3: white;
}
.ico--yellow {
  --ico-color-0: #ffc000;
  --ico-color-1: #fff2cc;
  --ico-color-2: #ffecb3;
  --ico-color-3: #fff9e6;
}

.icon-library {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.icon-library__icon {
  width: 120px;
  height: 120px;
}
.icon-library__icon:hover {
  background-color: #b3b3b3;
}
.icon-library__icon:hover span {
  --ico-width: 88px;
}
.icon-library span {
  --ico-width: 56px;
  margin-bottom: 1.2rem;
}

a > .ico {
  --ico-width: 16px;
  margin-left: 1rem;
}

.button-group {
  --button-bg: var(--gray--lightest);
  --button-active-bg: var(--color-deep-blue);
  display: flex;
  padding: 0;
  margin: 0;
}
.button-group > * {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -2px;
  border: 2px solid #e8e8e8;
  background: #f7f7f7;
  line-height: 1.25;
  transition: 0.15s ease;
  outline: 0;
  padding: 14px 3rem;
  color: #4b4b4b;
  cursor: pointer;
  font-size: 1.6rem;
  text-decoration: none;
}
.button-group > *.active, .button-group > *:active {
  background: #5525e5;
  border-color: #5525e5;
  color: #fff;
}
.button-group > *.active:hover, .button-group > *:active:hover {
  background: #5525e5;
  color: #fff;
}
.button-group > *:hover {
  background: #fff;
}
.button-group > *:first-child {
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}
.button-group > *:last-child {
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
.button-group--list > * {
  padding: 0;
  line-height: 1;
}
.button-group--list > *.active a, .button-group--list > *:active a {
  color: #fff;
  --link-color-active: #fff;
}
.button-group--list > * a {
  display: block;
  padding: 15px 3rem;
  line-height: 1.25;
  text-decoration: none;
  --link-color-active: #000;
}

input[type=search].search-input {
  cursor: default;
  border: 2px solid transparent;
  font-size: 2rem;
  width: 100%;
}
input[type=search].search-input {
  height: 50px;
}
@media screen and (min-width: 500px) {
  input[type=search].search-input {
    height: calc(50px + 50 * (100vw - 500px) / 941);
  }
}
@media screen and (min-width: 1441px) {
  input[type=search].search-input {
    height: 100px;
  }
}
input[type=search].search-input {
  padding: 14px;
}
@media screen and (min-width: 500px) {
  input[type=search].search-input {
    padding: calc(14px + 21 * (100vw - 500px) / 941);
  }
}
@media screen and (min-width: 1441px) {
  input[type=search].search-input {
    padding: 35px;
  }
}
input[type=search].search-input {
  padding-right: 44px;
}
@media screen and (min-width: 500px) {
  input[type=search].search-input {
    padding-right: calc(44px + 21 * (100vw - 500px) / 941);
  }
}
@media screen and (min-width: 1441px) {
  input[type=search].search-input {
    padding-right: 65px;
  }
}
input[type=search].search-input {
  font-size: 14px;
}
@media screen and (min-width: 500px) {
  input[type=search].search-input {
    font-size: calc(14px + 6 * (100vw - 500px) / 941);
  }
}
@media screen and (min-width: 1441px) {
  input[type=search].search-input {
    font-size: 20px;
  }
}
input[type=search].search-input:hover {
  border: 2px solid var(--color-deep-blue);
}
input[type=search].search-input:focus + .search-submit path, input[type=search].search-input:hover + .search-submit path {
  fill: #5525e5;
}
input[type=search].search-input::-moz-placeholder {
  color: #4b4b4b;
}
input[type=search].search-input::placeholder {
  color: #4b4b4b;
}

.search-submit {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  border: 0;
  padding: 0;
  background: none;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-submit {
  right: 14px;
}
@media screen and (min-width: 500px) {
  .search-submit {
    right: calc(14px + 21 * (100vw - 500px) / 941);
  }
}
@media screen and (min-width: 1441px) {
  .search-submit {
    right: 35px;
  }
}
.search-submit:hover, .search-submit:active, .search-submit.active, .search-submit:focus {
  background: none;
}
.search-submit:active {
  top: calc(50% + 1px);
}
.search-submit:focus-within {
  border: 2px solid var(--color-deep-blue);
}
.header__top ul,
.header__bottom ul,
.paged-nav-nav ul {
  margin: 0;
  padding: 0;
}
.header__top li,
.header__bottom li,
.paged-nav-nav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header__top li a,
.header__bottom li a,
.paged-nav-nav li a {
  --link-color-active: var(--black);
  font-size: 1.6rem;
  display: block;
  text-decoration: none;
}

.desktop-nav {
  --nav-highlight: var(--color-lime);
  grid-area: nav;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-grow: 1;
  max-width: 100%;
  opacity: 1;
  margin-top: -1px;
}
.desktop-nav.working {
  overflow: hidden;
}
.desktop-nav .ico {
  display: none;
}
.desktop-nav__buttons {
  margin-left: var(--gap-half);
}
@media (min-width: 90.0625em) {
  .desktop-nav__buttons {
    margin-left: var(--gap);
  }
}
.desktop-nav__buttons .button {
  --padding-x: 3rem;
  min-height: 39px;
  height: 40px;
  padding: 7px var(--padding-x);
  margin-left: 10px;
}
@media (min-width: 64em) and (max-width: 79.99em) {
  .desktop-nav__buttons .button {
    --padding-x: 1rem;
  }
}
@media (min-width: 80em) {
  .desktop-nav__buttons .button {
    --padding-x: 1.8rem;
  }
}
@media (min-width: 90.0625em) {
  .desktop-nav__buttons .button {
    --padding-x: 3rem;
  }
}
.desktop-nav__buttons .button--deep-blue {
  color: #fff;
}
.desktop-nav__buttons .button:first-child {
  margin-left: 0;
}
@media (min-width: 64em) and (max-width: 68.75em) {
  .desktop-nav__buttons .button--nav-enquire {
    display: none;
  }
}
.desktop-nav a {
  position: relative;
  transition: background-color 0.15s ease;
  color: #000;
}
.desktop-nav > ul {
  flex: 1;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.desktop-nav > ul > li {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.desktop-nav > ul > li {
  margin-right: 20px;
}
@media screen and (min-width: 1280px) {
  .desktop-nav > ul > li {
    margin-right: calc(20px + 39 * (100vw - 1280px) / 320);
  }
}
@media screen and (min-width: 1600px) {
  .desktop-nav > ul > li {
    margin-right: 59px;
  }
}
@media (min-width: 64em) {
  .desktop-nav > ul > li.hidden {
    display: none !important;
  }
}
.desktop-nav > ul > li:last-child {
  margin-right: 0;
}
.desktop-nav > ul > li.current-menu-ancestor a, .desktop-nav > ul > li.current-menu-item a, .desktop-nav > ul > li.current-menu-parent a, .desktop-nav > ul > li.active a,
.desktop-nav > ul > li a:hover {
  outline: 0;
}
.desktop-nav > ul > li.current-menu-ancestor a .inner::before, .desktop-nav > ul > li.current-menu-item a .inner::before, .desktop-nav > ul > li.current-menu-parent a .inner::before, .desktop-nav > ul > li.active a .inner::before,
.desktop-nav > ul > li a:hover .inner::before {
  background-color: var(--nav-highlight);
}
.desktop-nav > ul > li a:focus-visible {
  outline: black auto 1px;
}
.desktop-nav > ul > li a:focus-visible .inner::before {
  background-color: var(--nav-highlight);
}
.desktop-nav > ul > li.active > ul {
  width: 680px;
}
.desktop-nav > ul > li.desktop-nav-more.active .ico {
  --ico-color-0: var(--color-lime);
}
.desktop-nav > ul > li.desktop-nav-more > a {
  width: 60px;
}
.desktop-nav > ul > li.desktop-nav-more > a .inner {
  width: 100%;
  pointer-events: none;
}
.desktop-nav > ul > li.desktop-nav-more > a .inner::before {
  display: none;
}
.desktop-nav > ul > li.desktop-nav-more > a:hover, .desktop-nav > ul > li.desktop-nav-more > a:active, .desktop-nav > ul > li.desktop-nav-more > a.active, .desktop-nav > ul > li.desktop-nav-more > a:focus {
  --link-color-active: var(--black);
}
.desktop-nav > ul > li.desktop-nav-more > a .ico {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.desktop-nav > ul > li.desktop-nav-more > ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 260px;
  padding: calc(var(--gap-element) / 2) 0;
}
@media (min-width: 100em) {
  .desktop-nav > ul > li.desktop-nav-more > ul {
    width: 300px;
  }
}
.desktop-nav > ul > li.desktop-nav-more > ul li.current-menu-item a,
.desktop-nav > ul > li.desktop-nav-more > ul li > a:hover {
  background: #f7f7f7;
}
.desktop-nav > ul > li.desktop-nav-more > ul li.current-menu-item a::before,
.desktop-nav > ul > li.desktop-nav-more > ul li > a:hover::before {
  opacity: 1;
}
.desktop-nav > ul > li.desktop-nav-more > ul li a {
  padding: 2rem 3rem;
}
.desktop-nav > ul > li.desktop-nav-more > ul li a::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-lime);
  opacity: 0;
  transition: opacity 0.15s ease;
}
.desktop-nav > ul > li.desktop-nav-more > ul li ul {
  display: none;
}
.desktop-nav > ul > li > a {
  display: block;
  white-space: nowrap;
  font-weight: 600;
}
.desktop-nav > ul > li > a .inner {
  position: relative;
  display: inline-block;
}
.desktop-nav > ul > li > a .inner::before {
  display: block;
  width: 100%;
  height: 2px;
  bottom: -8px;
  left: 0;
  background-color: transparent;
  transition: 0.15s ease;
  pointer-events: none;
}
.desktop-nav > ul > li > ul {
  left: -3rem;
}
.desktop-nav > ul > li > ul,
.desktop-nav > ul > li.desktop-nav-more > ul {
  display: block;
  position: absolute;
  top: 50px;
  background: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: opacity 0.15s;
}
.desktop-nav > ul > li:not(.desktop-nav-more) > ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 0;
       column-gap: 0;
  vertical-align: top;
  padding: 2rem 0;
}
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li {
  display: inline-block;
  width: 100%;
}
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li.current-menu-ancestor a, .desktop-nav > ul > li:not(.desktop-nav-more) > ul > li.current-menu-parent a, .desktop-nav > ul > li:not(.desktop-nav-more) > ul > li.current-menu-item a,
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li > a:hover {
  background: #f7f7f7;
  color: #000;
}
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li.current-menu-ancestor a::before, .desktop-nav > ul > li:not(.desktop-nav-more) > ul > li.current-menu-parent a::before, .desktop-nav > ul > li:not(.desktop-nav-more) > ul > li.current-menu-item a::before,
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li > a:hover::before {
  opacity: 1;
}
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li.current-menu-ancestor a span, .desktop-nav > ul > li:not(.desktop-nav-more) > ul > li.current-menu-parent a span, .desktop-nav > ul > li:not(.desktop-nav-more) > ul > li.current-menu-item a span,
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li > a:hover span {
  color: #000;
}
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li > a {
  padding: 2rem 3rem;
}
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li > a:focus {
  outline: none;
}
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li > a:focus-visible {
  border: 2px solid black;
  background: #f7f7f7;
  color: #000;
}
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li > a:focus-visible::before {
  opacity: 1;
}
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li > a:focus-visible span {
  color: #000;
}
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li > a::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: var(--nav-highlight);
  transition: opacity 0.15s ease;
  opacity: 0;
  pointer-events: none;
}
.desktop-nav > ul > li:not(.desktop-nav-more) > ul > li > a .nav-item__description {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #717171;
  transition: color 0.15s ease;
  margin-top: 4px;
}
.desktop-nav > ul > li:not(.desktop-nav-more) > ul ul {
  display: none;
}

/*
This file is split out from buttons.scss deliberately as header.css needs .button--ico but not the rest of the button styles.
 */
.button--ico {
  --btn-bg-color: none;
  --btn-border-color: transparent;
  border: none;
  background: var(--btn-bg-color);
  border-radius: 3.2rem;
  transition: 0.15s;
}
@supports (-webkit-tap-highlight-color: transparent) {
  .button--ico {
    -webkit-tap-highlight-color: transparent;
  }
}
.button--ico:disabled .ico {
  --ico-color-0: #b3b3b3;
}
.button--ico:not(:disabled):hover {
  --btn-bg-color: var(--gray--lightest);
}
.button--ico:not(:disabled):active {
  --btn-bg-color: var(--gray--lighter);
  outline: none;
}
.button--ico:not(:disabled):focus-visible {
  --btn-bg-color: var(--gray--lighter);
  border: 2px solid black;
  outline: none;
}
.button--ico:not(:disabled):focus {
  outline: none;
}

form {
  --form-font-size: 1.6rem;
  --form-font-color: var(--text-color);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}
form input::-moz-placeholder {
  color: var(--form-font-color);
}
form input, form input::placeholder {
  color: var(--form-font-color);
}
form input:focus {
  outline: none;
}
form input:not([type=radio]):not([type=checkbox]),
form textarea {
  outline: 0;
  -webkit-appearance: none;
}
form input:not([type=radio]):not([type=checkbox]):hover,
form textarea:hover {
  cursor: text;
}
form input:not([type=radio]):not([type=checkbox]):focus,
form textarea:focus {
  border-color: #5525e5;
}
form input[type=checkbox],
form input[type=radio] {
  --active-bg-color: var(--color-deep-blue);
  box-shadow: none;
  padding: 0;
  border: 2px solid #b3b3b3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #fff;
}
form input[type=checkbox]:hover, form input[type=checkbox]:checked,
form input[type=radio]:hover,
form input[type=radio]:checked {
  border-color: var(--active-bg-color);
}
form input[type=checkbox]:checked,
form input[type=radio]:checked {
  background-color: var(--active-bg-color);
}
form input[type=checkbox] ~ span,
form input[type=radio] ~ span {
  position: relative;
  font-size: var(--form-font-size);
  color: var(--gray--darker);
}
form input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 2rem;
  flex: 0 0 24px;
}
form input[type=checkbox]:checked + span::after {
  content: "";
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
  color: #fff;
  position: absolute;
  top: -5px;
  left: -38px;
  width: 9px;
  height: 5px;
  transform: rotateZ(-45deg);
}
form input[type=checkbox] ~ label {
  cursor: pointer;
}
form input[type=radio] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: var(--gap-half);
}
form .form-checkbox-label {
  display: flex;
  align-items: center;
}
form .form-radio {
  margin-bottom: 2rem;
}
form .form-radio-label {
  display: flex;
}
form textarea {
  min-height: 100px;
  width: 100%;
  border: 2px solid #e8e8e8;
  background-color: #fff;
  transition: all 0.15s ease;
  padding: 1.5rem;
  box-shadow: none;
  cursor: pointer;
  color: var(--form-font-color);
}
form textarea:hover {
  background-color: white;
  border-color: #b3b3b3;
}
form textarea:focus {
  border-color: #5525e5;
}
form textarea::-moz-placeholder {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}
form textarea::placeholder {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}
form select,
form input[type=email],
form input[type=search],
form input[type=text],
form input[type=tel],
form input[type=number],
form input[type=url] {
  width: 100%;
  height: 50px;
  padding: 0 1.2rem;
  border: 2px solid #e8e8e8;
  background-color: #fff;
  transition: all 0.15s ease;
  box-shadow: none;
  color: var(--form-font-color);
}
form select:hover,
form input[type=email]:hover,
form input[type=search]:hover,
form input[type=text]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=url]:hover {
  background-color: white;
  border-color: #b3b3b3;
  cursor: text;
}
form select:focus,
form input[type=email]:focus,
form input[type=search]:focus,
form input[type=text]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=url]:focus {
  border-color: #5525e5;
  box-shadow: none;
  outline: 0;
}
form select::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=search]::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=url]::-moz-placeholder {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}
form select::placeholder,
form input[type=email]::placeholder,
form input[type=search]::placeholder,
form input[type=text]::placeholder,
form input[type=tel]::placeholder,
form input[type=number]::placeholder,
form input[type=url]::placeholder {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}
form select option {
  padding: 20px;
}
form button {
  color: #fff;
  background-color: #5525e5;
  padding: 1rem var(--gap);
  text-transform: uppercase;
  font-size: var(--form-font-size);
  line-height: 2;
  transition: background-color 1s;
}
form button:hover {
  background-color: #7953ea;
}
form button:focus {
  background-color: #491ad7;
  outline: none;
}
form label,
form .form-label {
  margin-bottom: 5px;
  font-size: var(--form-font-size);
}
form i {
  color: var(--gray--dark);
}
form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
}
form .form-row {
  margin-bottom: 2rem;
}

/*# sourceMappingURL=header-footer.css.map*/