body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1900px !important;
  margin: 0 auto;
}

.conatiner-xxlg {
  max-width: 1320px;
}

.container-xlg {
  max-width: 1140px;
}

.container-md {
  max-width: 720px;
}

.container-small {
  max-width: 540px;
}

.container-xs {
  max-width: 576px;
}

.wrapper {
  padding: 20px 30px;
}

.z-index-higher {
  z-index: 9;
}

.z-index-lower {
  z-index: -9;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .navbar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 41px;
  margin-left: -135px;
}

nav .nav-item {
  list-style: none;
}

nav .nav-item .nav-link {
  margin: 0 20px;
}

.navbar-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navbar-flex .flex-row-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-flex .flex-row-contact li {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  list-style: none;
  margin-right: 7px;
  margin-left: 9px;
}

.navbar-flex .flex-row-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-flex .flex-row-social li {
  list-style: none;
  margin-right: 10px;
  margin-left: 23px;
}

header {
  padding-left: 30px;
}

.grid-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
}

.main_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  background: #F2F2F2;
  border-radius: 926px 9px 75px 51px;
  max-width: 100%;
}

.main_content {
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.main_content .small-text {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 23px;
}

.main_content h1 {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 57px;
}

.main_content .big-text {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 93.84%;
}

.main_content p {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
}

.main_content .button-green {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 139.34%;
  background: #B8E8D1;
  -webkit-box-shadow: 0px 10px 16px rgba(192, 220, 207, 0.25);
          box-shadow: 0px 10px 16px rgba(192, 220, 207, 0.25);
  border-radius: 10px;
  padding: 15px 33px 15px 33px;
  border: none;
}

.main_content .main-button {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 139.34%;
  text-decoration: none;
  margin-left: 15px;
  margin-right: 15px;
  color: #32463D;
  opacity: 0.5;
}

.bg-green {
  background: #B8E8D1;
  border-radius: 10px;
  padding: 7px 8px 9px 6px;
}

.grid-row-3fr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  position: relative;
}

.grid-row-3fr .grid-col-content {
  padding: 137px 17px 50px 100px;
  background-image: url("../images/Group 65 1.svg");
}

.grid-row-3fr .grid-col-content .section-super-text {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 93.84%;
  color: #333333;
  margin-bottom: 16px;
  margin-left: -53px;
}

.grid-row-3fr .grid-col-content h1 {
  margin-top: 10px;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  line-height: 93.84%;
  /* identical to box height, or 68px */
  text-transform: uppercase;
  /* Gray 1 */
  color: #333333;
}

.grid-row-3fr .grid-col-content h1 span {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 93.84%;
  /* identical to box height, or 34px */
  /* Gray 1 */
  color: #333333;
  display: inherit;
  margin-bottom: -28px;
}

.grid-row-3fr .grid-col-content .section__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  padding: 0px 143px 121px 0px;
}

.small-card {
  position: absolute;
  right: 0;
  top: 22%;
  background: #FFFFFF;
  -webkit-box-shadow: -11px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: -11px 0px 20px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 20px 20px;
  display: inline-block;
}

.small-card .small-card_text {
  padding: 25px 37px;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
  text-transform: uppercase;
  /* Gray 4 */
  color: #BDBDBD;
}

.meduim-card {
  position: absolute;
  right: 0;
  top: 35%;
  background: #FFFFFF;
  -webkit-box-shadow: -11px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: -11px 0px 20px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 20px 20px;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  text-transform: uppercase;
  color: #62CE9A;
}

.meduim-card p {
  padding: 10px 15px 10px 17px;
  max-width: 188px;
}

.second-line {
  margin-top: -153px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  padding: 49px 143px 121px 0px;
}

.grid-row-section_content-3 {
  display: -ms-grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 70px 0px 55px;
  gap: 30px;
}

.grdi-col-content-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grdi-col-content-3 h3 {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 93.84%;
}

.grdi-col-content-3 p {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  /* Gray 2 */
  color: #4F4F4F;
}

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

.section_title {
  font-weight: 800;
  font-size: 72px;
  line-height: 93.84%;
  /* identical to box height, or 68px */
  text-transform: uppercase;
  /* Gray 1 */
  padding-top: 134px;
  padding-left: 82px;
  color: #333333;
}

.section_title span {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 93.84%;
  color: #333333;
}

.margin-left-34 {
  margin-left: 44px;
}

footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #333333;
}

footer .footer-part-1 {
  padding: 47px 77px 100px;
}

footer .footer-part-1 .footer-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 93.84%;
  text-transform: uppercase;
  color: #F2F2F2;
}

footer .footer-part-1 .footer-location {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #F2F2F2;
}

footer .list-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-list li {
  list-style: none;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  /* identical to box height, or 157% */
  /* Gray 6 */
  color: #F2F2F2;
  opacity: 0.5;
}

.cotnact p {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #F2F2F2;
}

.cotnact .green {
  color: #2CC21F;
}

.cotnact .upper-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.cotnact .down-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.footer-part-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-part-2 .footer-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 93.84%;
  text-transform: uppercase;
  color: #F2F2F2;
}

.footer-part-2 .footer-list .list-title {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #F2F2F2;
}

.footer-part-2 .footer-list .list-title li {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #F2F2F2;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    margin: 0 auto;
    max-width: 720px;
  }
  .main_content {
    padding-left: 0px;
    padding-right: 40px;
  }
  .main_content h1 {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
  }
  .main_content h1 .small-text {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 93.84%;
  }
  .main_content h1 .big-text {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 93.84%;
  }
  .main_content p {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
  }
  .main_image img {
    max-width: 300px;
  }
  .d-none-tablt {
    display: none;
  }
  .grid-row-3fr {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .grid-row-3fr .grid-col-content {
    padding: 6px 17px 56px 107px;
  }
  .main_image img {
    max-width: 350px;
  }
}

@media only screen and (min-device-width: 200px) and (max-device-width: 760px) and (-webkit-min-device-pixel-ratio: 2) {
  .flex-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text-align-right {
    text-align: left;
  }
  .main_content .small-text {
    font-weight: 300;
    font-size: 24px;
    line-height: 23px;
  }
  .main_content .big-text {
    left: 16px;
    top: 160px;
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 93.84%;
  }
  .main_content h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 25px;
  }
  .grid-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .d-none {
    display: none;
  }
  .grid-col-content {
    background-image: none;
  }
  .grid-col-content p {
    padding: 9px;
  }
  .grid-col-imae {
    position: absolute;
    right: 0px;
    bottom: 34px;
    left: 26%;
  }
  .grid-col-imae img {
    max-width: 190px;
    margin-left: 245px;
  }
  .container {
    margin: 0 auto;
    max-width: 576px;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1400px) and (-webkit-min-device-pixel-ratio: 1) {
  .container {
    margin: 0 auto;
    max-width: 1140px !important;
  }
}

@media screen and (min-device-width: 576px) and (max-device-width: 766px) {
  .flex-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text-align-right {
    text-align: left;
  }
  .container {
    margin: 0 auto;
    max-width: 540px;
  }
  .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
  .container {
    margin: 0 auto;
    max-width: 960px !important;
  }
}

.container-fluid {
  max-width: 100%;
}
/*# sourceMappingURL=style.css.map */