/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.ttactive[data-tooltip] {
  position: relative;
  cursor: pointer; }

.ttactive[data-tooltip]:before,
.ttactive[data-tooltip]:after {
  line-height: 1;
  font-size: .9em;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  filter: drop-shadow(0px 4px 2px #B58181); }

.ttactive[data-tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 100; }

.ttactive[data-tooltip]:after {
  content: attr(data-tooltip);
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 8px;
  border-radius: 3px;
  background: #F21919;
  color: #FFFFFF;
  z-index: 99;
  text-shadow: 0px 2px 0px #800000; }

.ttactive[data-tooltip]:before,
.ttactive[data-tooltip]:after {
  display: block;
  opacity: 1; }

.ttactive[data-tooltip]:not([data-flow])::before,
.ttactive[data-tooltip][data-flow="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #F21919; }

.ttactive[data-tooltip]:not([data-flow])::after,
.ttactive[data-tooltip][data-flow="top"]::after {
  bottom: calc(100% + 5px); }

.ttactive[data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
.ttactive[data-tooltip][data-flow="top"]::before,
.ttactive[data-tooltip][data-flow="top"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px); }

.ttactive[data-tooltip][data-flow="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #F21919; }

.ttactive[data-tooltip][data-flow="bottom"]::after {
  top: calc(100% + 5px); }

.ttactive[data-tooltip][data-flow="bottom"]::before, .ttactive[data-tooltip][data-flow="bottom"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px); }

.ttactive[data-tooltip][data-flow="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #F21919;
  left: calc(0em - 5px);
  -webkit-transform: translate(-8px, -50%);
  transform: translate(-8px, -50%); }

.ttactive[data-tooltip][data-flow="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-8px, -50%);
  transform: translate(-8px, -50%); }

.ttactive[data-tooltip][data-flow="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #F21919;
  right: calc(0em - 5px);
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%); }

.ttactive[data-tooltip][data-flow="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%); }

[data-tooltip=""]::after, [data-tooltip=""]::before {
  display: none !important; }

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

html {
  overflow-x: hidden; }

body {
  font-size: 0;
  margin: 214px 0 0; }
  @media screen and (min-width: 1024px) {
    body {
      margin: 155px 0 0; } }
  body.hidden {
    overflow: hidden; }

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

.page-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden; }

.wrapper {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto; }

.header {
  display: grid;
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100%; }
  .header .module_1 {
    background: #19bdf2; }
    .header .module_1 .wrapper {
      position: relative;
      padding: 15px; }
      @media screen and (min-width: 1024px) {
        .header .module_1 .wrapper {
          padding: 10px 15px; } }
      .header .module_1 .wrapper p {
        margin: 0;
        color: #ffffff;
        font-family: "Montserrat";
        font-size: 14px;
        line-height: 16px;
        font-weight: 600; }
        @media (max-width: 990px) {
          .header .module_1 .wrapper p {
            font-size: 13px; } }
      .header .module_1 .wrapper .buttons {
        display: flex;
        align-items: center;
        gap: 15px; }
        @media (max-width: 990px) {
          .header .module_1 .wrapper .buttons {
            gap: 8px; } }
        @media screen and (min-width: 1024px) {
          .header .module_1 .wrapper .buttons {
            position: absolute;
            top: 0;
            right: 15px;
            flex-direction: row;
            gap: 0; } }
        .header .module_1 .wrapper .buttons .button {
          text-decoration: none;
          display: flex;
          align-items: center;
          max-width: 240px;
          background-color: #19bdf2;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          margin-top: 18px;
          padding: 7px 14px;
          transition: background .2s ease-in-out; }
          @media screen and (min-width: 1024px) {
            .header .module_1 .wrapper .buttons .button {
              margin-top: 0;
              margin-left: 15px; } }
          @media (max-width: 990px) {
            .header .module_1 .wrapper .buttons .button {
              max-width: 120px;
              margin-top: 5px; } }
          .header .module_1 .wrapper .buttons .button p {
            margin: 0;
            color: #ffffff;
            font-family: "Montserrat";
            font-size: 12px;
            line-height: 15px;
            font-weight: 900;
            text-transform: uppercase;
            text-align: center; }
            @media screen and (min-width: 1024px) {
              .header .module_1 .wrapper .buttons .button p {
                font-size: 18px;
                line-height: 24px; } }
            .header .module_1 .wrapper .buttons .button p span {
              font-size: 18px; }
              @media screen and (min-width: 1024px) {
                .header .module_1 .wrapper .buttons .button p span {
                  font-size: 27px; } }
          .header .module_1 .wrapper .buttons .button img {
            margin-left: 10px;
            max-height: 30px; }
            @media screen and (min-width: 375px) {
              .header .module_1 .wrapper .buttons .button img {
                margin-left: 18px; } }
            @media screen and (min-width: 1024px) {
              .header .module_1 .wrapper .buttons .button img {
                max-height: 100%; } }
            @media screen and (max-width: 990px) {
              .header .module_1 .wrapper .buttons .button img {
                display: none; } }
          .header .module_1 .wrapper .buttons .button.button_1 {
            background-image: url(../../dist/images/header_button_1_bg.png); }
          .header .module_1 .wrapper .buttons .button.button_2 {
            background-image: url(../../dist/images/header_button_2_bg.png); }
          .header .module_1 .wrapper .buttons .button:hover {
            background-color: #0db0e5; }
  .header .module_2 {
    background: #fff;
    border-bottom: 3px solid #19bdf2; }
    .header .module_2 .wrapper {
      padding: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (min-width: 1024px) {
        .header .module_2 .wrapper {
          padding: 25px 15px;
          align-items: flex-end; } }
      .header .module_2 .wrapper .logo {
        display: block; }
      .header .module_2 .wrapper .toggle {
        width: 34px;
        height: 24px;
        position: relative;
        cursor: pointer;
        margin-top: 1px; }
        @media screen and (min-width: 1200px) {
          .header .module_2 .wrapper .toggle {
            display: none; } }
        .header .module_2 .wrapper .toggle span {
          width: 100%;
          height: 2px;
          background: #0bbcd3;
          position: absolute; }
          .header .module_2 .wrapper .toggle span:nth-of-type(1) {
            opacity: 1;
            top: 0;
            transform: rotate(0) translateY(0) translateZ(0);
            transition: all .3s ease-in-out; }
          .header .module_2 .wrapper .toggle span:nth-of-type(2) {
            opacity: 1;
            top: 50%;
            transform: rotate(0);
            transition: all .1s ease-in-out; }
          .header .module_2 .wrapper .toggle span:nth-of-type(3) {
            opacity: 1;
            top: 100%;
            transform: rotate(0);
            transition: all .3s ease-in-out; }
        .header .module_2 .wrapper .toggle.open span:nth-of-type(1) {
          transform: rotate(45deg);
          top: 50%; }
        .header .module_2 .wrapper .toggle.open span:nth-of-type(2) {
          opacity: 0; }
        .header .module_2 .wrapper .toggle.open span:nth-of-type(3) {
          transform: rotate(135deg);
          top: 50%; }
      .header .module_2 .wrapper .nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        width: calc(100% - 65px);
        max-width: 324px;
        height: 100vh;
        background: url(../../dist/images/nav.jpg) 100% 100% no-repeat #236794;
        padding: 35px;
        transform: translateX(-100%);
        transition: transform .2s ease-in-out;
        overflow-y: auto;
        z-index: 1;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5); }
        .header .module_2 .wrapper .nav.open {
          transform: translateX(0); }
        @media screen and (min-width: 1200px) {
          .header .module_2 .wrapper .nav {
            position: static;
            width: auto;
            max-width: 100%;
            height: auto;
            background: transparent;
            padding: 0;
            transform: translateX(0);
            overflow: visible;
            box-shadow: none; } }
        .header .module_2 .wrapper .nav .logo {
          margin: 0 0 30px; }
          @media screen and (min-width: 1200px) {
            .header .module_2 .wrapper .nav .logo {
              display: none; } }
          .header .module_2 .wrapper .nav .logo img {
            max-width: 186px; }
        .header .module_2 .wrapper .nav .menu {
          margin: 0;
          padding: 0;
          list-style-type: none; }
          @media screen and (min-width: 1024px) {
            .header .module_2 .wrapper .nav .menu {
              margin: 0 0 15px; } }
          @media screen and (min-width: 1200px) {
            .header .module_2 .wrapper .nav .menu {
              display: flex; } }
          .header .module_2 .wrapper .nav .menu > li {
            margin: 0 0 12px;
            padding: 0 0 12px;
            border-bottom: 1px solid #ffffff29; }
            @media screen and (min-width: 1200px) {
              .header .module_2 .wrapper .nav .menu > li {
                margin: 0 18px 0 0;
                padding: 0;
                border: none; } }
            .header .module_2 .wrapper .nav .menu > li:last-of-type {
              margin: 0; }
            .header .module_2 .wrapper .nav .menu > li > a {
              text-decoration: none;
              display: inline-block;
              color: #fff;
              font-family: "Montserrat";
              font-size: 18px;
              line-height: 22px;
              font-weight: 400;
              transition: color .2s ease-in-out; }
              @media screen and (min-width: 1200px) {
                .header .module_2 .wrapper .nav .menu > li > a {
                  color: #707070;
                  font-size: 16px;
                  line-height: 18px; } }
              .header .module_2 .wrapper .nav .menu > li > a:hover {
                color: #06536c; }
                @media screen and (min-width: 1200px) {
                  .header .module_2 .wrapper .nav .menu > li > a:hover {
                    color: #19bdf2; } }
            .header .module_2 .wrapper .nav .menu > li.menu-item-has-children {
              position: relative;
              display: flex;
              align-items: center;
              justify-content: space-between;
              flex-wrap: wrap; }
              .header .module_2 .wrapper .nav .menu > li.menu-item-has-children > span {
                display: block;
                margin: 0 0 0 5px;
                padding: 5px;
                font-size: 12px;
                line-height: 1;
                color: #19bdf2; }
                @media screen and (min-width: 1200px) {
                  .header .module_2 .wrapper .nav .menu > li.menu-item-has-children > span {
                    padding: 0; } }
              .header .module_2 .wrapper .nav .menu > li.menu-item-has-children .sub-menu {
                display: none;
                margin: 0 0 0 15px;
                padding: 0;
                list-style-type: none;
                width: 100%; }
                @media screen and (min-width: 1200px) {
                  .header .module_2 .wrapper .nav .menu > li.menu-item-has-children .sub-menu {
                    margin: 0;
                    width: 400px;
                    background: #fff;
                    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
                    position: absolute;
                    top: calc(100% + 15px);
                    left: 0; } }
                .header .module_2 .wrapper .nav .menu > li.menu-item-has-children .sub-menu li {
                  margin: 8px 0 0; }
                  @media screen and (min-width: 1200px) {
                    .header .module_2 .wrapper .nav .menu > li.menu-item-has-children .sub-menu li {
                      margin: 0;
                      border-bottom: 1px solid #e1e1e1; } }
                  @media screen and (min-width: 1200px) {
                    .header .module_2 .wrapper .nav .menu > li.menu-item-has-children .sub-menu li:last-of-type {
                      border-bottom: none; } }
                  .header .module_2 .wrapper .nav .menu > li.menu-item-has-children .sub-menu li a {
                    text-decoration: none;
                    display: block;
                    width: 100%;
                    height: 100%;
                    padding: 15px;
                    color: #fff;
                    font-family: "Montserrat";
                    font-size: 18px;
                    line-height: 22px;
                    font-weight: 400;
                    transition: color .2s ease-in-out; }
                    @media screen and (min-width: 1200px) {
                      .header .module_2 .wrapper .nav .menu > li.menu-item-has-children .sub-menu li a {
                        color: #707070;
                        font-size: 14px;
                        line-height: 16px; } }
                    .header .module_2 .wrapper .nav .menu > li.menu-item-has-children .sub-menu li a:hover {
                      background-color: #0db0e5;
                      color: #fff; }
                      @media screen and (min-width: 1200px) {
                        .header .module_2 .wrapper .nav .menu > li.menu-item-has-children .sub-menu li a:hover {
                          color: #19bdf2;
                          color: #fff; } }

.home_1 {
  margin: 0 0 45px; }
  .home_1 .wrapper {
    padding: 0; }
    @media screen and (min-width: 1024px) {
      .home_1 .wrapper {
        padding: 0 15px; } }
    .home_1 .wrapper .bg {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 30px 15px;
      display: flex;
      align-items: center; }
      @media screen and (min-width: 1024px) {
        .home_1 .wrapper .bg {
          padding: 30px 80px;
          min-height: 425px; } }
      .home_1 .wrapper .bg h1 {
        margin: 0;
        color: #ffffff;
        font-family: "Montserrat";
        font-size: 28px;
        line-height: 35px;
        font-weight: 900;
        text-transform: uppercase; }
        @media screen and (min-width: 1024px) {
          .home_1 .wrapper .bg h1 {
            font-size: 45px;
            line-height: 55px; } }
        .home_1 .wrapper .bg h1 span {
          display: inline-block;
          font-size: 18px;
          line-height: 25px;
          font-weight: 400; }
          @media screen and (min-width: 1024px) {
            .home_1 .wrapper .bg h1 span {
              font-size: 35px;
              line-height: 45px; } }

.heading {
  margin: 0 0 20px;
  color: #19bdf2;
  font-family: "Montserrat";
  font-size: 28px;
  line-height: 33px;
  font-weight: 900;
  text-transform: uppercase; }
  @media screen and (min-width: 1024px) {
    .heading {
      font-size: 45px;
      line-height: 50px; } }
  .heading.light {
    color: #fff; }
  .heading.center {
    text-align: center; }

.intro {
  text-align: center;
  max-width: 775px;
  margin: 0 auto 25px; }
  @media screen and (min-width: 1024px) {
    .intro {
      margin: 0 auto 50px; } }
  .intro p {
    margin: 0;
    color: #000000;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 34px;
    font-weight: 400; }
    .intro p strong {
      font-weight: 700; }

.contents p {
  margin: 0 0 20px;
  color: #000000;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 25px;
  font-weight: 400; }
  .contents p strong {
    font-weight: 700; }
.contents *:last-child {
  margin: 0; }
.contents.light p {
  color: #fff; }

.home_2 .wrapper .module_1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px; }
  @media screen and (min-width: 1024px) {
    .home_2 .wrapper .module_1 {
      grid-template-columns: auto 400px;
      gap: 30px; } }
  .home_2 .wrapper .module_1 .image {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .home_2 .wrapper .module_1 .image::after {
        content: '';
        display: block;
        background-image: url(../../dist/images/home_2_shadow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        width: 458px;
        height: 170px;
        position: absolute;
        transform: translate(-20px, -35px); } }
.home_2 .wrapper .module_2 {
  margin: 30px auto;
  text-align: center;
  max-width: 900px;
  position: relative;
  padding: 0 0 30px; }
  @media screen and (min-width: 1024px) {
    .home_2 .wrapper .module_2 {
      margin: 65px auto 45px; } }
  .home_2 .wrapper .module_2 p {
    margin: 0;
    color: #000000;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 34px;
    font-weight: 700; }
  .home_2 .wrapper .module_2::after {
    content: '';
    display: block;
    width: 200px;
    height: 3px;
    background: #19bdf2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
.home_2 .wrapper .module_3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0 0 45px; }
  @media screen and (min-width: 1024px) {
    .home_2 .wrapper .module_3 {
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      margin: 0 0 120px; } }
  .home_2 .wrapper .module_3 .image {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .home_2 .wrapper .module_3 .image::after {
        content: '';
        display: block;
        background-image: url(../../dist/images/home_2_shadow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        width: 458px;
        height: 170px;
        position: absolute;
        transform: translate(-20px, -35px); } }

.home_3 {
  background-color: #19bdf2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0 0;
  margin: 0 0 60px; }
  @media screen and (min-width: 1024px) {
    .home_3 {
      padding: 80px 0 0;
      margin: 0 0 120px; } }
  .home_3 header {
    display: flex;
    align-items: center;
    margin: 0 0 20px; }
    .home_3 header span {
      display: block;
      width: 100%;
      height: 3px;
      background: #fff; }
    .home_3 header .heading {
      margin: 0 15px;
      flex-shrink: 0;
      max-width: 75%; }
      @media screen and (min-width: 1024px) {
        .home_3 header .heading {
          margin: 0 50px; } }
  .home_3 .module_1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 0 0 40px; }
    @media screen and (min-width: 1024px) {
      .home_3 .module_1 {
        grid-template-columns: 330px auto;
        margin: 0 0 80px; } }
    .home_3 .module_1 .director .name {
      margin: 0 0 10px;
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 22px;
      line-height: 1;
      font-weight: 700; }
    .home_3 .module_1 .director .container {
      position: relative;
      display: inline-block; }
      .home_3 .module_1 .director .container img {
        margin: 0 auto; }
      .home_3 .module_1 .director .container div {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #fff; }
        .home_3 .module_1 .director .container div p {
          margin: 0;
          padding: 12px;
          color: #000000;
          font-family: "Open Sans";
          font-size: 15px;
          line-height: 18px;
          font-weight: 400; }
          .home_3 .module_1 .director .container div p strong {
            font-weight: 700; }
        .home_3 .module_1 .director .container div .mask {
          position: absolute;
          top: 1px;
          transform: translateY(-100%); }
  .home_3 .module_2 {
    padding: 0 0 6px; }
    @media screen and (min-width: 1024px) {
      .home_3 .module_2 {
        padding: 0 0 46px; } }
    .home_3 .module_2 .wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      align-items: center;
      max-width: 1730px; }
      @media screen and (min-width: 768px) {
        .home_3 .module_2 .wrapper {
          align-items: inherit; } }
      @media screen and (min-width: 1024px) {
        .home_3 .module_2 .wrapper {
          grid-template-columns: repeat(3, 1fr); } }
      @media screen and (min-width: 1280px) {
        .home_3 .module_2 .wrapper {
          grid-template-columns: repeat(6, 1fr); } }
      .home_3 .module_2 .wrapper .item {
        position: relative;
        display: inline-block; }
        .home_3 .module_2 .wrapper .item .image {
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          padding-top: 150%; }
        .home_3 .module_2 .wrapper .item .info {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          background: #fff;
          width: 100%; }
          .home_3 .module_2 .wrapper .item .info p {
            margin: 0;
            padding: 12px;
            color: #000000;
            font-family: "Open Sans";
            font-size: 15px;
            line-height: 18px;
            font-weight: 400; }
            .home_3 .module_2 .wrapper .item .info p strong {
              font-weight: 700; }
          .home_3 .module_2 .wrapper .item .info .mask {
            position: absolute;
            top: 1px;
            transform: translateY(-100%); }
  .home_3 .btn_wrapper {
    text-align: center; }
    .home_3 .btn_wrapper .btn {
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      color: #000000;
      font-family: "Open Sans";
      font-size: 18px;
      line-height: 1;
      font-weight: 700;
      box-shadow: 0 15px 25px rgba(0, 0, 0, 0.22);
      border-bottom: 3px solid #19bdf2;
      background: #fff;
      padding: 16px 32px;
      transition: background .2s ease-in-out;
      transform: translateY(50%); }
      .home_3 .btn_wrapper .btn img {
        margin-left: 15px; }
      .home_3 .btn_wrapper .btn:hover {
        background: #daf4fd; }

.treatments {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0 0 60px; }
  @media screen and (min-width: 1024px) {
    .treatments {
      grid-template-columns: repeat(3, 1fr);
      margin: 0 0 120px; } }
  .treatments .item .block {
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (min-width: 1024px) {
      .treatments .item .block {
        padding: 40px 30px;
        height: 325px; } }
    .treatments .item .block img {
      margin: 0 auto 20px; }
    .treatments .item .block .txt {
      text-align: center; }
      .treatments .item .block .txt p {
        margin: 0 0 30px;
        color: #000000;
        font-family: "Montserrat";
        font-size: 18px;
        line-height: 24px;
        font-weight: 400; }
        .treatments .item .block .txt p strong {
          font-weight: 700; }
      .treatments .item .block .txt ul {
        margin: 0 0 30px;
        padding: 0 0 0 25px; }
        .treatments .item .block .txt ul li {
          color: #000000;
          font-family: "Montserrat";
          font-size: 18px;
          line-height: 24px;
          font-weight: 400; }
          .treatments .item .block .txt ul li strong {
            font-weight: 700; }
      .treatments .item .block .txt *:last-child {
        margin: 0; }
  .treatments .item .btn {
    text-decoration: none;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.22);
    background: #19bdf2;
    padding: 10px 20px;
    transition: background .2s ease-in-out; }
    .treatments .item .btn img {
      margin-left: 15px; }
    .treatments .item .btn:hover {
      background-color: #0db0e5; }
  .treatments .item.last .block .txt {
    text-align: left; }

.home_5,
.calculator_3 {
  background-color: #f8fafa;
  margin: 0 0 60px; }
  @media screen and (min-width: 1024px) {
    .home_5,
    .calculator_3 {
      margin: 0 0 55px; } }
  .home_5 .wrapper,
  .calculator_3 .wrapper {
    padding: 0; }
    @media screen and (min-width: 1024px) {
      .home_5 .wrapper,
      .calculator_3 .wrapper {
        padding: 0 15px; } }
    .home_5 .wrapper .bg,
    .calculator_3 .wrapper .bg {
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      display: flex;
      align-items: center;
      padding: 30px 15px 0; }
      @media screen and (min-width: 1024px) {
        .home_5 .wrapper .bg,
        .calculator_3 .wrapper .bg {
          padding: 60px 0 0; } }
      .home_5 .wrapper .bg .inner,
      .calculator_3 .wrapper .bg .inner {
        max-width: 550px; }
        .home_5 .wrapper .bg .inner .contents,
        .calculator_3 .wrapper .bg .inner .contents {
          margin: 0 0 25px; }
          @media screen and (min-width: 1024px) {
            .home_5 .wrapper .bg .inner .contents,
            .calculator_3 .wrapper .bg .inner .contents {
              margin: 0 0 50px; } }
        .home_5 .wrapper .bg .inner .btn,
        .calculator_3 .wrapper .bg .inner .btn {
          text-decoration: none;
          display: inline-flex;
          align-items: center;
          color: #000000;
          font-family: "Open Sans";
          font-size: 18px;
          line-height: 1;
          font-weight: 700;
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.22);
          border-bottom: 3px solid #008cba;
          background: #19bdf2;
          padding: 16px 32px;
          transition: background .2s ease-in-out;
          transform: translateY(50%); }
          .home_5 .wrapper .bg .inner .btn img,
          .calculator_3 .wrapper .bg .inner .btn img {
            margin-left: 15px; }
          .home_5 .wrapper .bg .inner .btn:hover,
          .calculator_3 .wrapper .bg .inner .btn:hover {
            background-color: #0db0e5; }

.home_6_two_persons {
  margin: 0 0 60px;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .home_6_two_persons {
      margin: 0 0 120px; } }
  .home_6_two_persons::after {
    content: '';
    display: block;
    width: 100vw;
    height: 70.41vw;
    background-image: url(../../dist/images/waves.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    top: 50px;
    pointer-events: none;
    z-index: -1; }
    @media screen and (min-width: 1024px) {
      .home_6_two_persons::after {
        top: -13vw; } }
  .home_6_two_persons .wrapper .cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px; }
    @media screen and (min-width: 1024px) {
      .home_6_two_persons .wrapper .cols {
        grid-template-columns: 285px auto;
        gap: 50px; } }
    @media screen and (min-width: 1024px) {
      .home_6_two_persons .wrapper .cols img {
        grid-row: 1 / span 2; } }
    .home_6_two_persons .wrapper .cols .contact {
      order: -1; }
      @media screen and (min-width: 1024px) {
        .home_6_two_persons .wrapper .cols .contact {
          order: 0;
          margin-top: -50px; } }
      .home_6_two_persons .wrapper .cols .contact .item {
        margin: 0 0 30px; }
        .home_6_two_persons .wrapper .cols .contact .item:last-of-type {
          margin: 0; }
        .home_6_two_persons .wrapper .cols .contact .item p {
          margin: 0 0 5px;
          color: #19bdf2;
          font-family: "Montserrat";
          font-size: 24px;
          line-height: 1;
          font-weight: 900;
          text-transform: uppercase; }
        .home_6_two_persons .wrapper .cols .contact .item a {
          text-decoration: none;
          color: #000000;
          font-family: "Montserrat";
          font-size: 15px;
          line-height: 1;
          font-weight: 900;
          text-transform: uppercase;
          transition: color .2s ease-in-out; }
          @media screen and (min-width: 1024px) {
            .home_6_two_persons .wrapper .cols .contact .item a {
              font-size: 28px;
              display: flex;
              align-items: center; } }
          .home_6_two_persons .wrapper .cols .contact .item a img {
            margin: 0 0 5px; }
            @media screen and (min-width: 1024px) {
              .home_6_two_persons .wrapper .cols .contact .item a img {
                margin: 0 15px 0 0; } }
          .home_6_two_persons .wrapper .cols .contact .item a:hover {
            color: #404040; }

.home_6 {
  margin: 0 0 60px;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .home_6 {
      margin: 0 0 120px; } }
  .home_6::after {
    content: '';
    display: block;
    width: 100vw;
    height: 70.41vw;
    background-image: url(../../dist/images/waves.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    top: 50px;
    pointer-events: none;
    z-index: -1; }
    @media screen and (min-width: 1024px) {
      .home_6::after {
        top: -13vw; } }
  .home_6 .wrapper .gallery {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
    grid-template-areas: ". . . ."; }
    @media (max-width: 990px) {
      .home_6 .wrapper .gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: ". ."; } }
    .home_6 .wrapper .gallery figure {
      padding: 5px;
      background: #fff;
      border: 2px solid #19bdf2;
      margin: 0px;
      height: 164px;
      display: flex;
      justify-content: center;
      /* align horizontal */
      align-items: center;
      /* align vertical */ }
      @media (max-width: 990px) {
        .home_6 .wrapper .gallery figure {
          height: 102px; } }
  .home_6 .wrapper .cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px; }
    @media screen and (min-width: 1024px) {
      .home_6 .wrapper .cols {
        grid-template-columns: 285px auto;
        gap: 50px; } }
    @media screen and (min-width: 1024px) {
      .home_6 .wrapper .cols img {
        grid-row: 1 / span 2; } }
    .home_6 .wrapper .cols .contact {
      order: -1; }
      @media screen and (min-width: 1024px) {
        .home_6 .wrapper .cols .contact {
          order: 0;
          margin-top: -50px; } }
      .home_6 .wrapper .cols .contact .item {
        margin: 0 0 30px; }
        .home_6 .wrapper .cols .contact .item:last-of-type {
          margin: 0; }
        .home_6 .wrapper .cols .contact .item p {
          margin: 0 0 5px;
          color: #19bdf2;
          font-family: "Montserrat";
          font-size: 24px;
          line-height: 1;
          font-weight: 900;
          text-transform: uppercase; }
        .home_6 .wrapper .cols .contact .item a {
          text-decoration: none;
          color: #000000;
          font-family: "Montserrat";
          font-size: 15px;
          line-height: 1;
          font-weight: 900;
          text-transform: uppercase;
          transition: color .2s ease-in-out; }
          @media screen and (min-width: 1024px) {
            .home_6 .wrapper .cols .contact .item a {
              font-size: 28px;
              display: flex;
              align-items: center; } }
          .home_6 .wrapper .cols .contact .item a img {
            margin: 0 0 5px; }
            @media screen and (min-width: 1024px) {
              .home_6 .wrapper .cols .contact .item a img {
                margin: 0 15px 0 0; } }
          .home_6 .wrapper .cols .contact .item a:hover {
            color: #404040; }

.home_6.nagrody {
  margin-top: 120px; }

form {
  background: #fff;
  border: 1px solid #19bdf2; }
  form .module {
    margin: 0 0 50px; }
    form .module.last {
      margin: 0; }
    form .module .head {
      margin: 0 0 15px; }
      form .module .head .title {
        margin: 0;
        color: #0f0f0f;
        font-family: "Open Sans";
        font-size: 18px;
        line-height: 24px;
        font-weight: 700; }
      form .module .head .subtitle {
        margin: 5px 0 0;
        color: #000000;
        font-family: "Open Sans";
        font-size: 12px;
        line-height: 18px;
        font-weight: 400; }
      form .module .head *:first-of-type {
        margin: 0; }
    form .module .row {
      margin: 0 0 20px;
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px; }
      @media screen and (min-width: 1024px) {
        form .module .row.row_2 {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (min-width: 1024px) {
        form .module .row.row_3 {
          grid-template-columns: repeat(3, 1fr); } }
      @media screen and (min-width: 1024px) {
        form .module .row.align_1 {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; } }
      @media screen and (min-width: 1024px) {
        form .module .row.align_2 {
          grid-template-columns: repeat(2, 1fr); } }
      form .module .row:last-child {
        margin: 0; }
      form .module .row .field {
        position: relative; }
        form .module .row .field label {
          display: inline-block;
          color: #000000;
          font-family: "Open Sans";
          font-size: 12px;
          line-height: 1;
          font-weight: 400;
          position: absolute;
          top: 8px;
          left: 10px; }
        form .module .row .field input:not([type='submit']):not([type='file']),
        form .module .row .field select,
        form .module .row .field textarea {
          color: #000000;
          font-family: "Open Sans";
          font-size: 16px;
          line-height: 20px;
          font-weight: 400;
          width: 100%;
          background-color: #f3f3f3;
          border: none;
          border-bottom: 3px solid #19bdf2;
          padding: 27px 10px 10px;
          outline: none;
          transition: background .2s ease-in-out; }
          form .module .row .field input:not([type='submit']):not([type='file']):focus,
          form .module .row .field select:focus,
          form .module .row .field textarea:focus {
            background-color: #ebebeb; }
        form .module .row .field select {
          -webkit-appearance: none;
          background-image: url(../../dist/images/arrow_3.png);
          background-repeat: no-repeat;
          background-position: right 15px center;
          background-size: auto; }
        form .module .row .field textarea {
          height: 180px;
          resize: vertical; }
        form .module .row .field.check {
          width: 100%; }
          @media screen and (min-width: 1024px) {
            form .module .row .field.check {
              width: auto; } }
          form .module .row .field.check input {
            display: none; }
          form .module .row .field.check label {
            color: #000000;
            font-family: "Open Sans";
            font-size: 12px;
            font-weight: 400;
            display: flex;
            align-items: center;
            cursor: pointer;
            position: static; }
            form .module .row .field.check label div {
              margin-right: 10px;
              width: 40px;
              height: 40px;
              background: #f3f3f3;
              border: 3px solid #19bdf2;
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-shrink: 0; }
              form .module .row .field.check label div::before {
                content: '';
                display: block;
                width: 15px;
                height: 15px;
                background: #19bdf2;
                opacity: 0;
                transition: opacity .2s ease-in-out; }
          form .module .row .field.check input:checked + label div::before {
            opacity: 1; }
      form .module .row .attachments .files {
        display: grid;
        grid-template-columns: 1;
        gap: 5px;
        align-items: flex-start; }
        @media screen and (min-width: 1024px) {
          form .module .row .attachments .files {
            grid-template-columns: 500px 500px;
            gap: 20px;
            max-width: 1050px; } }
        form .module .row .attachments .files .field {
          background: #ffffff;
          padding: 15px 45px 15px 10px;
          background: #f3f3f3;
          border: 3px solid #19bdf2;
          margin: 0 0 15px; }
          form .module .row .attachments .files .field:last-of-type {
            margin: 0; }
          form .module .row .attachments .files .field input {
            background: #fff;
            padding: 10px;
            color: #000000;
            font-family: "Open Sans";
            font-size: 12px;
            line-height: 1;
            font-weight: 400; }
      form .module .row .add {
        text-decoration: none;
        display: block;
        color: #0f0f0f;
        font-family: "Open Sans";
        font-size: 18px;
        line-height: 1;
        font-weight: 700;
        display: flex;
        align-items: center; }
        @media screen and (min-width: 1024px) {
          form .module .row .add {
            margin: 20px auto; } }
        form .module .row .add img {
          margin-right: 15px; }
  form .button_wrapper {
    text-align: center; }
    form .button_wrapper button[type="submit"] {
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      color: #000000;
      font-family: "Open Sans";
      font-size: 18px;
      line-height: 1;
      font-weight: 700;
      box-shadow: 0 15px 25px rgba(0, 0, 0, 0.22);
      border: none;
      border-bottom: 3px solid #19bdf2;
      background: #19bdf2;
      padding: 16px 32px;
      transition: background .2s ease-in-out;
      cursor: pointer;
      transform: translateY(50%);
      margin: 6px 0 0; }
      form .button_wrapper button[type="submit"] img {
        margin-left: 15px; }
      form .button_wrapper button[type="submit"]:hover {
        border-bottom: 3px solid #40c8f4;
        background: #40c8f4; }

.home_7 {
  margin: 0 0 45px;
  padding: 15px 0 0;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .home_7 {
      margin: 0 0 55px; } }
  @media screen and (min-width: 1536px) {
    .home_7::before {
      content: '';
      display: block;
      width: 65.31vw;
      height: 43.59vw;
      background-image: url(../../dist/images/home_7_1.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      position: absolute;
      top: 6.25vw;
      left: -13.28vw;
      pointer-events: none;
      z-index: -1; } }
  @media screen and (min-width: 1536px) {
    .home_7::after {
      content: '';
      display: block;
      width: 70.94vw;
      height: 58.33vw;
      background-image: url(../../dist/images/home_7_2.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      position: absolute;
      top: 23.44vw;
      right: -24.48vw;
      pointer-events: none;
      z-index: -1; } }
  .home_7 .wrapper form {
    padding: 15px 15px 0;
    margin: 0 0 60px; }
    @media screen and (min-width: 1024px) {
      .home_7 .wrapper form {
        padding: 60px 60px 0;
        margin: 0 0 100px; } }

@media screen and (min-width: 1024px) {
  .partners {
    transform: translateY(50px); } }
.partners .wrapper {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .partners .wrapper {
      padding: 0 15px; } }
  .partners .wrapper .inner {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(180deg, #ececec 0%, #ffffff 100%);
    padding: 15px; }
    @media screen and (min-width: 1024px) {
      .partners .wrapper .inner {
        display: flex;
        align-items: center;
        padding: 12px; } }
    .partners .wrapper .inner p {
      margin: 0 0 15px;
      color: #000000;
      font-family: "Open Sans";
      font-size: 18px;
      line-height: 1;
      font-weight: 700;
      flex-shrink: 0; }
      @media screen and (min-width: 1024px) {
        .partners .wrapper .inner p {
          margin: 0 10px 0 0; } }
    .partners .wrapper .inner .logos {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; }
      @media screen and (min-width: 1024px) {
        .partners .wrapper .inner .logos {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap; } }
      .partners .wrapper .inner .logos img {
        margin: 0 auto; }
        @media screen and (min-width: 1024px) {
          .partners .wrapper .inner .logos img {
            margin: 5px; } }

.footer {
  background: #19bdf2;
  padding: 30px 0; }
  @media screen and (min-width: 1024px) {
    .footer {
      padding: 100px 0 30px; } }
  .footer .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px; }
    @media screen and (min-width: 1024px) {
      .footer .wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 1280px) {
      .footer .wrapper {
        grid-template-columns: repeat(4, 1fr); } }
  .footer .block {
    margin: 0 0 15px; }
    @media screen and (min-width: 1024px) {
      .footer .block {
        margin: 0 0 30px; } }
    .footer .block:last-of-type {
      margin: 0; }
    .footer .block .title {
      margin: 0;
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 15px;
      line-height: 25px;
      font-weight: 700; }
    .footer .block p {
      margin: 0;
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 15px;
      line-height: 25px;
      font-weight: 400; }
      .footer .block p a {
        text-decoration: none;
        color: inherit;
        transition: color .2s ease-in-out; }
        .footer .block p a:hover {
          color: #0a8bb4; }
    .footer .block ul {
      margin: 0;
      padding: 0; }
      .footer .block ul li {
        color: #ffffff;
        font-family: "Open Sans";
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
        list-style-type: none;
        margin: 0 0 8px; }
        .footer .block ul li:last-of-type {
          margin: 0; }
        .footer .block ul li a {
          text-decoration: none;
          color: inherit;
          transition: color .2s ease-in-out; }
          .footer .block ul li a:hover {
            color: #0a8bb4; }
  .footer .logo {
    display: block; }

.calculator_1 {
  margin: 50px 0; }

.calculator_2 {
  margin: 50px 0; }
  .calculator_2 .wrapper {
    display: grid;
    grid-template-columns: 1fr; }
    @media screen and (min-width: 1024px) {
      .calculator_2 .wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 1280px) {
      .calculator_2 .wrapper {
        grid-template-columns: 500px auto; } }
    .calculator_2 .wrapper .col_1 {
      padding: 30px 15px; }
      @media screen and (min-width: 1024px) {
        .calculator_2 .wrapper .col_1 {
          padding: 70px 35px; } }
      .calculator_2 .wrapper .col_1 img {
        margin: 50px auto 0; }
    .calculator_2 .wrapper .col_2 {
      padding: 30px 15px; }
      @media screen and (min-width: 1024px) {
        .calculator_2 .wrapper .col_2 {
          padding: 70px; } }

.modules {
  margin: 50px 0; }
  .modules h2 {
    margin: 30px 0 15px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 29px;
    font-weight: 400; }
    .modules h2 strong {
      font-weight: 700; }
  .modules .contents h1 {
    margin: 30px 0 15px;
    color: #19bdf2;
    font-family: "Montserrat";
    font-size: 28px;
    line-height: 33px;
    font-weight: 900;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .modules .contents h1 {
        font-size: 45px;
        line-height: 50px; } }
  .modules .contents h3 {
    margin: 30px 0 15px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 23px;
    font-weight: 400; }
    .modules .contents h3 strong {
      font-weight: 700; }
  .modules .contents p {
    margin: 0 0 15px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 26px;
    font-weight: 400; }
    .modules .contents p strong {
      font-weight: 700; }
    .modules .contents p a {
      text-decoration: underline; }
  .modules .contents ul {
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none; }
    .modules .contents ul li {
      margin: 0 0 15px;
      color: #000000;
      font-family: "Open Sans";
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      background: url(../../dist/images/bullet.png) no-repeat left top 7px;
      padding-left: 25px; }
      .modules .contents ul li:last-of-type {
        margin: 0; }
      .modules .contents ul li strong {
        font-weight: 700; }
      .modules .contents ul li a {
        text-decoration: underline; }
  .modules .contents ol {
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none;
    counter-reset: counter; }
    .modules .contents ol li {
      margin: 0 0 5px;
      color: #000000;
      font-family: "Open Sans";
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      counter-increment: counter; }
      .modules .contents ol li:last-of-type {
        margin: 0; }
      .modules .contents ol li strong {
        font-weight: 700; }
      .modules .contents ol li a {
        text-decoration: underline; }
      .modules .contents ol li::before {
        content: counter(counter) ".";
        color: #000000;
        font-family: "Open Sans";
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        margin-right: 5px; }
  .modules .contents *:first-child {
    margin-top: 0; }
  .modules .contents *:last-child {
    margin-bottom: 0; }
  .modules .module {
    margin: 60px auto; }
  .modules .cols_1_1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px; }
    @media screen and (min-width: 1024px) {
      .modules .cols_1_1 {
        grid-template-columns: repeat(2, 1fr); } }
    .modules .cols_1_1 .border {
      grid-template-columns: subgrid; }
  .modules .first-wide {
    grid-template-columns: 70% 30%; }
  .modules .last-wide {
    grid-template-columns: 30% 70%; }
  .modules .cols_1_1_1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px; }
    @media screen and (min-width: 1024px) {
      .modules .cols_1_1_1 {
        grid-template-columns: repeat(3, 1fr); } }
  .modules .cols_2_1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px; }
    @media screen and (min-width: 1024px) {
      .modules .cols_2_1 {
        grid-template-columns: 2fr 1fr; } }
  @media screen and (min-width: 1024px) {
    .modules .cols_2_1.super_wide {
      grid-template-columns: 3fr 1fr; } }
  @media screen and (min-width: 1024px) {
    .modules .cols_2_1.turbo_super_wide {
      grid-template-columns: 5fr 1fr; } }
  .modules .cols_1_2 {
    display: grid;
    grid-template-columns: 1f;
    gap: 30px; }
    @media screen and (min-width: 1024px) {
      .modules .cols_1_2 {
        grid-template-columns: 1fr 2fr; } }
  @media screen and (min-width: 1024px) {
    .modules .cols_1_2.super_wide {
      grid-template-columns: 1fr 3fr; } }
  @media screen and (min-width: 1024px) {
    .modules .cols_1_2.turbo_super_wide {
      grid-template-columns: 1fr 5fr; } }
  .modules .border {
    padding: 20px;
    border: 3px solid #19bdf2;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .modules .border {
        padding: 50px; } }
    .modules .border h2 {
      margin: 0;
      padding: 0 20px;
      background: #fff;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
    .modules .border .icon {
      text-align: center; }
      .modules .border .icon img {
        width: 125px;
        margin: 0;
        padding: 0 20px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        @media screen and (max-width: 990px) {
          .modules .border .icon img {
            position: relative;
            transform: translate(0, 0);
            margin: 0 auto 20px auto;
            left: initial; } }
  .modules .icons_1 .item {
    margin: 0 0 40px; }
    .modules .icons_1 .item:last-of-type {
      margin: 0; }
    .modules .icons_1 .item .head {
      display: flex;
      align-items: center;
      margin: 0 0 15px; }
      .modules .icons_1 .item .head img {
        margin-right: 15px; }
      .modules .icons_1 .item .head h3 {
        margin: 0;
        color: #000000;
        font-family: "Open Sans";
        font-size: 18px;
        line-height: 23px;
        font-weight: 700; }
  .modules .icons_2 .item .head {
    margin: 0 0 20px; }
    @media screen and (min-width: 1024px) {
      .modules .icons_2 .item .head {
        display: flex;
        align-items: center; } }
    .modules .icons_2 .item .head .icon {
      background: #19bdf2;
      width: 100px;
      height: 100px;
      margin: 0 auto 15px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 1024px) {
        .modules .icons_2 .item .head .icon {
          margin: 0 15px 0 0; } }
    .modules .icons_2 .item .head h3 {
      margin: 0;
      color: #000000;
      font-family: "Open Sans";
      font-size: 18px;
      line-height: 23px;
      font-weight: 700; }
  .modules .icons_3 .item .head {
    margin: 0 0 20px; }
    .modules .icons_3 .item .head .icon {
      background: #19bdf2;
      width: 100px;
      height: 100px;
      margin: 0 auto 15px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .modules .icons_3 .item .head .icon img {
        filter: brightness(1000%);
        width: 80%;
        margin: auto; }
    .modules .icons_3 .item .head h3 {
      margin: 0;
      color: #000000;
      font-family: "Open Sans";
      font-size: 18px;
      line-height: 23px;
      font-weight: 700;
      text-align: center; }
  .modules .bg_1 {
    background: #19bdf2;
    padding: 35px 0; }
    @media screen and (min-width: 1024px) {
      .modules .bg_1 {
        padding: 70px 0; } }
    .modules .bg_1 .item {
      background: #fff;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
      padding: 30px 15px; }
      @media screen and (min-width: 1024px) {
        .modules .bg_1 .item {
          padding: 40px; } }
      @media screen and (min-width: 1200px) {
        .modules .bg_1 .item {
          padding-right: 80px;
          background-image: url(../../dist/images/modules_icon_3.svg);
          background-repeat: no-repeat;
          background-position: bottom 30px right;
          background-size: auto; } }
      .modules .bg_1 .item h3 {
        margin: 0 0 15px;
        color: #000000;
        font-family: "Open Sans";
        font-size: 18px;
        line-height: 23px;
        font-weight: 700; }
      .modules .bg_1 .item .contents {
        margin: 0 0 15px; }
      .modules .bg_1 .item a {
        text-decoration: none;
        color: #000000;
        font-family: "Open Sans";
        font-size: 18px;
        line-height: 23px;
        font-weight: 700;
        transition: color .2s ease-in-out; }
        .modules .bg_1 .item a:hover {
          color: #4d4d4d; }
  .modules .bg_2 {
    background-image: url(../../dist/images/bg_2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 0; }
    @media screen and (min-width: 1024px) {
      .modules .bg_2 {
        padding: 70px 0; } }
    .modules .bg_2 h2 {
      margin: 0 0 20px;
      color: #fff;
      font-family: "Montserrat";
      font-size: 28px;
      line-height: 33px;
      font-weight: 900;
      text-transform: uppercase;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .modules .bg_2 h2 {
          font-size: 45px;
          line-height: 50px; } }
    .modules .bg_2 .border {
      padding: 20px;
      border: 3px solid #fff;
      position: relative; }
      @media screen and (min-width: 1024px) {
        .modules .bg_2 .border {
          padding: 50px; } }
    .modules .bg_2 .contents p {
      margin: 0 0 15px;
      color: #fff;
      font-family: "Open Sans";
      font-size: 18px;
      line-height: 26px;
      font-weight: 400; }
      .modules .bg_2 .contents p strong {
        font-weight: 700; }
      .modules .bg_2 .contents p a {
        text-decoration: underline; }

.aligncenter {
  display: block;
  margin: 0 auto !important; }

.large {
  display: block;
  margin: 20px auto 40px !important;
  font-size: 72px;
  text-align: center;
  font-weight: 900; }

img.bordered {
  border: 3px solid #19bdf2;
  padding: 40px; }
  @media (max-width: 990px) {
    img.bordered {
      padding: 15px; } }

a.btn.map {
  display: inline-block;
  padding: 15px 55px 15px 15px;
  color: #fff;
  text-decoration: none !important;
  background: #19bdf2 url(../../dist/images/location.png) 205px 10px no-repeat;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.36); }
  a.btn.map:hover {
    background-color: #0db0e5; }

input.invalid {
  border-bottom: 3px solid #f21919 !important;
  background-color: #f2191954 !important; }

/* Chrome, Safari, Edge, Opera */
input#field5::-webkit-outer-spin-button,
input#field5::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input#field5[type=number] {
  -moz-appearance: textfield; }

.error-notice {
  color: #000;
  border-bottom: 3px solid #f21919 !important;
  background-color: #f2191954 !important;
  width: 80%;
  margin: 70px auto 35px;
  padding: 35px;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-align: center; }

.success-notice {
  color: #000;
  border-bottom: 3px solid #3ce007 !important;
  background-color: #9cff7c !important;
  width: 80%;
  margin: 70px auto 35px;
  padding: 35px;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-align: center; }

#bmiForm {
  transition: transform 0.6s ease-in-out; }
  #bmiForm #formContent h3 {
    font-family: "Montserrat";
    font-size: 28px;
    line-height: 33px;
    font-weight: 900; }
  #bmiForm #formContent p {
    color: #000;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 16px;
    font-weight: 400; }

.btn-cta {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.22);
  border-bottom: 3px solid #008cba;
  background: #19bdf2;
  padding: 16px 32px;
  transition: background .2s ease-in-out;
  transform: translateY(50%); }

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