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 {
  font-family: "Aegoe", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  border: 0;
  color: #6E6E6E;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time, img {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Aegoe", sans-serif;
}

ol, ul {
  list-style: none;
}

p, li {
  color: #6E6E6E;
  font-weight: 400;
}

p, li, a {
  font-size: 20px;
  line-height: 1.4;
  color: #6E6E6E;
  font-weight: 400;
  letter-spacing: 0;
}

blockquote, q {
  quotes: none;
}

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

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

a:hover, a:active, a:link {
  text-decoration: none;
}

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, button {
  -webkit-appearance: none;
}

@font-face {
  font-family: "Aegoe";
  src: url("fonts/Aegoe.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aegoe";
  src: url("fonts/Aegoe-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  margin-top: 0 !important;
}

* html body {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
  * html body {
    margin-top: 0 !important;
  }
}
#so-wrapper {
  position: relative;
  overflow-x: hidden;
}
#so-wrapper.so-active {
  overflow: hidden;
  height: 100vh;
}

body {
  font-family: "Aegoe", sans-serif;
  overflow-x: hidden;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
.so-row {
  max-width: 1180px;
  width: 100%;
  display: inline-block;
  margin: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.so-content {
  text-align: center;
}

.so-button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: #0B2A3C;
  border-radius: 10px;
  padding: 16px 20px 17px 20px;
  min-width: 240px;
  box-sizing: border-box;
}
.so-button span {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
}
.so-button:hover {
  background-color: #0f3e5a;
}
.so-button-orange {
  background-color: #C75A1F;
}
.so-button-orange:hover {
  background-color: #db7741;
}
.so-button-border {
  padding: 15px 20px 16px 20px;
  background-color: transparent;
  border: 1px solid #fff;
}
.so-button-border:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.so-text p {
  margin-bottom: 25px;
}
.so-text p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #0B2A3C;
  font-weight: 700;
  margin-bottom: 15px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: #C75A1F;
}

h1 {
  font-size: 70px;
  line-height: 1.3;
}

h2 {
  font-size: 50px;
  line-height: 1.2;
}

h3 {
  font-size: 40px;
  line-height: 1.2;
}

h4 {
  font-size: 32px;
  line-height: 1.2;
}

h5 {
  font-size: 24px;
  line-height: 1.3;
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}

.plyr .plyr__time, .plyr .plyr__control {
  color: #fff;
}
.plyr > .plyr__control {
  background: #C75A1F;
}
.plyr > .plyr__control:hover {
  background: #C75A1F;
}
.plyr .plyr__control:hover, .plyr .plyr--video .plyr__control[aria-expanded=true],
.plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before,
.plyr .plyr__control.plyr__tab-focus {
  background: #C75A1F;
}
.plyr input[type=range] {
  color: #C75A1F;
}

@keyframes charge-blink {
  0%, 80% {
    opacity: 1;
  }
  80.001%, 100% {
    opacity: 0;
  }
}
.so-header {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 10;
}
.so-header .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 1400px;
}
.so-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 35px;
}
.so-header ul li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #fff;
}
.so-header ul li a:hover {
  color: #C75A1F;
}
.so-header-mob_slide {
  display: none;
}

