@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
  font-family: "Source-Sans-Pro-Black";
  src: url("../fonts/source-sans-pro/SourceSansPro-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro-Black-Italic";
  src: url("../fonts/source-sans-pro/SourceSansPro-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro-Bold";
  src: url("../fonts/source-sans-pro/SourceSansPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro-Bold-Italic";
  src: url("../fonts/source-sans-pro/SourceSansPro-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro-Extra-Light";
  src: url("../fonts/source-sans-pro/SourceSansPro-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro-Extra-Light-Italic";
  src: url("../fonts/source-sans-pro/SourceSansPro-ExtraLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro-Italic";
  src: url("../fonts/source-sans-pro/SourceSansPro-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro-Light";
  src: url("../fonts/source-sans-pro/SourceSansPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro-Light-Italic";
  src: url("../fonts/source-sans-pro/SourceSansPro-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro-Regular";
  src: url("../fonts/source-sans-pro/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro-Semi-Bold";
  src: url("../fonts/source-sans-pro/SourceSansPro-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro-Semi-Bold-Italic";
  src: url("../fonts/source-sans-pro/SourceSansPro-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Black";
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Black-Italic";
  src: url("../fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Bold-Italic";
  src: url("../fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Extra-Bold";
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Extra-Bold-Italic";
  src: url("../fonts/poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Extra-Light";
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Extra-Light-Italic";
  src: url("../fonts/poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Italic";
  src: url("../fonts/poppins/Poppins-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Light-Italic";
  src: url("../fonts/poppins/Poppins-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Medium-Italic";
  src: url("../fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Semi-Bold";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Semi-Bold-Italic";
  src: url("../fonts/poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Thin";
  src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Thin-Italic";
  src: url("../fonts/poppins/Poppins-ThinItalic.ttf") format("truetype");
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: 0 0;
}

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

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  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;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/*------------------------------------*\
  #MEDIA QUERRIES
\*------------------------------------*/
/*------------------------------------*\
  #ASPECT RATIO (default 4:3)
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #TYPOGRAHPY
\*------------------------------------*/
/*------------------------------------*\
  #SHADOWS
\*------------------------------------*/
/*------------------------------------*\
  #ANIMATION
\*------------------------------------*/
/*------------------------------------*\
  #RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
  #STANDARD BUTTON
\*------------------------------------*/
.btn {
  font-family: "Source-Sans-Pro-Bold";
  font-size: 2.1rem;
  margin: 2rem 0;
  transition: 0.38s all;
}
.btn--blue {
  padding: 1.2rem 3rem 1.4rem;
  border-radius: 30px;
  background: #50b9d6;
  color: #ffffff;
}
.btn--blue:hover {
  background: #317395;
  box-shadow: 0px 6px 21px 0px rgba(50, 50, 50, 0.5);
}
.btn--white {
  padding: 1.2rem 3rem 1.4rem;
  border-radius: 30px;
  background: #ffffff;
  color: #053958;
}
.btn--white:hover {
  background: #053958;
  color: #fff;
  box-shadow: 0px 6px 21px 0px rgba(50, 50, 50, 0.5);
}

.wpcf7-submit {
  font-family: "Source-Sans-Pro-Bold";
  font-size: 2.1rem;
  margin: 2rem 0;
  transition: 0.38s all;
  padding: 1.2rem 3rem 1.4rem;
  border-radius: 30px !important;
  background: #50b9d6;
  color: #ffffff;
}
.wpcf7-submit:hover {
  background: #317395;
  box-shadow: 0px 6px 21px 0px rgba(50, 50, 50, 0.5);
}

/*------------------------------------*\
  #ICON BUTTONS
\*------------------------------------*/
/*------------------------------------*\
  #DISABLED
\*------------------------------------*/
/*------------------------------------*\
  #TEXT LINK
\*------------------------------------*/
/*------------------------------------*\
  #Form
\*------------------------------------*/
input[type=checkbox] {
  box-shadow: none !important;
  width: auto !important;
}

/*------------------------------------*\
  #GLOBAL STYLES
\*------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  html {
    font-size: 54%;
  }
}
@media (max-width: 520px) {
  html {
    font-size: 48%;
  }
}

body {
  overflow-x: hidden;
}

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

hr,
.hr {
  display: block;
  height: 0.1rem;
  border: 0;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

/*------------------------------------*\
  #Form
\*------------------------------------*/
table {
  width: 100%;
}

th {
  text-align: left;
  font-size: 1.7rem;
}

tr:last-child {
  border-bottom: none;
}

tr:after {
  margin-bottom: 30px;
  content: "";
  display: inline-block;
}
tr:after:last-child {
  display: none;
}

/*------------------------------------*\
  #TYPOGHRAPY
\*------------------------------------*/
body {
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  margin: 0 0 0.6em 0;
  font-weight: 400;
  line-height: 1.1;
}

h1,
.h1 {
  font-size: 7.5rem;
  font-family: "Poppins-Bold";
}

h2,
.h2 {
  font-size: 5.5rem;
  font-family: "Poppins-Bold";
  word-break: break-word;
}
@media screen and (max-width: 1100px) {
  h2,
  .h2 {
    font-size: 4.5rem;
  }
}

h3,
.h3 {
  font-size: 5rem;
  font-family: "Poppins-Bold";
}
@media screen and (max-width: 1100px) {
  h3,
  .h3 {
    font-size: 4rem;
  }
}

h4,
.h4 {
  font-size: 4.5rem;
  font-family: "Poppins-Bold";
}
@media screen and (max-width: 1100px) {
  h4,
  .h4 {
    font-size: 3.5rem;
  }
}

h5,
.h5 {
  font-size: 3.5rem;
  font-family: "Poppins-Bold";
}
@media screen and (max-width: 1100px) {
  h5,
  .h5 {
    font-size: 2.5rem;
  }
}

h6,
.h6 {
  font-size: 2rem;
}

p,
.p {
  margin: 0 0 1em 0;
  max-width: 100%;
  font-size: 1.8rem;
  font-family: "Source-Sans-Pro-Light";
}
p:last-child,
.p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.o-wrapper {
  width: 100%;
  margin: 0 auto;
}
.o-wrapper--main {
  max-width: 1240px;
}
@media (max-width: 1340px) {
  .o-wrapper--main {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 500px) {
  .o-wrapper--main {
    max-width: calc(100% - 60px);
  }
}

.c-bg-full {
  padding: 20rem 0;
}

/* Import the Google Font 'Lato' */
/* Container styles */
body {
  background-color: #fff;
  color: #333;
  font-family: "Lato";
}

.chart-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
}
@media screen and (max-width: 675px) {
  .chart-container {
    flex-direction: column;
    margin-top: 5rem;
  }
}

.container {
  padding: 50px 0;
  text-align: center;
}

.chart {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 20px;
  text-align: center;
  width: 190px;
  height: 190px;
  transform: scale(1.4);
  margin: 0 40px;
}
@media screen and (max-width: 1000px) {
  .chart {
    transform: scale(1.2);
    margin: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .chart {
    transform: scale(1);
    margin: 0;
  }
}
@media screen and (max-width: 675px) {
  .chart {
    transform: scale(1.2);
    margin: 20px 0;
  }
}
@media screen and (max-width: 450px) {
  .chart {
    transform: scale(1);
    margin: 0 0;
  }
}

.chart figcaption {
  padding: 82px 82px;
  width: 100px;
  height: 50px;
  border: 5px solid #243856;
  border-radius: 100px;
  line-height: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.chart img {
  position: absolute;
  max-width: 100px;
  max-height: 100px;
  opacity: 0;
}

/* END Container styles */
/* Colors for the circles and positions for the graphics */
.javascript {
  max-width: 90px;
  max-height: 90px;
  top: 45px;
  left: 45px;
}

.chart-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 1;
  transition: 0.4s;
}
.chart-content i {
  font-size: 3.6rem;
  margin-bottom: 1rem;
  color: #50b9d6;
  transition: 0.4s;
}
.chart-content p {
  font-size: 1.5rem;
  font-family: "Poppins-Bold";
  transition: 0.4s;
}

.chart-content-fill i, .chart-content-fill p {
  color: #ffffff;
}
.chart-content-fill circle {
  fill: #50b9d6;
  transition: fill 0.4s ease;
}

.javascript + svg .outer {
  stroke: #50b9d6;
}

.chart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.outer {
  fill: rgba(36, 55, 85, 0.6705882353);
  stroke: #50b9d6;
  stroke-width: 5;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);
}

.chart:hover .outer {
  -webkit-animation-play-state: paused;
}

/* END Circle colors and graphic positions */
/* Set the initial values for the animation */
.chart[data-percent="0"] .outer {
  stroke-dashoffset: 534;
  -webkit-animation: show0 2s;
  animation: show0 2s;
}
.chart[data-percent="0"] .outer i {
  color: #ffffff;
}

.chart[data-percent="100"] .outer {
  stroke-dashoffset: 0;
  -webkit-animation: show100 2s;
  animation: show100 2s;
}

.chart[data-percent="75"] .outer {
  stroke-dashoffset: 133;
  -webkit-animation: show75 2s;
  animation: show75 2s;
}

.chart[data-percent="50"] .outer {
  stroke-dashoffset: 267;
  -webkit-animation: show50 2s;
  animation: show50 2s;
}

.chart[data-percent="25"] .outer {
  stroke-dashoffset: 401;
  -webkit-animation: show25 2s;
  animation: show25 2s;
}

/* END set initial animation values */
/* Keyframes for the initial animation */
@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes show75 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 134;
  }
}
@keyframes show75 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 124;
  }
}
@-webkit-keyframes show50 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 267;
  }
}
@keyframes show50 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 267;
  }
}
@-webkit-keyframes show25 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 401;
  }
}
@keyframes show25 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 401;
  }
}
@-webkit-keyframes show0 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 534;
  }
}
@keyframes show0 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 534;
  }
}
/* END Keyframes for the initial animation */
.c-edge {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .c-edge {
    height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .c-edge {
    height: 15px;
  }
}
@media screen and (max-width: 350px) {
  .c-edge {
    height: 10px;
  }
}
.c-edge--top {
  top: -59px;
}
@media screen and (max-width: 800px) {
  .c-edge--top {
    top: -29px;
  }
}
@media screen and (max-width: 500px) {
  .c-edge--top {
    top: -14px;
  }
}
@media screen and (max-width: 350px) {
  .c-edge--top {
    top: -9px;
  }
}
.c-edge--bottom {
  bottom: -60px;
}
@media screen and (max-width: 800px) {
  .c-edge--bottom {
    bottom: -30px;
  }
}
@media screen and (max-width: 500px) {
  .c-edge--bottom {
    bottom: -15px;
  }
}
@media screen and (max-width: 350px) {
  .c-edge--bottom {
    bottom: -10px;
  }
}
.c-edge__section {
  position: relative;
}

.c-footer {
  position: relative;
  background: #243856;
}
.c-footer .o-wrapper--main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-footer .o-wrapper--main {
    flex-direction: column;
    align-items: flex-end;
  }
}
.c-footer__image-container {
  display: flex;
  align-items: center;
}
.c-footer__logo {
  display: block;
  padding-top: 10rem;
  margin-bottom: 5rem;
}
.c-footer__logo img {
  max-width: 16rem;
  width: 100%;
}
.c-footer .c-texts {
  color: #ffffff;
  padding-bottom: 10rem;
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .c-footer .c-texts {
    margin-right: 0;
  }
  .c-footer .c-texts--half {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .c-footer .c-texts {
    padding-bottom: 15rem;
  }
}
.c-footer .c-texts p {
  margin: 0;
  font-size: 2.2rem;
  font-family: "Poppins-Regular";
}
.c-footer__images {
  max-width: 50%;
  width: 100%;
  position: relative;
}
.c-footer__images-bg {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .c-footer__images-bg {
    display: none;
  }
}
.c-footer__images-fg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 625px;
}
@media screen and (max-width: 1000px) {
  .c-footer__images-fg {
    max-height: 400px;
  }
}
@media screen and (max-width: 800px) {
  .c-footer__images-fg {
    max-height: 350px;
  }
}
@media screen and (max-width: 700px) {
  .c-footer__images-fg {
    display: none;
  }
}

.c-form {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 24px 0px rgba(50, 50, 50, 0.44);
  padding: 6rem;
  position: relative;
  z-index: 1;
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .c-form {
    padding: 4rem;
  }
}
.c-form-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .c-form-row {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.c-form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-form-group--half {
  width: 48.5%;
}
@media screen and (max-width: 800px) {
  .c-form-group--half {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.c-form-group--checkbox {
  margin-top: 2rem;
  flex-direction: row;
  align-items: center;
}
.c-form-group--checkbox label {
  margin-left: 1rem;
  margin-bottom: 1rem !important;
}
.c-form label {
  font-family: "Source-Sans-Pro-Regular";
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
.c-form input, .c-form select, .c-form textarea {
  width: 100%;
  border: none;
  box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.18);
  border-radius: 5px;
  min-height: 6rem;
  font-family: "Source-Sans-Pro-Regular";
  padding: 1rem 3rem;
}
.c-form textarea {
  width: 100%;
  min-width: 100%;
}
.c-form select {
  height: 6rem;
  background: #ffffff;
  width: 97.5%;
}
.c-form-wrap {
  padding-bottom: 15rem;
}

.c-header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7rem 7.5rem;
  z-index: 3;
  width: 100%;
}
@media screen and (max-width: 1340px) {
  .c-header {
    padding: 6rem 0;
  }
}
.c-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1340px) {
  .c-header__content {
    max-width: calc(100% - 100px);
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .c-header__content {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1350px) {
  .c-header__filler {
    display: none;
  }
}
.c-header__logo img {
  width: 100%;
  max-width: 16rem;
}
@media screen and (max-width: 1350px) {
  .c-header__logo img {
    max-width: 13rem;
  }
}
@media screen and (max-width: 900px) {
  .c-header__nav {
    display: none;
  }
}
.c-header__nav ul {
  display: flex;
}
.c-header__nav ul li {
  margin: 0 1rem;
  height: 80px;
  line-height: 80px;
}
.c-header__nav ul li:last-child {
  margin: 0 0 0 1rem;
}
.c-header__nav ul li a {
  color: #ffffff;
  font-size: 2.2rem;
  font-family: "Poppins-Bold";
  transition: 0.28s all;
  border-bottom: 2px solid transparent;
}
.c-header__nav ul li a:hover {
  border-bottom: 2px solid #ffffff;
}
.c-header__nav ul li ul {
  display: none;
  position: absolute;
  border-radius: 10px;
  padding: 10px 0 13px 0;
  background-color: #243856;
}
.c-header__nav ul li ul li {
  margin: 0px !important;
  height: 35px;
  padding: 0 12px;
  line-height: 35px;
  position: relative;
  border-bottom: 2px solid transparent;
}
.c-header__nav ul li ul li:hover {
  border-bottom: 2px solid transparent;
}
.c-header__nav ul li ul li a {
  color: #ffffff !important;
  font-size: 16px;
  padding: 5px 12px;
}
.c-header__nav ul li ul li a:hover {
  border-bottom: 2px solid transparent;
  background-color: #152946;
  border-radius: 5px;
}
.c-header__nav ul li ul .current_page_item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: -3px;
  margin-top: -3px;
  border-radius: 5px;
  background-color: #ffffff;
}
.c-header__nav ul li.menu-item-has-children:hover > ul {
  display: block;
}
.c-header__filler {
  width: 100%;
  max-width: 16rem;
}

.current_page_item a {
  color: #50b9d6 !important;
}
.current_page_item ul li a {
  color: #ffffff !important;
}

#menu-header-menu-1 ul {
  margin: 10px 0 20px 0;
}
#menu-header-menu-1 ul li {
  height: 22px;
  line-height: 22px;
}
#menu-header-menu-1 ul li a {
  font-size: 16px;
}

.c-hero-bg {
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-hero-bg {
    min-height: 80vh;
  }
}
.c-hero-bg--radial {
  background: radial-gradient(ellipse at center, rgba(36, 56, 86, 0.5) 0%, rgb(36, 56, 86) 75%, rgb(36, 56, 86) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-hero-bg h1 {
  margin-bottom: 2.5rem;
  word-break: break-word;
  line-height: 6.5rem;
}
@media screen and (max-width: 1350px) {
  .c-hero-bg h1 {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 800px) {
  .c-hero-bg h1 {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 500px) {
  .c-hero-bg h1 {
    font-size: 4.5rem;
  }
}
.c-hero-bg .c-texts {
  padding: 35vh 0 15rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .c-hero-bg .c-texts {
    padding: 47vh 0 15rem;
  }
}
@media screen and (max-width: 600px) {
  .c-hero-bg .c-texts {
    padding: 36vh 0 15rem;
  }
}
@media screen and (max-width: 1350px) {
  .c-hero-bg .c-texts--half {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .c-hero-bg .c-texts--half {
    width: 100%;
  }
}
.c-hero-bg__bubbles {
  position: absolute;
  top: -5rem;
  right: 0;
  z-index: 1;
  height: 110vh;
}
@media screen and (max-width: 1350px) {
  .c-hero-bg__bubbles {
    width: 29%;
    top: 7rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-hero-bg__bubbles {
    top: 13rem;
  }
}
@media screen and (max-width: 600px) {
  .c-hero-bg__bubbles {
    display: none;
  }
}
.c-hero-bg__bubbles img {
  height: 100%;
}
.c-hero-bg__bubbles--small {
  height: 80vh;
}
.c-hero-bg--darkblue {
  min-height: 50vh;
}

.c-menu-toggle {
  width: 100px;
  height: 100px;
  background: #50b9d6;
  border-radius: 0 0 0 100px;
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: 0.7s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 4;
  display: none;
  box-shadow: -7px 7px 25px 0px rgba(50, 50, 50, 0.15);
}
@media screen and (max-width: 900px) {
  .c-menu-toggle {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .c-menu-toggle {
    width: 80px;
    height: 80px;
    background: #50b9d6;
    border-radius: 0 0 0 80px;
  }
}

.c-menu-toggle__burger {
  margin-top: -20px;
  margin-right: -20px;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 43px;
  right: 43px;
  z-index: 6;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
}
@media screen and (max-width: 900px) {
  .c-menu-toggle__burger {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .c-menu-toggle__burger {
    top: 37px;
    right: 35px;
  }
}
.c-menu-toggle__burger span {
  width: 32px;
  height: 3px;
  background: #ffffff;
  display: block;
  border-radius: 10px;
  position: absolute;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .c-menu-toggle__burger span {
    width: 28px;
    height: 2px;
  }
}
.c-menu-toggle__burger span:nth-of-type(1) {
  top: 5px;
  right: 0;
}
.c-menu-toggle__burger span:nth-of-type(2) {
  width: 26px;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 500px) {
  .c-menu-toggle__burger span:nth-of-type(2) {
    width: 22px;
    top: 14px;
  }
}
.c-menu-toggle__burger span:nth-of-type(3) {
  top: 25px;
  right: 0;
}
@media screen and (max-width: 500px) {
  .c-menu-toggle__burger span:nth-of-type(3) {
    top: 23px;
  }
}

.c-menu-items {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.4s;
  z-index: 5;
}
.c-menu-items__logo {
  width: 140px;
  display: block;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 380px) {
  .c-menu-items__logo {
    width: 120px;
  }
}
.c-menu-items nav ul {
  padding: 0;
}
.c-menu-items nav ul li {
  text-align: center;
  margin: 1rem 0;
}
.c-menu-items nav ul li a {
  font-family: "Poppins-Bold";
  color: #ffffff;
  font-size: 2.5rem;
}
.c-menu-items__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.c-menu-items__info span {
  color: #ffffff;
  font-family: "Source-Sans-Pro-Regular";
  font-size: 1.7rem;
}
.c-menu-items__divider {
  width: 100%;
  height: 1px;
  background: #50b9d6;
  margin: 3rem 0;
}
.c-menu-items__animate {
  opacity: 0;
  transition: 0.32s;
  transform: translateY(-30px);
}

.js-menuOpen {
  width: 150%;
  height: 150vh;
  position: fixed;
  border-radius: 0 0 0 150vh;
  right: 0;
  top: 0;
  background: #243856;
  box-shadow: -15px 15px 30px 0px rgba(50, 50, 50, 0.81);
}

.js-menuRadius {
  border-radius: 0;
}

.js-displayFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-transitionShort {
  transition: 0.45s;
}

.js-opacityShow {
  opacity: 1;
}

.js-animateShow {
  transform: translateY(0);
  opacity: 1;
}

.js-closeBurger {
  position: fixed;
}
.js-closeBurger span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 15px;
}
.js-closeBurger span:nth-of-type(2) {
  opacity: 0;
}
.js-closeBurger span:nth-of-type(3) {
  transform: rotate(45deg);
  top: 15px;
}

.c-menu__delay-1 {
  transition-delay: 0.05s;
}

.c-menu__delay-2 {
  transition-delay: 0.15s;
}

.c-menu__delay-3 {
  transition-delay: 0.25s;
}

.c-menu__delay-4 {
  transition-delay: 0.35s;
}

.c-menu__delay-5 {
  transition-delay: 0.45s;
}

.c-menu__delay-6 {
  transition-delay: 0.55s;
}

.c-menu__delay-7 {
  transition-delay: 0.65s;
}

.c-menu__delay-8 {
  transition-delay: 0.75s;
}

.c-menu__delay-9 {
  transition-delay: 0.85s;
}

.c-menu__delay-10 {
  transition-delay: 0.95s;
}

.c-text-image-block {
  display: flex;
  padding: 12rem 0;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-text-image-block {
    flex-direction: column;
  }
}
.c-text-image-block .c-texts {
  margin-right: 10rem;
}
@media screen and (max-width: 1000px) {
  .c-text-image-block .c-texts {
    order: 1;
    margin-top: 4rem;
    margin-right: 0;
  }
  .c-text-image-block .c-texts--half {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .c-text-image-block .c-texts--half {
    width: 85%;
  }
}
@media screen and (max-width: 500px) {
  .c-text-image-block .c-texts--half {
    width: 100%;
  }
}
.c-text-image-block__image {
  max-width: 500px;
  max-height: 500px;
  width: 500px;
  height: 500px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .c-text-image-block__image {
    max-width: 400px;
    max-height: 400px;
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 800px) {
  .c-text-image-block__image {
    max-width: 300px;
    max-height: 300px;
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .c-text-image-block__image {
    max-width: 250px;
    max-height: 250px;
    width: 250px;
    height: 250px;
  }
}
.c-text-image-block__image--rounded {
  border-radius: 50%;
}
.c-text-image-block__bubbles {
  position: absolute;
  right: -123px;
  top: -125px;
  width: 400px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .c-text-image-block__bubbles {
    width: 350px;
  }
}
@media screen and (max-width: 650px) {
  .c-text-image-block__bubbles {
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .c-text-image-block__bubbles {
    width: 250px;
    top: -100px;
  }
}
.c-text-image-block--reversed .c-texts {
  order: 1;
  margin-right: 0;
  margin-left: 10rem;
}
@media screen and (max-width: 1000px) {
  .c-text-image-block--reversed .c-texts {
    margin-left: 0;
  }
}
.c-text-image-block--reversed .c-text-image-block__bubbles {
  right: inherit;
  left: -123px;
  width: 600px;
  top: -45px;
}
@media screen and (max-width: 1000px) {
  .c-text-image-block--reversed .c-text-image-block__bubbles {
    left: 7%;
    width: 520px;
    top: 26px;
  }
}
@media screen and (max-width: 500px) {
  .c-text-image-block--reversed .c-text-image-block__bubbles {
    width: 400px;
    top: 15px;
    left: 0;
  }
}

.c-text-slider {
  padding: 15rem 0;
  background: #dcecf1;
}
.c-text-slider .c-texts {
  padding: 0 3rem;
}
.c-text-slider__quote {
  font-family: "Poppins-Bold";
  font-size: 14rem;
  display: block;
  line-height: 2rem;
  color: #b9ced5;
}
.c-text-slider__quote-name {
  margin-top: 2rem !important;
  display: block;
  font-family: "Source-Sans-Pro-Semi-Bold";
}
.c-text-slider .lSAction {
  margin: 5rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-text-slider .lSAction a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  opacity: 1;
  transition: 0.38s all;
  z-index: 3;
}
.c-text-slider .lSAction a:hover {
  background: #50b9d6;
}
.c-text-slider .lSAction a:hover:before, .c-text-slider .lSAction a:hover:after {
  background: #ffffff;
}
.c-text-slider .lSAction a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 3px;
  background: #50b9d6;
  transform: rotate(45deg);
  top: 15px;
}
.c-text-slider .lSAction a:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 3px;
  background: #50b9d6;
  transform: rotate(-45deg);
  bottom: 15px;
}
.c-text-slider .lSPrev, .c-text-slider .lSNext {
  left: inherit;
  top: inherit;
  right: inherit;
  position: relative;
}
.c-text-slider .lSPrev {
  transform: rotate(180deg);
}

.c-texts {
  z-index: 2;
}
.c-texts--half {
  width: 55%;
}
@media (max-width: 700px) {
  .c-texts--half {
    width: 100%;
    margin-top: 3.5rem;
  }
  .c-texts--half h2 {
    font-size: 4rem !important;
  }
}
.c-texts--third {
  width: 29%;
}
@media (max-width: 700px) {
  .c-texts--third {
    width: 100%;
    margin-top: 3.5rem;
  }
  .c-texts--third h2 {
    font-size: 4rem !important;
  }
}
.c-texts--white {
  color: #ffffff;
}
.c-texts--center {
  text-align: center;
}
.c-texts--center p {
  margin: 0 auto !important;
}
.c-texts p {
  margin: 0;
}
.c-texts p strong {
  font-family: "Poppins-Bold";
  margin: 0;
}
.c-texts .btn__wrap {
  margin-top: 3.5rem;
}

.c-faq .content-wrapper--left, .c-faq .content-wrapper--right {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .c-faq--phone {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .c-faq--phone__element__text p {
    padding-right: 0 !important;
    margin-top: 1rem;
  }
}
.c-faq--one-column, .c-faq--two-column, .c-faq--phone {
  padding: 3.5rem 0 !important;
  column-gap: 30px;
}
.c-faq--one-column__element, .c-faq--two-column__element, .c-faq--phone__element {
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 6px 20px 0 #dfdfdf;
  display: inline-block !important;
  width: 100%;
  box-sizing: border-box;
}
.c-faq--one-column__element .is-active h2, .c-faq--two-column__element .is-active h2, .c-faq--phone__element .is-active h2 {
  color: #50B9D6;
}
.c-faq--one-column__element .is-active .plus, .c-faq--two-column__element .is-active .plus, .c-faq--phone__element .is-active .plus {
  background: #333333;
}
.c-faq--one-column__element .is-active .plus span, .c-faq--two-column__element .is-active .plus span, .c-faq--phone__element .is-active .plus span {
  transition: 0.1s ease-out;
}
.c-faq--one-column__element .is-active .plus span:last-child, .c-faq--two-column__element .is-active .plus span:last-child, .c-faq--phone__element .is-active .plus span:last-child {
  opacity: 0;
}
.c-faq--one-column__element__title, .c-faq--two-column__element__title, .c-faq--phone__element__title {
  padding: 15px 25px;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.c-faq--one-column__element__title .plus, .c-faq--two-column__element__title .plus, .c-faq--phone__element__title .plus {
  transition: 0.3s ease-out;
  height: 40px;
  width: 40px;
  background-color: #50b9d6;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-faq--one-column__element__title .plus figure, .c-faq--two-column__element__title .plus figure, .c-faq--phone__element__title .plus figure {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-faq--one-column__element__title .plus figure span, .c-faq--two-column__element__title .plus figure span, .c-faq--phone__element__title .plus figure span {
  width: 1.5rem;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFFFFF;
}
.c-faq--one-column__element__title .plus figure span:nth-of-type(2), .c-faq--two-column__element__title .plus figure span:nth-of-type(2), .c-faq--phone__element__title .plus figure span:nth-of-type(2) {
  transform: rotate(90deg);
}
.c-faq--one-column__element__title .plus p, .c-faq--two-column__element__title .plus p, .c-faq--phone__element__title .plus p {
  transition: 0.3s ease-out;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
.c-faq--one-column__element__title h2, .c-faq--two-column__element__title h2, .c-faq--phone__element__title h2 {
  transition: 0.3s ease-out;
  font-size: 1.8rem;
  margin: 0;
}
.c-faq--one-column__element__text, .c-faq--two-column__element__text, .c-faq--phone__element__text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 25px;
  margin-bottom: 1.5rem;
  margin-top: -1.5rem;
}
.c-faq--one-column__element__text a, .c-faq--two-column__element__text a, .c-faq--phone__element__text a {
  color: #000;
  text-decoration: underline;
}
.c-faq--one-column__element__text p, .c-faq--two-column__element__text p, .c-faq--phone__element__text p {
  margin-bottom: 0.5rem;
  padding-right: 50px;
}
@media screen and (max-width: 1000px) {
  .c-faq--two-column {
    flex-direction: column;
  }
}
@media screen and (max-width: 999px) {
  .c-faq--two-column {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .c-faq--one-column {
    display: none !important;
  }
}
.c-faq--one-column__element {
  width: 100%;
}

.u-bg-cover-center {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.u-bx-shadow {
  box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.35);
}

.u-flex {
  display: flex;
}
.u-flex--half {
  width: 50%;
  margin: 0.5rem 0;
}
.u-flex--half:nth-of-type(2n) {
  margin: 0.5rem 0 0.5rem 1rem;
}
.u-flex--cc {
  justify-content: center;
  align-items: center;
}

.u-reset-ul {
  padding: 0;
  margin: 0;
}
.u-reset-ul li {
  list-style-type: none;
}

.u-reset-arrow-list {
  margin-bottom: 2rem;
}
.u-reset-arrow-list li a {
  display: block;
  font-family: "din-light";
}
.u-reset-arrow-list li a img {
  width: 15px;
}

.u-skew-45 {
  transform: skew(45deg);
}

.u-unskew-45 {
  transform: skew(-45deg);
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.5rem 0;
  z-index: 2;
}
@media (max-width: 700px) {
  .content-wrapper {
    flex-wrap: wrap;
    padding: 0;
  }
}

.accordion {
  -webkit-box-shadow: 0px 6px 20px 0px #dfdfdf;
  -moz-box-shadow: 0px 6px 20px 0px #dfdfdf;
  box-shadow: 0px 6px 20px 0px #dfdfdf;
  width: 100%;
  margin: 1rem 0;
}
.accordion h5 {
  margin: 0;
  font-size: 2.2rem;
}

.acc-top {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 3rem 4rem;
}

.acc-padding h4 {
  margin: 0;
}

.acc-content {
  display: none;
  padding: 0 4rem 3rem 4rem;
}

.acc-plus {
  transform: rotate(0deg);
  width: 5rem;
  border-radius: 50%;
  height: 5rem;
  transition: 0.5s ease-in-out;
  position: absolute;
  right: 3rem;
  top: 0;
  margin: auto;
  bottom: 0;
  background-color: #50b9d6;
}

.acc-plus span {
  transition: 0.5s ease-in-out;
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  border-right: 0.2em solid #fff;
  border-top: 0.2em solid #fff;
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.acc-plus.open span {
  transform: rotate(315deg);
}

.tab {
  -webkit-box-shadow: 0px 6px 20px 0px #dfdfdf;
  -moz-box-shadow: 0px 6px 20px 0px #dfdfdf;
  box-shadow: 0px 6px 20px 0px #dfdfdf;
  margin: 6rem 0;
}

.tablinks {
  margin: 0 1px;
  min-width: 25rem;
  padding: 2rem 4rem;
  color: #154053;
  background-color: #ebeff4;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  transition: 0.3s;
  width: 100%;
}
.tablinks:hover {
  color: #50b9d6;
  background: #fff;
}
.tablinks.active {
  color: #50b9d6;
  background: #fff;
}

.tab-content {
  margin-top: 3rem;
  display: none;
  padding: 2rem 4rem;
}
.tab-content.active {
  display: block;
}

.tab-menu {
  text-align: center;
}

.tab-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: auto;
}

.video-wrapper {
  margin: 0;
  border-radius: 10px;
}
.video-wrapper iframe {
  width: 100%;
  max-height: 550px;
  min-height: 550px;
  display: flex;
}
@media (max-width: 1000px) {
  .video-wrapper iframe {
    width: 100%;
    max-height: 350px;
    min-height: 350px;
    margin: 1rem 1rem;
  }
}
@media (max-width: 600px) {
  .video-wrapper iframe {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    margin: 1rem 0;
  }
}
@media (max-width: 1000px) {
  .video-wrapper {
    max-height: 350px;
    min-height: 350px;
  }
}
@media (max-width: 600px) {
  .video-wrapper {
    max-height: 200px;
    min-height: 200px;
  }
}

.image {
  margin: 5rem 0;
  width: 100%;
  max-height: 550px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .image {
    max-height: 350px;
  }
}
.image img {
  border-radius: 10px;
}

.slider {
  margin: 5rem 0;
}

.slider-wrapper, .lSSlideWrapper {
  border-radius: 10px;
}

#light-slider {
  max-height: 550px;
  padding: 0;
}
@media (max-width: 1000px) {
  #light-slider {
    max-height: 400px;
  }
}
@media (max-width: 800px) {
  #light-slider {
    max-height: 350px;
  }
}
@media (max-width: 600px) {
  #light-slider {
    max-height: 300px;
  }
}
@media (max-width: 450px) {
  #light-slider {
    max-height: 250px;
  }
}
@media (max-width: 375px) {
  #light-slider {
    max-height: 200px;
  }
}
#light-slider img {
  object-fit: cover;
  object-position: center;
}
.slider-item {
  height: 450px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.lSAction > .lSPrev {
  background-image: url(../images/ovaalPrev.png);
}

.lSAction > .lSNext {
  background-image: url(../images/ovaalNext.png);
}

.lSAction > a {
  opacity: 1;
  width: 60px;
  height: 60px;
  z-index: 4;
  background-repeat: no-repeat;
  background-position: center center !important;
}
@media (max-width: 800px) {
  .lSAction > a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 450px) {
  .lSAction > a {
    width: 25px;
    height: 25px;
    background-size: 15px 15px;
  }
}

#light-gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2rem;
}
#light-gallery a {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#light-gallery .img-gallery-item {
  margin: 0;
  display: block;
  width: 400px;
  height: 400px;
  margin: 2rem 0 0 0;
  border-radius: 10px;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 1300px) {
  #light-gallery .img-gallery-item {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 1000px) {
  #light-gallery .img-gallery-item {
    width: 100%;
    height: 350px;
    margin: 1rem 1rem;
  }
}
@media (max-width: 600px) {
  #light-gallery .img-gallery-item {
    width: 100%;
    height: 200px;
    margin: 1rem 0;
  }
}
#light-gallery .img-gallery-item::before {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-radius: 10px;
  transition: 0.5s;
}
#light-gallery .img-gallery-item:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#light-gallery .img-gallery-item:hover i {
  opacity: 1;
  transform: translateY(0px) rotate(0deg) scale(1);
}
#light-gallery .img-gallery-item:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
}
#light-gallery .img-gallery-item:nth-of-type(3n-1) {
  margin: 2rem 2rem 0 2rem;
}
@media (max-width: 1300px) {
  #light-gallery .img-gallery-item:nth-of-type(3n-1) {
    margin: 2rem;
  }
}
@media (max-width: 1000px) {
  #light-gallery .img-gallery-item:nth-of-type(3n-1) {
    margin: 1rem 1rem;
  }
}
#light-gallery .img-gallery-item img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  border-radius: 10px;
}
#light-gallery .img-gallery-item i {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 2.5rem);
  text-align: center;
  color: #fff;
  font-size: 5rem;
  opacity: 0;
  transform: translateY(20px) rotate(90deg) scale(0.75);
  transition: 0.5s;
}

