html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* TOP NAV STYLE STARTS */
.menu {
  position: fixed;
  right: 15px;
  top: 20px;
  height: 20px;
  width: 25px;
  z-index: 1100;
  background: 0;
  outline: 0;
  padding: 10px;
  border: 0;
  transition: 0.4s transform linear;
  transition: 0.4s ease;
}

.menu:focus {
  outline: 0;
  box-shadow: none;
}

.bar, .bar::before, .bar::after {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  margin: auto;
  width: 100%;
  content: "";
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
}

.bar {
  width: 14px;
}

.headerscroll .bar {
  margin-top: 0px;
}

.bar::before {
  top: -8px;
  width: 24px;
}

.bar::after {
  top: 8px;
  width: 24px;
}

.bar::before, .bar::after {
  transform: rotate(0deg);
}

.menu.active .bar {
  background-color: transparent;
}

.active .bar {
  background: 0;
}

.active .bar::before {
  background: #fff;
  transform: rotate(45deg);
}

.active .bar::after {
  background: #fff;
  transform: rotate(-45deg);
}

.active .bar::before, .active .bar::after {
  top: 0;
}

.active .bar, .active .bar::before, .active .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
}

.navslide {
  width: 220px;
  height: 100%;
  background: #33ac75;
  padding-top: 80px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(220px);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  z-index: 1050;
}

.menu-open nav {
  transform: translateX(0);
}

.navslide ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.navslide ul li {
  margin-bottom: 10px;
}

.navslide ul li a {
  padding: 5px 20px;
  font-size: 14px;
  display: block;
  color: #000;
}

.navslide ul li a:hover, .navslide ul li a:focus {
  color: #F04923;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

.navslide ul li.menu-item.active a {
  color: #000;
  font-weight: 500;
  background-color: #29d386;
}

header button:focus {
  outline: 0;
}

/* TOP NAV STYLE ENDS */
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .menu {
    top: 18px;
  }
  .navslide {
    width: 300px;
    height: 100%;
    transform: translateX(1100px);
    padding-top: 100px;
  }
  .navslide ul li {
    margin-bottom: 10px;
  }
  .navslide ul li a {
    padding-left: 50px;
    font-size: 18px;
  }
}
body.menu-open {
  position: relative;
  overflow: hidden;
}

