<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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,
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%;
  font: inherit;
  vertical-align: baseline;
}

img {
  max-width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

[class^=ri-] {
  font-weight: 400;
  font-family: "remixicon" !important;
}

input {
  z-index: 0;
}
input:focus, input:active {
  outline: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--sitebg);
  outline: 0 !important;
  overflow-x: hidden;
  line-height: 1;
  min-height: 1000px;
}

:root {
  --sitebg: #272B35;
  --textwhite: #ffffff;
  --mainbg: #13A923;
  --maincolortext: #13A923;
  --whitebg: #ffffff;
  --softwhite: #FFFFFF4D;
  --footerbg: #282C37;
}

.hoverbtn {
  transition: all 0.3s ease-in-out;
}
.hoverbtn:hover {
  transform: translateY(-3px);
}

/* #Header */
header {
  z-index: 1;
  position: relative;
}
header .section--wrapper .section--area .content {
  display: flex;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}
header .section--wrapper .section--area .content .lang--select {
  margin-left: auto;
}
header .section--wrapper .section--area .content .lang--select .dropdown button {
  background: transparent;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  color: var(--textwhite);
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  justify-content: space-evenly;
}
header .section--wrapper .section--area .content .lang--select .dropdown button img {
  margin: 0 5px 0 0;
  width: 23px;
}
header .section--wrapper .section--area .content .lang--select .dropdown button,
header .section--wrapper .section--area .content .lang--select .dropdown button .dropdown-content li {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
header .section--wrapper .section--area .content .lang--select .dropdown .arrow-down {
  margin-left: 6px;
  font-size: 15px;
}
header .section--wrapper .section--area .content .lang--select .dropdown .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: 52px;
  margin: 1px 0 0 0;
  padding: 0;
  background-color: #282C37;
  min-width: 120px;
  z-index: 1;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 155px;
  animation: slideIn 0.3s ease-out;
}
header .section--wrapper .section--area .content .lang--select .dropdown .dropdown-content li {
  color: var(--textwhite);
  padding: 12px 16px;
  text-decoration: none;
  justify-content: end;
  white-space: nowrap;
}
header .section--wrapper .section--area .content .lang--select .dropdown .dropdown-content li:hover {
  background-color: rgba(234, 35, 35, 0.1411764706);
  cursor: pointer;
  color: var(--textwhite);
  border-radius: 5px;
}
header .section--wrapper .section--area .content .lang--select .dropdown .dropdown-content li img {
  margin: 0 20px 0px 20px;
  width: 28px;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header .section--wrapper .section--area .content .lang--select .dropdown:focus-within .dropdown-content {
  display: block;
}
header .section--wrapper .section--area .content .lang--select ::-webkit-scrollbar {
  width: 2px;
  height: 10px;
}
header .section--wrapper .section--area .content .lang--select ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}
header .section--wrapper .section--area .content .site-right-block {
  display: flex;
  align-items: center;
}
header .section--wrapper .section--area .content .site-right-block a {
  color: var(--textwhite);
  background: rgba(40, 44, 55, 0.8);
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  align-items: center;
  border: 1px solid var(--softwhite);
  border-radius: 15px;
  padding: 13px 32px;
}
header .section--wrapper .section--area .content .site-right-block a.second {
  color: var(--textwhite);
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  background: var(--mainbg);
  padding: 13px 32px;
  border-radius: 15px;
  margin-left: 15px;
  border: none;
}

/* Hero */
@keyframes zoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.hero {
  min-height: 780px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -88px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../images/hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero .section--wrapper .section--area .section--content h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  color: var(--textwhite);
  text-align: center;
  margin-bottom: 20px;
}
.hero .section--wrapper .section--area .section--content p {
  color: var(--textwhite);
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  max-width: 810px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.hero .section--wrapper .section--area .section--content .action--btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .section--wrapper .section--area .section--content .action--btn a {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  background: var(--mainbg);
  color: var(--textwhite);
  border-radius: 15px;
  padding: 15px 29px;
}
.hero .section--wrapper .section--area .section--content .links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 47px;
}
.hero .section--wrapper .section--area .section--content .links a {
  font-size: 27px;
  font-weight: 400;
  color: var(--textwhite);
  transition: all 0.3s ease-in;
}
.hero .section--wrapper .section--area .section--content .links a:hover {
  transform: rotate(10deg);
}
.hero .section--wrapper .section--area .section--content .links a:not(:last-child) {
  margin-right: 16px;
}