.image-button-blocks {
  display: -ms-flexbox;
  display: flex;
  margin: 8rem 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1000px) {
  .image-button-blocks {
    flex-wrap: wrap;
  }
}
.image-button-blocks .image-button-block {
  width: 380px;
  min-width: 380px;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin: 1.6rem;
  box-shadow: 0px 6px 20px 0px #dfdfdf;
}
@media (max-width: 1000px) {
  .image-button-blocks .image-button-block {
    width: 100%;
    min-width: 100%;
    margin: 1.6rem 0;
  }
}
.image-button-blocks .image-button-block .image-button-block__image {
  min-height: 240px;
  max-height: 250px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.image-button-blocks .image-button-block .image-button-block__text {
  background: #FFFFFF;
  padding: 40px 30px;
}
.image-button-blocks .image-button-block .image-button-block__text h4 {
  font-size: 2.5rem;
}
.image-button-blocks .image-button-block .image-button-block__text a {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.list-blocks {
  display: block;
  width: 100%;
}
.list-blocks .list-block {
  display: flex;
  width: 97.42%;
  overflow: hidden;
  height: 16rem;
  margin: 1.6rem;
}
@media (max-width: 1000px) {
  .list-blocks .list-block {
    height: auto;
    margin: 1.6rem 0;
  }
}
.list-blocks .list-block .list-image {
  width: 30rem;
}
@media (max-width: 1000px) {
  .list-blocks .list-block .list-image {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .list-blocks .list-block .list-image {
    width: 30%;
  }
}
.list-blocks .list-block .list-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .list-blocks .list-block .list-content {
    flex-wrap: wrap;
    width: 75%;
  }
}
@media (max-width: 1000px) {
  .list-blocks .list-block .list-content {
    flex-wrap: wrap;
    width: 70%;
  }
}
.list-blocks .list-block .list-content .list-text {
  width: 63rem;
}

.title-banner {
  font-style: normal;
}
.title-banner h1 {
  margin-bottom: 2.5rem;
  word-break: break-word;
  line-height: 6.5rem;
}

li {
  font-size: 1.8rem;
  font-family: "Source-Sans-Pro-Light";
}

.c-text-slider__quote-name a {
  color: #000;
}

.call-link {
  margin: 2rem 0;
  display: flex;
  background: #50b9d6;
  width: 100%;
  padding: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border-bottom: 2px solid #327697;
}

.call-link .call-link__text {
  font-weight: bold;
  color: #fff;
}

.call-link .call-link__number {
  color: #fff;
  font-size: 1.7rem;
}

@media (max-width: 470px) {
  .call-link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-offerte-sticky-btn {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  z-index: 99;
  align-items: center;
  right: 2rem;
  padding: 1rem 2rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.c-offerte-sticky-btn__title {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Poppins-Bold";
}

.c-offerte-sticky-btn__sub-title {
  color: #fff;
  font-size: 1.3rem;
}

@media (max-width: 470px) {
  .c-offerte-sticky-btn {
    display: none;
  }
}
.c-mobile-sticky-btn {
  display: none;
  position: fixed;
  width: 150px;
  line-height: 1.1;
  z-index: 100;
  bottom: 0;
}

@media (max-width: 470px) {
  .c-mobile-sticky-btn {
    display: block;
  }
}
.c-mobile-sticky-btn span {
  color: #fff;
  font-family: "Poppins-Bold";
  line-height: 1;
  font-size: 2rem;
}

.c-mobile-sticky-btn__call {
  text-align: left;
  background-color: #2f6e8e;
  left: 0;
  border-top-right-radius: 25rem;
  padding: 3rem 10rem 2rem 3rem;
}

.c-mobile-sticky-btn__offerte {
  text-align: right;
  right: 0;
  border-top-left-radius: 25rem;
  padding: 3rem 3rem 2rem 3rem;
}

.c-footer .c-texts a i {
  font-size: 3.5rem;
  color: #fff;
  margin: 1rem 1rem 0 0;
}

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