@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700;800&display=swap");
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: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  padding: 0;
  border: 0;
  color: #003058;
  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-size: 18px;
  line-height: normal;
}

ol, ul {
  list-style: none;
}

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

p, li, a {
  font-size: 18px;
  line-height: 1.6;
  color: #003058;
  font-weight: 400;
}

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;
}

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-anim-image {
  overflow: hidden;
  position: relative;
}
.so-anim-image:before {
  position: absolute;
  width: auto;
  height: auto;
  transition: all 1s ease-in;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  content: "";
}
.so-anim-image-left.animated:before {
  left: 100%;
}
.so-anim-image-top.animated:before {
  top: 100%;
}

#so-wrapper {
  position: relative;
  overflow-x: hidden;
}
#so-wrapper.so-active {
  overflow: hidden;
  height: 100vh;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  background-color: #fff;
}
.so-row {
  max-width: 1190px;
  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;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  padding-bottom: 30px;
}
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: #BA0C2F;
}

h1 {
  font-size: 52px;
  line-height: normal;
}

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

h3 {
  font-size: 38px;
  line-height: normal;
}

h4 {
  font-size: 30px;
  line-height: normal;
  padding-bottom: 15px;
}

h5 {
  font-size: 23px;
  line-height: normal;
  padding-bottom: 10px;
}

h6 {
  font-size: 18px;
  line-height: normal;
  padding-bottom: 10px;
}

.so-button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  background-color: #003058;
  border-radius: 30px;
  border-width: 0;
  cursor: pointer;
  border: 2px solid #003058;
  padding: 14px 33px;
}
.so-button:hover {
  background-color: #BA0C2F;
  border-color: #BA0C2F;
}
.so-button_outline {
  border-color: #fff;
}
.so-button_outline:hover {
  border-color: #fff;
}
.so-button-white {
  background-color: #fff;
  border-color: #fff;
  color: #003058 !important;
}
.so-button-white.so-button_outline {
  border-color: #BA0C2F;
}
.so-button-white.so-button_outline:hover {
  color: #fff !important;
}

.wpcf7-response-output {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #ffb900;
  padding: 20px !important;
  box-sizing: border-box;
  border-radius: 8px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #87bf48;
  background-color: #87bf48;
}

.so-form {
  padding-top: 15px;
  text-align: center;
}
.so-form-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;
  margin-bottom: 15px;
}
.so-form-row-center {
  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;
  margin-bottom: 0;
  padding-top: 80px;
}
.so-form-col {
  width: calc(50% - 6px);
  box-sizing: border-box;
}
.so-form-col-full {
  width: 100%;
}
.so-form input, .so-form textarea {
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 15px;
  border-width: 0;
  color: #003058 !important;
}
.so-form input.placeholder, .so-form textarea.placeholder {
  color: #547B96;
}
.so-form input:-moz-placeholder, .so-form textarea:-moz-placeholder {
  color: #547B96;
}
.so-form input::-moz-placeholder, .so-form textarea::-moz-placeholder {
  color: #547B96;
}
.so-form input:-ms-input-placeholder, .so-form textarea:-ms-input-placeholder {
  color: #547B96;
}
.so-form input::-webkit-input-placeholder, .so-form textarea::-webkit-input-placeholder {
  color: #547B96;
}
.so-form .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #f7454c;
  text-align: left;
  padding-top: 10px;
}
.so-form .so-checkboxes {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.so-form .so-checkboxes .wpcf7-list-item {
  width: 50%;
  box-sizing: border-box;
  text-align: left;
  margin-left: 0;
  margin-bottom: 15px;
}
.so-form .so-checkboxes .wpcf7-list-item label input {
  display: none;
}
.so-form .so-checkboxes .wpcf7-list-item label span {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  padding-left: 35px;
}
.so-form .so-checkboxes .wpcf7-list-item label span:before {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 1px;
  background-color: #fff;
  content: "";
}
.so-form .so-checkboxes .wpcf7-list-item label span:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url("img/check.svg");
  top: 1px;
  left: 0;
  opacity: 0;
  content: "";
}
.so-form .so-checkboxes .wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
.so-form h4 {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 20px !important;
}
.so-form .so-button {
  width: 240px;
}

.so-text *:last-child {
  margin-bottom: 0;
}
.so-text p {
  margin-bottom: 15px;
}
.so-text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 25px;
}
.so-text ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 25px;
}
.so-text a {
  color: #BA0C2F;
  text-decoration: underline;
}
.so-text a:hover {
  color: #80A1C7;
}

.swiper-arrows-single {
  position: absolute;
  width: 14px;
  height: 28px;
  background-image: url("img/arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  top: 50%;
  margin-top: -14px;
  z-index: 10;
}
.swiper-arrows-single.so-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}
.swiper-arrows-single.so-prev {
  left: 0;
}

.swiper-nav .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 1;
  box-sizing: border-box;
  background-color: #CDD9E1;
  border: 1px solid #CDD9E1;
  outline: none;
}
.swiper-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #FFFFFF;
}

.plyr .plyr__time, .plyr .plyr__control {
  color: #fff;
}
.plyr > .plyr__control {
  background: #BA0C2F;
}
.plyr > .plyr__control:hover {
  background: #BA0C2F;
}
.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: #BA0C2F;
}
.plyr input[type=range] {
  color: #BA0C2F;
}