body.menu-open::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.general-content {
  padding: 80px 0;
  font-size: 16px;
  line-height: 26px;
  color: #d1d1d1;
}
.general-content h1 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #fff;
}
.general-content h2 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #fff;
}
.general-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.general-content h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.general-content h5 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.general-content h6 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.general-content p {
  margin-bottom: 25px;
}
.general-content ul, .general-content ol {
  list-style-type: circle;
  padding-left: 40px;
  margin-bottom: 35px;
}
.general-content ul li, .general-content ol li {
  margin-bottom: 15px;
}
.general-content a {
  color: #1EEB8F;
}
.general-content a:hover {
  text-decoration: underline;
}
.general-content b, .general-content strong {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .general-content {
    padding: 30px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .general-content h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .general-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .general-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .general-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .general-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .general-content h6 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .general-content p {
    margin-bottom: 20px;
  }
  .general-content ul, .general-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .general-content ul li, .general-content ol li {
    margin-bottom: 15px;
  }
}
.contact-form {
  color: #000;
  padding: 55px;
}
.contact-form .wpforms-field-container .wpforms-field {
  padding: 18px 0;
}
.contact-form .wpforms-field-container .wpforms-field input {
  font-size: 16px;
  padding: 0;
  border-width: 0px 0px 1px 0;
  border-radius: 0;
  border-color: rgb(215, 215, 215);
}
.contact-form .wpforms-field-container .wpforms-field input::-webkit-input-placeholder {
  font-size: 16px;
  color: #262626;
}
.contact-form .wpforms-field-container .wpforms-field input:-moz-placeholder {
  font-size: 16px;
  color: #262626;
}
.contact-form .wpforms-field-container .wpforms-field input::-moz-placeholder {
  font-size: 16px;
  color: #262626;
}
.contact-form .wpforms-field-container .wpforms-field input:-ms-input-placeholder {
  font-size: 16px;
  color: #262626;
}
.contact-form .wpforms-field-container .wpforms-field textarea {
  font-size: 16px;
  padding: 0;
  border-width: 0px 0px 1px 0;
  border-radius: 0;
  border-color: rgb(215, 215, 215);
}
.contact-form .wpforms-field-container .wpforms-field textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #262626;
}
.contact-form .wpforms-field-container .wpforms-field textarea:-moz-placeholder {
  font-size: 16px;
  color: #262626;
}
.contact-form .wpforms-field-container .wpforms-field textarea::-moz-placeholder {
  font-size: 16px;
  color: #262626;
}
.contact-form .wpforms-field-container .wpforms-field textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #262626;
}
.contact-form .wpforms-field-container .wpforms-field textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #2ab072;
}
.contact-form .wpforms-submit-container button.wpforms-submit {
  width: 100%;
  height: 48px;
  gap: 8px;
  border-radius: 12px;
  background-color: #1EEB8F !important;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
}
.contact-form .wpforms-submit-container button.wpforms-submit:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
.contact-form div.wpforms-container-full input[type=date]:focus:invalid, .contact-form div.wpforms-container-full input[type=datetime]:focus:invalid, .contact-form div.wpforms-container-full input[type=datetime-local]:focus:invalid, .contact-form div.wpforms-container-full input[type=email]:focus:invalid, .contact-form div.wpforms-container-full input[type=month]:focus:invalid, .contact-form div.wpforms-container-full input[type=number]:focus:invalid, .contact-form div.wpforms-container-full input[type=password]:focus:invalid, .contact-form div.wpforms-container-full input[type=range]:focus:invalid, .contact-form div.wpforms-container-full input[type=search]:focus:invalid, .contact-form div.wpforms-container-full input[type=tel]:focus:invalid, .contact-form div.wpforms-container-full input[type=text]:focus:invalid, .contact-form div.wpforms-container-full input[type=time]:focus:invalid, .contact-form div.wpforms-container-full input[type=url]:focus:invalid, .contact-form div.wpforms-container-full input[type=week]:focus:invalid, .contact-form div.wpforms-container-full select:focus:invalid, .contact-form div.wpforms-container-full textarea:focus:invalid {
  border: 0;
  border-bottom: 1px solid #2ab072;
  box-shadow: none;
  outline: none;
}
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, .contact-form div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid, .contact-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, .contact-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid, .contact-form div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error, .contact-form div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid {
  border: 0;
  border-bottom: 1px solid #f00;
}
.contact-form div.wpforms-container-full .wpforms-form label.wpforms-error, .contact-form div.wpforms-container-full .wpforms-form em.wpforms-error {
  position: absolute;
  bottom: -7px;
  font-size: 12px;
}
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus {
  border: 0;
  border-bottom: 1px solid #f00;
  box-shadow: none;
}
.contact-form div.wpforms-container-full input[type=text]:focus,
.contact-form div.wpforms-container-full input[type=email]:focus,
.contact-form div.wpforms-container-full input[type=tel]:focus {
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #2ab072;
}

