@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-XLightItalic_Web.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-Bold_Web.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-LightItalic_Web.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-MediumItalic_Web.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham Book Web;
  src: url('../fonts/Gotham-Book_Web.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-ThinItalic_Web.woff2') format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-XLight_Web.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-UltraItalic_Web.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-Black_Web.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-BoldItalic_Web.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham Ultra Web;
  src: url('../fonts/Gotham-Ultra_Web.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-BlackItalic_Web.woff2') format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-BookItalic_Web.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-Light_Web.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-Thin_Web.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Web;
  src: url('../fonts/Gotham-Medium_Web.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #012b46;
  --phoenixblue: #012b46;
  --gainsboro: #e6e6e6;
  --white: white;
  --white-tint: #ffffffd9;
  --dark-grey: #a5a5a5;
  --dim-grey: #747474;
  --gold: #c7a673;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--black);
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  letter-spacing: -1.56px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Book Web, Arial, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  letter-spacing: -.23px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Book Web, Arial, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 30px;
}

h3 {
  letter-spacing: .27px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Book Web, Arial, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
}

a {
  color: var(--black);
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  display: block;
}

.navmenu {
  z-index: 999;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.navitem {
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  border-right: 1px dotted #000;
  margin: 3px 0;
  padding: 0 10px;
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

.navitem.w--current {
  color: var(--white);
}

.navitem.w--open {
  padding-left: 9px;
  padding-right: 9px;
}

.navitem.drop {
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.text-field {
  color: var(--black);
  text-transform: none;
  border: 5px solid #000;
  min-width: 200px;
  height: 45px;
  margin-bottom: 0;
  padding: 0 0 0 10px;
}

.searchdropdowncontainer {
  border: 5px #000;
  display: flex;
}

.socialdropdowntoggle {
  margin-top: 0;
  padding: 0;
  display: flex;
}

.topheaderwrapper {
  clear: right;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  margin-top: 0;
  display: flex;
  position: relative;
}

.brand {
  margin-right: 10px;
}

.searchgo {
  color: #fff;
  background-color: #000;
  align-items: center;
  padding: 10px;
  display: flex;
}

.searchform {
  margin-bottom: 0;
}

.socialimg {
  display: block;
}

.logincontainer {
  border-right: 1px dotted #000;
  align-items: center;
  display: flex;
}

.headertop {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  position: relative;
}

.searchdropdownlist {
  padding-left: 0;
  padding-right: 0;
}

.searchdropdownlist.w--open {
  background-color: #0000;
  background-image: url('../images/navicon2x_1navicon@2x.png');
  background-position: 213px 0;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 242.344px;
  height: 60px;
  margin-top: 0;
  padding: 10px 0 0;
  right: 0;
}

.captiontxt {
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.captiontxt.textbold {
  font-size: 12px;
}

.textbold {
  font-family: Gotham Web, Arial, sans-serif;
  font-weight: 500;
}

.button {
  justify-content: center;
  align-items: center;
  padding: 8px 25px 7px;
  display: flex;
}

.button.black {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #81818180;
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 14px;
}

.button.black.buttontxt.filters {
  display: none;
}

.button.white {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
  padding-top: 7px;
  padding-bottom: 6px;
  font-family: Gotham Web, Arial, sans-serif;
}

.button.textgold {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 21px;
  line-height: 25px;
}

.morelink {
  text-transform: uppercase;
  border-top: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  font-size: 12px;
  display: flex;
}

.morelink.grid {
  border-bottom: 1px dotted #000;
  justify-content: flex-start;
  padding-bottom: 4px;
}

.buttontxt {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.arrowglyph {
  font-family: "Fa solid 900", Arial, sans-serif;
  font-size: 15px;
  line-height: 16px;
}

._5spacer {
  width: 5px;
  min-width: 5px;
  height: 5px;
  min-height: 5px;
}

.socialcontainer {
  border-right: 1px dotted #000;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.containertopnav {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1520px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.navcontainer {
  background-color: #012b46;
  width: 100%;
  min-width: 100%;
}

.navwrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: fixed;
}

.socialdropdown {
  border-right: 1px dotted #000;
  padding-right: 10px;
}

.pagemaxwidth {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}

.pagemaxwidth.bluebg {
  background-color: #012b46;
}

.pagepaddingnav {
  color: var(--black);
  padding-left: 60px;
  padding-right: 60px;
}

.header100vh {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 93.3vh;
  padding-top: 113px;
  display: flex;
}

.header100vh.loginbg {
  background-image: url('../images/RZHUSHAYA.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.header100vh.register {
  background-image: url('../images/RZHUSHAYA.jpg');
  background-position: 50%;
  background-size: cover;
}

.textwhite {
  color: var(--white);
}

.textcentre {
  text-align: center;
}

.paneloverlay {
  color: var(--black);
  text-align: center;
  background-color: #fffffff0;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  padding: 80px 60px 60px;
  display: flex;
}

._10spacer {
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
}

.pagepadding {
  width: 100%;
  padding: 60px;
  line-height: 20px;
}

.pagepadding.qualifications {
  position: relative;
}

.pagepadding.black {
  background-color: var(--phoenixblue);
}

.pagepadding.padding30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

._1colcentre {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 680px;
  display: flex;
}

._20spacer {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.flexvertcentrecentre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.doublebuttondiv {
  display: flex;
}

._40spacer {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.footerfieldsubmit {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footerlist {
  flex-direction: column;
  margin-bottom: 0;
  margin-left: 7px;
  padding-left: 0;
  font-family: Gotham Web, Arial, sans-serif;
  display: flex;
}

.list-item {
  border: 1px #fff;
  padding-bottom: 17px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.list-item.lastitem {
  border-right-style: none;
}

.footerheader {
  border-top: 1px dotted #fff;
  padding-top: 5px;
}

.form-block {
  margin-bottom: 0;
}

.footertextfield {
  text-transform: capitalize;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 0;
  flex: 1;
  height: 30px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  font-size: 14px;
  line-height: 19px;
}

.footertextfield:active {
  color: #fff;
}

.footercol {
  flex: 1;
}

.footercol.legal {
  flex: none;
  width: 20%;
  padding-right: 0;
}

.footercol.newsletter {
  min-width: 390px;
}

.footercol.contact {
  flex: none;
  width: 35%;
  min-width: 420px;
}

.footerfieldcontainer {
  flex: none;
  margin-right: -10px;
  display: flex;
}

.footer {
  background-color: var(--phoenixblue);
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.footerform {
  flex: 1;
  display: block;
}

.footercheckboxes {
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.footercontactdiv {
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.flexhoricentretop {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.stylingwrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 110px;
  display: flex;
}

.textfield {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  height: 35px;
  margin-bottom: 0;
  padding: 0 6px 0 8px;
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.selectfield {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 0;
  height: 35px;
  margin-bottom: 0;
  padding: 0 6px 0 5px;
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.fieldlabel {
  font-family: Gotham Web, Arial, sans-serif;
}

.fieldlabel.hide {
  display: none;
}

.checkboxfield {
  align-items: center;
  margin-bottom: 13px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.checkboxfield.nolabel {
  padding-right: 0;
}

.checkboxfield.list {
  margin-bottom: 0;
}

.checkbox {
  border-color: var(--black);
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
  box-shadow: 0 0 0 -20px #000;
}

.checkbox.w--redirected-checked {
  border: 3px solid var(--black);
  background-color: var(--black);
  box-shadow: 0 0 0 -20px var(--black);
  border-radius: 0;
}

.checkbox.white {
  border-width: 1px;
  border-color: var(--white);
  box-shadow: 0 0 0 -20px #000;
}

.checkbox.nolabel {
  margin-right: 0;
}

._60spacer {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.sociallink {
  margin-right: 10px;
  display: inline-block;
}

.success-message {
  border: 1px solid var(--white);
  background-color: var(--black);
}

.error-message {
  color: red;
  background-color: #0000;
  padding: 0;
}

.form {
  width: 100%;
}

.form-block-2 {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

.homeheader {
  background-image: url('../images/shutterstock_1845215305-R_WEB.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 113px;
  display: flex;
}

.hometitle {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  padding: 60px;
  display: flex;
}

.pagewrapper {
  min-height: 100vh;
  padding-top: 113px;
}

.gridcontainer {
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.griditem {
  border-right: 1px dotted #000;
  flex: 0 auto;
  width: 33.33%;
  height: auto;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: visible;
}

.gridbgimg {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gridoverlaypanel {
  background-color: var(--white-tint);
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.griditemimagecover {
  height: 100%;
  padding-top: 70%;
  position: relative;
}

.imageheader {
  justify-content: center;
  align-items: flex-end;
  height: 50vh;
  min-height: 550px;
  padding-top: 113px;
  display: flex;
}

.imageheader.about {
  background-image: url('../images/RZHUSHAYA.jpg');
  background-position: 50% 0;
  background-size: cover;
  align-items: flex-end;
  height: 93.3vh;
}

.imageheader.search {
  background-image: linear-gradient(#012b464d, #012b464d), url('../images/_C6A7634.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 60vh;
  min-height: 60px;
}

.imageheader.profile {
  background-image: url('../images/DJI_0236_D.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 60vh;
  min-height: 60px;
}

.imageheader.crewstories {
  background-image: url('../images/shutterstock_2245161079_WEB.jpg');
  background-position: 50% 19%;
  background-size: cover;
}

.imageheader.notifications {
  background-image: linear-gradient(#012b464d, #012b464d), url('../images/Applications.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  min-height: 60vh;
}

.imageheader.saved {
  background-image: linear-gradient(#012b464d, #012b464d), url('../images/Notifications.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  min-height: 60vh;
}

.imageheader.application {
  background-image: linear-gradient(#012b464d, #012b464d), url('../images/edit_C6A5539.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 60vh;
  min-height: 60px;
}

.imageheader.applications {
  background-image: linear-gradient(#012b464d, #012b464d), url('../images/shortlisted.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  min-height: 60vh;
}

.searchwrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.profileimg {
  border: 8px solid #fff;
  border-radius: 100%;
  width: 100%;
  max-width: 200px;
  padding-top: 93%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.profileformcontainer {
  width: 75%;
}

.profiledetails {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  display: flex;
  position: sticky;
  top: 303px;
}

.profiledetailscontainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-top: -160px;
  display: flex;
  position: relative;
}

.h1class {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.h2class {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.h3class {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.h4class {
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.h5class {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}

.h5class.light {
  font-weight: 400;
}

.text-span {
  font-weight: 700;
}

.projectprogressbar {
  border: 1px solid #000;
  align-items: center;
  width: 100%;
  height: 12px;
  display: flex;
}

.projectprogress {
  background-color: var(--black);
  width: 65%;
  height: 12px;
}

.mw200 {
  max-width: 200px;
}

.grid_1-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.textfielddiv {
  text-transform: uppercase;
  position: relative;
}

.grid_2-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.formheaderdiv {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.grid_1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  display: block;
}

.formsection {
  margin-bottom: 60px;
}

.profileform {
  margin-bottom: 0;
}

.grid_1-1-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.checkboxheader {
  margin-bottom: 10px;
}

.checkboxwrapper {
  display: flex;
}

.gridholdingdiv {
  width: 100%;
  height: 100%;
}

.uploadbutton {
  background-image: url('../images/UploadIcon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  border: 1px solid #000;
  align-items: center;
  width: 100%;
  height: 35px;
  padding-top: 2px;
  padding-left: 10px;
  display: flex;
}

.textarea {
  border: 1px solid #000;
  border-radius: 0;
  min-height: 100px;
}

.grid {
  grid-template-columns: .5fr .25fr .25fr;
}

.checkboxtablerow {
  margin-right: 0;
  display: flex;
}

.checkboxtablerow.header {
  border: 1px #000;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
  padding-top: 5px;
}

.checkboxtabletxt {
  flex: 1;
}

.checkboxtablebox {
  justify-content: flex-end;
  width: 40px;
  padding-left: 0;
  display: flex;
}

.div-block-87 {
  display: flex;
}

.formcolumnheader {
  border-top: 1px solid #ccc;
  margin-bottom: -5px;
  margin-right: 0;
  padding-top: 5px;
  display: flex;
}

.grid_1-1-1-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.qualificationsbtn {
  cursor: pointer;
  border: 1px solid #ccc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.uploadmessage {
  border: 2px solid #000;
  min-height: 76px;
  padding: 10px;
}

.div-block-89 {
  border-top: 1px solid #000;
  justify-content: space-between;
  padding-top: 10px;
  display: flex;
}

.div-block-90 {
  width: auto;
  height: auto;
}

.binglyph {
  font-family: "Fa solid 900", Arial, sans-serif;
}

.documentlistitem {
  border-top: 1px solid #ccc;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 5px;
  display: flex;
}

.grid_imageupload {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 2.25fr;
}

.galleryinstructioncontainer {
  border: 1px solid #000;
  border-radius: 0;
  padding: 20px;
}

.list-2 {
  padding-left: 18px;
  list-style-type: decimal;
}

.list-item-3 {
  padding-bottom: 8px;
}

.searchfields {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.searchfieldform {
  width: 100%;
  margin-bottom: 0;
}

.searchcontainer {
  width: 100%;
  margin-bottom: -40px;
}

.searchlistinggrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 2.75fr 1fr;
  margin-bottom: 30px;
}

.searchimg {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.searchheader {
  border-top: 1px dotted #fff;
  padding-top: 5px;
}

.image-7 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tagdiv {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  display: inline-block;
}

.searchlistdiv {
  border-top: 1px #000;
  margin-top: -5px;
}

.div-block-91 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.searchitenlistitem {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  justify-content: flex-start;
  margin-top: 5px;
  padding-top: 5px;
  display: flex;
}

.searchlist {
  margin-bottom: 0;
}

.pageheadermw {
  max-width: 450px;
}

.filtersform {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.searchfieldsmob {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 25%;
  max-width: 300px;
  padding-right: 40px;
  display: none;
  position: static;
  top: 303px;
}

.imagefullwidth {
  width: 100%;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.fullwidthimage {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fullwidthimage.topleft {
  object-position: 0% 0%;
}

.pagefootercta {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagefootercta.crewstories {
  background-image: url('../images/CrewStoriesCTABG.jpg');
  background-position: 50% 36%;
  background-size: cover;
}

.pagefootercta.aboutimperial {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DJI_0135_D.jpg');
  background-position: 0 0, 50% 53%;
  background-size: auto, cover;
}

.pagectamw {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.griditemimage {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.gridimage {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.sub-nav {
  z-index: 900;
  background-color: var(--black);
  width: 100%;
  margin-top: 113px;
  position: fixed;
}

.sub-navcontainer {
  justify-content: space-between;
  align-items: center;
  height: 42px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.sub-navbuttons {
  align-items: center;
  display: flex;
}

.sociallinksubnav {
  min-width: 25px;
}

.pagepaddinglr {
  padding-left: 60px;
  padding-right: 60px;
}

.joblistingctas {
  display: flex;
}

.subnavsocial {
  align-items: center;
  display: flex;
}

.joblistinggrid {
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: start;
}

.griddiv {
  flex-direction: column;
  align-items: flex-start;
}

.dots {
  display: block;
}

.text-span-2 {
  font-weight: 400;
}

.jobgridsticky {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  position: sticky;
  top: 190px;
}

._30spacer {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

.div-block-92 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-93 {
  border-bottom: 1px dotted #000;
  flex: 1;
}

.div-block-94 {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.viewallcontainer {
  border-top: 1px solid #ccc;
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.imageheader5050 {
  justify-content: center;
  align-items: flex-start;
  height: 60vh;
  min-height: 550px;
  padding-top: 113px;
  display: flex;
}

.div-block-95 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-96 {
  width: 50%;
  height: 100%;
  position: relative;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.applicationsgrid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.applicationsheader {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  font-weight: 600;
}

.applicationsitem {
  border-bottom: 1px dotted #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.actionrequired {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  padding: 10px;
}

._50vh {
  min-height: 50vh;
}

.div-block-97 {
  justify-content: space-between;
  display: flex;
}

.div-block-98 {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  overflow: scroll;
}

.div-block-99 {
  display: flex;
}

.div-block-100 {
  align-items: center;
  display: none;
}

.smallermob {
  font-weight: 400;
}

.arrowglyphlarge {
  font-family: "Fa solid 900", Arial, sans-serif;
  font-size: 15px;
  line-height: 16px;
}

.div-block-101 {
  display: flex;
}

.notifacord {
  flex: 0 auto;
  min-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.notifdrop {
  border-top: 1px solid #000;
  width: 100%;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.notifbtn {
  color: var(--black);
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.notifbody {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.notifbody.w--open {
  background-color: #0000;
}

.faq-body-cont {
  padding: 20px 0 40px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr .5fr .25fr;
  width: 100%;
}

.notifcontainer {
  width: 75%;
}

.notiffields {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 25%;
  max-width: 300px;
  padding-right: 40px;
  display: flex;
}

.notifwrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.read {
  color: var(--dark-grey);
}

.div-block-104 {
  display: flex;
}

.messagecounter {
  background-color: var(--black);
  border-radius: 20px;
  width: 21px;
  height: 21px;
  margin-left: 10px;
}

.text-block-66 {
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}

.profilewrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dropdown-toggle {
  color: var(--gainsboro);
  padding: 0 25px 0 10px;
}

.dropdown-toggle.w--open {
  padding-left: 10px;
  padding-right: 25px;
}

.icon {
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
}

.dropdown-list {
  margin-left: 0;
}

.dropdown-list.w--open {
  background-color: #0000;
  min-width: 139px;
  margin-top: 0;
  margin-left: -1px;
  padding-top: 5px;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--dim-grey);
  margin-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-link.w--current {
  color: var(--white);
}

.popupoverlay {
  z-index: 1100;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popupoverlay.applywarning, .popupoverlay.applythanks, .popupoverlay.saved {
  display: none;
}

.popupoverlay.profilesaved {
  background-color: #b0b0b0e6;
  display: none;
}

.popup {
  min-width: 350px;
  max-width: 440px;
  padding: 30px;
}

.popuptxt {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.popupclose {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.popuppadding {
  background-color: var(--phoenixblue);
  color: var(--white);
  padding: 30px;
}

.popupctas {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.gridlink {
  width: 100%;
  height: 100%;
  display: block;
}

.gridimagelink {
  display: block;
}

.popupoverlayqualifications {
  z-index: 1100;
  background-color: var(--phoenixblue);
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.columns {
  margin-left: -12px;
  margin-right: -12px;
}

.qualificationsformblock {
  margin-bottom: 40px;
}

.qualificationsformfooter {
  border-top: 1px solid var(--white);
  justify-content: flex-end;
  padding-top: 10px;
  display: flex;
}

.qualcloselink {
  position: absolute;
  inset: 60px 60px auto auto;
}

.link {
  color: var(--gold);
}

.joblistingctasbody {
  display: flex;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.exampleimage {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.examplelabel {
  opacity: .62;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  inset: auto;
}

.footergrid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footercolumn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px solid #fff9;
  flex-flow: column;
  display: flex;
}

.footercolumnlast {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

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

.textgold {
  color: var(--gold);
}

.body {
  font-family: Gotham;
  font-size: 15px;
  font-weight: 400;
}

.ms-input-wrap {
  border-bottom: 1px #000;
  margin-left: -1px;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-wrap:hover {
  border-bottom-style: none;
}

.ms-input {
  color: #fff;
  background-color: #0000;
  border-style: none none solid;
  border-color: #12133140 #12133140 #fff;
  border-bottom-width: 1px;
  border-radius: 0;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 8px 12px 8px 0;
  position: relative;
}

.ms-input:hover {
  z-index: 2;
  border: 1px #fff;
  border-bottom-style: solid;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-select-svg {
  z-index: 6;
  color: var(--phoenixblue);
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 6px;
  right: 4px;
}

.heading {
  font-weight: 500;
}

.blackbg {
  background-color: var(--phoenixblue);
}

.dots-copy {
  display: block;
}

.ms-drawer-top {
  color: #121331;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.ms-dropdown-svg {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

.ms-how-drawer {
  background-color: #f8f8f8;
  border-radius: 16px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ms-select-svg-2 {
  z-index: 6;
  color: var(--black);
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 6px;
  right: 4px;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: none;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-drawer-contain {
  border-top: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.image-11 {
  z-index: 99;
  border-radius: 25px;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.grid_4-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  font-weight: 700;
}

.heading-3 {
  font-weight: 500;
}

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  place-items: center;
}

.body-2 {
  font-size: 15px;
}

.divider {
  border-bottom: 2px solid #bfa582;
  width: 15rem;
}

.heading-4 {
  font-size: 27px;
  font-weight: 300;
  line-height: 150%;
}

.heading-5 {
  font-weight: 400;
}

.homelanding {
  background-image: url('../images/DJI_D.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 93.3vh;
  padding-top: 113px;
  display: flex;
}

.homelanding.landing {
  background-image: linear-gradient(#012b464d, #012b464d), url('../images/Log-in-main-pageflip.jpg');
  background-position: 0 0, 100%;
}

.landingtitle {
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  padding: 60px 60px 60px 0;
  display: flex;
}

.heading-6 {
  font-family: Gotham Web, Arial, sans-serif;
  font-weight: 300;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.verticalcrew {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #f4f4f4;
  border: 1px #00000026;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.h5class-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  min-height: 30px;
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.buttontxt-2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gotham Web, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.gridctas {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.captiontxt-2 {
  font-size: 12px;
  line-height: 17px;
}

.captiontxt-2.textbold {
  font-size: 12px;
}

.button-2 {
  background-color: #012b46;
  padding: 8px 25px 7px;
}

.button-2.black {
  color: #fff;
  background-color: #012b46;
}

.heading-7 {
  font-weight: 300;
}

.heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .text-block-67 {
  font-family: Gotham Web, Arial, sans-serif;
  font-weight: 300;
}

.heading-13, .paragraph {
  font-family: Gotham Web, Arial, sans-serif;
}

.heading-14 {
  font-weight: 400;
}

.body-3 {
  font-family: Gotham Web, Arial, sans-serif;
  font-weight: 300;
}

.heading-15 {
  letter-spacing: -1.56px;
}

.heading-16 {
  font-family: Gotham Book Web, Arial, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.heading-17 {
  font-size: 23px;
  font-weight: 400;
}

.heading-18 {
  font-family: Gotham Book Web, Arial, sans-serif;
  font-size: 27px;
}

.select-field {
  background-color: var(--black);
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 0;
  outline: 3px #d9d9d9;
}

.div-block-109 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.view-all-button {
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.view {
  margin-left: 10px;
}

.pyheader {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  height: 93.3vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-over-image--wrapper {
  flex: 1;
  align-self: stretch;
  min-height: 100%;
  position: absolute;
}

.header-image {
  text-transform: capitalize;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header-content {
  justify-content: flex-start;
  align-items: center;
  margin-top: 113px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pyheaderimage {
  background-image: linear-gradient(#012b464d, #012b464d);
  margin-top: 113px;
}

.headerpadding {
  width: 100%;
  padding: 60px;
  line-height: 20px;
}

.headerpadding.qualifications {
  position: relative;
}

.headerpadding.black {
  background-color: var(--phoenixblue);
}

.headerpadding.padding30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pyheader-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  height: 60vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.phoenixyachtlogo {
  width: 250px;
}

@media screen and (max-width: 991px) {
  .navmenu {
    z-index: 99;
    background-color: var(--phoenixblue);
    color: #fff;
    letter-spacing: 1px;
    object-fit: fill;
    align-self: auto;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 60px;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .navitem {
    color: var(--white);
    border-bottom: 1px solid #80808069;
    border-right-style: none;
    margin-left: 60px;
    margin-right: 60px;
    padding: 10px 0;
    font-weight: 400;
    display: block;
  }

  .navitem.w--current {
    color: var(--white);
  }

  .navitem.w--open {
    padding-left: 0;
  }

  .image-5 {
    padding-bottom: 0;
  }

  .logincontainer {
    text-transform: uppercase;
    padding-bottom: 10px;
  }

  .headertop {
    display: none;
  }

  .button.black.buttontxt.filters {
    border: 1px solid var(--white);
  }

  .button.black.buttontxt.outlinemob {
    border: 1px solid var(--white);
    display: inline-block;
  }

  .button.textgold {
    line-height: 25px;
  }

  .containertopnav {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .navwrapper {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pagepaddingnav {
    padding-right: 40px;
  }

  .menu-button {
    color: var(--white);
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .image-6 {
    filter: invert();
    display: block;
  }

  .header100vh {
    padding-top: 60px;
  }

  .paneloverlay {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .footerheader {
    margin-right: 0;
  }

  .footercol {
    flex: none;
  }

  .footercol.legal {
    width: 100%;
  }

  .footercol.newsletter {
    align-self: stretch;
    min-width: auto;
    padding-right: 0;
  }

  .footercol.contact {
    width: 100%;
    min-width: auto;
    padding-right: 0;
  }

  .flexhoricentretop {
    flex-direction: column;
  }

  .homeheader, .pagewrapper {
    padding-top: 60px;
  }

  .griditem {
    width: 50%;
  }

  .imageheader {
    min-height: auto;
    padding-top: 60px;
  }

  .imageheader.about {
    align-items: flex-end;
  }

  .imageheader.crewstories {
    background-position: 50% -10%;
  }

  .searchwrapper {
    flex-direction: column;
  }

  .profileformcontainer {
    width: 100%;
  }

  .profiledetails {
    align-items: center;
    width: 100%;
    position: static;
  }

  .profiledetailscontainer {
    margin-top: -120px;
  }

  .mw200 {
    max-width: 300px;
  }

  .checkboxtablerow.header {
    margin-bottom: 10px;
  }

  .checkboxtablebox {
    align-items: flex-start;
  }

  .grid_1-1-1-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .uploadmessage {
    min-height: 109px;
  }

  .grid_imageupload {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .searchfields {
    z-index: 100;
    display: none;
  }

  .searchcontainer {
    width: 100%;
  }

  .searchitenlistitem {
    margin-top: 5px;
  }

  .filtersform {
    flex-direction: column;
    width: 100%;
  }

  .searchfieldsmob {
    z-index: 100;
    background-color: var(--black);
    color: var(--white);
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 20px 60px;
    display: block;
    position: sticky;
    top: 60px;
  }

  .filtersgrid {
    width: 100%;
  }

  .searchfiltersbtn {
    color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .searchfiltersbtn.open, .searchfiltersbtn.close {
    cursor: pointer;
  }

  .searchfiltersarrow {
    display: flex;
  }

  .text-block-65 {
    letter-spacing: 2px;
    font-weight: 700;
  }

  .filterscontainer {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
  }

  .imagefullwidth {
    padding-top: 50%;
  }

  .sub-nav {
    z-index: 900;
    margin-top: 60px;
  }

  .joblistinggrid {
    grid-column-gap: 40px;
    grid-template-columns: 2fr;
  }

  .similarcontainer {
    width: 100%;
  }

  .imageheader5050 {
    flex-direction: column-reverse;
    height: auto;
    padding-top: 60px;
  }

  .div-block-95 {
    width: 100%;
    height: auto;
  }

  .div-block-96 {
    width: 100%;
    height: 50vh;
  }

  .applicationsitem {
    white-space: nowrap;
  }

  .actionrequired {
    white-space: normal;
    min-width: 200px;
  }

  .div-block-97 {
    justify-content: space-between;
  }

  .div-block-98 {
    max-width: none;
  }

  .div-block-99 {
    display: flex;
  }

  .div-block-100 {
    align-items: center;
    display: none;
  }

  .notifacord {
    width: 100%;
    min-width: 0;
  }

  .notifcontainer {
    width: 100%;
  }

  .notiffieldform {
    width: 100%;
    margin-bottom: 30px;
  }

  .notiffields {
    z-index: 100;
    width: 100%;
    max-width: none;
    padding-right: 0;
    display: flex;
  }

  .notifwrapper {
    flex-direction: column;
  }

  .div-block-102 {
    white-space: nowrap;
  }

  .div-block-103 {
    margin-right: -19px;
    display: flex;
  }

  .profilewrapper {
    flex-direction: column;
  }

  .dropdown-toggle {
    color: var(--white);
    padding-left: 0;
  }

  .dropdown-toggle.w--open {
    padding-left: 0;
  }

  .dropdown-list.w--open {
    width: 100%;
    margin-left: 0;
  }

  .dropdown-link {
    color: var(--dark-grey);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    font-weight: 500;
  }

  .popup, .popuppadding {
    display: block;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .homelanding {
    flex-flow: row;
    padding-top: 60px;
  }

  .landingtitle.textwhite {
    color: var(--phoenixblue);
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 0;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .pyheader {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .header-image {
    position: static;
  }

  .header-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .pyheaderimage {
    margin-top: 59px;
  }

  .headerpadding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-23 {
    font-size: 32px;
    line-height: 40px;
  }

  .pyheader-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h3 {
    font-size: 18px;
  }

  .navitem {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .image-5 {
    max-width: 150px;
  }

  .pagepaddingnav {
    padding-left: 30px;
    padding-right: 10px;
  }

  .paneloverlay {
    padding: 0;
  }

  .pagepadding {
    padding: 30px;
  }

  .list-item {
    padding-bottom: 10px;
  }

  .list-item.lastitem {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .footercol.newsletter {
    min-width: auto;
  }

  .footer {
    display: block;
  }

  ._60spacer._30mob {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .griditem {
    border-right-style: none;
    width: 100%;
  }

  .imageheader {
    min-height: 350px;
  }

  .imageheader.crewstories {
    background-position: 50% -10%;
  }

  .h3class {
    font-size: 18px;
  }

  .h5class {
    font-size: 13px;
  }

  .mw200 {
    max-width: 200px;
  }

  .grid_1-1 {
    grid-template-columns: 1fr;
  }

  .grid_2-1 {
    grid-row-gap: 30px;
    grid-template-columns: 2fr;
  }

  .formsection {
    margin-bottom: 30px;
  }

  .grid_1-1-1 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .gridholdingdiv.hidemobland {
    display: none;
  }

  .grid_1-1-1-1 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .uploadmessage {
    min-height: auto;
  }

  .grid_imageupload {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .searchfields {
    padding-right: 0;
  }

  .searchfieldform {
    margin-bottom: 0;
  }

  .searchlistinggrid {
    grid-template-columns: 1.5fr;
    margin-bottom: 40px;
  }

  .searchfieldsmob {
    padding: 20px 30px;
    display: none;
  }

  .imagefullwidth {
    padding-top: 60%;
  }

  .sub-navbuttons {
    justify-content: space-between;
    width: 100%;
  }

  .breadcrumb {
    display: none;
  }

  .pagepaddinglr {
    padding-left: 30px;
    padding-right: 30px;
  }

  .viewallcontainer {
    flex-direction: column;
  }

  .imageheader5050 {
    flex-direction: column-reverse;
    min-height: auto;
  }

  .div-block-96 {
    min-height: 350px;
  }

  .div-block-100 {
    display: flex;
  }

  .mobpadding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrowglyphlarge {
    font-size: 30px;
  }

  .notiffields {
    padding-right: 0;
  }

  .popuppadding {
    padding: 30px;
  }

  .qualcloselink {
    top: 30px;
    right: 30px;
  }

  .footergrid {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .footercolumn {
    text-align: center;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footercolumnlast {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .heading {
    font-size: 26px;
    line-height: 40px;
  }

  .grid_4-1 {
    grid-row-gap: 30px;
    grid-template-columns: 2fr;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .divider {
    width: 14.2rem;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .div-block-109 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-12 {
    max-width: 200px;
  }

  .heading-20 {
    font-size: 26px;
    line-height: 150%;
  }

  .heading-22 {
    font-size: 26px;
    line-height: 30px;
  }

  .image-over-image--wrapper {
    min-height: auto;
    padding-top: 100%;
  }

  .pyheaderimage {
    margin-top: 60px;
  }

  .headerpadding {
    padding: 30px;
  }

  .heading-23 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-24, .heading-25 {
    font-size: 18px;
  }

  .phoenixyachtlogo {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 23px;
  }

  h3 {
    font-size: 18px;
  }

  .brand {
    margin-right: 0;
    padding-left: 0;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .image-5 {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .captiontxt.textcentre {
    font-size: 14px;
    line-height: 18px;
  }

  .button.black, .button.black.buttontxt.outlinemob {
    width: 100%;
  }

  .button.white.mobpadding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .buttontxt {
    font-size: 12px;
  }

  .containertopnav {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    color: var(--white-tint);
  }

  .image-6 {
    filter: invert();
    border-radius: 13px;
  }

  .textcentre {
    font-size: 26px;
    line-height: 32px;
  }

  .paneloverlay {
    max-width: none;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pagepadding.qualifications {
    padding-top: 60px;
  }

  ._1colcentre {
    text-align: left;
    align-items: flex-start;
  }

  .footerfieldsubmit {
    flex-wrap: wrap;
  }

  .footerlist {
    flex-direction: column;
    margin-left: 0;
  }

  .list-item {
    border-right-style: none;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .form-block, .footertextfield {
    flex: none;
  }

  .footercol {
    flex-direction: column;
    display: flex;
  }

  .footerfieldcontainer {
    flex-direction: column;
    margin-right: 0;
  }

  .footerform {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    display: block;
  }

  .footercheckboxes {
    color: #fff;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .footercontactdiv {
    flex-direction: column;
  }

  .hometitle {
    padding: 30px;
  }

  .imageheader {
    min-height: auto;
  }

  .imageheader.crewstories {
    background-position: 46% 0;
  }

  .searchwrapper {
    width: 100%;
  }

  .h3class {
    font-size: 18px;
  }

  .h5class {
    font-size: 12px;
  }

  .mw200 {
    max-width: 200px;
  }

  .grid_1-1-1-1 {
    grid-template-columns: 1fr;
  }

  .qualificationsbtn {
    padding: 15px;
  }

  .div-block-89 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .grid_imageupload {
    grid-template-columns: 1fr;
  }

  .searchfields {
    max-width: none;
  }

  .searchfieldform {
    flex-flow: column;
    display: flex;
  }

  .filtersform {
    flex-direction: column;
    display: flex;
  }

  .searchfieldsmob {
    max-width: none;
    overflow: visible;
  }

  .filtersgrid {
    grid-template-columns: 1fr;
  }

  .imagefullwidth {
    padding-top: 70%;
  }

  .sub-navcontainer {
    flex-direction: column;
  }

  .joblistingctas {
    display: flex;
  }

  .subnavsocial {
    align-items: center;
    display: flex;
  }

  .div-block-93 {
    display: none;
  }

  .imageheader5050 {
    min-height: auto;
  }

  .div-block-96 {
    height: 40vh;
    min-height: auto;
  }

  .applicationsgrid {
    width: auto;
  }

  .applicationsitem {
    white-space: nowrap;
  }

  .actionrequired {
    white-space: normal;
  }

  .smallermob {
    font-size: 32px;
    line-height: 30px;
  }

  .arrowglyphlarge {
    font-size: 30px;
  }

  .notifbtn {
    padding-right: 0;
  }

  .notifcontainer {
    margin-bottom: 0;
  }

  .notiffields {
    max-width: none;
  }

  .notifwrapper {
    width: 100%;
  }

  .div-block-103 {
    flex-direction: column;
    margin-right: 0;
  }

  .profilewrapper {
    width: 100%;
  }

  .popup {
    width: 100%;
    min-width: auto;
  }

  .popupctas {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    width: 100%;
  }

  .qualificationsformfooter {
    flex-direction: column;
  }

  .image-9 {
    width: 20px;
    height: 20px;
  }

  .joblistingctasbody {
    flex-direction: column;
    display: flex;
  }

  .footercolumn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .heading-3 {
    font-size: 26px;
  }

  .grid-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .divider {
    width: 142px;
  }

  .landingtitle {
    padding: 0;
  }

  .landingtitle.textwhite {
    padding-bottom: 0;
  }

  .heading-19 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-20 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-21 {
    font-size: 23px;
    line-height: 30px;
  }

  .heading-22 {
    font-size: 26px;
    line-height: 32px;
  }

  .header-image {
    overflow: hidden;
  }

  .pyheaderimage {
    height: 40vh;
    position: relative;
  }

  .headerpadding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .headerpadding.qualifications {
    padding-top: 60px;
  }

  .pb0 {
    padding-bottom: 0;
  }

  .phoenixyachtlogo {
    width: 200px;
  }
}

#w-node-_5a0e375f-ace4-60f9-1cb1-83e3722c8e76-fcb0f380 {
  justify-self: end;
}

#w-node-f250d68f-87b6-37c4-fba0-e4f6e378cabd-6331540d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f250d68f-87b6-37c4-fba0-e4f6e378cad9-6331540d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f250d68f-87b6-37c4-fba0-e4f6e378caea-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cb1a-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cb37-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cb40-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cb5d-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cc01-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cc37-6331540d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f250d68f-87b6-37c4-fba0-e4f6e378cc8a-6331540d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f250d68f-87b6-37c4-fba0-e4f6e378ccc6-6331540d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f250d68f-87b6-37c4-fba0-e4f6e378cd53-6331540d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f250d68f-87b6-37c4-fba0-e4f6e378cd63-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cd8a-6331540d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d25ad24a-2c99-1330-8e31-829ef85917c0-85315416, #w-node-_70b54b88-0c96-2b3f-b2f4-ec7f39aa10d8-85315416, #w-node-a4b58188-ce90-05e3-0d04-1772007899e4-85315416, #w-node-_1e208deb-d31e-96d9-870e-d3ac364bc9d9-85315416 {
  justify-self: end;
}

#w-node-_26899b95-a2bd-8344-943c-9ef1db5dd90c-d0315417, #w-node-ed38e576-497e-d115-0eff-54cb97fed457-d0315417 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29b7daac-42f2-dbee-fdd9-d00133a547f5-d0315417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_913af1eb-2c9d-a1b4-caea-a42947686ead-d0315417 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1f3f5db6-0317-1138-fbc1-89679452c8d5-d0315417, #w-node-ce7c4190-01cb-fb82-c8e5-aa12e46bb01c-d0315417, #w-node-_7a12ab53-046e-9707-e9cc-e06082332e24-d0315417, #w-node-caca65e8-9b82-58cf-7f93-3f45fbe6abe9-d0315417, #w-node-b763b89b-5dd8-1527-01cd-75cd22a58475-d0315417, #w-node-_01dac462-62a5-42aa-a1d1-6ae8a6d96a2a-d0315417 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b590d306-029e-96a5-9170-219af4ccc4c6-d0315417 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ba123e4d-d5d5-a7ee-edc2-149ea27b7b9f-d0315417 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d4259aba-c006-94bc-8126-4102863227d1-d0315417 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29f5c361-09ca-4caf-cf10-d80abd40117c-d0315417, #w-node-_63afe800-a652-c5a9-2c32-3a38cda0aacc-d0315417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cc8a-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cd53-6331540d, #w-node-b590d306-029e-96a5-9170-219af4ccc4c6-d0315417, #w-node-d4259aba-c006-94bc-8126-4102863227d1-d0315417 {
    grid-column: span 2 / span 2;
  }

  #w-node-_527c7a0c-1378-6e46-8802-fdb789aebbec-6431541a {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cabd-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378caea-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cb1a-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cb37-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cb40-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cb5d-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cc01-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cc37-6331540d {
    grid-column: span 1 / span 1;
  }

  #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cc8a-6331540d {
    grid-column: span 2 / span 2;
  }

  #w-node-f250d68f-87b6-37c4-fba0-e4f6e378ccc6-6331540d {
    grid-column: span 1 / span 1;
  }

  #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cd53-6331540d {
    grid-column: span 2 / span 2;
  }

  #w-node-_39902091-386c-12d7-b4ad-a67b4f54e1c5-85315416 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_51b36bee-e46d-bdf2-6e3e-3a78fa82699a-85315416 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_70b54b88-0c96-2b3f-b2f4-ec7f39aa10d4-85315416 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_70b54b88-0c96-2b3f-b2f4-ec7f39aa10d6-85315416 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a4b58188-ce90-05e3-0d04-1772007899e0-85315416 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a4b58188-ce90-05e3-0d04-1772007899e2-85315416 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1e208deb-d31e-96d9-870e-d3ac364bc9d5-85315416 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1e208deb-d31e-96d9-870e-d3ac364bc9d7-85315416 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ed38e576-497e-d115-0eff-54cb97fed457-d0315417, #w-node-_1f3f5db6-0317-1138-fbc1-89679452c8d5-d0315417, #w-node-ce7c4190-01cb-fb82-c8e5-aa12e46bb01c-d0315417, #w-node-_7a12ab53-046e-9707-e9cc-e06082332e24-d0315417, #w-node-caca65e8-9b82-58cf-7f93-3f45fbe6abe9-d0315417, #w-node-b763b89b-5dd8-1527-01cd-75cd22a58475-d0315417, #w-node-_01dac462-62a5-42aa-a1d1-6ae8a6d96a2a-d0315417 {
    grid-column: span 1 / span 1;
  }

  #w-node-b590d306-029e-96a5-9170-219af4ccc4c6-d0315417 {
    grid-column: span 2 / span 2;
  }

  #w-node-ba123e4d-d5d5-a7ee-edc2-149ea27b7b9f-d0315417 {
    grid-column: span 1 / span 1;
  }

  #w-node-d4259aba-c006-94bc-8126-4102863227d1-d0315417 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f250d68f-87b6-37c4-fba0-e4f6e378caea-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cb1a-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cb37-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cb40-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cb5d-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cc01-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cc37-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cc8a-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378ccc6-6331540d, #w-node-f250d68f-87b6-37c4-fba0-e4f6e378cd53-6331540d, #w-node-_1f3f5db6-0317-1138-fbc1-89679452c8d5-d0315417, #w-node-ce7c4190-01cb-fb82-c8e5-aa12e46bb01c-d0315417, #w-node-_7a12ab53-046e-9707-e9cc-e06082332e24-d0315417, #w-node-caca65e8-9b82-58cf-7f93-3f45fbe6abe9-d0315417, #w-node-b763b89b-5dd8-1527-01cd-75cd22a58475-d0315417, #w-node-_01dac462-62a5-42aa-a1d1-6ae8a6d96a2a-d0315417, #w-node-b590d306-029e-96a5-9170-219af4ccc4c6-d0315417, #w-node-ba123e4d-d5d5-a7ee-edc2-149ea27b7b9f-d0315417, #w-node-d4259aba-c006-94bc-8126-4102863227d1-d0315417 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-XLightItalic_Web.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-Bold_Web.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-LightItalic_Web.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-MediumItalic_Web.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book Web';
  src: url('../fonts/Gotham-Book_Web.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-ThinItalic_Web.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-XLight_Web.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-UltraItalic_Web.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-Black_Web.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-BoldItalic_Web.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Ultra Web';
  src: url('../fonts/Gotham-Ultra_Web.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-BlackItalic_Web.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-BookItalic_Web.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-Light_Web.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-Thin_Web.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Web';
  src: url('../fonts/Gotham-Medium_Web.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}