.home-container {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #000000;
}
.home-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-video {
  top: 0px;
  left: 0px;
  width: 100%;
  filter: opacity(0.6);
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.home-navbar {
  width: 100%;
  display: flex;
  z-index: 1000;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  justify-content: space-between;
}
.home-branding {
  width: 575px;
  height: 177px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  object-fit: cover;
}
.home-burger-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hamburger {
  cursor: pointer;
  display: none;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-fourunits);
  padding-right: var(--dl-space-space-fourunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: space-between;
  background-color: #d81515;
}
.home-hamburger:hover {
  opacity: .5;
}
.home-icon {
  width: 60px;
  object-fit: cover;
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  color: var(--dl-color-gray-white);
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-gray-black);
}
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container01 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-image {
  height: 2rem;
}
.home-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon01 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-nav1 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text01 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text02 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text03 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-container02 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
}
.home-login {
  display: none;
  margin-right: var(--dl-space-space-twounits);
}
.home-register {
  display: none;
}
.home-icon-group {
  fill: var(--dl-color-gray-white);
  display: flex;
}
.home-icon03 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon05 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon07 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-hero-content {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-heading {
  color: rgb(255, 255, 255);
  width: 921px;
  font-size: 80px;
  max-width: 600px;
  font-family: Poppins;
  font-weight: 600;
}
.home-caption {
  color: rgb(255, 255, 255);
  font-size: 24px;
  max-width: 600px;
  font-family: Poppins;
  line-height: 36px;
}
.home-link {
  text-decoration: none;
}
.home-text11 {
  font-style: normal;
  font-weight: 700;
}
.home-header-container {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container03 {
  flex: 0 0 auto;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100px;
  display: flex;
  align-items: flex-start;
}
.home-note {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-end;
  padding-top: 120px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: flex-start;
}
.home-caption01 {
  color: rgb(255, 0, 67);
  width: 968px;
  font-size: 24px;
  max-width: 800px;
  font-weight: 400;
  line-height: 32px;
  margin-right: 153px;
}
.home-statistics {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.home-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  border-color: #313133;
  flex-direction: row;
  justify-content: flex-start;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.home-stat {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: center;
  border-color: #313133;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  border-right-width: 1px;
}
.home-header01 {
  color: rgb(255, 255, 255);
  font-size: 62px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  line-height: 73px;
}
.home-caption02 {
  color: rgb(124, 124, 128);
  font-size: 20px;
  text-align: center;
  line-height: 24px;
}
.home-stat1 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: center;
  border-color: #313133;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  border-right-width: 1px;
}
.home-header02 {
  color: rgb(255, 255, 255);
  font-size: 62px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  line-height: 73px;
}
.home-caption03 {
  color: rgb(124, 124, 128);
  font-size: 20px;
  text-align: center;
  line-height: 24px;
}
.home-stat2 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.home-header03 {
  color: rgb(255, 255, 255);
  font-size: 62px;
  font-style: italic;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  line-height: 73px;
}
.home-caption04 {
  color: rgb(124, 124, 128);
  font-size: 21px;
  text-align: center;
  line-height: 24px;
}
.home-stat3 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.home-header04 {
  color: rgb(255, 255, 255);
  font-size: 62px;
  font-style: italic;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  line-height: 73px;
}
.home-caption05 {
  color: rgb(124, 124, 128);
  font-size: 21px;
  text-align: center;
  line-height: 24px;
}
.home-get-started {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.home-header-container1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  z-index: 100;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-header05 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 500px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading1 {
  color: rgb(255, 255, 255);
  width: 668px;
  height: 204px;
  font-size: 60px;
  font-family: Poppins;
  font-weight: 500;
}
.home-text29 {
  font-style: normal;
}
.home-text30 {
  font-style: normal;
}
.home-text31 {
  font-style: normal;
}
.home-caption06 {
  color: rgb(168, 168, 170);
  font-size: 24px;
  max-width: 600px;
  line-height: 36px;
}
.home-button {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}
.home-button1 {
  text-decoration: none;
}
.home-text32 {
  font-size: 21px;
}
.home-image1 {
  top: 0px;
  right: 0px;
  width: 957px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
.home-objectives {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: space-between;
}
.home-content1 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  border-color: #313133;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
  border-top-width: 1px;
}
.home-text33 {
  color: rgb(124, 124, 128);
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.home-objectives-list {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: row;
  justify-content: flex-start;
}
.home-text34 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.home-text35 {
  color: rgb(124, 124, 128);
  line-height: 24px;
}
.home-text36 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.home-text39 {
  color: rgb(124, 124, 128);
  line-height: 24px;
}
.home-text40 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.home-text41 {
  color: rgb(124, 124, 128);
  line-height: 24px;
}
.home-growth {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.home-content2 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header06 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header07 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading2 {
  color: rgb(255, 255, 255);
  font-size: 60px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 700;
}
.home-caption07 {
  color: rgb(124, 124, 128);
  width: 100%;
  font-size: 24px;
  max-width: 560px;
  line-height: 36px;
}
.home-button2 {
  text-decoration: none;
}
.home-text44 {
  font-style: normal;
  font-weight: 600;
}
.home-images {
  flex: 1;
  display: flex;
  position: relative;
  align-items: flex-end;
  padding-top: var(--dl-space-space-fourunits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-square {
  top: 118px;
  right: -28px;
  width: 180px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  aspect-ratio: 1;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #403333;
}
.home-image2 {
  width: 640px;
  z-index: 100;
  margin-top: var(--dl-space-space-sixunits);
  object-fit: cover;
}
.home-container04 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-experience {
  gap: var(--dl-space-space-fourunits);
  width: 1388px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-end;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.home-container05 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-image3 {
  width: 575px;
  z-index: 100;
  object-fit: cover;
}
.home-images1 {
  flex: 1;
  height: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: var(--dl-space-space-halfunit);
  flex-direction: column;
  justify-content: flex-end;
}
.home-square1 {
  top: -855px;
  right: -439px;
  width: 180px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  aspect-ratio: 1;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #383636;
}
.home-header08 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 556px;
  display: flex;
  align-items: flex-start;
  border-color: #313133;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
  border-bottom-width: 1px;
}
.home-container06 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-container07 {
  flex: 0 0 auto;
  width: 624px;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading3 {
  color: rgb(255, 255, 255);
  font-size: 59px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 700;
}
.home-caption08 {
  color: rgb(124, 124, 128);
  width: 100%;
  font-size: 24px;
  max-width: 560px;
  line-height: 36px;
}
.home-button3 {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.home-text53 {
  font-style: normal;
  font-weight: 600;
}
.home-growth1 {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.home-content3 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header09 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header10 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading4 {
  color: rgb(255, 255, 255);
  font-size: 60px;
  font-family: Poppins;
  font-weight: 700;
}
.home-caption09 {
  color: rgb(168, 168, 170);
  width: 100%;
  font-size: 24px;
  max-width: 560px;
  line-height: 36px;
}
.home-button4 {
  text-decoration: none;
}
.home-text57 {
  font-style: normal;
  font-weight: 600;
}
.home-images2 {
  flex: 1;
  display: flex;
  position: relative;
  align-items: flex-end;
  padding-top: var(--dl-space-space-fourunits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-square2 {
  top: 115px;
  right: -28px;
  width: 180px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  aspect-ratio: 1;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #3a3838;
}
.home-image4 {
  width: 640px;
  z-index: 100;
  margin-top: var(--dl-space-space-sixunits);
  object-fit: cover;
}
.home-experience1 {
  gap: var(--dl-space-space-fourunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-end;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.home-images3 {
  flex: 1;
  height: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: var(--dl-space-space-halfunit);
  flex-direction: column;
  justify-content: flex-end;
}
.home-square3 {
  left: -35px;
  width: 180px;
  bottom: -35px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  aspect-ratio: 1;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #eb112f;
}
.home-image5 {
  width: 575px;
  z-index: 100;
  object-fit: cover;
}
.home-content4 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header11 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-color: #313133;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
  border-bottom-width: 1px;
}
.home-header-container2 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header12 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading5 {
  color: rgb(255, 255, 255);
  font-size: 60px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 700;
}
.home-caption10 {
  color: rgb(124, 124, 128);
  width: 100%;
  font-size: 24px;
  max-width: 560px;
  line-height: 36px;
}
.home-button5 {
  text-decoration: none;
}
.home-text58 {
  font-style: normal;
  font-weight: 600;
}
.home-create {
  gap: var(--dl-space-space-fourunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: flex-end;
}
.home-content5 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  background-color: #e5264c;
}
.home-header13 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-heading6 {
  color: rgb(255, 255, 255);
  font-size: 96px;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  padding-top: 0px;
  padding-left: var(--dl-space-space-halfunit);
  padding-right: var(--dl-space-space-halfunit);
}
.home-link1 {
  text-decoration: none;
  background-color: #000000;
}
.home-text62 {
  font-size: 24px;
}
.home-text63 {
  font-size: 27px;
}
.home-text64 {
  font-size: 24px;
}
.home-i-n-f-o-m-e-s-s-a-g-e {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
}
.home-header-container3 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header14 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-row {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-heading7 {
  font-size: 60px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 400;
}
.home-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.home-content6 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  border-color: #313133;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  border-top-width: 1px;
}
.home-main {
  gap: 240px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.home-branding1 {
  gap: var(--dl-space-space-twounits);
  width: 400px;
  display: flex;
  align-items: flex-start;
  padding-top: -48px;
  flex-direction: column;
}
.home-image6 {
  width: 292px;
  height: 89px;
  object-fit: cover;
}
.home-image37 {
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.home-link2 {
  color: #a8a8aa;
  font-size: 24px;
  line-height: 44px;
  text-decoration: none;
}
.home-links {
  gap: 120px;
  display: none;
  align-items: flex-start;
  flex-direction: row;
}
.home-column {
  gap: var(--dl-space-space-threeunits);
  color: white;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header15 {
  font-size: 24px;
  font-style: italic;
  font-family: Playfair Display;
  font-weight: 500;
}
.home-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-navlink {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink:hover {
  opacity: .5;
}
.home-navlink01 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink01:hover {
  opacity: .5;
}
.home-navlink02 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink02:hover {
  opacity: .5;
}
.home-navlink03 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink03:hover {
  opacity: .5;
}
.home-text75:hover {
  opacity: .5;
}
.home-column1 {
  gap: var(--dl-space-space-threeunits);
  color: white;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header16 {
  font-size: 24px;
  font-style: italic;
  font-family: Playfair Display;
  font-weight: 500;
}
.home-list1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-navlink04 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink04:hover {
  opacity: .5;
}
.home-navlink05 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink05:hover {
  opacity: .5;
}
.home-navlink06 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink06:hover {
  opacity: .5;
}
.home-navlink07 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink07:hover {
  opacity: .5;
}
.home-navlink08 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink08:hover {
  opacity: .5;
}
.home-navlink09 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink09:hover {
  opacity: .5;
}
.home-navlink10 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink10:hover {
  opacity: .5;
}
.home-column2 {
  gap: var(--dl-space-space-threeunits);
  color: white;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header17 {
  font-size: 24px;
  font-style: italic;
  font-family: Playfair Display;
  font-weight: 500;
}
.home-list2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-navlink11 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink11:hover {
  opacity: .5;
}
.home-navlink12 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink12:hover {
  opacity: .5;
}
.home-navlink13 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink13:hover {
  opacity: .5;
}
.home-navlink14 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink14:hover {
  opacity: .5;
}
.home-navlink15 {
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  line-height: 32px;
  text-decoration: none;
}
.home-navlink15:hover {
  opacity: .5;
}
.home-link3 {
  color: #f3f2f2;
  font-size: 29px;
  margin-top: -64px;
  font-family: Poppins;
  margin-bottom: -64px;
  text-decoration: none;
}
.home-link4 {
  color: rgb(243, 242, 242);
  font-size: 29px;
  margin-bottom: -30px;
  text-decoration: none;
}
.home-container08 {
  flex: 0 0 auto;
  width: auto;
  height: 65px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-link5 {
  display: contents;
}
.home-icon09 {
  fill: #ffffff;
  width: 65px;
  height: 65px;
  padding-right: -64px;
  text-decoration: none;
}
.home-link6 {
  display: contents;
}
.home-icon11 {
  fill: #f5f2f2;
  width: 65px;
  height: 65px;
  padding-left: -65px;
  text-decoration: none;
}
.home-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-container09 {
  flex: 0 0 auto;
  width: auto;
  height: 65px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-container10 {
  flex: 0 0 auto;
  width: auto;
  height: 65px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-container11 {
  flex: 0 0 auto;
  width: auto;
  height: 65px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-container12 {
  flex: 0 0 auto;
  width: auto;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 65px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-text77 {
  color: rgb(124, 124, 128);
  font-size: 18px;
  line-height: 21px;
}
.home-button6 {
  display: flex;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fiveunits);
  border-radius: 0px;
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-unit);
}
.home-image7 {
  width: 21px;
  display: none;
  object-fit: cover;
}
@media(max-width: 1200px) {
  .home-hamburger {
    display: none;
  }
  .home-heading {
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
  }
  .home-caption {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-family: Poppins;
    line-height: 36px;
  }
  .home-heading1 {
    color: rgb(255, 255, 255);
  }
  .home-text29 {
    color: #ff0000;
    font-style: normal;
  }
  .home-text30 {
    font-style: normal;
  }
  .home-text31 {
    font-style: normal;
  }
  .home-heading2 {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
  }
  .home-images {
    height: 698px;
  }
  .home-image2 {
    height: 574px;
    margin-top: 0px;
  }
  .home-container04 {
    width: 100%;
  }
  .home-experience {
    width: 100%;
  }
  .home-image3 {
    width: 550px;
    height: 510px;
  }
  .home-square1 {
    top: -504px;
    left: -660px;
  }
  .home-header08 {
    width: auto;
    padding-bottom: 0px;
  }
  .home-container07 {
    width: 485px;
    height: 641px;
  }
  .home-heading3 {
    color: rgb(255, 255, 255);
    font-size: 59px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
  }
  .home-caption08 {
    color: rgb(124, 124, 128);
    width: 355px;
    height: 357px;
    font-size: 24px;
    line-height: 28px;
  }
  .home-button3 {
    margin-top: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading4 {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-family: Poppins;
    font-weight: 700;
  }
  .home-image5 {
    width: 640px;
  }
  .home-heading5 {
    color: rgb(255, 255, 255);
  }
  .home-heading7 {
    font-size: 60px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 400;
  }
  .home-link2 {
    font-family: Poppins;
    line-height: 34px;
  }
  .home-link3 {
    font-size: 22px;
  }
  .home-link4 {
    font-size: 22px;
    font-family: Poppins;
  }
}
@media(max-width: 991px) {
  .home-hero {
    padding-left: var(--dl-space-space-oneandhalfunits);
  }
  .home-hero-content {
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading {
    font-size: 70px;
  }
  .home-content {
    padding-top: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
  .home-stat {
    width: 100%;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    border-right-width: 0px;
    border-bottom-width: 1px;
  }
  .home-stat1 {
    width: 100%;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    border-right-width: 0px;
    border-bottom-width: 1px;
  }
  .home-stat2 {
    width: 100%;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-stat3 {
    width: 100%;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading1 {
    color: rgb(255, 255, 255);
    height: 102px;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 42px;
  }
  .home-text29 {
    color: #ff0000;
    font-style: normal;
  }
  .home-text30 {
    font-style: normal;
  }
  .home-text31 {
    font-style: normal;
  }
  .home-caption06 {
    width: 402px;
  }
  .home-content1 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-objectives-list {
    padding-right: 0px;
  }
  .home-objective1 {
    flex: 1;
  }
  .home-objective2 {
    flex: 1;
  }
  .home-growth {
    flex-direction: column;
  }
  .home-images {
    padding-top: 0px;
  }
  .home-square {
    top: -20px;
    right: -20px;
    background-color: #f53716;
  }
  .home-image2 {
    margin-top: 0px;
  }
  .home-container04 {
    height: 1280px;
  }
  .home-experience {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .home-caption08 {
    color: rgb(124, 124, 128);
    width: 363px;
    font-size: 24px;
    line-height: 28px;
  }
  .home-growth1 {
    flex-direction: column;
  }
  .home-images2 {
    padding-top: 0px;
  }
  .home-square2 {
    top: -20px;
    right: -20px;
    background-color: #f53716;
  }
  .home-image4 {
    margin-top: 0px;
  }
  .home-experience1 {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .home-content5 {
    gap: var(--dl-space-space-twounits);
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-heading6 {
    font-size: 50px;
  }
  .home-heading7 {
    color: rgb(255, 255, 255);
  }
  .home-content6 {
    border-top-width: 0px;
  }
  .home-main {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-branding1 {
    width: 100%;
  }
  .home-icon09 {
    padding-right: 0px;
  }
  .home-icon11 {
    padding-left: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 767px) {
  .home-navbar {
    width: 587px;
    justify-content: flex-start;
  }
  .home-branding {
    width: 360px;
    height: auto;
    margin-top: var(--dl-space-space-threeunits);
    margin-left: var(--dl-space-space-sixunits);
    margin-right: 0px;
    padding-left: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-burger-menu {
    display: flex;
  }
  .home-hero-content {
    height: 745px;
  }
  .home-heading {
    color: rgb(255, 255, 255);
    width: 304px;
    font-size: 29px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
    margin-right: var(--dl-space-space-threeunits);
  }
  .home-text04 {
    font-size: 50px;
  }
  .home-text05 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
  }
  .home-text06 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
  }
  .home-text07 {
    font-size: 65px;
    font-style: normal;
    font-weight: 500;
  }
  .home-caption {
    color: rgb(255, 255, 255);
    width: 342px;
    font-size: 19px;
    font-family: Poppins;
    line-height: 32px;
    margin-right: var(--dl-space-space-fourunits);
  }
  .home-link {
    margin-top: -46px;
  }
  .home-header-container {
    width: 345px;
  }
  .home-container03 {
    border-color: #000000;
  }
  .home-note {
    align-items: flex-start;
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-caption01 {
    color: rgb(124, 124, 128);
    font-size: 21px;
    max-width: 90%;
    font-weight: 400;
    line-height: 32px;
    margin-right: 0px;
  }
  .home-text15 {
    font-weight: 600;
  }
  .home-statistics {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-stat {
    gap: var(--dl-space-space-unit);
  }
  .home-header01 {
    font-size: 36px;
    line-height: 42px;
  }
  .home-caption02 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-stat1 {
    gap: var(--dl-space-space-unit);
  }
  .home-header02 {
    font-size: 36px;
    line-height: 42px;
  }
  .home-caption03 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-stat2 {
    gap: var(--dl-space-space-unit);
  }
  .home-header03 {
    font-size: 36px;
    line-height: 42px;
  }
  .home-caption04 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-stat3 {
    gap: var(--dl-space-space-unit);
  }
  .home-header04 {
    font-size: 36px;
    line-height: 42px;
  }
  .home-caption05 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-get-started {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-header05 {
    width: 393px;
  }
  .home-heading1 {
    color: rgb(255, 255, 255);
    width: 376px;
    height: 140px;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-text29 {
    color: #ff0000;
    font-style: normal;
  }
  .home-text30 {
    font-style: normal;
  }
  .home-text31 {
    font-style: normal;
  }
  .home-caption06 {
    color: #ffffff;
    width: 331px;
    font-size: 24px;
    margin-top: var(--dl-space-space-threeunits);
    line-height: 30px;
  }
  .home-button1 {
    width: 295px;
  }
  .home-text32 {
    font-size: 21px;
    text-align: center;
  }
  .home-image1 {
    width: 562px;
    height: 503px;
    opacity: 0.67;
  }
  .home-objectives {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-content1 {
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-objectives-list {
    width: 100%;
    flex-direction: column;
  }
  .home-growth {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-content2 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-header06 {
    gap: var(--dl-space-space-unit);
  }
  .home-heading2 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
  }
  .home-caption07 {
    color: var(--dl-color-gray-700);
    font-size: 22px;
    line-height: 28px;
  }
  .home-image2 {
    width: 100%;
    height: auto;
  }
  .home-experience {
    height: 1266px;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-image3 {
    width: 100%;
    height: auto;
    margin-top: var(--dl-space-space-fourunits);
  }
  .home-square1 {
    left: -20px;
    width: 20%;
    bottom: -20px;
    background-color: #900a01;
  }
  .home-header08 {
    height: 490px;
    padding-bottom: 0px;
  }
  .home-container07 {
    width: 380px;
    height: 576px;
  }
  .home-heading3 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
  }
  .home-caption08 {
    color: var(--dl-color-gray-700);
    width: 360px;
    height: 234px;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: var(--dl-space-space-fiveunits);
    padding-bottom: 0px;
  }
  .home-text48 {
    color: var(--dl-color-gray-700);
    line-height: 28px;
  }
  .home-text49 {
    color: #a8a8aa;
    line-height: 28px;
  }
  .home-text50 {
    color: #a8a8aa;
    line-height: 28px;
  }
  .home-button3 {
    margin-top: var(--dl-space-space-oneandhalfunits);
  }
  .home-growth1 {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-content3 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-header09 {
    gap: var(--dl-space-space-unit);
    width: 419px;
  }
  .home-heading4 {
    font-size: 40px;
  }
  .home-caption09 {
    color: var(--dl-color-gray-700);
    width: 341px;
    height: 314px;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: var(--dl-space-space-threeunits);
    padding-bottom: 0px;
  }
  .home-text54 {
    font-size: 22px;
    line-height: 28px;
  }
  .home-image4 {
    width: 100%;
  }
  .home-experience1 {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-square3 {
    left: -20px;
    width: 20%;
    bottom: -20px;
    background-color: #900a01;
  }
  .home-image5 {
    width: 100%;
  }
  .home-content4 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 368px;
  }
  .home-header11 {
    width: 342px;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-header-container2 {
    gap: var(--dl-space-space-unit);
    width: 389px;
  }
  .home-heading5 {
    color: rgb(255, 255, 255);
    width: 372px;
    font-size: 36px;
  }
  .home-caption10 {
    color: var(--dl-color-gray-700);
    width: 306px;
    font-size: 22px;
    line-height: 28px;
  }
  .home-create {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-content5 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    background-color: #f34b30;
  }
  .home-heading6 {
    font-size: 36px;
  }
  .home-text62 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-i-n-f-o-m-e-s-s-a-g-e {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-heading7 {
    color: #353434;
    font-size: 36px;
  }
  .home-footer {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-links {
    gap: var(--dl-space-space-fiveunits);
    flex-direction: row;
  }
}
@media(max-width: 390px) {
  .home-navbar {
    width: 363px;
    height: 226px;
  }
  .home-branding {
    width: 330px;
    height: auto;
    margin-left: var(--dl-space-space-twounits);
    padding-top: var(--dl-space-space-unit);
    padding-left: 0px;
  }
  .home-hamburger {
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-icon {
    width: 30px;
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-hero-content {
    gap: var(--dl-space-space-threeunits);
    width: 375px;
    height: 696px;
  }
  .home-heading {
    color: rgb(255, 255, 255);
    width: 350px;
    font-size: 24px;
    font-style: normal;
    margin-top: var(--dl-space-space-halfunit);
    font-family: Poppins;
    font-weight: 700;
    margin-left: 0it;
    margin-right: 0it;
    margin-bottom: 3px;
  }
  .home-text04 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
  }
  .home-text05 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
  }
  .home-text06 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
  }
  .home-text07 {
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
  }
  .home-caption {
    color: rgb(255, 255, 255);
    width: 350px;
    height: 222px;
    font-size: 20px;
    font-family: Poppins;
    line-height: 36px;
  }
  .home-link {
    text-align: center;
  }
  .home-header-container {
    align-self: flex-start;
  }
  .home-container03 {
    height: 135px;
  }
  .home-note {
    padding-top: var(--dl-space-space-fourunits);
  }
  .home-caption01 {
    color: rgb(124, 124, 128);
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
  }
  .home-text15 {
    font-weight: 600;
  }
  .home-header05 {
    width: 365px;
    margin-right: 0px;
  }
  .home-heading1 {
    color: rgb(255, 255, 255);
    width: 347px;
    font-size: 35px;
    align-self: flex-start;
    font-family: Poppins;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-text29 {
    color: #e40f0f;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  .home-text30 {
    font-style: normal;
  }
  .home-text31 {
    font-style: normal;
    line-height: 44px;
  }
  .home-caption06 {
    color: #ffffff;
    width: 290px;
    font-size: 24px;
    max-width: 400370px;
    align-self: flex-start;
    line-height: 36px;
  }
  .home-button1 {
    max-width: var(--dl-size-size-xxlarge);
  }
  .home-image1 {
    left: 0px;
    right: 0px;
    width: 400px;
    height: var(--dl-size-size-xxlarge);
    margin: auto;
    opacity: 0.6;
  }
  .home-text33 {
    font-size: 12px;
    line-height: 18px;
  }
  .home-text34 {
    font-size: 18px;
  }
  .home-text36 {
    font-size: 18px;
  }
  .home-text40 {
    font-size: 18px;
  }
  .home-heading2 {
    font-size: 36px;
  }
  .home-caption07 {
    color: var(--dl-color-gray-700);
    font-size: 22px;
    line-height: 28px;
  }
  .home-image2 {
    width: 100%;
    height: auto;
  }
  .home-container04 {
    height: 951px;
  }
  .home-experience {
    height: 944px;
  }
  .home-image3 {
    width: 100%;
    height: auto;
    margin-top: -30px;
  }
  .home-header08 {
    height: 800px;
  }
  .home-container07 {
    width: 100%;
    height: 580px;
  }
  .home-heading3 {
    color: rgb(255, 255, 255);
    height: 127px;
    font-size: 36px;
    align-self: flex-start;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
  }
  .home-caption08 {
    color: var(--dl-color-gray-700);
    width: 325px;
    height: 304px;
    font-size: 22px;
    align-self: flex-start;
    margin-top: var(--dl-space-space-twounits);
    line-height: 28px;
    margin-bottom: var(--dl-space-space-twounits);
    padding-bottom: 0px;
  }
  .home-text48 {
    color: #aaaaad;
    line-height: 28px;
  }
  .home-text49 {
    color: #a8a8aa;
    line-height: 28px;
  }
  .home-text50 {
    color: #a8a8aa;
    line-height: 28px;
  }
  .home-button3 {
    width: 322px;
    align-self: center;
    margin-top: var(--dl-space-space-halfunit);
    padding-right: 37px;
  }
  .home-text53 {
    text-align: center;
    padding-top: 0px;
  }
  .home-header09 {
    width: 353px;
  }
  .home-heading4 {
    width: 371px;
    font-size: 36px;
  }
  .home-caption09 {
    color: var(--dl-color-gray-700);
    width: 322px;
    font-size: 22px;
    line-height: 28px;
  }
  .home-text54 {
    font-size: 22px;
    line-height: 28px;
  }
  .home-button4 {
    width: 340px;
  }
  .home-experience1 {
    height: 926px;
  }
  .home-header11 {
    height: 437px;
  }
  .home-heading5 {
    color: rgb(255, 255, 255);
    width: 339px;
    font-size: 30px;
  }
  .home-caption10 {
    color: var(--dl-color-gray-700);
    width: 328px;
    font-size: 22px;
    line-height: 28px;
  }
  .home-button5 {
    width: 361px;
    position: relative;
    padding-right: 83px;
  }
  .home-content5 {
    background-color: #ef2327;
  }
  .home-heading6 {
    color: rgb(255, 255, 255);
    font-style: normal;
    text-align: center;
    font-weight: 500;
  }
  .home-link1 {
    text-align: center;
  }
  .home-text62 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
  }
  .home-heading7 {
    color: #080808;
  }
  .home-links {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-bottom {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
    justify-content: center;
  }
  .home-text77 {
    line-height: 17px;
  }
  .home-button6 {
    justify-content: center;
  }
}