@media (max-width: 575.98px) {
  .contact-form .wpforms-field-container .wpforms-field {
    padding: 8px 0;
  }
  .contact-form div.wpforms-container-full .wpforms-form label.wpforms-error, .contact-form div.wpforms-container-full .wpforms-form em.wpforms-error {
    position: relative;
    bottom: 0;
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-form .wpforms-field-container .wpforms-field {
    padding: 14px 0;
  }
  .contact-form div.wpforms-container-full .wpforms-form label.wpforms-error, .contact-form div.wpforms-container-full .wpforms-form em.wpforms-error {
    bottom: -7px;
    font-size: 10px;
  }
}
.company {
  padding: 80px 0;
}
.company .accordion .accordion-panel {
  position: relative;
  cursor: pointer;
}
.company .accordion .accordion-panel .per {
  position: absolute;
  bottom: 0;
  background-color: #1EEB8F;
  display: block;
  width: 0%;
  height: 2px;
}
.company .accordion .accordion-panel.open .per {
  width: 100%;
}
.company .accordion .accordion-heading {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 22px;
}
.company .accordion .accordion-heading i {
  display: inline-block;
  font-weight: 300;
  line-height: normal;
}
.company .accordion .accordion-expander {
  display: none;
}
.company .accordion img.mobile-img {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.company.bg-dark {
  background-color: #000 !important;
}

a, a:hover, button {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #171717;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding-top: 91px;
}

header {
  padding: 30px 0;
  transition: all 0.3s ease;
  background-color: #000;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header-menu ul li a {
  padding: 5px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
}
header .header-menu ul li a:hover {
  color: #1EEB8F;
  transform: scale(1.05);
}
header .header-menu ul li.active a {
  color: #1EEB8F;
  font-weight: 700;
}
header .header-menu ul li.active a:hover {
  transform: scale(1);
}
header .header-menu ul li.active a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #1EEB8F;
}
header.home-header {
  background-color: transparent;
}

.headerscroll header {
  background-color: #000;
  border-bottom: 1px solid #3e3e3e;
}

.banner {
  padding: 60px 0;
  background-image: url("images/banner-bg.png");
  position: relative;
  min-height: 770px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.banner-content {
  color: #fff;
}
.banner-content h1 {
  font-size: 55px;
  margin: 22px 0 30px;
  font-weight: 800;
  line-height: 85px;
  letter-spacing: 1.28px;
}
.banner-content small {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  display: block;
}
.banner-content .download-app {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.banner-content .download-app a img {
  height: 60px;
  display: block;
}
.banner-content .download-app a:hover {
  transform: scale(1.02);
}
.connect {
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.connect p {
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  line-height: 141.5%;
  letter-spacing: 0.62px;
  margin-bottom: 0;
  color: #fff;
}
.connect a {
  padding-left: 45px;
  display: flex;
  align-items: center;
  color: #1EEB8F;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.5%;
  letter-spacing: 0.48px;
  text-decoration: none;
}
.connect a img {
  margin-right: 15px;
}
.connect a:hover {
  color: #fff;
}
.banner-img {
  position: absolute;
  top: 0;
  right: 0;
}
.banner-img img {
  max-height: 770px;
}

footer {
  background-color: #1E4131;
  padding: 20px 120px;
  margin-top: auto;
  color: #fff;
  text-align: center;
}
footer p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1032;
}

.contact {
  padding: 50px 0 130px;
  color: #fff;
  position: relative;
  background-image: url(images/gradient-circle.svg), url(images/gradient-circle.svg);
  background-position: left -100px top -100px, right -100px bottom -250px;
  background-size: 800px, 800px;
  background-repeat: no-repeat, no-repeat;
}
.contact h2 {
  margin-bottom: 12px;
  font-size: 50px;
  font-weight: 800;
  line-height: 70.75px;
  letter-spacing: 0.02em;
  text-align: center;
}
.contact small.contact-sub-title {
  font-size: 14px;
  line-height: 19.6px;
  display: block;
  text-align: center;
}
.contact .contact-box {
  margin-top: 70px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.contact .contact-box .contact-info {
  background-color: #000;
  border-radius: 10px;
  padding: 45px 40px;
  position: relative;
}
.contact .contact-box .contact-info .ci-logo {
  display: block;
  position: relative;
  z-index: 1;
}
.contact .contact-box .contact-info .ci-logo img {
  display: block;
}
.contact .contact-box .contact-info .ci-title {
  margin: 50px 0 75px;
  position: relative;
  z-index: 1;
}
.contact .contact-box .contact-info .ci-title h3 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}
.contact .contact-box .contact-info .ci-title span {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: rgb(201, 201, 201);
}
.contact .contact-box .contact-info ul.ci-via {
  margin-bottom: 110px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.contact .contact-box .contact-info ul.ci-via li a {
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #fff;
}
.contact .contact-box .contact-info ul.ci-via li a:hover {
  color: #1EEB8F;
}
.contact .contact-box .contact-info ul.ci-via li:last-child a {
  align-items: flex-start;
}
.contact .contact-box .contact-info ul.ci-social {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.contact .contact-box .contact-info ul.ci-social li a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact-box .contact-info ul.ci-social li a img {
  display: block;
}
.contact .contact-box .contact-info ul.ci-social li a:hover {
  background-color: #1EEB8F;
}
.contact .contact-box .contact-info:after {
  content: "";
  position: absolute;
  background-image: url("images/gradient-inner-circle.svg");
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right -70px bottom -70px;
}

.contact-form {
  color: #000;
  padding: 55px;
}
.contact-form h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.02em;
}
.contact-form small {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.02em;
}

.company h2 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.company p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}
.company #imagepanel {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 530px;
}
.company .img-right {
  display: block;
  margin-left: auto;
}
.company .accordion {
  margin-top: 20px;
}
.company .accordion li {
  padding: 24px 0;
  border-bottom: 1px solid rgba(201, 201, 201, 0.4);
}
.company .accordion li .accordion-heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.company .accordion li .accordion-heading i {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-style: normal;
}
.company .accordion li .accordion-expander {
  padding: 16px 0 0 44px;
}
.company .accordion li .accordion-expander p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 0;
}
.company.last-block {
  padding-bottom: 140px;
}

@media (max-width: 575.98px) {
  body {
    padding-top: 57px;
  }
  header {
    padding: 16px 0;
  }
  header .logo img {
    height: 25px;
  }
  header.home-header {
    padding: 0;
  }
  .banner {
    height: auto;
    flex-direction: column-reverse;
    padding: 0 0 30px 0;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .banner-img {
    position: static;
    margin-left: auto;
  }
  .banner-content {
    max-width: inherit;
    padding: 0 20px;
  }
  .banner-content img {
    height: 30px;
  }
  .banner-content h1 {
    font-size: 26px;
    line-height: 42px;
    max-width: 300px;
    margin: 15px 0;
  }
  .banner-content small {
    font-size: 14px;
    line-height: 25px;
  }
  .banner-content .mob-msg {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    color: #1EEB8F;
  }
  .banner-content .download-app {
    margin-top: 25px;
    gap: 20px;
  }
  .banner-content .download-app a img {
    height: 45px;
  }
  .connect-wrap {
    background-color: #16181B;
    margin-top: 25px;
  }
  .connect {
    flex-direction: column;
    gap: 20px;
    padding: 25px 20px;
    justify-content: start;
    align-items: start;
  }
  .connect p {
    font-size: 16px;
  }
  .connect a {
    padding-left: 0;
    font-size: 16px;
  }
  footer {
    padding: 10px 0;
    font-size: 12px;
  }
  .tag {
    width: 90px;
    display: none;
  }
  .contact {
    padding: 30px 0 70px;
  }
  .contact h2 {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 45px;
  }
  .contact .contact-box {
    margin-top: 30px;
    padding: 12px;
  }
  .contact .contact-box .contact-info {
    padding: 25px 15px;
    position: relative;
  }
  .contact .contact-box .contact-info .ci-logo img {
    height: 22px;
  }
  .contact .contact-box .contact-info .ci-title {
    margin: 25px 0 35px;
  }
  .contact .contact-box .contact-info .ci-title h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .contact .contact-box .contact-info .ci-title span {
    font-size: 14px;
  }
  .contact .contact-box .contact-info ul.ci-via {
    margin-bottom: 50px;
    gap: 20px;
  }
  .contact .contact-box .contact-info ul.ci-via li a {
    font-size: 14px;
    line-height: 20px;
    gap: 20px;
  }
  .contact .contact-box .contact-info ul.ci-via li a img {
    height: 20px;
  }
  .contact .contact-box .contact-info ul.ci-via li a:hover {
    color: #1EEB8F;
  }
  .contact .contact-box .contact-info ul.ci-via li:last-child a {
    align-items: flex-start;
  }
  .contact .contact-box .contact-info:after {
    background-size: 65%;
  }
  .contact-form {
    color: #000;
    padding: 0px 0px 20px 0;
  }
  .contact-form h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0.02em;
  }
  .contact-form small {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.02em;
  }
  .wc-logo img {
    height: 60px;
  }
  .company {
    padding: 30px 0;
  }
  .company h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .company .accordion li {
    padding: 12px 0;
  }
  .company .accordion li .accordion-heading {
    font-size: 20px;
    line-height: 26px;
    gap: 20px;
  }
  .company .accordion li .accordion-heading i {
    font-size: 14px;
  }
  .company .accordion li .accordion-expander {
    padding: 16px 0 0 36px;
  }
  .company .accordion li .accordion-expander p {
    font-size: 14px;
    line-height: 24px;
  }
  .company .accordion li img.mobile-img {
    display: block;
    margin-top: 15px;
    border-radius: 20px;
  }
  .company #imagepanel {
    display: none;
  }
  .company.last-block {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    padding-top: 61px;
  }
  header {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 14px 0;
  }
  header .container {
    justify-content: flex-end;
  }
  header .logo {
    margin-right: auto;
  }
  .banner {
    height: auto;
    flex-direction: column-reverse;
    padding-top: 0;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .banner-img {
    position: static;
    margin-left: auto;
    text-align: right;
  }
  .banner-img img {
    width: 70% !important;
  }
  .banner-content {
    max-width: inherit;
    padding-top: 60px;
  }
  .banner-content h1 {
    font-size: 50px;
    line-height: 70px;
  }
  .connect {
    flex-direction: column;
    gap: 20px;
    padding: 50px 0;
    align-items: flex-start;
  }
  .connect p {
    font-size: 24px;
  }
  .connect a {
    padding-left: 0;
  }
  .contact {
    padding: 40px 0 100px;
  }
  .contact .contact-box {
    margin-top: 50px;
    padding: 15px;
    border-radius: 8px;
    background-color: #fff;
  }
  .contact .contact-box .contact-info {
    background-color: #000;
    border-radius: 8px;
    padding: 25px 15px;
  }
  .contact .contact-box .contact-info .ci-title h3 {
    font-size: 24px;
  }
  .contact .contact-box .contact-info .ci-title span {
    font-size: 16px;
  }
  .contact .contact-box .contact-info ul.ci-via {
    margin-bottom: 80px;
    gap: 35px;
  }
  .contact .contact-box .contact-info:after {
    content: "";
    position: absolute;
    background-image: url("images/gradient-inner-circle.svg");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: right -70px bottom -70px;
  }
  .contact-form {
    color: #000;
    padding: 0;
  }
  .contact-form h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0.02em;
  }
  .contact-form small {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.02em;
  }
  .company h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .company .accordion {
    width: 100%;
  }
  .company .accordion li {
    padding: 20px 0;
  }
  .company .accordion li .accordion-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .company .accordion li .accordion-heading i {
    font-size: 16px;
  }
  .company .accordion li .accordion-expander p {
    font-size: 16px;
    line-height: 24px;
  }
  .company #imagepanel {
    min-height: 260px;
    margin-top: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .container {
    max-width: 1140px;
  }
}/*# sourceMappingURL=style.css.map */