@font-face {
  font-family: "Roboto Mono";
  src: url("/fonts/RobotoMono-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("/fonts/DMSans-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("/fonts/NeueHaasDisplayMediu.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pridi";
  src: url("/fonts/Pridi-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
body {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.5%;
  color: #6f6f6f;
  font-family: "DM Sans", sans-serif;
  display: flex;
  flex-direction: column;
}
.main_container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.navigation_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 56px 0;
}
.title a {
  font-family: Pridi;
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
}
.navigation_bar .menu {
  align-self: end;
}
.menu a {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.5%;
  color: #000;
  font-family: "DM Sans", sans-serif;
  padding: 0 12px;
  text-decoration: none;
}
.menu a:first-of-type {
  padding-left: 0;
}
.menu a:last-of-type {
  padding-right: 0;
}
.buttons {
  display: flex;
  align-items: center;
}
.spacer {
  min-height: 80px;
}
.button_type_1 {
  width: 134;
  height: 48;
  gap: 2px;
  border-radius: 1000px;
  padding: 14px 22px;
  background-color: #1c90c7;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -2.5%;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
}
.button_type_1 :hover {
  cursor: pointer;
}
.main {
  flex-grow: 1;
}
.footer_bar {
  border-top: 1px solid #e9e9e9;
  height: 197px;
  display: flex;
  flex-direction: column;
  padding: 50px 0 40px 0;
  box-sizing: border-box;
}
.footer_bar .links {
  flex-grow: 1;
}
.footer_bar .copyright {
  font-family: Roboto Mono;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #485c11;
}
.footer_bar .copyright span {
  float: right;
}
.hero_box {
  background-image: url("/images/35830256f15ee9291594b50b346755c73d7bf309.jpg");
  border-radius: 30px;
  height: 732px;
  background-size: cover;
  padding: 175px;
  box-sizing: border-box;
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 500;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.hero_box .buttons {
  margin-top: 50px;
}
.hero_box.second_box {
  background-image: url("/images/d7abf289f4b2355c839b7d49b3fbe40c69ca58d2.jpg") !important;
}
.hero_box.third_box {
  background-image: url("/images/e3fff2cad5953b9c4a6a0261a01284b29cc91dda.jpg") !important;
}
.hero_box.about_one {
  background-image: url("/images/eaaa28d3ad23094a15ed47d1a0c9b0f61922f6b6.jpg") !important;
  height: auto;
}
.hero_box.about_two {
  background-image: url("/images/8b8e473c1bcd9449eca49929f7d2ec4c39748180.jpg") !important;
  height: auto;
}
.hero_box.faq_one {
  background-image: url("/images/f03de87128e69e5c242e2f7386d4d534e9ee87bd.jpg") !important;
  height: auto;
}
.hero_box.benefits_one {
  background-image: url("/images/a7b3f92d4c8e51f67a0c3de4916b8a7f2d4e9bc0.jpeg") !important;
  height: auto;
}
.about_content {
  margin-bottom: 80px;
}
.default_text {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.5%;
  color: #6f6f6f;
  font-family: "DM Sans", sans-serif;
}
.sub_header .pre_title {
  font-family: Roboto Mono;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #485c11;
  margin-bottom: 50px;
}
.sub_header .main_title {
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 450;
  font-size: 60px;
  line-height: 90%;
  letter-spacing: 0%;
  color: #000;
}
.sub_header .default_text {
  margin-top: 40px;
}
.icon_row {
  display: flex;
  gap: 20px;
}
.icon_row .icon_tile {
  padding: 40px 20px 40px 0;
  border-top: 1px solid #e9e9e9;
}
.icon_row .icon_tile h5 {
  font-size: 18px;
  font-weight: 450;
  color: #000;
  margin: 20px 0;
}
.icon_row .icon_tile img {
  max-width: 44px;
  max-height: 44px;
  border-radius: 1000px;
  background-color: #fafafa;
  padding: 10px;
  box-sizing: border-box;
  object-fit: cover;
}
.contact_container {
  color: #000;
  max-width: 488px;
  margin: auto;
}
.contact_container button {
  max-width: 144px;
}
.contact_container button :hover {
  cursor: pointer;
}
.contact_header p {
  margin: 8px 0;
}
.contact_header h4 {
  margin: 8px 0;
}
.slideshow_master {
  display: flex;
  gap: 20px;
}
.slideshow_master > div {
  width: 50%;
  box-sizing: border-box;
}
.slideshow_master .slideshow_text {
  padding-top: 60px;
  border-top: 1px solid #e9e9e9;
}
.slideshow_container {
  position: relative;
  background-color: #000;
  overflow: hidden;
  height: 711px;
  border-radius: 30px;
}
.slideshow_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
/* Top-right controls */
.slideshow_controls {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  gap: 10px;
}
.slideshow_controls img:hover {
  cursor: pointer;
}
.text_row {
  display: flex;
  border-top: 1px solid #e9e9e9;
  padding: 20px 0;
}
.text_row .count {
  padding-right: 30px;
}
.text_row .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.5%;
  color: #000;
  font-family: "DM Sans", sans-serif;
}
.text_row_section {
  margin: 20px 0;
}
.spacer_header {
  text-align: center;
  border-top: 1px solid #e9e9e9;
  padding: 80px 0;
  margin-top: 120px;
}
.spacer_header .buttons {
  margin-top: 40px;
  display: block !important;
}
.success_title {
  border-top: 1px solid #e9e9e9;
  padding: 80px 0;
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 450;
  font-size: 60px;
  line-height: 90%;
  letter-spacing: 0%;
  color: #000;
}
.success_boxes {
  display: flex;
  gap: 20px;
}
.success_box {
  flex-grow: 1;
  padding-right: 30px;
  border-top: 1px solid #e9e9e9;
}
.success_box h3 {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -4%;
  color: #cecece;
  margin: 60px 0;
}
.success_box h5 {
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 450;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
}
.success_box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.5%;
  color: #6f6f6f;
  font-family: "DM Sans", sans-serif;
}
.success_map {
  padding-bottom: 120px;
}
.faq_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq_container .title {
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000;
}
.faq_container .row {
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 8px;
}
.faq_container .row .sub_title {
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 8px;
}
.test {
  display: flex;
  gap: 20px;
  height: 840px;
  margin-bottom: 80px;
}
.test > div {
  width: 50%;
  box-sizing: border-box;
}
.test .test_image {
  background-size: cover;
  background-position: right;
  background-image: url("/images/64e1b840eea6b1ff086c5f535ea24630724c6dd9.jpg");
  transform: scaleX(-1);
  border-radius: 30px;
}
.test .test_image.benefits_one {
  background-image: url("/images/e5d49a71c3f8b2079ab41f36c6d2e80b4fa395cd.jpeg") !important;
  transform: none;
}
.test .test_text {
  padding: 50px 0 50px 50px;
  align-content: center;
}
.test .test_text .test_quote {
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 450;
  font-size: 40px;
  line-height: 105%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 50px;
}
.test .test_text .test_name {
  color: #000;
}
.test .test_text .test_title {
  font-family: Roboto Mono;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #485c11;
  margin-top: 8px;
}
.contact_field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.contact_field label {
  margin-bottom: 8px;
  font-weight: 1000;
  color: #000;
}
.contact_field input,
.contact_field textarea {
  padding: 12px;
  border: 1px solid #cecece;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  resize: vertical;
  background: rgba(28,33,38,0.02);
}
.contact_field textarea {
  min-height: 120px;
}
.contact_form {
  max-width: 600px;
  margin: 40px 0;
}
.contact_form .button_type_1 {
  margin-top: 10px;
}
.privacy_container {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}
.privacy_section {
  margin-bottom: 40px;
}
.privacy_section h3 {
  color: #000;
  margin-bottom: 15px;
  font-size: 24px;
}
.privacy_section p {
  margin-bottom: 15px;
  line-height: 1.6;
}
.privacy_section ul {
  margin-left: 20px;
  margin-bottom: 15px;
}
.privacy_section ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}