@media screen and (max-width: 1024px) {
  .so-header {
    top: 20px;
    z-index: 101;
  }
  .so-header ul {
    display: none;
  }
  .so-header .so-trigger {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-block;
  }
  .so-header .so-trigger i {
    -webkit-transform: 0deg;
    -moz-transform: 0deg;
    -o-transform: 0deg;
    -ms-transform: 0deg;
    transform: 0deg;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    background-color: #fff;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -1px;
    opacity: 1;
  }
  .so-header .so-trigger i:nth-child(2) {
    margin-top: -7px;
  }
  .so-header .so-trigger i:nth-child(3) {
    margin-top: 5px;
  }
  .so-header .so-trigger.so-active i:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px;
  }
  .so-header .so-trigger.so-active i:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px;
  }
  .so-header .so-trigger.so-active i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px;
  }
  .so-header-mob_slide {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    display: block;
    background-color: #0B2A3C;
    top: 0;
    bottom: 0;
    left: -120%;
    right: 120%;
    z-index: 99;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .so-header-mob_slide.so-active {
    left: 0;
    right: 0;
  }
  .so-header-mob_slide-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
  }
  .so-header-mob_slide-menu {
    text-align: center;
    width: 100%;
  }
  .so-header-mob_slide-menu > ul > li {
    position: relative;
    margin-bottom: 10px;
  }
  .so-header-mob_slide-menu > ul > li:last-child {
    margin-bottom: 0;
  }
  .so-header-mob_slide-menu > ul > li a {
    font-size: 24px;
    color: #fff;
  }
  .so-header-mob_slide-menu > ul > li ul {
    display: none;
  }
  .so-header-mob_slide-menu > ul > li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    gap: 12px;
  }
}
.so-footer-wrapper {
  background-color: #0B2A3C;
  position: relative;
  overflow: hidden;
}
.so-footer-wrapper:before {
  position: absolute;
  width: 875px;
  height: 773px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/footer-left.svg");
  left: -180px;
  bottom: -100px;
  z-index: 1;
  filter: blur(100px);
  content: "";
}
.so-footer-wrapper:after {
  position: absolute;
  width: 620px;
  height: 755px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/footer-right.svg");
  right: 30px;
  bottom: -100px;
  z-index: 1;
  filter: blur(100px);
  content: "";
}
.so-footer-cta {
  position: relative;
  padding-top: 140px;
  padding-bottom: 75px;
  z-index: 2;
}
.so-footer-cta .so-row {
  text-align: center;
}
.so-footer-cta h2 {
  max-width: 700px;
  margin: auto;
  margin-bottom: 25px;
  color: #fff;
}
.so-footer-cta p {
  max-width: 780px;
  margin: auto;
  margin-bottom: 40px;
  color: #fff;
}
.so-footer-cta .so-button {
  margin: auto;
}
.so-footer-main {
  position: relative;
  z-index: 2;
}
.so-footer-main .so-row:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.so-footer-main .so-row:nth-child(1) .so-col {
  width: 50%;
}
.so-footer-main .so-row:nth-child(1) .so-col:nth-child(2) {
  width: 100%;
  max-width: 150px;
}
.so-footer-main .so-row:nth-child(1) img {
  max-width: 120px;
  width: 100%;
  margin-bottom: 25px;
}
.so-footer-main .so-row:nth-child(1) p {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  max-width: 350px;
}
.so-footer-main .so-row:nth-child(1) h6 {
  font-size: 16px;
  color: #fff;
}
.so-footer-main .so-row:nth-child(1) ul li {
  margin-bottom: 5px;
}
.so-footer-main .so-row:nth-child(1) ul li:last-child {
  margin-bottom: 0;
}
.so-footer-main .so-row:nth-child(1) ul li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #fff;
}
.so-footer-main .so-row:nth-child(1) ul li a:hover {
  color: #C75A1F;
}
.so-footer-main .so-row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px;
}
.so-footer-main .so-row:nth-child(2) .so-col {
  width: 50%;
}
.so-footer-main .so-row:nth-child(2) .so-col:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 35px;
}
.so-footer-main .so-row:nth-child(2) .so-col:nth-child(2) {
  text-align: right;
}
.so-footer-main .so-row:nth-child(2) p {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
}
.so-footer-main .so-row:nth-child(2) .so-powered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 10px;
}
.so-footer-main .so-row:nth-child(2) .so-powered .so-span {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 3;
}
.so-footer-main .so-row:nth-child(2) .so-powered .so-span svg {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
}
.so-footer-main .so-row:nth-child(2) .so-powered .so-span svg:nth-child(2) {
  display: none;
}
.so-footer-main .so-row:nth-child(2) .so-powered .so-span svg:nth-child(2) #chargeicon {
  opacity: 1;
  animation: charge-blink 0.5s steps(1, end) infinite;
}
.so-footer-main .so-row:nth-child(2) .so-powered .so-span:before {
  position: absolute;
  width: 100px;
  height: 90px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 1;
  content: "";
}
.so-footer-main .so-row:nth-child(2) .so-powered.so_charged .so-span svg:nth-child(1) {
  display: none;
}
.so-footer-main .so-row:nth-child(2) .so-powered.so_charged .so-span svg:nth-child(2) {
  display: block;
}
.so-footer-main .so-row:nth-child(2) .so-powered a {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
}
.so-footer-main .so-row:nth-child(2) ul {
  line-height: 1;
  position: relative;
  top: -3px;
}
.so-footer-main .so-row:nth-child(2) ul li {
  line-height: 1;
}
.so-footer-main .so-row:nth-child(2) ul li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
}
.so-footer-main .so-row:nth-child(2) ul li a:hover {
  color: #C75A1F;
}
.so-footer-main-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.so-footer-main-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 8px;
}
.so-footer-main-links a span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.so-footer-main-links a svg {
  width: 18px;
  height: 18px;
  position: relative;
}
.so-footer-main-links a:hover span {
  color: #C75A1F;
}

