@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol,
ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q,
blockquote {
  quotes: none;
}

/* line 103, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*@font-face {
  font-family: 'font';
  src: url("../fonts/font.eot");  IE9 Compat Modes 
  src: url('../fonts/font.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font.ttf')  format('truetype');  Safari, Android, iOS 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font';
  src: url("../fonts/font-bold.eot");  IE9 Compat Modes 
  src: url('../fonts/font-bold.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font-bold.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font-bold.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font-bold.ttf')  format('truetype');  Safari, Android, iOS 
 font-weight: bold;
}*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 150%;
  overflow-x: hidden;
}

textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 150%;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #343a40;
  text-decoration: underline;
}
a:hover {
  color: #0091e2;
  text-decoration: underline;
}

.center {
  text-align: center;
}

p {
  color: #565656;
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343a40;
  font-weight: bold;
  margin-top: 30px;
  font-family: "Varela Round", sans-serif;
  margin-bottom: 20px;
  line-height: 120%;
}

h1 {
  font-size: 45px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 2rem;
}
@media (max-width: 576px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ul {
  padding-left: 25px;
  list-style-type: disc;
}
ul li {
  margin-bottom: 15px;
  color: #121212;
  font-size: 17px;
  line-height: 27px;
}

ol {
  padding-left: 20px;
  list-style-type: decimal;
}
ol li {
  margin-bottom: 15px;
  color: #121212;
  font-size: 18px;
  line-height: 27px;
}

blockquote {
  font-style: italic;
  color: #005974;
  font-size: 40px;
  margin-right: 0.5em;
  padding: 0.5em;
  line-height: 40px;
  position: relative;
  display: inline-block;
}
blockquote::before {
  content: "“";
  position: absolute;
  top: 5px;
  left: -20px;
  color: #005974;
  font-size: 70px;
}
blockquote::after {
  content: "”";
  color: #005974;
  position: absolute;
  bottom: 5px;
  right: -20px;
  font-size: 70px;
}
blockquote p {
  color: #005974;
  font-size: 40px;
  text-align: center;
}
blockquote cite {
  color: #8a8a8a;
  font-size: 30px;
  text-align: center;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

.btn,
input[type=submit] {
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s all;
  background-color: #0091e2;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: baseline;
  margin-top: 15px;
  border: 0;
}
.btn span,
input[type=submit] span {
  margin-right: 10px;
  margin-left: -7px;
}
.btn.with-icon-start i,
input[type=submit].with-icon-start i {
  margin-right: 15px;
}
.btn i,
input[type=submit] i {
  vertical-align: middle;
}
.btn.alternative,
input[type=submit].alternative {
  background-color: #002f66;
}
.btn.btn-black,
input[type=submit].btn-black {
  background-color: #000 !important;
  color: #fff !important;
}
.btn.btn-white,
input[type=submit].btn-white {
  background-color: #fff !important;
  color: #0091e2 !important;
}
.btn:hover,
input[type=submit]:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
  transform: scale(1.02);
  cursor: pointer;
}

.alignright {
  margin: 20px;
  float: right;
}

.alignleft {
  margin: 20px;
  float: left;
}

.container {
  padding: 0 30px;
}

.container-fluid {
  padding: 0;
}

.margin-container {
  margin: 50px 0;
}

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

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1228px) {
  .container {
    max-width: 1228px;
  }
}

#wpadminbar {
  opacity: 0.2;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
#wpadminbar:hover {
  opacity: 1;
}

.search-screen {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  left: 100%;
  z-index: 5;
  height: 100%;
  z-index: 9999;
  transition: all 0.4s;
}
.search-screen .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.search-screen .container .input-group {
  display: flex;
}
.search-screen .container .form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: none;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  height: 100px;
  border: none;
  font-size: 40px;
  line-height: 80px;
  text-transform: uppercase;
  color: #000;
  padding: 10px 30px;
  font-weight: 300;
}
.search-screen .container .form-control::-webkit-input-placeholder {
  color: #000;
}
.search-screen .container .form-control::-moz-placeholder {
  color: #000;
}
.search-screen .container .form-control:-ms-input-placeholder {
  color: #000;
}
.search-screen .container .form-control:-moz-placeholder {
  color: #000;
}
.search-screen .container .btn-search {
  margin-top: 0;
  background: #000;
  color: white;
  border: none;
  font-size: 20px;
  height: 100px;
  width: 100px;
  transition: all 0.4s;
}
.search-screen .container .btn-search span {
  font-size: 40px;
  color: #fff;
  transition: all 0.4s;
}
.search-screen .container .btn-search:hover {
  background: #1d1d1b;
}
.search-screen .container .btn-search:focus {
  background: #1d1d1b;
}
.search-screen .container .btn-search:active {
  background: #1d1d1b;
}
.search-screen .container .btn-search-close {
  margin-top: 0;
  background: #000;
  color: white;
  border: none;
  font-size: 20px;
  height: 100px;
  width: 100px;
  transition: all 0.4s;
  background: #fff;
  color: #26cad3;
}
.search-screen .container .btn-search-close span {
  font-size: 40px;
  color: #fff;
  transition: all 0.4s;
  color: #a98c43;
}
.search-screen .container .btn-search-close i {
  vertical-align: middle;
  font-size: 19px;
}
.search-screen .container .btn-search-close:hover span {
  color: #1d1d1b;
}
.search-screen .container .btn-search-close:focus span {
  color: #1d1d1b;
}
.search-screen .container .btn-search-close:active span {
  color: #1d1d1b;
}
.search-screen .input-group-btn {
  width: auto;
  font-size: 35px;
}

.search-screen.active {
  opacity: 1;
  right: 0;
  left: 0;
}

@media (max-width: 991px) {
  .search-screen .container .form-control {
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    padding-right: 0;
  }
  .search-screen .container .btn-search {
    width: 60px;
    height: 60px;
  }
  .search-screen .container .btn-search span {
    font-size: 20px;
  }
  .search-screen .container .btn-search-close {
    width: 60px;
    height: 60px;
  }
  .search-screen .container .btn-search-close span {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .search-screen .container .form-control {
    font-size: 6vw;
  }
}
#snelle-check {
  width: 90%;
  max-width: 992px;
}
@media (max-width: 576px) {
  #snelle-check {
    width: 95%;
    padding: 20px !important;
  }
}
#snelle-check .check-container {
  padding: 30px 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  #snelle-check .check-container {
    padding: 20px;
  }
}
#snelle-check .check-container p {
  font-size: 19px;
  line-height: 150%;
}
#snelle-check .check-container ul {
  list-style: none;
  padding-left: 35px;
}
#snelle-check .check-container ul li {
  font-size: 17px;
  color: #0091e2;
  position: relative;
}
#snelle-check .check-container ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: green;
  position: absolute;
  top: 3px;
  left: -35px;
}
#snelle-check .overlay-bg {
  background-color: rgba(0, 145, 226, 0.06);
  transform: skew(-20deg);
  position: absolute;
  top: 0;
  left: -600px;
  right: 50%;
  bottom: 0;
  z-index: 1;
}

.navigation {
  display: flex;
  align-items: center;
  display: inline-block;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: -1000px;
  transition: all 0.3s;
  z-index: 0;
  background-color: rgba(246, 247, 248, 0.95);
  padding: 20px 0 0;
}
@media (max-width: 992px) {
  .navigation {
    overflow-y: auto;
  }
}
.navigation h3 {
  font-weight: bold;
  color: #0671b8;
}
.navigation .menu {
  display: block;
  margin-bottom: 30px;
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  text-align: left;
  transition: all 0.5s;
}
.navigation ul li {
  margin: 0;
  position: relative;
}
.navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
.navigation ul li.menu-item-has-children > a::after {
  color: #0091e2;
  position: absolute;
  right: 0;
  top: 55%;
  font-size: 16px;
  transform: translateY(calc(-50% - 2px));
}
.navigation ul li a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "Varela Round", sans-serif;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
  text-align: left;
  color: #0091e2;
  padding: 1px 5px;
}
.navigation ul li a:hover {
  color: #0091e2;
}
.navigation ul li ul {
  top: 100%;
  left: 0;
  width: 100%;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  position: relative;
  top: none;
  left: none;
  box-shadow: none;
  padding-bottom: 15px;
}
.navigation ul li ul li {
  width: 100%;
}
.navigation ul li ul li:hover a {
  color: #fff;
}
.navigation ul li ul li a {
  display: block;
  background-color: transparent;
  border: none;
  color: #0091e2;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.navigation ul li.current-menu-item a {
  color: #0091e2;
}
.navigation .menu-primary-menu-container {
  position: relative;
}
.navigation .sub-menu {
  text-align: left;
  width: 100%;
  min-width: 300px;
  display: block !important;
}
.navigation.is-open {
  top: 100px;
  z-index: 99;
}
@media (max-width: 992px) {
  .navigation.is-open {
    bottom: 0;
  }
}
.navigation.is-open ul {
  opacity: 1;
}
.navigation .nav-footer {
  background-color: #0091e2;
  padding: 20px;
  margin-top: 20px;
}
.navigation .nav-footer p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.navigation .nav-footer p span {
  margin: 0 10px;
}
.navigation .nav-footer p a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.navigation .nav-footer p a:hover {
  text-decoration: underline;
}

.header-menu {
  text-align: right;
  padding-right: 50px;
}
.header-menu .menu-header-menu-container {
  display: inline-block;
  vertical-align: bottom;
  transition: all 0.1s;
}
.header-menu .menu-header-menu-container * {
  transition: all 0.1s;
}
.header-menu .menu-header-menu-container ul {
  padding-left: 0;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .header-menu .menu-header-menu-container ul {
    margin-right: 0;
  }
}
.header-menu .menu-header-menu-container ul li {
  display: inline-block;
  margin: 0;
}
.header-menu .menu-header-menu-container ul li a {
  padding: 5px 20px;
  text-decoration: none;
}
.header-menu .menu-header-menu-container ul li:last-of-type a {
  background-color: #0091e2;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.2s;
}
.header-menu .menu-header-menu-container ul li:last-of-type a:hover {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .header-menu .menu-header-menu-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .header-menu .menu-header-menu-container ul {
    text-align: center;
  }
  .header-menu .menu-header-menu-container ul li a {
    background-color: #fff;
    color: #0091e2;
    border-radius: 5px 5px 0 0 !important;
    -moz-border-radius: 5px 5px 0 0 !important;
    -webkit-border-radius: 5px 5px 0 0 !important;
  }
}
@media (max-width: 992px) {
  .header-menu .menu-header-menu-container.hidden {
    visibility: hidden;
    display: none;
  }
}

.hamburger {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  color: #343a40;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  position: relative;
  top: -3px;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: bottom;
}
@media (max-width: 992px) {
  .hamburger {
    top: 2px;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
}
.hamburger-box span.txt {
  position: absolute;
  right: -50px;
  top: 48%;
  transform: translateY(-50%);
}

.hamburger-inner {
  display: block;
  top: 8px;
  margin-left: 0px;
  margin-top: 8px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #343a40;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger-inner {
  background-color: #0091e2;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

form {
  padding: 25px;
  background-color: #fff;
}
form .form-group {
  margin-bottom: 15px;
}
form .form-group > label {
  font-weight: bold;
  display: block;
  font-size: 23px;
}
form .form-group .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}
form .form-group .input-group {
  position: relative;
}
form .form-group .toggle-password {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
form .form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]),
form .form-group textarea,
form .form-group select {
  padding: 10px;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}

.gform_page_footer .gform_previous_button {
  padding: 15px 35px !important;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s all;
  background-color: #eee !important;
  color: #000 !important;
  text-decoration: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: baseline;
  margin-top: 15px;
  margin-right: 5px;
  border: 0;
}
.gform_page_footer .gform_previous_button:hover {
  opacity: 0.8;
  color: #0091e2;
  text-decoration: none;
  transform: scale(1.02);
  cursor: pointer;
}
.gform_page_footer .gform_next_button,
.gform_page_footer .gform_button {
  padding: 15px 35px !important;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s all;
  background-color: #0091e2;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: baseline;
  margin-top: 15px;
  border: 0;
}
.gform_page_footer .gform_next_button:hover,
.gform_page_footer .gform_button:hover {
  cursor: pointer;
}

#gform_1 {
  padding: 40px 0;
}
#gform_1 h3 {
  margin-top: 20px;
}

.gform_heading {
  display: none;
}

.gform_body {
  padding-top: 30px;
}
.gform_body input,
.gform_body select {
  font-size: 15px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  border: 1px solid #777;
  padding: 15px !important;
  border-radius: 5px !important;
}
.gform_body .calc-slider {
  padding: 9px !important;
}

.gf_readonly input {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
  cursor: default;
  padding: 0 !important;
  font-size: 35px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #0091e2 !important;
  width: unset !important;
  display: inline-block !important;
}
.gf_readonly input:focus, .gf_readonly input:active {
  border: none;
  outline: none;
}

.calc-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  outline: none;
  opacity: 0.8;
  transition: opacity 0.2s;
  background-color: #7ebced;
  margin-top: 15px !important;
  border: none !important;
  padding: 9px !important;
}

.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.calc-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  padding: 30px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
header .container {
  position: relative;
  height: 100%;
}
header .container .logo {
  height: 40px;
  display: inline-block;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
header .container .logo a {
  height: 100%;
}
header .container .logo a svg,
header .container .logo a img {
  overflow: hidden;
  height: 40px;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
header .container .shortcuts {
  height: 100px;
  display: flex;
  align-items: center;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 992px) {
  header .container .shortcuts {
    float: right;
  }
}
header .container .shortcuts ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}
header .container .shortcuts ul li {
  margin: 0;
  width: 100%;
  padding: 25px 0;
}
@media (max-width: 992px) {
  header .container .shortcuts ul li {
    width: auto;
  }
}
header .container .shortcuts ul li a {
  color: #343a40;
  font-size: 23px;
  text-decoration: none;
}
@media (max-width: 1340px) {
  header .container .shortcuts ul li a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  header .container .shortcuts ul li a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  header .container .shortcuts ul li a {
    font-size: 0;
  }
  header .container .shortcuts ul li a i {
    font-size: 16px;
  }
}
header .container .shortcuts ul li a i {
  margin-right: 15px;
}
header.scrolled .logo {
  max-height: 35px;
}
header.scrolled .logo a svg,
header.scrolled .logo a img {
  height: 35px;
}
header.scrolled .logo a svg > g,
header.scrolled .logo a img > g {
  transform: translateX(-114px);
}
header .sticky-buttons {
  position: absolute;
  top: calc(100% + 30px);
  right: 0;
}
header .sticky-buttons .btn {
  margin: 0 25px 0 0;
  padding: 5px 35px;
  border-radius: 0;
  font-size: 18px;
}

main {
  background-color: #fff;
  margin-top: 105px;
}
main section.banner {
  margin-top: 146px;
  height: 540px;
  background-color: #e2e2e2;
  position: relative;
  display: flex;
  align-items: center;
}
main section.banner .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main section.banner .background-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main section.banner .caption h1,
main section.banner .caption h2 {
  font-size: 48px;
  margin: 0 0 25px;
  color: #343a40;
}
main section.banner .caption p {
  color: #121212;
  font-size: 23px;
  line-height: 27px;
}
main section.slider-home .owl-carousel {
  display: block;
}
main section.slider-home .slide {
  position: relative;
  overflow: hidden;
  max-height: 600px;
}
main section.slider-home .slide .overlay-bg {
  transform: skew(-20deg);
  background: rgba(0, 145, 226, 0.7);
  position: absolute;
  top: 0;
  left: -1000px;
  right: 50%;
  bottom: 0;
}
@media (max-width: 1199px) {
  main section.slider-home .slide .overlay-bg {
    right: 35%;
  }
}
@media (max-width: 768px) {
  main section.slider-home .slide .overlay-bg {
    right: 25%;
  }
}
@media (max-width: 576px) {
  main section.slider-home .slide .overlay-bg {
    right: 0;
    transform: skew(0deg);
  }
}
main section.slider-home .slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.slider-home .slide .caption {
  position: absolute;
  left: -1%;
  z-index: 99;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  main section.slider-home .slide .caption {
    left: 0;
    top: 60px;
    transform: translateY(0);
  }
}
main section.slider-home .slide .caption h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 15px;
  padding-left: 5px;
  max-width: 600px;
}
main section.slider-home .slide .caption ul li {
  color: #fff;
}
main section.slider-home .slide .caption ul li a {
  color: #fff;
}
main section.slider-home .slide .caption p {
  margin-bottom: 15px;
  padding-left: 5px;
  font-size: 24px;
  color: #fff;
}
main section.slider-home .slide .caption .btn {
  margin-top: 10px;
  background-color: #fff;
  color: #000;
  margin-right: 7px;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  main section.slider-home .slide .caption {
    padding: 40px 50px;
  }
  main section.slider-home .slide .caption h3 {
    font-size: 30px;
  }
  main section.slider-home .slide .caption p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  main section.slider-home .slide .caption {
    width: 80%;
  }
  main section.slider-home .slide .caption h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  main section.slider-home .slide .caption {
    width: 100%;
    padding: 0;
  }
}
main section.slider-home .slide .trustpilot-widget iframe {
  position: relative;
  height: 20px !important;
  width: 100% !important;
  max-width: 350px !important;
  border-style: none !important;
  display: block !important;
  overflow: hidden !important;
  top: 35px !important;
  left: 0px !important;
}
main section.slider-home .bottom-bar {
  background-color: #343a40;
  height: 100px;
  width: 100%;
  display: block;
}
@media (max-width: 576px) {
  main section.slider-home .bottom-bar {
    display: none;
  }
}
main section.slider-home .owl-stage-outer {
  overflow: unset;
}
@media (max-width: 768px) {
  main section.slider-home {
    height: calc(85vh - 100px);
  }
  main section.slider-home .slider {
    height: calc(85vh - 100px);
  }
  main section.slider-home .slider .slide {
    height: calc(85vh - 100px);
    max-height: 100%;
  }
  main section.slider-home .slider .slide img {
    height: calc(85vh - 100px);
  }
}
main section.main-content {
  padding: 50px 0 30px;
  background-color: #f6f7f8;
}
main section.main-content p {
  font-weight: bold;
  color: #343a40;
  font-size: 18px;
  line-height: 30px;
}
main section.intro {
  background-color: #f6f7f8;
  padding: 30px 0 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
main section.intro h1 {
  color: #fff;
  font-size: 50px;
}
main section.intro .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 145, 226, 0.8);
}
main section.faq {
  margin-top: 40px;
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}
main section.faq h2 {
  text-align: center;
  margin-bottom: 40px;
}
main section.faq .accordion {
  background-color: #fcfcfc;
  cursor: pointer;
  padding: 20px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: all 0.3s;
  font-size: 17px;
  color: #343a40;
  letter-spacing: 0.5px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
@media (max-width: 576px) {
  main section.faq .accordion {
    padding: 20px 60px 20px 20px;
  }
}
main section.faq .active,
main section.faq .accordion:hover {
  background-color: #343a40;
  transition: all 0.3s;
  color: #fff;
}
main section.faq .pan {
  padding: 0 30px 0;
  background-color: white;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
  opacity: 0;
  transition: all 0.3s;
}
main section.faq .pan.open {
  visibility: visible;
  height: auto;
  opacity: 1;
  padding: 30px 30px 0;
  background-color: #f2f5fb;
}
main section.faq .accordion:after {
  content: "+";
  font-size: 30px;
  color: #0091e2 !important;
  float: right;
  vertical-align: middle;
  margin-left: 5px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  line-height: 0;
  padding: 15px 7px;
  position: absolute;
  right: 15px;
  top: 15px;
}
main section.faq .active:after {
  content: "-";
  color: #0091e2 !important;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  line-height: 0;
  padding: 13px 10px;
  font-size: 30px;
}
main section.video-content {
  position: relative;
  overflow: hidden;
  background-color: #f6f7f8;
  padding: 70px 0;
}
main section.video-content h1 {
  margin-top: 0;
}
main section.video-content .overlay-bg {
  transform: skew(-20deg);
  position: absolute;
  top: 0;
  right: -200px;
  left: 75%;
  bottom: 0;
  background-color: #fff;
}
main section.video-content .video-link {
  position: relative;
  background-color: #000;
  border: 10px solid white;
  width: 100%;
}
@media (max-width: 992px) {
  main section.video-content .video-link {
    margin-left: -10px;
  }
}
main section.video-content .video-link img {
  opacity: 0.8;
  transition: all 0.2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.video-content .video-link i {
  font-size: 85px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
main section.video-content .video-link:hover img {
  opacity: 1;
}
main section.video-content .video-link:hover i {
  color: #0671b8;
}
main section.clients {
  padding: 40px 0;
  position: relative;
}
main section.clients h2 {
  text-align: center;
  margin-top: 0;
}
main section.clients .owl-nav {
  display: none;
}
main section.clients .clients-slider .item {
  padding: 30px;
  position: relative;
  height: 200px;
}
main section.clients .clients-slider .item img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  padding: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  max-width: 100% !important;
}
main section.repeater-content {
  padding: 0;
  margin-top: 50px;
}
@media (max-width: 768px) {
  main section.repeater-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
main section.repeater-content .repeater-item {
  margin: 40px 0 40px;
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item {
    margin: 30px 0 60px 0;
  }
}
main section.repeater-content .repeater-item:last-of-type {
  margin-bottom: 40px;
}
main section.repeater-content .repeater-item:nth-child(odd) .image {
  order: 0;
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item:nth-child(odd) .image {
    order: 0;
  }
}
main section.repeater-content .repeater-item:nth-child(odd) .text-container {
  order: 0;
  padding: 20px 20px 20px 20px;
}
main section.repeater-content .repeater-item .image.two-image figure {
  height: 50%;
  margin-bottom: 15px;
}
main section.repeater-content .repeater-item .image figure {
  position: relative;
  height: 100%;
  min-height: 320px;
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item .image figure {
    max-height: 400px;
    min-height: unset;
  }
}
main section.repeater-content .repeater-item .image figure img,
main section.repeater-content .repeater-item .image figure svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item .image figure img,
  main section.repeater-content .repeater-item .image figure svg {
    position: relative;
  }
}
main section.repeater-content .repeater-item .text-container {
  padding: 20px;
  padding-bottom: 0;
  padding-right: 50px;
  padding-left: 0;
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item .text-container {
    padding: 20px 10px;
  }
}
main section.repeater-content .repeater-item .text-container h2 {
  margin-top: 0;
  color: #343a40;
  font-size: 38px;
}
main section.repeater-content .repeater-item .text-container p {
  color: #343a40;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item .text-container.google-text h2 {
    margin-top: 40px;
  }
}
main section.repeater-content .repeater-item .text-container.only-txt {
  padding: 0;
}
main section.repeater-content.page {
  margin-bottom: 100px;
}
main section.page-content h2,
main section.page-content h3,
main section.page-content h4,
main section.page-content h5,
main section.page-content h6 {
  color: #343a40;
}
main section.page-content h2 {
  font-size: 46px;
}
main section.page-content p,
main section.page-content ul li,
main section.page-content ol li {
  font-size: 18px;
  line-height: 27px;
  color: #121212;
}
main section.page-content blockquote p {
  color: #343a40;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
main section.columns {
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 576px) {
  main section.columns {
    padding-top: 0px;
  }
}
main section.columns h2 {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  main section.columns h2 {
    margin-bottom: 30px;
  }
}
main section.columns .column {
  padding: 25px;
  text-align: center;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: inline-block;
}
@media (max-width: 1199px) {
  main section.columns .column {
    padding: 20px 15px;
  }
}
main section.columns .column h4 {
  margin-top: 0;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
main section.columns .column ul {
  padding-left: 35px;
  text-align: left;
  display: inline-block;
}
@media (max-width: 1199px) {
  main section.columns .column ul {
    padding-left: 20px;
  }
}
main section.columns .column.column-center {
  background-color: #0091e2;
  color: #fff;
  margin-top: -40px;
}
@media (max-width: 992px) {
  main section.columns .column.column-center {
    margin: 15px 0;
  }
}
main section.columns .column.column-center h4 {
  color: #fff;
  font-size: 36px;
  text-align: center;
}
main section.columns .column.column-center ul li {
  color: #fff;
}
main section.columns .column.column-center .btn {
  background-color: #343a40;
}
@media (max-width: 992px) {
  main section.columns .column {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
main section.news-overview,
main .vac-overview {
  padding: 60px 0 60px;
}
main section.news-overview .news-item,
main section.news-overview .vac-item,
main .vac-overview .news-item,
main .vac-overview .vac-item {
  margin-bottom: 30px;
}
main section.news-overview .news-item .news-item-image,
main section.news-overview .news-item .vac-item-image,
main section.news-overview .vac-item .news-item-image,
main section.news-overview .vac-item .vac-item-image,
main .vac-overview .news-item .news-item-image,
main .vac-overview .news-item .vac-item-image,
main .vac-overview .vac-item .news-item-image,
main .vac-overview .vac-item .vac-item-image {
  display: flex;
}
main section.news-overview .news-item .news-item-image img,
main section.news-overview .news-item .vac-item-image img,
main section.news-overview .vac-item .news-item-image img,
main section.news-overview .vac-item .vac-item-image img,
main .vac-overview .news-item .news-item-image img,
main .vac-overview .news-item .vac-item-image img,
main .vac-overview .vac-item .news-item-image img,
main .vac-overview .vac-item .vac-item-image img {
  width: 100%;
}
main section.news-overview .news-item .news-item-content,
main section.news-overview .news-item .vac-item-content,
main section.news-overview .vac-item .news-item-content,
main section.news-overview .vac-item .vac-item-content,
main .vac-overview .news-item .news-item-content,
main .vac-overview .news-item .vac-item-content,
main .vac-overview .vac-item .news-item-content,
main .vac-overview .vac-item .vac-item-content {
  padding: 30px;
  text-align: center;
  background-color: #fff;
  height: calc(100% - 250px);
}
@media (max-width: 1199px) {
  main section.news-overview .news-item .news-item-content,
  main section.news-overview .news-item .vac-item-content,
  main section.news-overview .vac-item .news-item-content,
  main section.news-overview .vac-item .vac-item-content,
  main .vac-overview .news-item .news-item-content,
  main .vac-overview .news-item .vac-item-content,
  main .vac-overview .vac-item .news-item-content,
  main .vac-overview .vac-item .vac-item-content {
    height: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  main section.news-overview .news-item .news-item-content,
  main section.news-overview .news-item .vac-item-content,
  main section.news-overview .vac-item .news-item-content,
  main section.news-overview .vac-item .vac-item-content,
  main .vac-overview .news-item .news-item-content,
  main .vac-overview .news-item .vac-item-content,
  main .vac-overview .vac-item .news-item-content,
  main .vac-overview .vac-item .vac-item-content {
    height: auto;
  }
}
@media (max-width: 1199px) {
  main section.news-overview .news-item .news-item-content h3,
  main section.news-overview .news-item .vac-item-content h3,
  main section.news-overview .vac-item .news-item-content h3,
  main section.news-overview .vac-item .vac-item-content h3,
  main .vac-overview .news-item .news-item-content h3,
  main .vac-overview .news-item .vac-item-content h3,
  main .vac-overview .vac-item .news-item-content h3,
  main .vac-overview .vac-item .vac-item-content h3 {
    font-size: 21px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
main section.news-overview .news-item .news-item-content .date,
main section.news-overview .news-item .vac-item-content .date,
main section.news-overview .vac-item .news-item-content .date,
main section.news-overview .vac-item .vac-item-content .date,
main .vac-overview .news-item .news-item-content .date,
main .vac-overview .news-item .vac-item-content .date,
main .vac-overview .vac-item .news-item-content .date,
main .vac-overview .vac-item .vac-item-content .date {
  color: #0091e2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
main section.news-overview .news-item .news-item-content a,
main section.news-overview .news-item .vac-item-content a,
main section.news-overview .vac-item .news-item-content a,
main section.news-overview .vac-item .vac-item-content a,
main .vac-overview .news-item .news-item-content a,
main .vac-overview .news-item .vac-item-content a,
main .vac-overview .vac-item .news-item-content a,
main .vac-overview .vac-item .vac-item-content a {
  margin-top: 0px;
  color: #0091e2;
  text-decoration: none;
}
@media (max-width: 1199px) {
  main section.news-overview .news-item .news-item-content a,
  main section.news-overview .news-item .vac-item-content a,
  main section.news-overview .vac-item .news-item-content a,
  main section.news-overview .vac-item .vac-item-content a,
  main .vac-overview .news-item .news-item-content a,
  main .vac-overview .news-item .vac-item-content a,
  main .vac-overview .vac-item .news-item-content a,
  main .vac-overview .vac-item .vac-item-content a {
    margin-top: 5px;
  }
}
main section.news-overview .news-item .news-item-content a:hover,
main section.news-overview .news-item .vac-item-content a:hover,
main section.news-overview .vac-item .news-item-content a:hover,
main section.news-overview .vac-item .vac-item-content a:hover,
main .vac-overview .news-item .news-item-content a:hover,
main .vac-overview .news-item .vac-item-content a:hover,
main .vac-overview .vac-item .news-item-content a:hover,
main .vac-overview .vac-item .vac-item-content a:hover {
  color: #343a40;
}
main .notices .notice {
  background-color: #c0deff;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
}
main .notices .notice.is-error {
  background-color: #ffc0c0;
}
main .notices .notice.is-success {
  background-color: #c0ffc8;
}
main .notices .notice p {
  font-weight: normal;
  margin: 0;
}
main .notices .notice .btn {
  padding: 10px 25px;
}
main .notices .notice .contributions-container {
  margin-top: 15px;
}
main .notices .notice form {
  padding: 0;
}
main .notices .notice form .form-group label {
  font-size: 16px;
  margin-bottom: 5px;
}
main .contributions-container {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 25px;
}
main .contributions-container h2 {
  margin-top: 0;
}
main .contributions-container ul {
  list-style: none;
  padding: 0;
}
main .contributions-container ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px dashed #f2f2f2;
  margin: 0px 0 5px;
  padding-top: 5px;
}
main .contributions-container ul li:first-child {
  border-top: none;
}
main .contributions-container ul li.subtotal {
  position: relative;
  margin-top: 25px;
  border-top-color: #ccc;
}
main .contributions-container ul li.subtotal:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -100%);
}
main .contributions-container ul li.is-up span:last-child i {
  color: #6ce16c;
  margin-left: 10px;
}
main .contributions-container ul li p {
  margin: 0;
}
main .contributions-container ul li small {
  font-size: 14px;
  margin-top: -5px;
  display: flex;
  font-style: italic;
  color: #999595;
}
main .form-container {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 25px;
}
main .form-container + .reset-password-link {
  color: #0091e2;
  text-decoration: none;
  margin-top: -15px;
  display: block;
}
main .form-container form {
  padding: 0;
}
main .form-container form .form-group label {
  font-size: 18px;
  margin-bottom: 5px;
}
main .form-container form .buttons .btn {
  margin-top: 0;
}
main .sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
main .sidebar .sidebar-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
}
main .sidebar .sidebar-item h4 {
  margin-top: 0;
}
main .sidebar .sidebar-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .sidebar .sidebar-item ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
main .sidebar .sidebar-item ul li a i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007bff;
  color: #fff;
  border-radius: 100%;
}
main .sidebar .sidebar-item ul li a span {
  max-width: calc(100% - 45px);
  margin-left: auto;
}
main .repeater-item form {
  padding: 0;
}
main section.income {
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #f6f7f8;
  padding: 50px 0 80px;
}
main section.income .overlay-bg {
  transform: skew(-20deg);
  position: absolute;
  top: 0;
  right: -200px;
  left: 60%;
  bottom: 0;
  background-color: #fff;
}
main section.income .calculator {
  background-color: #0091e2;
  padding: 50px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
main section.income .calculator h3 {
  margin-top: 0;
  color: #fff;
}
main section.income .calculator h4 {
  font-size: 25px;
  color: #fff;
}
main section.income .calculator h4 span {
  color: #fff;
  font-size: 30px;
}

footer {
  margin-top: 60px;
  background-color: #0091e2;
}
@media (max-width: 992px) {
  footer {
    padding-bottom: 30px;
  }
}
footer a {
  text-decoration: none;
  font-size: 15px;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 992px) {
  footer ul {
    margin-bottom: 50px;
  }
}
footer .footer-social-media {
  float: right;
  display: inline-block;
}
footer .footer-social-media ul {
  list-style-type: none;
  padding-left: 0;
}
footer .footer-social-media ul li {
  margin-bottom: 0;
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  margin-right: 10px;
}
footer .footer-social-media ul li a i {
  color: #fff;
}
@media (max-width: 768px) {
  footer .footer-social-media {
    display: block;
    text-align: center;
    float: none;
  }
}
footer .mark-rene {
  background-color: #f6f7f8;
  padding: 40px 0;
  margin-bottom: 20px;
}
footer .mark-rene .contact-block img {
  width: 100%;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
}
footer .mark-rene .contact-block * {
  color: #565656;
}
footer .mark-rene .contact-block h3 {
  color: #0091e2;
  margin-bottom: 5px;
  font-weight: bold;
}
footer .mark-rene .contact-block p {
  margin-bottom: 10px;
}
footer .mark-rene .contact-block .contact-details {
  padding: 30px;
  padding-left: 10px;
}
footer .mark-rene .contact-block .contact-details a {
  color: #0091e2;
  text-decoration: none;
  padding: 0;
}
footer .mark-rene .contact-block .contact-details a:hover {
  text-decoration: underline;
}
footer * {
  color: #fff;
}
footer .footer-details {
  padding: 50px 0;
}
footer .footer-details h3 {
  margin-top: 0;
}
footer .footer-details svg {
  max-width: 150px;
}
@media (max-width: 768px) {
  footer .footer-details svg {
    margin: 20px auto;
    display: block;
  }
}
footer .footer-details svg .st1, footer .footer-details svg .st0 {
  fill: #fff;
}
footer .footer-details svg .st2 {
  fill: #0091e2;
}
footer .footer-details svg .st3 {
  fill: #fff;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  text-decoration: none;
  font-size: 15px;
  padding: 10px 0;
}
@media (max-width: 992px) {
  footer ul li a {
    padding: 0;
  }
}
footer ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
footer hr {
  margin: 60px 0;
  border-color: #5ec6f7;
}
@media (max-width: 768px) {
  footer hr {
    margin: 10px 0;
  }
}
footer .footnote {
  text-align: center;
  width: 100%;
}
footer .footnote span {
  padding: 0 10px;
}

.page-template-page-mijn-fondz main section.intro .intro-content p {
  margin-top: -15px;
  color: #fff;
  margin-left: 5px;
}/*# sourceMappingURL=style.css.map */