/* Section 1 */
.section--1 {
  position: relative;
  overflow: hidden;
  padding: 80px 0 50px 0;
}
.section--1::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  top: 0;
  background-image: linear-gradient(90deg, rgba(234, 35, 35, 0), rgb(19, 169, 35) 50%, rgba(234, 35, 35, 0));
  left: 50%;
  transform: translate(-50%);
}
.section--1::after {
  content: "";
  width: 259px;
  height: 259px;
  border-radius: 100%;
  position: absolute;
  top: 33px;
  left: 43%;
  filter: blur(100px);
  background-color: var(--mainbg);
  z-index: -1;
}
.section--1 .section--wrapper .section--area .title {
  text-align: center;
  color: var(--textwhite);
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 60px;
}
.section--1 .section--wrapper .section--area .title small {
  font-weight: 700;
  color: var(--maincolortext);
}
.section--1 .section--wrapper .section--area .section--content .content {
  margin-bottom: 30px;
}
.section--1 .section--wrapper .section--area .section--content .content .image {
  position: relative;
  z-index: 0;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
.section--1 .section--wrapper .section--area .section--content .content .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background: linear-gradient(180deg, rgba(39, 43, 53, 0) 0%, #272B35 100%);
  width: 168px;
  height: 35px;
  z-index: 1;
}
.section--1 .section--wrapper .section--area .section--content .content .text h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  color: var(--textwhite);
  margin-bottom: 15px;
  text-align: center;
}
.section--1 .section--wrapper .section--area .section--content .content .text p {
  font-size: 15px;
  color: var(--textwhite);
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

/* Section 2 */
.section--2 {
  padding-bottom: 72px;
}
.section--2 .section--wrapper {
  position: relative;
}
.section--2 .section--wrapper::after {
  content: "";
  width: 361px;
  height: 361px;
  border-radius: 100%;
  position: absolute;
  top: 261px;
  left: 75px;
  transform: translate(-50%, -50%);
  filter: blur(121px);
  background-color: var(--mainbg);
  z-index: -1;
}
.section--2 .section--wrapper .section--area .title {
  margin-bottom: 75px;
}
.section--2 .section--wrapper .section--area .title h3 {
  color: var(--textwhite);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
}
.section--2 .section--wrapper .section--area .title p {
  font-size: 15px;
  color: var(--textwhite);
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}
.section--2 .section--wrapper .section--area .section--content .content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.section--2 .section--wrapper .section--area .section--content .content:hover img {
  transform: scale(1.05);
}
.section--2 .section--wrapper .section--area .section--content .content.first::after, .section--2 .section--wrapper .section--area .section--content .content.first::before {
  width: 90%;
}
.section--2 .section--wrapper .section--area .section--content .content::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(234, 35, 35, 0), rgb(19, 169, 35) 50%, rgba(234, 35, 35, 0));
  left: 50%;
  transform: translate(-50%);
}
.section--2 .section--wrapper .section--area .section--content .content::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  top: 0px;
  background-image: linear-gradient(90deg, rgba(234, 35, 35, 0), rgb(19, 169, 35) 50%, rgba(234, 35, 35, 0));
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.section--2 .section--wrapper .section--area .section--content .content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  transition: all 0.3s ease-in;
}
.section--2 .section--wrapper .section--area .section--content .content .text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--textwhite);
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  z-index: 0;
}
.section--2 .section--wrapper .section--area .section--content .content .text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(40, 44, 55, 0) 0%, #282C37 85%);
  z-index: -1;
}
.section--2 .section--wrapper .section--area .section--content .content.first .text {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 35px;
}
.section--2 .section--wrapper .section--area .section--content .content.first .text::after {
  background: linear-gradient(190deg, rgba(40, 44, 55, 0) 0%, #282C37 100%);
}

/* Section 3 */
.section--3 {
  position: relative;
  z-index: 0;
  margin-bottom: 80px;
  background: #282C37;
}
.section--3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400px;
  width: 50%;
  background: linear-gradient(76deg, rgba(19, 169, 35, 0.8) 0%, rgba(234, 35, 35, 0) 76%);
  z-index: -1;
}
.section--3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(234, 35, 35, 0), rgb(19, 169, 35) 50%, rgba(234, 35, 35, 0));
  right: 0;
  /* transform: translate(-50%); */
  z-index: -1;
}
.section--3 .section--wrapper .section--area {
  position: relative;
  min-height: 400px;
}
.section--3 .section--wrapper .section--area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  background-image: linear-gradient(90deg, rgba(234, 35, 35, 0), rgb(19, 169, 35) 50%, rgba(234, 35, 35, 0));
  left: 35%;
  transform: translate(-50%);
  z-index: -1;
}
.section--3 .section--wrapper .section--area .section--content .col-md-7 {
  display: flex;
  align-items: center;
}
.section--3 .section--wrapper .section--area .section--content .image {
  position: absolute;
  bottom: 0;
}
.section--3 .section--wrapper .section--area .section--content .content {
  min-height: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section--3 .section--wrapper .section--area .section--content .content h3 {
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  color: var(--textwhite);
  margin-bottom: 35px;
}
.section--3 .section--wrapper .section--area .section--content .content h3 b {
  color: var(--maincolortext);
}
.section--3 .section--wrapper .section--area .section--content .content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: var(--textwhite);
  margin-bottom: 35px;
}
.section--3 .section--wrapper .section--area .section--content .content a {
  color: var(--textwhite);
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  background: var(--mainbg);
  border-radius: 15px;
  padding: 15px 32px;
  display: inline-flex;
}