.so-header {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.so-header .so-trigger {
  display: none;
}
.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;
}
.so-header .so-col:nth-child(1) {
  width: 112px;
}
.so-header .so-col:nth-child(2) {
  width: calc(100% - 260px);
}
.so-header .so-col:nth-child(3) {
  width: 112px;
}
.so-header-logo_mob {
  display: none;
}
.so-header-mob_slide {
  display: none;
}
.so-header ul {
  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;
}
.so-header ul li {
  margin-left: 20px;
  margin-right: 20px;
	position: relative;
}
.so-header ul li a {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.so-header ul li a:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #BA0C2F;
  bottom: -7px;
  left: 50%;
  pointer-events: none;
  content: "";
}
.so-header ul li a:hover:before {
  width: 100%;
}
.so-header ul li.current-menu-item a:before {
  width: 100%;
}
.so-header .sub-menu {
	display: none;
    position: absolute;
    left: 0;
    top: 28px;
	width: 200px;
    z-index: 11;
}
.so-header .sub-menu li {
	background: #fff;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	text-align: left;
}
.so-header ul li.menu-item-has-children:hover .sub-menu {
	display: block;
}
.so-header-banner {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(271deg, #003058 74.05%, #547B96 100%);
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
}
.so-header-banner .so-row {
  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;
  text-align: center;
}
.so-header-banner p {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.so-header-banner-link {
  position: relative;
  margin-left: 15px;
}
.so-header-banner-link > span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 22px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px;
  padding: 7px 0;
  width: 125px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #BA0C2F;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  user-select: none;
}
.so-header-banner-link > span:hover {
  background-color: #fff;
  color: #003058;
}
.so-header-banner-link ul {
  position: absolute;
  top: 0;
  left: calc(100% + 5px);
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #003058;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  text-align: left;
  z-index: 5;
  display: none;
}
.so-header-banner-link ul li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 12px 26px;
  display: block;
  font-weight: 700;
  color: #fff;
}
.so-header-banner-link ul li a:hover {
  color: #BA0C2F;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .so-header {
    position: fixed;
    padding: 15px 0;
    border-bottom: 1px solid #BA0C2F;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .so-header .so-trigger {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 32px;
    height: 24px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    top: 4px;
  }
  .so-header .so-trigger i {
    position: absolute;
    width: 32px;
    height: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform-origin: center;
    background-color: #547B96;
    border-radius: 8px;
    top: 0;
    left: 0;
  }
  .so-header .so-trigger i:nth-child(2) {
    top: 50%;
    margin-top: -3px;
  }
  .so-header .so-trigger i:nth-child(3) {
    top: 18px;
  }
  .so-header .so-trigger.so-active {
    top: 0;
  }
  .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);
    top: 50%;
  }
  .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);
    opacity: 0;
  }
  .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);
    top: 50%;
  }
  .so-header-banner {
    display: none;
  }
  .so-header .so-col:nth-child(1), .so-header .so-col:nth-child(3) {
    width: 50%;
  }
  .so-header .so-col:nth-child(3) {
    text-align: right;
  }
  .so-header .so-col:nth-child(2) {
    display: none;
  }
  .so-header-logo {
    display: none;
  }
  .so-header-logo_mob {
    max-width: 120px;
    display: block;
  }
  .so-header-mob_slide {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #003058;
    display: block;
    z-index: 100;
    display: none;
  }
  .so-header-mob_slide.so-active {
    display: block;
  }
  .so-header-mob_slide-wrapper {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    overflow: auto;
    padding-bottom: 50px;
  }
  .so-header-mob_slide-login {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
  }
  .so-header-mob_slide-login:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    width: 14px;
    height: 20px;
    background-position: center;
    background-image: url("img/arrow-menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 30px;
    content: "";
  }
  .so-header-mob_slide-login > span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 30px;
    padding: 7px 0;
    width: 110px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #BA0C2F;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    text-align: center;
    user-select: none;
    margin: auto;
  }
  .so-header-mob_slide-login ul {
    position: relative;
    background-color: #fff;
    margin-top: 50px;
    display: none;
  }
  .so-header-mob_slide-login ul:before {
    position: absolute;
    width: auto;
    height: auto;
    background-color: #fff;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
    z-index: 1;
    content: "";
  }
  .so-header-mob_slide-login ul li {
    position: relative;
    z-index: 2;
  }
  .so-header-mob_slide-login ul li a {
    font-size: 18px;
    line-height: 1;
    display: block;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #BA0C2F;
    border-bottom: 1px solid rgba(84, 123, 150, 0.5);
  }
  .so-header-mob_slide-login ul li:last-child a {
    border-bottom-width: 0;
  }
  .so-header-mob_slide-login.so-active {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .so-header-mob_slide-login.so-active:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .so-header-mob_slide-login.so-active ul {
    display: block;
  }
  .so-header-mob_slide-menu {
    width: 100%;
  }
  .so-header-mob_slide-menu ul li {
    text-align: center;
  }
  .so-header-mob_slide-menu ul li a {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #547B96;
  }
  .so-header-mob_slide-menu ul li:nth-child(1) a {
    border-top: 1px solid #547B96;
  }
}

