html {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  padding: 0;
  margin: 0;
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal; }

p {
  margin-top: 0;
  font-weight: normal;
  margin-top: 0; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none; }

form {
  padding: 0;
  margin: 0; }

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

li {
  padding: 0;
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"], input[type="radio"] {
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before, *:after {
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: transparent; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  text-decoration: none; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.group:after, .contain:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.swiper-button-disabled {
  opacity: 0 !important; }

.swiper-button:focus {
  outline: none; }

.contain {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri-regular.woff") format("woff"), url("../fonts/Calibri-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

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

button {
  border: none;
  outline: none; }

textarea:hover, textarea:active, textarea:focus {
  outline: none; }

body {
  font-family: "Open Sans", sans-serif;
  color: #121212;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  min-height: 100vh; }
  body.ohi {
    overflow: hidden; }

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.main {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.btn,
.btn-o,
*[class$="__btn"] {
  transition: 0.5s; }
  .btn:hover,
  .btn-o:hover,
  *[class$="__btn"]:hover {
    text-decoration: none; }

.top {
  padding-top: 31px;
  padding-bottom: 30px; }

.top__row {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #777777;
  font-size: 13px; }
  .top__row span {
    color: #26ad50;
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 9px;
    display: block; }
  .top__row p {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    letter-spacing: 0.5px; }

.frm {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #f6f6f6; }
  @media (min-width: 1200px) {
    .frm .contain {
      max-width: 970px; } }
  .frm a {
    display: block;
    width: 100%; }
    .frm a img {
      width: 100%;
      max-width: 100%; }

.frm__w {
  margin-bottom: 21px; }

.how {
  padding-top: 95px;
  padding-bottom: 74px; }

.how__row {
  gap: 102px 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 86px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.how__item {
  width: calc(25% - 24px); }
  .how__item p {
    padding-bottom: 18px;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    line-height: 1.4; }
    .how__item p:before {
      content: "";
      width: 82px;
      height: 5px;
      display: inline-block;
      background-color: #26ad50;
      border-radius: 2px;
      position: absolute;
      bottom: 0px;
      left: 0px; }
  .how__item div {
    line-height: 1.5;
    font-size: 16px; }

.rtext {
  max-width: 979px;
  width: 100%; }
  .rtext p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px; }

.rtext__title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.4; }

.rbtn {
  height: 53px;
  padding-left: 42px;
  padding-right: 42px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #26ad50;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 20px; }
  .rbtn:hover {
    text-decoration: none; }

.ftr {
  padding-top: 39px;
  padding-bottom: 40px;
  border-top: 1px solid #dddddd; }

.contain--ftr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .contain--ftr span {
    line-height: 1.5;
    color: #121212;
    font-size: 18px; }

@media only screen and (max-width: 1367px) {
  .contain {
    max-width: 1170px; }
  .how__row {
    gap: 72px 32px; } }

@media only screen and (max-width: 1199px) {
  .contain {
    max-width: 970px; } }

@media only screen and (max-width: 991px) {
  .contain {
    max-width: 750px; }
  .how__item {
    width: calc(50% - 17px); }
  .how {
    padding-top: 40px;
    padding-bottom: 40px; }
  .how__row {
    margin-bottom: 66px; }
  .ftr {
    padding: 20px 0; }
  .contain--ftr span {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .contain {
    max-width: 600px; }
  .how__row {
    gap: 55px 24px;
    margin-bottom: 56px; }
  .rtext__title {
    font-size: 30px;
    margin-bottom: 14px; }
  .rtext p,
  .how__item div {
    font-size: 14px; }
  .how__item p {
    font-size: 22px;
    padding-bottom: 11px; }
  .how__item p:before {
    height: 3px; } }

@media only screen and (max-width: 640px) {
  .contain {
    max-width: 530px; } }

@media only screen and (max-width: 575px) {
  .contain {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .frm__w {
    margin-bottom: 0; }
  .frm {
    padding-bottom: 30px; }
  .how {
    padding: 30px 0; } }

@media only screen and (max-width: 480px) {
  .how__item {
    width: 100%; }
  .how__row {
    gap: 25px; } }

@media only screen and (max-width: 320px) {
  body, body > * {
    width: auto;
    min-width: 320px; } }