/* Section 4 */
.section--4 {
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.section--4::after {
  content: "";
  width: 361px;
  height: 361px;
  border-radius: 100%;
  position: absolute;
  bottom: 27%;
  right: -277px;
  transform: translate(-2%, 0%);
  filter: blur(145px);
  background-color: var(--mainbg);
  z-index: -1;
}
.section--4::before {
  content: "";
  width: 361px;
  height: 361px;
  border-radius: 100%;
  position: absolute;
  bottom: -217px;
  left: 92px;
  transform: translate(-2%, 0%);
  filter: blur(145px);
  border-radius: 50%;
  background-color: var(--mainbg);
  z-index: -1;
}
.section--4 .section--wrapper .section--area .logos--area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  gap: 23px;
}
.section--4 .section--wrapper .section--area .section--content h3 {
  color: var(--textwhite);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 30px;
}
.section--4 .section--wrapper .section--area .section--content .scroll-lt {
  max-height: 325px;
  overflow-y: auto;
  padding-right: 32px;
  position: relative;
}
.section--4 .section--wrapper .section--area .section--content .scroll-lt::-webkit-scrollbar {
  width: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section--4 .section--wrapper .section--area .section--content .scroll-lt::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.1019607843);
}
.section--4 .section--wrapper .section--area .section--content .scroll-lt::-webkit-scrollbar-thumb {
  width: 5px;
  margin-top: 30px;
  border-radius: 2px;
  background: var(--mainbg);
}
.section--4 .section--wrapper .section--area .section--content .scroll-lt .content {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: var(--textwhite);
}
.section--4 .section--wrapper .section--area .section--content .scroll-lt .content p {
  padding: 0 0 15px 0;
  color: var(--subtext);
  margin: 0;
  line-height: 24px;
}