/*
.so-footer {
  padding-top: 65px;
  padding-bottom: 110px;
}
*/
.so-footer .so-row {
  /* max-width: 880px; */
  text-align: center;
}
.so-footer ul {
  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 ul li {
  margin-bottom: 20px;
}
.so-footer ul li a {
 /* color: #008BFF;*/
  display: inline-block;
  text-decoration: underline;
}
.so-footer ul li a:hover {
  color: #BA0C2F;
}
.so-footer p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
 /* .so-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }*/
  .so-footer ul {
    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;
  }
  .so-footer ul li {
    margin-bottom: 10px;
  }

  .so-footer ul li a {
    text-decoration: none;
    font-weight: bold;
  }
}
.so-intro {
  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: 420px;
  position: relative;
  padding-bottom: 9px;
}
.so-intro:before {
  position: absolute;
  width: auto;
  height: 2px;
  background-color: #BA0C2F;
  left: 0;
  right: 0;
  bottom: 7px;
  content: "";
}
.so-intro:after {
  position: absolute;
  width: auto;
  height: 4px;
  background-color: #BA0C2F;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.so-intro .so-content {
  width: 100%;
  position: relative;
  z-index: 10;
}
.so-intro .so-row {
  text-align: center;
}
.so-intro h1 {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  color: #fff;
  padding-bottom: 0;
}
.so-intro-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 9px;
}
.so-intro-slider-single {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.so-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.so-cta {
  background-color: #003058;
  padding-top: 60px;
  padding-bottom: 80px;
}
.so-cta .so-row {
  text-align: center;
}
.so-cta * {
  color: #fff;
}
.so-cta img {
  border: 2px solid #BA0C2F;
  box-sizing: border-box;
  border-radius: 20px;
  margin: auto;
  margin-bottom: 30px;
  max-width: 410px;
}
.so-cta .so-text {
  margin: auto;
  margin-bottom: 70px;
  max-width: 800px;
}
.so-cta .so-button {
  max-width: 580px;
  width: 100%;
  color: #003058;
}

@media screen and (max-width: 600px) {
  .so-intro {
    height: auto;
    min-height: 190px;
    padding-bottom: 4px;
  }
  .so-intro:before {
    height: 1px;
    bottom: 3px;
  }
  .so-intro:after {
    height: 2px;
  }
  .so-intro-slider {
    bottom: 4px;
  }

  .so-banner {
    height: 180px;
  }

  .so-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .so-cta img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .so-cta .so-text {
    margin-bottom: 30px;
  }
}
.so-home-flip {
  padding-top: 50px;
  padding-bottom: 80px;
}
.so-home-flip .so-row {
  max-width: 940px;
  text-align: center;
}
.so-home-flip .so-text {
  padding-bottom: 30px;
}
.so-home-flip-icon {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: scale(0.6) rotate(360deg);
  -moz-transform: scale(0.6) rotate(360deg);
  -o-transform: scale(0.6) rotate(360deg);
  -ms-transform: scale(0.6) rotate(360deg);
  transform: scale(0.6) rotate(360deg);
  margin: auto;
  margin-bottom: 30px;
}
.so-home-flip-icon.so-animated {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.so-home-unique {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #BA0C2F;
}
.so-home-unique .so-row {
  text-align: center;
}
.so-home-unique * {
  color: #fff;
}
.so-home-unique-list {
  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;
  padding-bottom: 20px;
  padding-top: 10px;
}
.so-home-unique-list-single {
  width: calc(20% - 20px);
  margin-bottom: 30px;
}
.so-home-unique-list-single-image {
  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: 110px;
  margin-bottom: 15px;
}
.so-home-unique-list-single-image img {
  margin: auto;
}
.so-home-unique-list-single p {
  font-size: 14px;
}
.so-home-unique .so-text {
  max-width: 635px;
  margin: auto;
  margin-bottom: 50px;
}
.so-home-unique .so-button {
  max-width: 580px;
  width: 100%;
}
.so-home-world {
  padding-top: 50px;
  padding-bottom: 75px;
}
.so-home-world .so-row {
  text-align: center;
}
.so-home-world-list {
  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;
  padding-bottom: 20px;
  padding-top: 10px;
}
.so-home-world-list-single {
  width: calc(33.33% - 20px);
}
.so-home-world-list-single-image {
  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: 80px;
  margin-bottom: 15px;
}
.so-home-world-list-single-image img {
  margin: auto;
}
.so-home-world-list-single span {
  font-size: 50px;
  line-height: normal;
  font-weight: 700;
}
.so-home-world-list-single p {
  font-weight: 700;
}
.so-home-feedback {
  background-color: rgba(84, 123, 150, 0.05);
  padding-top: 55px;
  padding-bottom: 40px;
}
.so-home-feedback .so-row {
  text-align: center;
}
.so-home-feedback h5 {
  padding-bottom: 100px;
}
.so-home-feedback .swiper-nav .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: rgba(84, 123, 150, 0.25);
  border-width: 0;
}
.so-home-feedback .swiper-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #003058;
}
.so-home-feedback-slider {
  max-width: 770px;
  width: 100%;
  margin: auto;
  overflow: visible !important;
}
.so-home-feedback-slider-wrap {
  position: relative;
  max-width: 920px;
  margin: auto;
  margin-bottom: 45px;
}
.so-home-feedback-slider-wrap .swiper-arrows-single {
  background-image: url("img/arrow-blue.svg");
}
.so-home-feedback-slider-single {
  border: 1px solid #BA0C2F;
  background-color: #fff;
  box-sizing: border-box;
  padding: 75px 55px 55px 55px;
  position: relative;
  opacity: 0 !important;
}
.so-home-feedback-slider-single.swiper-slide-active {
  opacity: 1 !important;
}
.so-home-feedback-slider-single img {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  left: 50%;
  margin-left: -70px;
  top: -71px;
  box-sizing: border-box;
  border: 1px solid #BA0C2F;
}
.so-home-feedback-slider-single > span {
  font-size: 16px;
  line-height: normal;
  display: block;
}
.so-home-feedback-slider-single > span:nth-child(1) {
  font-weight: 700;
}
.so-home-feedback-slider-single > span:nth-child(2) {
  font-weight: 800;
  margin-bottom: 30px;
}
.so-home-feedback-slider-single .so-text {
  text-align: left;
  position: relative;
}
.so-home-feedback-slider-single .so-text:before, .so-home-feedback-slider-single .so-text:after {
  position: absolute;
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/quote.svg");
  content: "";
}
.so-home-feedback-slider-single .so-text:before {
  top: -45px;
  left: 0;
}
.so-home-feedback-slider-single .so-text:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
  bottom: -30px;
}
.so-home-feedback-slider-single .so-text * {
  font-style: italic;
}
.so-home-logos {
  background-color: #003058;
  padding-top: 50px;
  padding-bottom: 50px;
}
.so-home-logos .so-row {
  text-align: center;
}
.so-home-logos h5 {
  color: #fff;
  padding-bottom: 25px;
}
.so-home-logos .swiper-arrows {
  margin-bottom: 35px;
}
.so-home-logos-slider {
  margin: auto;
  max-width: 780px;
}
.so-home-logos-slider-wrap {
  margin: auto;
  max-width: 910px;
  position: relative;
}
.so-home-logos-slider .swiper-wrapper {
  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-home-logos-slider-single {
  text-align: center;
}
.so-home-logos-slider-single img {
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
  max-height: 130px;
  max-width: 170px;
}
.so-home-logos-slider-single[data-swiper-slide-index="1"] img, .so-home-logos-slider-single[data-swiper-slide-index="6"] img, .so-home-logos-slider-single[data-swiper-slide-index="10"] img, .so-home-logos-slider-single[data-swiper-slide-index="11"] img, .so-home-logos-slider-single[data-swiper-slide-index="18"] img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.so-home-logos-slider-single[data-swiper-slide-index="8"] img, .so-home-logos-slider-single[data-swiper-slide-index="12"] img, .so-home-logos-slider-single[data-swiper-slide-index="13"] img, .so-home-logos-slider-single[data-swiper-slide-index="16"] img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.so-home-labor {
  padding-top: 30px;
  padding-bottom: 90px;
}
.so-home-labor .so-row {
  max-width: 1320px;
  text-align: center;
}
.so-home-labor .so-row > h5 {
  color: #BA0C2F;
  padding-bottom: 15px;
}
.so-home-labor .so-row > img {
  margin: auto;
  margin-bottom: 30px;
}
.so-home-labor-images {
  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;
  margin-bottom: 55px;
}
.so-home-labor-images img {
  width: calc(33.33% - 20px);
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}
.so-home-labor .so-text {
  max-width: 915px;
  margin: auto;
  margin-bottom: 40px;
}
.so-home-labor .so-button {
  max-width: 580px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .so-home-unique-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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .so-home-unique-list-single {
    width: calc(33.33% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .so-home-feedback-slider-wrap .swiper-arrows-single {
    margin-top: 0;
    top: auto;
    bottom: -40px;
  }
  .so-home-logos-slider-wrap .swiper-arrows-single {
    margin-top: 0;
    top: auto;
    bottom: -60px;
  }
  .so-home-labor-images img:nth-of-type(1), .so-home-labor-images img:nth-of-type(3) {
    display: none;
  }
  .so-home-labor-images img:nth-of-type(2) {
    height: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .so-home-flip {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .so-home-flip-icon {
    max-width: 104px;
  }
  .so-home-unique {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .so-home-unique-list {
    padding-bottom: 0;
  }
  .so-home-unique-list-single {
    width: 100%;
    margin-bottom: 40px;
  }
  .so-home-unique-list-single-image {
    margin-bottom: 25px;
    height: auto;
  }
  .so-home-unique-list-single-image img {
    margin: 0;
  }
  .so-home-unique .so-text {
    margin-bottom: 30px;
  }
  .so-home-feedback {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .so-home-feedback h5 {
    padding-bottom: 70px;
  }
  .so-home-feedback-slider-wrap {
    margin-bottom: 15px;
  }
  .so-home-feedback-slider-wrap .swiper-arrows-single {
    bottom: -35px;
  }
  .so-home-feedback-slider-single {
    padding: 65px 30px 50px 30px;
  }
  .so-home-feedback-slider-single img {
    width: 100px;
    height: 100px;
    top: -50px;
    margin-left: -50px;
  }
  .so-home-feedback-slider-single > span {
    font-size: 14px;
  }
  .so-home-feedback-slider-single .so-text:before {
    width: 20px;
    height: 20px;
    top: -25px;
  }
  .so-home-feedback-slider-single .so-text:after {
    width: 20px;
    height: 20px;
  }
  .so-home-logos {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .so-home-logos h5 {
    padding-bottom: 15px;
  }
  .so-home-logos .swiper-arrows {
    margin-bottom: 20px;
  }
  .so-home-logos-slider-wrap .swiper-arrows-single {
    bottom: -43px;
  }
  .so-home-logos-slider-single img {
    max-width: 120px;
    max-height: 90px;
  }
  .so-home-world {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .so-home-world-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .so-home-world-list-single {
    width: 100%;
    margin-bottom: 40px;
  }
  .so-home-world-list-single:last-child {
    margin-bottom: 0;
  }
  .so-home-world-list-single span {
    font-size: 30px;
  }
  .so-home-labor {
    padding-bottom: 40px;
  }
  .so-home-labor .so-row > h5 {
    padding-bottom: 10px;
  }
  .so-home-labor .so-row > img {
    max-width: 110px;
    margin-bottom: 20px;
  }
  .so-home-labor-images {
    margin-bottom: 25px;
  }
  .so-home-labor-images img:nth-of-type(2) {
    height: 200px;
  }
  .so-home-labor .so-text {
    margin-bottom: 30px;
  }
}
.flip-tab {
  margin-top: 39px;
  margin-bottom: 108px;
}
.flip-tab .so-col:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.flip-tab .so-col:nth-child(1) h4 {
  margin-top: 30px;
}
.flip-tab .so-col:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 45px;
  gap: 50px;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-title {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-content-main {
  width: 50%;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-title-single {
  width: 489px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-title-single h5 {
  display: inline-block;
  font-size: 24px;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-title-single .so-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 277px;
  gap: 13px;
  position: relative;
  margin-left: 32px;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-title-single .flip-subtitle {
  position: relative;
  display: inline !important;
  transition: all 0.3s ease;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-title-single .flip-subtitle h5 {
  display: none;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-title-single .flip-subtitle.so-active h5 {
  color: #BA0C2F;
  display: inline-block;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-title-single .flip-icon {
  position: relative;
  display: block !important;
  background-image: url(../assets/img/arrow-right.svg);
  width: 27px;
  height: 16px;
  transition: all 0.3s ease;
  top: -0.2em;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-title-single .flip-icon.so-active {
  transition: all 0.3s ease;
  background-image: url(../assets/img/arrow-right-active.svg);
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-title-single .flip-title {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s ease;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-title-single .flip-title.so-active {
  opacity: 0.35;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-title-single .flip-title:hover {
  opacity: 0.35;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-title-single .flip-title:before {
  content: "";
  width: 280px;
  height: 42px;
  position: absolute;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-single {
  display: none;
  width: 100%;
  position: relative;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-single.so-active {
  display: block;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-single .so-flip-tab-content a {
  color: #008BFF;
  transition: all 0.3s ease;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-single .so-flip-tab-content a:hover {
  color: #003058;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-single .so-flip-tab-content strong {
  color: #BA0C2F;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-single .so-flip-tab-content p {
  max-width: 567px;
  margin: auto;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-single .so-flip-tab-content div {
  padding: 28px 42px 32px 32px;
  margin-bottom: 44px;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-single .so-flip-tab-content .js-submit-button_post {
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: normal;
  margin-top: 45px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  background-color: #003058;
  border-radius: 30px;
  border-width: 0;
  cursor: pointer;
  border: 2px solid #003058;
  padding: 15px 67px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.flip-tab .so-col:nth-child(2) .so-flip-tab-single .so-flip-tab-content .js-submit-button_post:hover {
  background-color: #BA0C2F;
  border-color: #BA0C2F;
  color: #fff;
}
.flip-tab .so-flip-tab-mob {
  display: none;
}

@media screen and (max-width: 900px) {
  .so-flip-tab-content-main {
    display: none !important;
  }

  .so-row {
    padding-right: 15px;
    padding-left: 15px;
  }

  .flip-tab {
    margin-bottom: 40px;
    margin-top: 22px;
  }
  .flip-tab .so-col:nth-child(1) .so-flip-icon {
    width: 100%;
    max-width: 103px;
  }
  .flip-tab .so-col:nth-child(1) h4 {
    font-size: 25px;
    margin-top: 15px;
  }
  .flip-tab .so-col:nth-child(2) {
    padding-top: 28px;
    gap: 0;
  }
  .flip-tab .so-col:nth-child(2) .so-flip-tab-title {
    display: none;
  }
  .flip-tab .so-col:nth-child(2) .so-flip-tab-content-main {
    display: block;
  }
  .flip-tab .so-flip-tab-mob {
    width: 100%;
    display: block !important;
  }
  .flip-tab .so-flip-tab-mob .so-close-mob {
    display: block;
    right: 0;
    transition: all 0.3s ease;
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -30px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/close.svg);
  }
  .flip-tab .so-flip-tab-mob .so-flip-tab-mob-single {
    border-bottom: 1px solid #547B96;
  }
  .flip-tab .so-flip-tab-mob .so-flip-tab-mob-single:first-child {
    border-top: 1px solid #547B96;
  }
  .flip-tab .so-flip-tab-mob .so-flip-tab-mob-single .so-single-head {
    width: 100%;
    position: relative;
  }
  .flip-tab .so-flip-tab-mob .so-flip-tab-mob-single .so-single-head .flip-title h5 {
    padding-top: 10px;
    font-size: 18px;
  }
  .flip-tab .so-flip-tab-mob .so-flip-tab-mob-single .so-single-head .so-block {
    margin-left: 0px;
    width: 62%;
  }
  .flip-tab .so-flip-tab-mob .so-flip-tab-mob-single .so-single-head .so-block .flip-icon {
    background-image: url(../assets/img/arrow-right-mob.svg);
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    top: 0em;
  }
  .flip-tab .so-flip-tab-mob .so-flip-tab-mob-single .so-single-head:before {
    background-image: url(../assets/img/arrow-open.svg);
    width: 8px;
    height: 14px;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: 0;
    margin-right: 5px;
    transition: transform 0.3s ease;
  }
  .flip-tab .so-flip-tab-mob .so-flip-tab-mob-single .so-flip-tab-content {
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .flip-tab .so-flip-tab-mob .so-flip-tab-mob-single .so-flip-tab-content div {
    padding: 15px !important;
    margin-bottom: 22px !important;
  }
  .flip-tab .so-flip-tab-mob .so-flip-tab-mob-single .so-flip-tab-content .js-submit-button_post {
    padding: 7px 30px !important;
    font-size: 14px !important;
    margin-top: 20px !important;
  }
  .flip-tab .so-flip-tab-mob .so-single-head.so-active .flip-title {
    opacity: 0.35;
  }
  .flip-tab .so-flip-tab-mob .so-single-head.so-active .so-block .flip-icon {
    background-image: url(../assets/img/arrow-right-active-mob.svg);
  }
  .flip-tab .so-flip-tab-mob .so-single-head.so-active .so-block .flip-subtitle h5 {
    color: #BA0C2F;
    display: inline-block;
    padding-top: 10px;
    font-size: 18px;
  }
  .flip-tab .so-flip-tab-mob .so-single-head.so-active:before {
    transition: transform 0.3s ease;
    transform: rotate(90deg);
  }
}
.page-template-solutions .swiper-slide {
  position: relative;
}
.page-template-solutions .swiper-slide:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  height: -webkit-fill-available;
  left: 0;
  background: linear-gradient(270deg, #003058 -13.17%, rgba(217, 217, 217, 0) 62.66%);
}

.so-solutions-advantages {
  margin-top: 51px;
}
.so-solutions-advantages .so-text {
  text-align: center;
  max-width: 850px;
  margin: auto;
}

.so-solutions-accordian {
  margin-bottom: 95px;
}
.so-solutions-accordian .so-accordian-main-list-single {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.so-solutions-accordian .so-accordian-main-list-single .so-content-main {
  text-align: center;
  margin-top: 55px;
}
.so-solutions-accordian .so-accordian-main-list-single .so-content-main h4 {
  padding-bottom: 18px;
}
.so-solutions-accordian .so-accordian-main-list-single .so-content-main img {
  margin-bottom: 50px;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 50px;
  max-width: 407px;
  height: 260px;
}
.so-solutions-accordian .so-accordian-main-list-single .so-content-main img:nth-child(1) {
  max-width: 70px;
  margin-bottom: 12px;
  height: auto;
}
.so-solutions-accordian .so-accordian-main-list-single .so-content-main .so-text {
  max-width: 760px;
  margin: auto auto 32px auto;
}
.so-solutions-accordian .so-accordian-main-list-single .so-content-main:after {
  background-color: #BA0C2F;
  width: 100%;
  height: 1px;
  left: 0;
  max-width: 888px;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list {
  width: 100%;
  max-width: 880px;
}
.so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single {
  cursor: pointer;
  position: relative;
}
.so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single img {
  margin: auto;
  max-width: 75px;
  height: 70px;
  margin-bottom: 10px;
}
.so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single h6 {
  cursor: pointer;
  padding-bottom: 15px;
}
.so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single .so-text {
  max-width: 830px;
  width: 100%;
  padding-bottom: 25px;
}
.so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single .so-text ul {
  margin-bottom: 0;
}
.so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single:after {
  background-color: #BA0C2F;
  width: 100%;
  height: 1px;
  left: 0;
  max-width: 888px;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single .so-single-head {
  position: relative;
  margin-top: 25px;
  margin-bottom: 5px;
}
.so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single .so-single-head:before {
  position: absolute;
  display: block !important;
  background-color: #547B96;
  width: 22px;
  height: 2px;
  content: "";
  transform: translatey(-50%);
  top: 50%;
  right: 0;
  margin-top: -2px;
}
.so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single .so-single-head:after {
  background-color: #547B96;
  width: 2px;
  height: 22px;
  right: 0;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  transition: all 0.3s ease;
  margin-top: -2px;
}
.so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single .so-single-head.so-active:after {
  transition: all 0.3s ease;
  transform: translateY(-50%) rotate(90deg);
}

.so-solutions-accordian-navigation {
  margin-top: 40px;
}
.so-solutions-accordian-navigation .so-content {
  background-color: #003058;
  padding: 40px 100px;
}
.so-solutions-accordian-navigation .so-content .so-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: baseline;
  grid-column-gap: 60px;
  padding: 0;
  max-width: 100%;
  justify-items: center;
}
.so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single {
  width: fit-content;
}
.so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single img {
  max-width: 70px;
  margin: auto;
  margin-bottom: 10px;
}
.so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single h4, .so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single h6, .so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single li {
  color: #fff;
}
.so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single h4 {
  text-align: center;
}
.so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single li {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single li:hover {
  opacity: 0.5;
}
.so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single ul {
  list-style: disc;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  #so-wrapper {
    padding-top: 70px;
  }
}
@media screen and (max-width: 900px) {
  .so-solutions-advantages {
    margin-top: 30px;
  }

  .so-solutions-accordian-navigation {
    margin-top: 20px;
  }

  .so-solutions-accordian {
    margin-bottom: 40px;
  }

  .so-solutions-accordian .so-accordian-main-list-single .so-content-main {
    margin-top: 30px;
  }
  .so-solutions-accordian .so-accordian-main-list-single .so-content-main h4 {
    padding-bottom: 10px;
  }
  .so-solutions-accordian .so-accordian-main-list-single .so-content-main .so-text {
    margin-bottom: 20px;
  }
  .so-solutions-accordian .so-accordian-main-list-single .so-content-main img {
    height: auto;
    max-width: 90vw;
    object-fit: cover;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list {
    max-width: 100%;
  }
  .so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single .so-single-head {
    margin-top: 15px;
  }
  .so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single .so-single-head img {
    max-width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single .so-single-head h6 {
    padding-bottom: 5px;
    margin-right: 20px;
  }
  .so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single .so-single-head::before {
    width: 15px;
  }
  .so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single .so-single-head::after {
    height: 15px;
    right: 6.5px;
  }
  .so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single:after {
    width: 100vw;
  }
  .so-solutions-accordian .so-accordian-main-list-single .so-solutions-accordian-sub-list .so-accordian-sub-list-single .so-text {
    padding-bottom: 15px;
    max-width: 100%;
  }

  .so-solutions-accordian-navigation .so-content {
    padding: 30px 10px;
  }
  .so-solutions-accordian-navigation .so-content .so-row {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0;
  }
  .so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single {
    width: 70vw;
  }
  .so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single h4 {
    text-align: center;
  }
  .so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single:nth-child(4) {
    grid-row: 2;
    padding-bottom: 20px;
  }
  .so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single:nth-child(5) {
    grid-row: 4;
    padding-bottom: 20px;
  }
  .so-solutions-accordian-navigation .so-content .so-row .so-solutions-accordian-navigation-single:nth-child(6) {
    grid-row: 6;
  }
}
.page-template-contact .so-intro-slider-single {
  position: relative;
}
.page-template-contact .so-intro-slider-single:after {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, #003058 0.26%, rgba(217, 217, 217, 0) 62.66%);
  content: "";
}

.so-contact .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: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  max-width: 1380px;
}
.so-contact .so-row .so-col {
  width: 50%;
  box-sizing: border-box;
}
.so-contact .so-row .so-col:nth-child(1) {
  padding-top: 50px;
  padding-right: 60px;
}
.so-contact .so-row .so-col:nth-child(1) > div {
  max-width: 510px;
  margin-left: auto;
  margin-right: 0;
}
.so-contact .so-row .so-col:nth-child(1) p {
  padding-bottom: 50px;
}
.so-contact .so-row .so-col:nth-child(1) h4 {
  padding-bottom: 30px;
}
.so-contact .so-row .so-col:nth-child(1) ul li {
  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;
  margin-bottom: 45px;
}
.so-contact .so-row .so-col:nth-child(1) ul li:last-child {
  margin-bottom: 0;
}
.so-contact .so-row .so-col:nth-child(1) ul li img {
  position: relative;
}
.so-contact .so-row .so-col:nth-child(1) ul li:nth-of-type(1) img, .so-contact .so-row .so-col:nth-child(1) ul li:nth-of-type(2) img {
  left: 6px;
}
.so-contact .so-row .so-col:nth-child(1) ul li div:nth-child(2) {
  width: calc(100% - 130px);
  text-align: left;
}
.so-contact .so-row .so-col:nth-child(1) ul li span {
  font-weight: 700;
  display: block;
}
.so-contact .so-row .so-col:nth-child(1) ul li span:nth-child(1) {
  font-size: 30px;
  line-height: normal;
  color: #BA0C2F;
}
.so-contact .so-row .so-col:nth-child(1) ul li span:nth-child(2) {
  font-size: 18px;
  line-height: normal;
}
.so-contact .so-row .so-col:nth-child(2) {
  position: relative;
  background-color: #003058;
  padding-top: 50px;
  padding-left: 45px;
  padding-bottom: 75px;
}
.so-contact .so-row .so-col:nth-child(2):before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -2000px;
  background-color: #003058;
  z-index: -1;
  content: "";
}
.so-contact-form-main h4 {
  color: #fff;
  padding-bottom: 0;
}
.so-contact-form-main p {
  color: #fff;
}
.so-contact-form-main p * {
  color: #fff;
}
.so-contact-form-done {
  display: none;
  text-align: center;
  height: 100%;
}
.so-contact-form-done-wrap {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.so-contact-form-done h4 {
  color: #fff;
  padding-bottom: 70px;
}
.so-contact-form-done p {
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
}
.so-contact-form-done img {
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(0.6) rotate(360deg);
  -moz-transform: scale(0.6) rotate(360deg);
  -o-transform: scale(0.6) rotate(360deg);
  -ms-transform: scale(0.6) rotate(360deg);
  transform: scale(0.6) rotate(360deg);
  opacity: 0;
}
.so-contact-form-done.so-animated img {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .so-contact .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-contact .so-row .so-col {
    width: 100%;
  }
  .so-contact .so-row .so-col:nth-child(1) {
    padding-right: 0;
  }
  .so-contact .so-row .so-col:nth-child(1) p {
    padding-bottom: 30px;
  }
  .so-contact .so-row .so-col:nth-child(1) > div {
    max-width: none;
  }
  .so-contact .so-row .so-col:nth-child(1) ul {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .so-contact .so-row .so-col:nth-child(1) ul li {
    width: 50%;
    box-sizing: border-box;
  }
  .so-contact .so-row .so-col:nth-child(2) {
    padding-left: 0;
  }
  .so-contact .so-row .so-col:nth-child(2):before {
    left: -20px;
    right: -20px;
  }
}
@media screen and (max-width: 600px) {
  .so-contact .so-row .so-col:nth-child(1) {
    padding-top: 30px;
  }
  .so-contact .so-row .so-col:nth-child(1) ul {
    padding-bottom: 40px;
  }
  .so-contact .so-row .so-col:nth-child(1) ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
  }
  .so-contact .so-row .so-col:nth-child(1) ul li img {
    margin-bottom: 20px;
  }
  .so-contact .so-row .so-col:nth-child(1) ul li div {
    width: 100%;
  }
  .so-contact .so-row .so-col:nth-child(1) ul li span {
    text-align: center;
  }
  .so-contact .so-row .so-col:nth-child(1) ul li span:nth-child(1) {
    font-size: 20px;
  }
  .so-contact .so-row .so-col:nth-child(1) ul li span:nth-child(2) {
    font-size: 14px;
  }
  .so-contact .so-row .so-col:nth-child(2) {
    padding-bottom: 50px;
  }
}
.so-story-intro .so-content {
  padding: 60px 0px;
}
.so-story-intro .so-row {
  text-align: center;
  max-width: 1050px;
}
.so-story-intro .so-row .so-text {
  margin-bottom: 25px;
}
.so-story-intro .so-row .so-text p {
  margin-bottom: 25px;
}
.so-story-intro .so-row .so-link {
  text-decoration: underline;
  font-size: 26px;
  color: #BA0C2F;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.so-story-intro .so-row .so-link:hover {
  color: #003058;
}

.so-story-tabs .so-content {
  background: rgba(84, 123, 150, 0.05);
  padding-top: 75px;
  padding-bottom: 95px;
}
.so-story-tabs .so-content .so-row {
  max-width: 1090px;
}
.so-story-tabs .so-content .so-col:nth-child(1) .so-story-tabs-title {
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.so-story-tabs .so-content .so-col:nth-child(1) .so-story-tabs-title h2 {
  padding-bottom: 15px;
}
.so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-title-list {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #BA0C2F;
  border-bottom: 1px solid #BA0C2F;
  padding: 22px 0px;
  margin-bottom: 50px;
  margin-top: 40px;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  overflow: auto;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-title-list li {
  list-style: disc;
  padding-left: 10px;
  margin-left: 40px;
}
.so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-title-list li:nth-child(1) {
  list-style: none;
  margin-left: 0;
}
.so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-title-list li h5 {
  padding-bottom: 0;
  font-size: 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-title-list li h5:hover {
  color: #BA0C2F;
}
.so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-title-list li .so-active.story-title h5 {
  color: #BA0C2F;
}
.so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list {
  flex-direction: row;
  gap: 32px;
  display: flex;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in, height 0.2s ease-in;
}
.so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list.so-active {
  opacity: 1;
  height: auto;
  transition: opacity 0.3s ease-in, height 0.2s ease-in;
}
.so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list.row-reverse {
  flex-direction: row-reverse;
}
.so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list .so-story-tab-content h4 {
  color: #BA0C2F;
  padding-bottom: 5px;
}
.so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list .so-story-single-image {
  width: 100%;
}
.so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list .so-story-single-image img {
  width: auto;
  max-width: fit-content;
  margin-top: 8px;
}
.so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list .so-story-single-image p {
  padding-top: 8px;
}

@media screen and (max-width: 1024px) {
  .so-story-intro .so-content {
    padding: 40px 0px;
  }

  .so-story-tabs .so-content {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-title-list {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .so-story-tabs .so-content .so-col:nth-child(1) .so-story-tabs-title h2 {
    font-size: 35px;
  }
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-title-list {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 14px 16px;
  }
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-title-list li h5 {
    font-size: 18px;
  }
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list .so-story-tab-content h4 {
    font-size: 23px;
  }
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list, .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list.row-reverse {
    gap: 20px;
    flex-direction: column;
  }
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list .so-story-single-image img {
    width: 65vw;
    max-width: 100%;
    height: 300px;
    margin-top: 0;
    margin: auto;
    object-fit: cover;
  }
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list .so-story-single-image p {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .so-story-tabs .so-content {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .so-story-tabs .so-content .so-col:nth-child(1) .so-story-tabs-title h2 {
    font-size: 23px;
    padding-bottom: 5px;
  }
  .so-story-tabs .so-content .so-col:nth-child(1) .so-story-tabs-title img {
    max-width: 80px;
  }
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-title-list {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 16px 10px 4px;
  }
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-title-list li {
    padding-left: 8px;
    margin-left: 30px;
  }
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-title-list h5 {
    font-size: 16px;
  }
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list .so-story-single-image img {
    width: 70vw;
    height: 230px;
  }
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list .so-story-single-image p {
    text-align: center;
  }
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list .so-story-tab-content h4 {
    font-size: 18px;
  }

  .so-story-intro .so-content {
    padding: 20px 0px 30px 0;
  }
  .so-story-intro .so-row .so-text {
    margin-bottom: 0;
  }
  .so-story-intro .so-row .so-text p {
    margin-bottom: 15px;
  }
  .so-story-intro .so-row .so-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list .so-story-single-image img {
    width: 100vw;
    height: 180px;
  }

  .so-story-tabs .so-content .so-col:nth-child(2) .so-story-tab-content-main .so-story-tabs-list {
    gap: 5px !important;
  }
}
@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: 13px;
    line-height: 1.5;
  }

  h1 {
    font-size: 23px;
    line-height: normal;
    padding-bottom: 10px;
  }

  h2 {
    font-size: 23px;
    line-height: normal;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 20px;
    line-height: normal;
    padding-bottom: 10px;
  }

  h4 {
    font-size: 18px;
    line-height: normal;
    padding-bottom: 10px;
  }

  h5 {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 10px;
  }

  h6 {
    font-size: 14px;
    line-height: normal;
    padding-bottom: 10px;
  }

  .so-button {
    font-size: 14px;
    padding: 10px 20px;
  }

  .so-form h4 {
    padding-top: 15px;
  }
  .so-form-row-center {
    padding-top: 20px;
  }
  .so-form .so-checkboxes .wpcf7-list-item label span {
    font-size: 14px;
  }
  .so-form .so-checkboxes .wpcf7-list-item label span:before, .so-form .so-checkboxes .wpcf7-list-item label span:after {
    top: -1px;
  }
}

.error404 .so-page .so-content, .page-template-general-page .so-page .so-content {
	padding: 50px 0 30px 0;
}

.error404 .so-page .so-content .so-button {
	margin-top: 30px;
}

.error404 .so-page .so-content .so-row {
	text-align: center;
}

.page-template-general-page .so-page .page-title {
	margin-bottom: 20px;
	padding: 75px 15px;
	background: #003058;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.page-template-general-page .so-page .page-title {
		margin-bottom: 10px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.page-template-general-page .so-page .so-content .so-row p {
	margin-bottom: 20px;
}

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