@media screen and (max-width: 768px) {
  .so-footer-main .so-row:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .so-footer-main .so-row:nth-child(1) .so-col:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .so-footer-main .so-row:nth-child(1) .so-col:nth-child(1) img {
    margin: auto;
    margin-bottom: 25px;
  }
  .so-footer-main .so-row:nth-child(1) .so-col:nth-child(1) p {
    margin: auto;
  }
  .so-footer-main .so-row:nth-child(1) .so-col:nth-child(1) .so-footer-main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .so-footer-main .so-row:nth-child(1) .so-col:nth-child(2) {
    text-align: center;
    max-width: none;
  }
  .so-footer-main .so-row:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .so-footer-main .so-row:nth-child(2) .so-col {
    width: 100%;
  }
  .so-footer-main .so-row:nth-child(2) .so-col:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .so-footer-main .so-row:nth-child(2) .so-col:nth-child(2) {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .so-footer-cta {
    padding-top: 100px;
  }
}
.so-intro {
  background: linear-gradient(162.02deg, #0B2A3C 47.12%, #0F7C81 110.71%);
  padding-top: 170px;
  padding-bottom: 170px;
  overflow: hidden;
}
.so-intro .so-row {
  position: relative;
  text-align: center;
}
.so-intro .so-row > svg {
  position: absolute;
  width: 358px;
  height: 650px;
  right: -95px;
  top: -12px;
  z-index: 2;
  pointer-events: none;
}
.so-intro h1 {
  position: relative;
  z-index: 3;
  color: #fff;
}
.so-intro p {
  position: relative;
  z-index: 3;
  color: #fff;
  max-width: 740px;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .so-intro {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .so-intro p {
    margin-bottom: 0;
  }
  .so-intro .so-row > svg {
    width: 179px;
    height: 325px;
    right: 30px;
  }
}
.so-contact-main {
  margin-top: 140px;
  margin-bottom: 140px;
}
.so-contact-main .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  gap: 50px;
}
.so-contact-main .so-col:nth-child(1) {
  max-width: 460px;
  width: 100%;
}
.so-contact-main .so-col:nth-child(2) {
  padding-top: 15px;
  max-width: 560px;
  width: 100%;
}
.so-contact-main .so-col:nth-child(2) h5 {
  margin-bottom: 15px;
}
.so-contact-main .so-col:nth-child(2) .so-text a {
  color: #C75A1F;
  text-decoration: underline;
}
.so-contact-main-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 80px;
}
.so-contact-main-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 10px;
}
.so-contact-main-links a span {
  font-size: 16px;
  color: #C75A1F;
}
.so-contact-main-links a:nth-child(1) svg, .so-contact-main-links a:nth-child(2) svg {
  position: relative;
  top: 1px;
}
.so-contact-main-links a:hover span {
  text-decoration: underline;
}
.so-contact-main-links p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 10px;
}
.so-contact-main-links p span {
  font-size: 16px;
  color: #C75A1F;
}
.so-contact-main .so-form {
  border: 1px solid #EBEBEB;
  padding: 30px;
  border-radius: 12px;
  background: linear-gradient(211.52deg, #F8F8F8 61.3%, #D6E1E8 94.34%);
}
.so-contact-main .so-form-row {
  margin-bottom: 15px;
}
.so-contact-main .so-form-row:nth-child(5) {
  text-align: center;
  margin-bottom: 0;
}
.so-contact-main .so-form-row label {
  color: #0B2A3C;
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.so-contact-main .so-form-row br {
  display: none;
}
.so-contact-main .so-form-row input, .so-contact-main .so-form-row textarea {
  border: 1px solid #EBEBEB;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  resize: none;
  font-size: 18px;
  padding: 16px;
}
.so-contact-main .so-form-row textarea {
  height: 150px;
}
.so-contact-main .so-form-row button {
  cursor: pointer;
  border-width: 0;
  margin: auto;
}
.so-contact-items {
  margin-top: 140px;
  margin-bottom: 140px;
}
.so-contact-items .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.so-contact-items .so-col {
  text-align: center;
}
.so-contact-items svg {
  margin-bottom: 15px;
}
.so-contact-items h6 {
  font-size: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .so-contact-main .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-contact-main .so-col {
    width: 100%;
    max-width: none !important;
  }
}
@media screen and (max-width: 600px) {
  .so-contact-main {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .so-contact-main-links {
    margin-top: 40px;
  }
  .so-contact-items {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .so-contact-items .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .so-contact-items .so-col {
    width: 100%;
  }
}
.so-news {
  margin-top: 90px;
  margin-bottom: 145px;
}
.so-news .so-row {
  text-align: center;
}
.so-news-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 60px;
}
.so-news-filter .so-pill {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #0F7C82;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  color: #0F7C82;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.so-news-filter .so-pill:hover {
  background-color: rgba(15, 124, 130, 0.08);
}
.so-news-filter .so-pill.is-active {
  background-color: #0F7C82;
  color: #fff;
}
.so-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
.so-news-list .so-card {
  width: calc(33.33% - 27px);
}
.so-news-list .so-card-image {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.so-news-list .so-card-image time {
  position: absolute;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 4px 10px 6px 10px;
  background-color: #0B2A3C;
  border-radius: 11px;
  color: #fff;
  font-size: 14px;
  top: 10px;
  right: 10px;
}
.so-news-list .so-card-image img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.so-news-list .so-card-body {
  text-align: left;
}
.so-news-list .so-card-body h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.so-news-list .so-card-body h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.so-news-list .so-card-body p {
  font-size: 16px;
  margin-bottom: 10px;
}
.so-news-list .so-card-body .so-readmore {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #C75A1F;
  font-weight: 700;
  padding-right: 17px;
}
.so-news-list .so-card-body .so-readmore:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 12px;
  height: 24px;
  background-image: url("img/arrow-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -10px;
  right: 0;
  content: "";
}
.so-news-list .so-card-body .so-readmore:hover:after {
  right: -5px;
}
.so-news-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 12px;
}
.so-news-pagination .so-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #0F7C82;
  border-radius: 10px;
  color: #0F7C82;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.so-news-pagination .so-page:hover {
  background-color: rgba(15, 124, 130, 0.08);
}
.so-news-pagination .so-page.is-active {
  background-color: #0F7C82;
  color: #fff;
}
.so-news-pagination span.so-page.dots {
  border: none;
}

@media screen and (max-width: 1024px) {
  .so-news-list {
    gap: 30px;
  }
  .so-news-list .so-card {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .so-news-list {
    gap: 30px;
  }
  .so-news-list .so-card {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .so-news {
    margin-bottom: 80px;
  }
  .so-news-list {
    margin-bottom: 20px;
  }
  .so-news-filter {
    margin-bottom: 30px;
  }
}
.post-template-default .so-intro {
  padding-bottom: 240px;
}
.post-template-default .so-intro h1 {
  font-size: 40px;
  margin-bottom: 0;
}
.post-template-default .so-intro-image {
  position: relative;
}
.post-template-default .so-intro-image img {
  position: absolute;
  width: auto;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  left: 50%;
  top: -210px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.post-template-default .so-page {
  margin-top: 325px;
  margin-bottom: 0;
}

.so-related {
  margin-top: 90px;
  margin-bottom: 145px;
}
.so-related .so-row {
  text-align: center;
}
.so-related h2 {
  margin-bottom: 35px;
}
.so-related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.so-related-list .so-card {
  width: calc(33.33% - 27px);
}
.so-related-list .so-card-image {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.so-related-list .so-card-image time {
  position: absolute;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 4px 10px 6px 10px;
  background-color: #0B2A3C;
  border-radius: 11px;
  color: #fff;
  font-size: 14px;
  top: 10px;
  right: 10px;
}
.so-related-list .so-card-image img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.so-related-list .so-card-body {
  text-align: left;
}
.so-related-list .so-card-body h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.so-related-list .so-card-body h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.so-related-list .so-card-body p {
  font-size: 16px;
  margin-bottom: 10px;
}
.so-related-list .so-card-body .so-readmore {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #C75A1F;
  font-weight: 700;
  padding-right: 17px;
}
.so-related-list .so-card-body .so-readmore:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 12px;
  height: 24px;
  background-image: url("img/arrow-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -10px;
  right: 0;
  content: "";
}
.so-related-list .so-card-body .so-readmore:hover:after {
  right: -5px;
}

@media screen and (max-width: 1024px) {
  .post-template-default .so-intro-image img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 20px;
    right: 20px;
    width: calc(100vw - 40px);
  }
  .so-related-list {
    gap: 30px;
  }
  .so-related-list .so-card {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 600px) {
  .post-template-default .so-intro {
    padding-bottom: 160px;
  }
  .post-template-default .so-intro h1 {
    font-size: 30px;
  }
  .post-template-default .so-intro-image img {
    height: 250px;
    top: -130px;
  }
  .post-template-default .so-page {
    margin-top: 180px;
  }
  .so-related {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .so-related .so-related-list .so-card {
    width: 100%;
  }
}
.page-template-default .so-footer-cta {
  display: none;
}
.page-template-default .so-footer-main {
  padding-top: 80px;
}

.so-page {
  margin-top: 140px;
  margin-bottom: 140px;
}
.so-page .so-row {
  max-width: 780px;
}
.so-page p + h1, .so-page p + h2, .so-page p + h3,
.so-page p + h4, .so-page p + h5, .so-page p + h6 {
  margin-top: 40px;
}
.so-page p {
  margin-bottom: 30px;
}
.so-page ul, .so-page ol {
  margin-top: 30px;
  margin-bottom: 30px;
}
.so-page ol {
  list-style: decimal;
  margin-left: 30px;
}
.so-page ul {
  list-style: disc;
  margin-left: 30px;
}
.so-page a {
  color: #C75A1F;
  text-decoration: underline;
}
.so-page .wp-element-caption {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .so-page {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.so-about-main {
  margin-top: 140px;
  margin-bottom: 140px;
}
.so-about-main .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.so-about-main .so-col {
  box-sizing: border-box;
}
.so-about-main .so-col:nth-child(1) {
  max-width: calc(100% - 300px - 50px);
  width: 100%;
}
.so-about-main .so-col:nth-child(2) {
  width: 300px;
}
.so-about-main .so-col:nth-child(2) h2 {
  display: none;
}
.so-about-main .so-col:nth-child(2) img {
  width: 100%;
  margin-bottom: 10px;
}
.so-about-main .so-col:nth-child(2) p {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #C75A1F;
  font-weight: 700;
}

.so-about-timeline {
  background-color: #F8F8F8;
  padding-top: 130px;
  padding-bottom: 140px;
}
.so-about-timeline .so-row {
  text-align: center;
}
.so-about-timeline h2 {
  margin-bottom: 55px;
}
.so-about-timeline ul {
  max-width: 820px;
  margin: auto;
  width: 100%;
  text-align: left;
}
.so-about-timeline ul li {
  padding-left: 46px;
  padding-bottom: 40px;
  position: relative;
}
.so-about-timeline ul li span {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #0F7C82;
  border-radius: 100%;
  top: 7px;
  left: 6px;
  content: "";
}
.so-about-timeline ul li span:before {
  position: absolute;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 2px solid #0F7C82;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  content: "";
}
.so-about-timeline ul li:before {
  position: absolute;
  width: 0;
  height: auto;
  bottom: 5px;
  top: 30px;
  left: 12px;
  border-left: 2px dashed #0F7C82;
  content: "";
}
.so-about-timeline ul li:last-child:before {
  display: none;
}
.so-about-timeline ul li:nth-child(1) span {
  background-color: #C75A1F;
}
.so-about-timeline ul li:nth-child(1) span:before {
  border-color: #C75A1F;
}
.so-about-timeline ul li:nth-child(1):before {
  border-color: #C75A1F;
}
.page-template-about .so-footer-cta p {
  max-width: 760px;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .so-about-main .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .so-about-main .so-col {
    width: 100% !important;
    max-width: none !important;
  }
  .so-about-main .so-col:nth-child(1) h2 {
    display: none;
  }
  .so-about-main .so-col:nth-child(2) {
    margin-bottom: 30px;
  }
  .so-about-main .so-col:nth-child(2) h2 {
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .so-about-main {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .so-about-timeline {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-template-about .so-footer-cta p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page-template-about .so-footer-cta p br {
    display: none;
  }
}
.so-services-main {
  margin-top: 100px;
  margin-bottom: 140px;
}
.so-services-main .so-row {
  text-align: center;
}
.so-services-main .so-row > p {
  max-width: 560px;
  margin: auto;
  margin-bottom: 100px;
}
.so-services-main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
.so-services-main-list-single {
  width: calc(33.33% - 27px);
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
}
.so-services-main-list-single h5 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.so-services-main-list-single h5:after {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #C75A1F;
  bottom: 0px;
  left: 0;
  content: "";
}
.so-services-main-list-single h5 + p {
  font-size: 18px;
  margin-bottom: 20px;
}
.so-services-main-list-single > span {
  font-size: 12px;
  color: #C75A1F;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.so-services-main-list-single ul li {
  font-size: 16px;
  position: relative;
  padding-left: 27px;
  margin-bottom: 8px;
  color: #0B2A3C;
}
.so-services-main-list-single ul li:last-child {
  margin-bottom: 0;
}
.so-services-main-list-single ul li:before {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  background-position: center;
  background-image: url("img/check-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.so-services-main-list-single > p:last-child {
  position: relative;
  padding-top: 25px;
  margin-top: 30px;
  font-size: 18px;
  color: #0F7C82;
}
.so-services-main-list-single > p:last-child:before {
  position: absolute;
  width: auto;
  height: 1px;
  left: -30px;
  right: -30px;
  top: 0;
  background-color: #EBEBEB;
  content: "";
}

.so-services-how {
  background-color: #F8F8F8;
  padding-top: 100px;
  padding-bottom: 120px;
}
.so-services-how .so-row {
  max-width: 840px;
  text-align: center;
}
.so-services-how-image {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-template-services .so-footer-cta p {
  max-width: 800px;
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .so-services-main-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-services-main-list-single {
    width: 100%;
  }
  .so-services-main-list-single h5 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .so-services-main {
    margin-bottom: 100px;
  }
  .so-services-main .so-row > p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .so-services-how {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .so-services-how-image {
    height: 250px;
  }
  .page-template-services .so-footer-cta p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page-template-services .so-footer-cta p br {
    display: none;
  }
}
.so-testimonials-main {
  margin-top: 100px;
  margin-bottom: 140px;
}
.so-testimonials-main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
.so-testimonials-main-list-single {
  width: calc(33.33% - 27px);
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  padding: 40px 30px 30px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.so-testimonials-main-list-single:hover {
  border-color: #C75A1F;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(11, 42, 60, 0.08);
}
.so-testimonials-main-list-single-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
}
.so-testimonials-main-list-single-rating svg {
  color: #EBEBEB;
}
.so-testimonials-main-list-single-rating svg.is-filled {
  color: #C75A1F;
}
.so-testimonials-main-list-single-feedback {
  position: relative;
  padding-top: 10px;
  margin-bottom: 25px;
  flex-grow: 1;
}
.so-testimonials-main-list-single-feedback p {
  font-size: 17px;
  line-height: 1.6;
  color: #0B2A3C;
  position: relative;
  z-index: 1;
}
.so-testimonials-main-list-single-quote {
  position: absolute;
  width: 34px;
  height: 26px;
  color: rgba(199, 90, 31, 0.12);
  top: -4px;
  left: -4px;
  z-index: 0;
}
.so-testimonials-main-list-single-name {
  position: relative;
  padding-top: 20px;
  color: #C75A1F;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.so-testimonials-main-list-single-name:before {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #C75A1F;
  top: 0;
  left: 0;
  content: "";
}

@media screen and (max-width: 1024px) {
  .so-testimonials-main-list {
    gap: 30px;
  }
  .so-testimonials-main-list-single {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .so-testimonials-main {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .so-testimonials-main {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .so-testimonials-main-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .so-testimonials-main-list-single {
    width: 100%;
    padding: 30px 25px 25px;
  }
}
.so-home-intro {
  background: linear-gradient(162.02deg, #0B2A3C 47.12%, #0F7C81 110.71%);
  padding-top: 170px;
  padding-bottom: 170px;
  overflow: hidden;
}
.so-home-intro .so-row {
  position: relative;
  text-align: center;
}
.so-home-intro .so-row > svg {
  position: absolute;
  width: 358px;
  height: 650px;
  right: -95px;
  top: -12px;
  z-index: 2;
  pointer-events: none;
}
.so-home-intro h1 {
  position: relative;
  z-index: 3;
  color: #fff;
}
.so-home-intro p {
  position: relative;
  z-index: 3;
  color: #fff;
  margin-bottom: 40px;
}
.so-home-intro-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 3;
}
.so-home-what {
  margin-top: 140px;
  margin-bottom: 140px;
}
.so-home-what .so-row {
  text-align: center;
}
.so-home-what .so-row > p {
  margin: auto;
  margin-bottom: 50px;
  max-width: 480px;
}
.so-home-what-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.so-home-what-list-single {
  width: calc(33.33% - 27px);
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
}
.so-home-what-list-single h5 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.so-home-what-list-single h5:after {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #C75A1F;
  bottom: 0px;
  left: 0;
  content: "";
}
.so-home-what-list-single p {
  font-size: 18px;
  line-height: 1.4;
}
.so-home-who {
  margin-top: 140px;
  margin-bottom: 140px;
}
.so-home-who .so-row {
  text-align: center;
}
.so-home-who .so-row > p {
  margin: auto;
  margin-bottom: 50px;
  max-width: 560px;
}
.so-home-who-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}
.so-home-who-list-single {
  text-align: left;
  width: calc(25% - 19px);
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
}
.so-home-who-list-single > img {
  margin-bottom: 15px;
}
.so-home-who-list-single p {
  font-size: 18px;
  line-height: 1.4;
}
.so-home-who-list-single:nth-child(1), .so-home-who-list-single:nth-child(2), .so-home-who-list-single:nth-child(3) {
  width: calc(33.33% - 17px);
}
.so-home-direction {
  margin-top: 140px;
  margin-bottom: 140px;
}
.so-home-direction .so-row {
  max-width: 1440px;
}
.so-home-direction-block {
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 120px 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.so-home-direction-block:after {
  position: absolute;
  width: auto;
  height: auto;
  background-color: #0B2A3C;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.84;
  z-index: 1;
  content: "";
}
.so-home-direction-block h2 {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: auto;
  margin-bottom: 30px;
  color: #fff;
}
.so-home-direction-block .so-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: auto;
}
.so-home-direction-block .so-text p {
  margin-bottom: 25px;
}
.so-home-direction-block .so-text p:last-child {
  margin-bottom: 0;
}
.so-home-direction-block .so-text em {
  color: #C75A1F;
}
.so-home-direction-block .so-text * {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .so-home-what-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-home-what-list-single {
    width: 100%;
  }
  .so-home-what-list-single h5 br {
    display: none;
  }
  .so-home-who-list-single {
    width: calc(50% - 13px) !important;
  }
}
@media screen and (max-width: 768px) {
  .so-home-intro p {
    margin-bottom: 25px;
  }
  .so-home-intro p br {
    display: none;
  }
  .so-home-intro-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 600px) {
  .so-home-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .so-home-intro .so-row > svg {
    width: 179px;
    height: 325px;
    right: 30px;
  }
  .so-home-intro h1 {
    font-size: 40px;
  }
  .so-home-what {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .so-home-what .so-row > p {
    margin-bottom: 35px;
  }
  .so-home-who {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .so-home-who .so-row > p {
    margin-bottom: 35px;
  }
  .so-home-who-list-single {
    width: 100% !important;
  }
  .so-home-direction {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .so-home-direction-block {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 600px) {
  html, body, div, span, applet, object, iframe,
  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 {
    font-size: 18px;
    line-height: 1.4;
  }
  h1 {
    font-size: 50px;
    line-height: 1.2;
  }
  h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  h3 {
    font-size: 32px;
    line-height: 1.2;
  }
  h4 {
    font-size: 24px;
    line-height: 1.3;
  }
  h5 {
    font-size: 22px;
    line-height: 1.3;
  }
  h6 {
    font-size: 18px;
    line-height: 1.2;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
