@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Figtree Variablefont Wght;
  src: url('../fonts/Figtree-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Bold.ttf') format("truetype"), url('../fonts/Figtree-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree Variablefont Wght;
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-BoldItalic.ttf') format("truetype"), url('../fonts/Figtree-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.ttf') format("truetype"), url('../fonts/Inter-Bold.ttf') format("truetype"), url('../fonts/Inter-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraLight.ttf') format("truetype"), url('../fonts/Inter-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Slnt Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  text-align: center;
  border-bottom: 3px solid #f84033;
  padding-top: 20px;
  padding-bottom: 20px;
}

.submit-button {
  color: #fff;
  background-color: #f74033;
  border-radius: 5px;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.submit-button:hover {
  color: #fff;
  background-color: #000;
}

.text-block-2 {
  color: #041b3d;
  text-align: center;
  padding-top: 215px;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.column-2 {
  text-align: center;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.text-block-3 {
  color: #dcb760;
  text-shadow: 1px 1px 1px #000;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.text-span {
  color: #dcb760;
}

.column {
  text-align: center;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.text-span-2 {
  color: #fff;
}

.image {
  margin-bottom: 0;
}

.form {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 25px;
  padding: 60px 40px 20px;
  font-family: Figtree, sans-serif;
}

.field-label-2 {
  color: #041b3d;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Figtree Variablefont Wght, sans-serif;
  font-weight: 600;
}

.error-message {
  z-index: 2;
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.columns-2 {
  margin-bottom: 10px;
}

.section-2 {
  min-height: 100vh;
  padding: 0;
}

.text-block {
  color: #000;
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
}

.link {
  color: #000;
}

.select-field {
  color: #000;
  height: auto;
  font-family: Inter, sans-serif;
}

.textarea {
  font-family: Poppins;
}

.radio-button-field {
  color: #fff;
  text-align: left;
  font-family: Poppins;
}

.dropdown {
  background-color: #f3f3f3;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 38px;
  font-family: Poppins;
  display: flex;
}

.icon {
  justify-content: space-around;
  margin-right: 10px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.text-block-4 {
  text-align: center;
  align-items: center;
  height: 38px;
  padding-left: 10px;
  display: flex;
}

.dropdown-toggle {
  justify-content: space-around;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
  display: block;
}

.image-2 {
  border-radius: 12px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fcfcfc;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Figtree Variablefont Wght, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
}

.heading-2.black {
  color: #171717;
  font-size: 20px;
}

.heading-3 {
  color: #171717;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  line-height: 34px;
}

.text-block-5 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
}

.columns-3 {
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-3 {
  max-width: 50%;
}

.image-4 {
  max-width: 70%;
}

.bold-text {
  font-family: Figtree, sans-serif;
  font-size: 20px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.columns-4 {
  height: 120vh;
  padding-top: 0;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  background-color: #041b3d;
  background-image: linear-gradient(#041b3d4d, #041b3d4d), url('../images/pexels-orest-sv-1821694.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 100%;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.select-field-2 {
  color: #041b3d;
  text-transform: uppercase;
  background-color: #fff;
  margin-bottom: 15px;
}

.text-field {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-3 {
  text-align: center;
  background-color: #041b3d;
  padding-top: 5px;
  padding-bottom: 5px;
}

.select-field-3 {
  color: #041b3d;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  font-family: Figtree, sans-serif;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    flex-direction: column;
  }

  .text-block {
    padding-left: 10px;
  }

  .image-2 {
    margin-bottom: 10px;
  }

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

  .heading-4 {
    font-size: 20px;
  }

  .column-4 {
    height: 70%;
    padding-top: 20px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .form {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 20px;
  }
}


@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree Variablefont Wght';
  src: url('../fonts/Figtree-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Bold.ttf') format('truetype'), url('../fonts/Figtree-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree Variablefont Wght';
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-BoldItalic.ttf') format('truetype'), url('../fonts/Figtree-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype'), url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}