/* Footer */
footer {
  background: var(--footerbg);
  padding: 50px 0;
}
footer .section--wrapper .section--area {
  align-items: center;
}
footer .section--wrapper .section--area .content h3 {
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
}
footer .section--wrapper .section--area .content ul li {
  margin-top: 10px;
  text-align: left;
}
footer .section--wrapper .section--area .content ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: var(--textwhite);
  transition: all 0.3s ease-in-out;
}
footer .section--wrapper .section--area .content ul li a:hover {
  margin-left: 5px;
}
footer .section--wrapper .section--area .content.first {
  background: #272B35;
  padding: 40px 25px;
  border-radius: 15px;
}
footer .section--wrapper .section--area .content .footer--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
footer .section--wrapper .section--area .content .footer--logo img {
  margin: 0 auto;
}
footer .section--wrapper .section--area .content .text {
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.footer--bottom {
  padding: 20px 0;
}
.footer--bottom .section--wrapper .section--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer--bottom .section--wrapper .section--content .left {
  color: var(--textwhite);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.footer--bottom .section--wrapper .section--content .right {
  color: var(--textwhite);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

/* #Responsive */
@media (min-width: 1366px) {
  .container {
    max-width: 1260px;
  }
}
@media (max-width: 1366px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  footer .section--wrapper .section--area .content h3 {
    text-align: center;
  }
  footer .section--wrapper .section--area .content ul li {
    text-align: center;
  }
  footer .section--wrapper .section--area .col-md-12 {
    margin-bottom: 30px;
  }
  footer .section--wrapper .section--area .content {
    text-align: center;
  }
  .section--1 {
    padding: 80px 0 30px 0;
  }
  .section--1 .section--wrapper .section--area .section--content .content {
    margin-bottom: 50px;
  }
  .section--2 {
    display: none;
  }
  .section--2.mobile {
    display: block;
  }
  .section--2.mobile .section--wrapper .section--area .section--content .flex--item {
    justify-content: flex-end;
    display: flex;
  }
  .section--2.mobile .section--wrapper .section--area .section--content .flex--item .content {
    max-width: 495px;
    max-height: 350px;
  }
  .section--2.mobile .section--wrapper .section--area .section--content .col-right .col-md-12 .content {
    max-height: 160px;
  }
  .section--2.mobile .section--wrapper .section--area .section--content .margin--item {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .section--2.mobile {
    display: none;
  }
  footer .section--wrapper .section--area .content {
    text-align: center;
  }
  footer .section--wrapper .section--area .first {
    margin-left: auto;
  }
}
@media (max-width: 1040px) {
  .footer--bottom .section--wrapper .section--content {
    flex-direction: column-reverse;
  }
  .footer--bottom .section--wrapper .section--content .right,
  .footer--bottom .section--wrapper .section--content .left {
    text-align: center;
  }
}
@media (max-width: 820px) {
  .section--2.mobile .section--wrapper .section--area .section--content {
    justify-content: center;
  }
  .section--2.mobile .section--wrapper .section--area .section--content .col-right .col-md-12 {
    display: flex;
    justify-content: center;
  }
  .section--2.mobile .section--wrapper .section--area .section--content .col-right .col-md-12 .content {
    max-width: 390px;
  }
  .section--2.mobile .section--wrapper .section--area .section--content .flex--item {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .section--3 .section--wrapper .section--area .section--content .image {
    display: none;
  }
}
@media (max-width: 670px) {
  .hero .section--wrapper .section--area .section--content h1 {
    max-width: 386px;
    line-height: 62px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  footer .section--wrapper .section--area .col-xl-2 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 640px) {
  header .section--wrapper .section--area .content .logo {
    flex: 1 1 50%;
  }
  header .section--wrapper .section--area .content .lang--select {
    flex: 1 1 50%;
    justify-content: flex-end;
    display: flex;
  }
  header .section--wrapper .section--area .content .site-right-block {
    margin-top: 15px;
    width: 100%;
    justify-content: center;
  }
  .hero {
    margin-top: -147px;
  }
}
@media (max-width: 576px) {
  .section--3::after {
    height: 100%;
    width: 100%;
  }
  .section--3 .section--wrapper .section--area .section--content {
    padding: 30px 0;
  }
  .section--3 .section--wrapper .section--area .section--content .content {
    align-items: center;
  }
  .section--3 .section--wrapper .section--area .section--content .content h3 {
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  .section--3 .section--wrapper .section--area .section--content .content p {
    text-align: center;
  }
  .section--3 .section--wrapper .section--area .section--content .image {
    display: none;
  }
  .section--2.mobile .section--wrapper .section--area .section--content .col-right .col-md-12 .content {
    min-height: 160px;
  }
  .section--2.mobile .section--wrapper .section--area .section--content .content .text {
    font-size: 16px;
    line-height: 24px;
  }
  .section--2.mobile .section--wrapper .section--area .section--content .flex--item {
    flex-direction: column;
  }
  .section--2.mobile .section--wrapper .section--area .section--content .flex--item .pl-0 {
    margin-right: 0 !important;
  }
  .section--2.mobile .section--wrapper .section--area .section--content .flex--item .pl-0:not(:last-child) {
    margin-bottom: 30px;
  }
  .section--1 {
    padding: 80px 0 30px 0;
  }
  .section--1 .section--wrapper .section--area .section--content .col-xl-3 {
    display: flex;
    justify-content: center;
  }
  .section--1 .section--wrapper .section--area .section--content .content {
    max-width: 285px;
  }
}
@media (max-width: 500px) {
  footer .section--wrapper .section--area .col-xl-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer .section--wrapper .section--area .col-xl-2:last-child {
    margin-top: 30px;
  }
}
@media (max-width: 440px) {
  footer .section--wrapper .section--area .content ul li a {
    font-size: 15px;
  }
  header .section--wrapper .section--area .content .site-right-block a {
    font-size: 15px;
    padding: 13px 27px;
  }
  header .section--wrapper .section--area .content .site-right-block a.second {
    font-size: 15px;
    padding: 13px 27px;
  }
  .hero .section--wrapper .section--area .section--content h1 {
    max-width: 278px;
    font-size: 36px;
    line-height: 47px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .hero .section--wrapper .section--area .section--content p {
    font-size: 17px;
    line-height: 26px;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>