@font-face {
  font-family: "Mont";
  src: url("../font/Mont-Heavy.eot") format("eot"), url("../font/Mont-Heavy.woff") format("woff"), url("../font/Mont-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../font/Mont-Bold.eot") format("eot"), url("../font/Mont-Bold.woff") format("woff"), url("../font/Mont-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../font/Mont-Regular.eot") format("eot"), url("../font/Mont-Regular.woff") format("woff"), url("../font/Mont-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* VARIABLES **********/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #6d6d6d;
  font-family: "Geometria", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mont", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #726950;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
  width: 100%;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
  font-weight: bold;
}

h5 {
  font-size: 20px;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-weight: bold;
}

p {
  margin: 0 0 20px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-size: 22px;
  line-height: 36px;
  margin: 30px 0 25px;
  font-family: "Geometria", sans-serif;
  font-weight: 600;
  padding: 0 30px 0 50px;
  position: relative;
  color: #1b1d21;
}

blockquote:before {
  content: "\f12f";
  font-family: "Flaticon";
  font-size: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #1049A9;
}

blockquote cite {
  font-family: "Geometria", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b5b5b5;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.7142857143;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
  width: 100vw;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.none-style {
  list-style: none;
  padding-left: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #b5b5b5;
  border: none;
  background: #f6f6f6;
  box-sizing: border-box;
  outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #6d6d6d;
}

select {
  border: none;
  background: #f6f6f6;
  outline: none;
}

textarea {
  width: 100%;
  height: 150px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6d6d6d;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6d6d6d;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #6d6d6d;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #6d6d6d;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1049A9;
  text-decoration: none;
}

a:visited {
  color: #1049A9;
}

a:hover,
a:focus,
a:active {
  color: #FFA400;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

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

::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 8px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #726950;
}

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 0.25rem;
  height: 0rem;
}

::-webkit-scrollbar {
  width: 0.25rem;
  background: #2E3C7C;
}

/*TYPOGRAPHIC*****************************/
.wd_txt--blue {
  color: #157AAF;
}

.wd_txt--blue-light {
  color: #157AAF;
}

/*CONTAINERS*****************************/
.wd_container, .wd_media_container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}

body {
  font-size: 14px;
  font-family: "Mont", sans-serif;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

header .wd_logo {
  padding: 20px 0;
}
header .wd_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wd_menu {
  background-color: #00C2E6;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: calc(100% - 300px);
  justify-content: space-between;
  position: relative;
}
header .wd_menu .wd_menu_bottom {
  position: absolute;
  bottom: 2px;
  width: 90%;
  left: 50%;
  transform: translate(-50%, 99%);
}
header .wd_menu button {
  background-color: #fff;
  color: #00C2E6;
  margin-left: 20px;
}
header .wd_menu button::before {
  background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #00C2E6 3px, #00C2E6 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #00C2E6 3px, #00C2E6 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #00C2E6 5px, #00C2E6 6px, transparent 6px);
}
header .wd_menu nav {
  width: 80%;
}
header .wd_menu nav ul {
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  justify-content: space-around;
}
header .wd_menu nav ul a {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin: 0 20px;
  transition: 0.3S;
}
header .wd_menu nav ul a:hover {
  color: #726950;
}
header .wd_menu nav ul li.current-menu-item a {
  pointer-events: none;
  color: #726950;
}

.wd_footer_menu li a {
  transition: 0.3S;
}
.wd_footer_menu li a:hover {
  color: #726950;
}
.wd_footer_menu li.current-menu-item a {
  pointer-events: none;
  color: #726950;
}

.bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background: #00C2E6;
  filter: url("#blob");
}
.bubbles .bubble {
  position: absolute;
  left: var(--position, 50%);
  background: #00C2E6;
  border-radius: 100%;
  -webkit-animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
          animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
  transform: translate(-50%, 100%);
}

@-webkit-keyframes bubble-size {
  0%, 75% {
    width: var(--size, 4rem);
    height: var(--size, 4rem);
  }
  100% {
    width: 0rem;
    height: 0rem;
  }
}

@keyframes bubble-size {
  0%, 75% {
    width: var(--size, 4rem);
    height: var(--size, 4rem);
  }
  100% {
    width: 0rem;
    height: 0rem;
  }
}
@-webkit-keyframes bubble-move {
  0% {
    bottom: -4rem;
  }
  100% {
    bottom: var(--distance, 10rem);
  }
}
@keyframes bubble-move {
  0% {
    bottom: -4rem;
  }
  100% {
    bottom: var(--distance, 10rem);
  }
}
footer {
  position: relative;
  background: #00C2E6;
  margin-top: 100px;
  padding: 50px 0;
}

.wd_footer_logo img {
  width: 175px;
}

.wd_footer_menu {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.wd_footer_menu li {
  margin: 10px 0;
}
.wd_footer_menu li a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  padding: 3px 0;
}

.wd_footer_contact_social {
  display: flex;
  margin-top: 15px;
}
.wd_footer_contact_social a {
  display: inline-block;
  margin-right: 10px;
}
.wd_footer_contact_social img {
  width: 40px;
}

.wd_footer_contact_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.wd_footer_contact_item img {
  width: 25px;
  margin-right: 10px;
}
.wd_footer_contact_item a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
}

.wd_developed {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.wd_developed p {
  color: #fff;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
}

.wd_col2 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.wd_section_1 .wd_container, .wd_section_2 .wd_container, .wd_section_3 .wd_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

:root {
  --text-color: hsla(210, 50%, 85%, 1);
  --shadow-color: hsla(210, 40%, 52%, .4);
  --btn-color: #00C2E6;
  --bg-color: #141218;
}

button {
  position: relative;
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: "Mont", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: #00C2E6;
  border-radius: 4px;
  z-index: 0;
  overflow: hidden;
}

button:focus {
  outline-color: transparent;
}

.right::after, button::after {
  content: var(--content);
  display: block;
  position: absolute;
  white-space: nowrap;
  padding: 40px 40px;
  pointer-events: none;
}

button::after {
  top: -30px;
  left: -20px;
}

.right, .left {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.right {
  left: 66%;
}

.left {
  right: 66%;
}

.right::after {
  top: -30px;
  left: calc(-66% - 20px);
  background-color: #726950;
  color: transparent;
  transition: transform 0.4s ease-out;
  transform: translate(0, -90%) rotate(0deg);
}

button:hover .right::after {
  transform: translate(0, -47%) rotate(0deg);
}

button .right:hover::after {
  transform: translate(0, -50%) rotate(-7deg);
}

button .left:hover ~ .right::after {
  transform: translate(0, -50%) rotate(7deg);
}

/* bubbles */
button::before {
  content: "";
  pointer-events: none;
  opacity: 0.6;
  background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #ffffff 5px, #ffffff 6px, transparent 6px);
  width: 100%;
  height: 300%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-animation: bubbles 5s linear infinite both;
          animation: bubbles 5s linear infinite both;
}

@-webkit-keyframes bubbles {
  from {
    transform: translate();
  }
  to {
    transform: translate(0, -66.666%);
  }
}

@keyframes bubbles {
  from {
    transform: translate();
  }
  to {
    transform: translate(0, -66.666%);
  }
}
img.wd_border_radius {
  border-radius: 30px;
}

section {
  padding: 100px 0;
}

.wd_align_right {
  text-align: right;
}

h2 {
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding-left: 15px;
}
h2:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #00C2E6;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-100%);
}

.wd_align_right h2:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #00C2E6;
  position: absolute;
  top: 20px;
  left: auto;
  right: 0;
  transform: translateX(103%);
}

h2 + strong {
  color: #00C2E6;
  font-size: 20px;
}

p {
  font-size: 18px;
  line-height: 1.5;
}
p span {
  color: #00C2E6;
  font-weight: 700;
}

.wd_list {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  margin-bottom: 25px;
}
.wd_list .wd_list_col {
  width: 45%;
  text-align: left;
  padding-left: 30px;
}
.wd_list .wd_list_col p, .wd_list .wd_list_col li {
  position: relative;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  color: #726950;
  line-height: 1.5;
}
.wd_list .wd_list_col p:before, .wd_list .wd_list_col li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #00C2E6;
  position: absolute;
  top: 11px;
  left: -15px;
}
.wd_list .wd_list_col ul {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

p.wd_width_50 {
  width: 50%;
  margin-left: auto;
}

.wd_col4 {
  width: 25%;
}

.wd_section_3 .wd_container {
  display: flex;
  justify-content: space-between;
  align-items: initial;
}
.wd_section_3 h2 {
  margin: 0 0 40px;
}
.wd_section_3 .wd_col4 {
  text-align: center;
}
.wd_section_3 .wd_col4 img {
  width: 200px;
}
.wd_section_3 .wd_col4 p {
  font-size: 30px;
  color: #00C2E6;
  font-weight: 700;
  margin-top: -20px;
}

.wd_cta {
  position: relative;
  background-color: #00C2E6;
  padding-bottom: 100px;
  margin: 100px 0;
}
.wd_cta .wd_container {
  position: relative;
  z-index: 10;
  text-align: center;
  display: block;
}
.wd_cta .wd_container p {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.wd_cta .wd_container button {
  background-color: #fff;
  color: #00C2E6;
}
.wd_cta .wd_container button::before {
  content: "";
  pointer-events: none;
  opacity: 0.6;
  background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #00C2E6 3px, #00C2E6 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #00C2E6 3px, #00C2E6 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #00C2E6 5px, #00C2E6 6px, transparent 6px);
  width: 100%;
  height: 300%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-animation: bubbles 5s linear infinite both;
          animation: bubbles 5s linear infinite both;
}

.wd_about .wd_container {
  display: flex;
  justify-content: space-between;
}
.wd_about h2 {
  margin-bottom: 40px;
}
.wd_about button {
  margin-top: 20px;
}
.wd_about .wd_col5 {
  width: 20%;
  text-align: center;
  padding: 0 15px;
}
.wd_about .wd_col5 img {
  height: 100px;
}
.wd_about .wd_col5 p {
  font-size: 20px;
  font-weight: 700;
  color: #726950;
  margin: 10px auto 0;
  width: 200px;
}
.wd_about .wd_about_list {
  margin-top: 50px;
}

.wd_gallery .owl-nav {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.wd_gallery .owl-nav button {
  margin: 0 200px;
}
.wd_gallery .owl-next img {
  transform: rotate(180deg);
}
.wd_gallery .wd_carousel {
  position: relative;
}
.wd_gallery .wd_carousel .owl-carousel.owl-drag .owl-item {
  height: 420px;
}
.wd_gallery .wd_carousel .owl-carousel.owl-drag .owl-item div {
  height: 100%;
}
.wd_gallery .wd_carousel .owl-carousel.owl-drag .owl-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wd_gallery .wd_gallery_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.wd_reviews .wd_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wd_reviews .wd_container h2 {
  margin-bottom: 40px;
}
.wd_reviews .wd_container .wd_col3 {
  display: flex;
  align-items: center;
}
.wd_reviews .wd_container .wd_col3 img {
  width: 100px;
}
.wd_reviews .wd_container .wd_col3 .wd_reviews_item {
  background-color: #00C2E6;
  color: #fff;
  padding: 25px 20px;
  border-radius: 30px;
  margin-left: 20px;
}
.wd_reviews .wd_container .owl-item:nth-of-type(odd) {
  padding-top: 200px;
}
.wd_reviews .wd_container .owl-nav {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.wd_reviews .wd_container .owl-nav button {
  margin: 0 200px;
}
.wd_reviews .wd_container .owl-next img {
  transform: rotate(180deg);
}

.wd_container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

strong {
  font-size: 18px;
}

.wd_faq h2 {
  margin-bottom: 40px;
}
.wd_faq .wd_faq_item {
  margin-bottom: 30px;
}
.wd_faq .wd_faq_item strong {
  color: #00C2E6;
  margin-bottom: 10px;
  display: block;
}

.wd_contact strong {
  color: #00C2E6;
}
.wd_contact .wd_contact_links {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.wd_contact .wd_contact_indormation strong {
  color: #726950;
}
.wd_contact .wd_contact_indormation strong a {
  color: #00C2E6;
}
.wd_contact .wd_contact_indormation_item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.wd_contact .wd_contact_indormation_item img {
  width: 30px;
  height: 30px;
}
.wd_contact .wd_contact_indormation_item a {
  font-size: 20px;
  font-weight: 700;
  color: #726950;
  margin-left: 10px;
}
.wd_contact .wd_contact_social {
  margin-top: 20px;
}
.wd_contact .wd_contact_social a {
  margin-right: 20px;
}
.wd_contact .wd_contact_social img {
  width: 50px;
}

canvas {
  position: absolute;
  top: -100px;
  left: 0;
  transform: rotate(180deg);
  opacity: 0.6;
}

.wd_cta, footer {
  z-index: 3;
}

#intro {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.wd_section_1 {
  position: relative;
  padding: 150px 0;
}
.wd_section_1 .wd_col2 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
}
.wd_section_1 .wd_header_img {
  position: absolute;
  width: calc(50% - 40px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.wd_section_1 .wd_header_img .wd_blob_1 {
  width: 250px;
  position: absolute;
  top: -50px;
  left: -100px;
}
.wd_section_1 .wd_header_img .wd_blob_2 {
  width: 250px;
  position: absolute;
  bottom: -50px;
  left: -100px;
}
.wd_section_1 .wd_header_img .wd_border_radius {
  max-height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wd_input input {
  border: 2px solid #726950;
  border-radius: 30px;
  padding: 15px 20px;
  border-top: none;
  color: #000000;
  outline: none;
  width: 100%;
  background-color: transparent;
}

.wd_form_row {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wd_form_row .wd_input_3 {
  width: 32%;
}
.wd_form_row .wd_textarea {
  width: 100%;
  margin-right: 30px;
}
.wd_form_row .wd_textarea textarea {
  height: 120px;
  border: 2px solid #726950;
  border-radius: 30px;
  padding: 15px 20px;
  border-bottom: none;
  color: #000000;
  outline: none;
  background-color: transparent;
}
.wd_form_row button.wd_form_btn {
  padding: 10px 60px;
  cursor: pointer;
}
.wd_form_row button.wd_form_btn br {
  display: none;
}
.wd_form_row button.wd_form_btn br + p {
  display: none;
}
.wd_form_row button.wd_form_btn p {
  margin: 0;
}
.wd_form_row button.wd_form_btn .left + p {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wd_form_row button.wd_form_btn .wd_form_button {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
}
.wd_form_row button.wd_form_btn .wd_form_button + span {
  display: none;
}
.wd_form_row button.wd_form_btn .right::after {
  left: calc(-66% - 0px);
  width: 100%;
}
.wd_form_row button.wd_form_btn::after {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.wd_form_row button.wd_form_btn:hover .right::after {
  transform: translate(0, -47%) rotate(0deg);
}
.wd_form_row button.wd_form_btn .right:hover::after {
  transform: translate(0, -50%) rotate(0deg);
}
.wd_form_row button.wd_form_btn .left:hover ~ .right::after {
  transform: translate(0, -50%) rotate(0deg);
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 10px;
  padding: 10px 10px;
}

#menu {
  display: none;
}

#menu-toggle {
  display: none;
}

.wd_copyright p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.wd_footer_last_col {
  display: flex;
  align-items: end;
  padding-bottom: 20px;
}

.wd_media_container {
  position: relative;
  z-index: 10;
}

.wd_btn, .wd_form_button {
  overflow: hidden;
  font-weight: bold;
  color: #fff;
}

.wd_section_image {
  margin-bottom: 50px;
}

.wd_section_video {
  margin-top: 100px;
  margin-bottom: 50px;
}

.slider-pro img.sp-image {
  max-height: 600px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.wd_form_row button.wd_form_btn::after {
  color: #fff;
  font-weight: bold;
}

.wd_form_row button.wd_form_btn {
  overflow: hidden;
}

.wd_image_slider .pgcsimplygalleryblock-slider-item img {
  max-height: 600px !important;
}

a.wd_btn_link {
  display: block;
  text-align: center;
  z-index: 100;
  position: relative;
}

.wd_about2 {
  margin-top: 100px;
}

.wd_about2 .wd_align_right p {
  text-align: left;
}

body {
  position: relative;
}

canvas {
  height: 100%;
}

footer a {
  transition: 0.3s;
}
footer a:hover {
  color: #726950;
}
footer a:hover p {
  transition: 0.3s;
  color: #726950;
}

@media (max-width: 1365px) {
  .wd_list .wd_list_col {
    width: 50%;
  }
  p.wd_width_50 {
    width: 90%;
  }
  .wd_section_3 .wd_col4 p {
    font-size: 22px;
  }
  .wd_about .wd_col5 img {
    height: 80px;
  }
  .wd_reviews .wd_container .wd_col3 img {
    width: 100px;
  }
  .wd_section_1 {
    padding: 80px 0;
  }
  .wd_section_1 .wd_header_img .wd_blob_1 {
    width: 200px;
    left: -30px;
  }
  .wd_section_1 .wd_header_img .wd_blob_2 {
    width: 200px;
    left: -30px;
  }
  .wd_textarea {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
  .wd_section_3 .wd_col4 img {
    width: 160px;
  }
  .wd_about .wd_col5 p {
    width: auto;
  }
  header .wd_menu nav {
    width: 70%;
  }
  .wd_form_row .wd_input_3 {
    width: 49%;
  }
  .wd_form_row {
    flex-flow: wrap;
  }
  .wd_form_row .wd_input_3:last-of-type {
    width: 100%;
    margin-top: 20px;
  }
  .wd_textarea {
    margin-right: 0;
    width: 100%;
  }
  .wd_textarea + p {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .wd_container {
    flex-flow: row wrap;
  }
  .wd_col2 {
    width: 100%;
  }
  .wd_section_1 .wd_col2:first-of-type {
    margin-bottom: 50px;
  }
  .wd_section_2 .wd_align_right {
    order: -1;
    margin-bottom: 50px;
  }
  .wd_section_3 .wd_col4 p {
    font-size: 18px;
    margin-top: -10px;
  }
  .wd_section_3 .wd_col4 img {
    width: 130px;
  }
  .wd_about .wd_col2:first-of-type {
    margin-bottom: 50px;
  }
  .wd_about .wd_col5 {
    width: 33.33333333%;
    margin-top: 30px;
  }
  .wd_about .wd_about_list {
    justify-content: center;
  }
  .wd_gallery .owl-nav button {
    margin: 0 130px;
  }
  .wd_reviews .wd_container .wd_col3 {
    width: 100%;
  }
  .wd_reviews .wd_container .wd_col_bottom {
    padding: 30px 0;
  }
  .wd_col_bottom img {
    order: 1;
  }
  .wd_col_bottom .wd_reviews_item {
    margin-left: 0;
    margin-right: 20px;
  }
  .wd_faq .wd_col2:first-of-type {
    margin-bottom: 50px;
  }
  .wd_section_1 .wd_header_img {
    position: relative;
    width: calc(100% - 40px);
    margin: 100px 20px 0;
  }
  .wd_section_1 .wd_header_img .wd_blob_2 {
    left: auto;
    right: -10px;
  }
  .wd_section_1 .wd_header_img .wd_blob_1 {
    top: auto;
    bottom: -50px;
    left: -10px;
  }
  .wd_section_1 {
    padding: 0;
  }
  .wd_reviews .wd_container .owl-nav button {
    margin: 0 130px;
  }
  .wd_contact .wd_contact_links {
    margin-bottom: 40px;
  }
  .wd_menu_mobile {
    display: block;
  }
  header .wd_menu {
    display: none;
  }
  #menu li, #menu a {
    margin: 75px 0 -55px 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.8;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    outline: 0;
    display: none;
    font-size: 20px;
  }
  #menu li {
    width: 230px;
    text-indent: 56px;
  }
  #menu a:focus {
    display: block;
    color: #333;
    background-color: #eee;
    transition: all 0.5s;
  }
  @-webkit-keyframes checked-anim {
    50% {
      width: 3000px;
      height: 3000px;
    }
    100% {
      width: 100%;
      height: 100%;
      border-radius: 0;
    }
  }
  @keyframes checked-anim {
    50% {
      width: 3000px;
      height: 3000px;
    }
    100% {
      width: 100%;
      height: 100%;
      border-radius: 0;
    }
  }
  @-webkit-keyframes not-checked-anim {
    0% {
      width: 3000px;
      height: 3000px;
    }
  }
  @keyframes not-checked-anim {
    0% {
      width: 3000px;
      height: 3000px;
    }
  }
  #trigger, #burger, #burger:before, #burger:after {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #fff;
    width: 30px;
    height: 5px;
    transition: 0.2s ease;
    cursor: pointer;
    z-index: 10;
  }
  #trigger {
    height: 25px;
    background: none;
  }
  #burger:before {
    content: " ";
    top: 10px;
    left: 0;
  }
  #burger:after {
    content: " ";
    top: 20px;
    left: 0;
  }
  #menu-toggle:checked + #trigger + #burger {
    top: 35px;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
  }
  #menu-toggle:checked + #trigger + #burger:before {
    width: 20px;
    top: -2px;
    left: 18px;
    transform: rotate(45deg) translateX(-5px);
    transition: transform 0.2s ease;
  }
  #menu-toggle:checked + #trigger + #burger:after {
    width: 20px;
    top: 2px;
    left: 18px;
    transform: rotate(-45deg) translateX(-5px);
    transition: transform 0.2s ease;
  }
  #menu {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 110px;
    height: 110px;
    background-color: #00C2E6;
    border-bottom-left-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    -webkit-animation: not-checked-anim 0.2s both;
            animation: not-checked-anim 0.2s both;
    transition: 0.2s;
    right: 0;
    z-index: 9;
    display: block;
  }
  #menu-toggle:checked + #trigger + #burger + #menu {
    -webkit-animation: checked-anim 1s ease both;
            animation: checked-anim 1s ease both;
  }
  #menu-toggle:checked + #trigger ~ #menu > li, #menu a {
    display: block;
  }
  [type=checkbox]:not(:checked), [type=checkbox]:checked {
    display: none;
  }
  html.overflow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
  }
  footer .wd_col4 {
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .wd_container, .wd_media_container {
    padding: 0 20px;
  }
  .wd_col2 {
    padding-left: 0;
    padding-right: 0;
  }
  h1 {
    font-size: 30px;
  }
  .wd_logo img {
    width: 100px;
  }
  h2 {
    font-size: 26px;
  }
  h2 + strong {
    font-size: 16px;
  }
  .wd_list {
    flex-flow: wrap;
  }
  .wd_list .wd_list_col {
    width: 100%;
  }
  p.wd_width_50 {
    width: 100%;
  }
  .wd_col4 {
    width: 100%;
  }
  .wd_cta .wd_container p {
    font-size: 26px;
  }
  .wd_about .wd_col5 {
    width: 100%;
  }
  .wd_gallery .owl-nav {
    margin-top: 20px;
  }
  .wd_gallery .owl-nav button {
    margin: 0 30px;
  }
  .wd_reviews .wd_container .wd_col3 {
    display: block;
  }
  .wd_reviews .wd_container .wd_col3 .wd_reviews_item {
    margin-left: 0;
  }
  .wd_col_bottom .wd_reviews_item {
    margin-right: 0;
  }
  .wd_reviews .wd_col_bottom img {
    display: block;
    margin-left: auto;
  }
  p {
    font-size: 16px;
  }
  section {
    padding: 50px 0;
  }
  h2:after {
    top: 10px;
    margin-left: -10px;
  }
  h2 {
    padding-left: 0;
  }
  .wd_about .wd_col5 p {
    font-size: 18px;
  }
  .wd_contact .wd_contact_links {
    display: block;
  }
  .wd_contact .wd_contact_social {
    margin-left: 0;
  }
  .wd_contact .wd_contact_social a {
    margin: 0;
  }
  .wd_contact .wd_contact_social a:last-of-type {
    margin-left: 10px;
  }
  strong {
    line-height: 1.5;
    font-size: 16px;
  }
  .wd_section_1 .wd_col2:first-of-type {
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .wd_section_1 .wd_header_img .wd_blob_1 {
    width: 130px;
    bottom: -50px;
  }
  .wd_section_1 .wd_header_img .wd_blob_2 {
    width: 130px;
    bottom: auto;
    top: -80px;
  }
  .wd_section_1 .wd_header_img {
    margin: 40px 20px 0;
  }
  .wd_section_1 .wd_col2 {
    padding-right: 0;
  }
  .wd_list .wd_list_col p {
    font-size: 18px;
  }
  .wd_list .wd_list_col p:before {
    top: 8px;
  }
  .wd_gallery .wd_gallery_btn {
    bottom: -70px;
  }
  .wd_gallery {
    padding: 50px 0 150px;
  }
  .wd_reviews .wd_container .owl-item:nth-of-type(odd) {
    padding-top: 0;
  }
  .wd_reviews .wd_container .owl-nav {
    margin-top: 20px;
  }
  .wd_reviews .wd_container .owl-nav button {
    margin: 0 30px;
  }
  .wd_reviews .wd_container .wd_col3 img {
    margin: 0 auto 20px;
  }
  .wd_form_row .wd_input_3 {
    width: 100%;
    margin-top: 20px;
  }
  .wd_contact .wd_contact_links {
    margin-bottom: 20px;
  }
  .wd_form_row .wd_textarea {
    margin-right: 0;
  }
  footer .wd_col4 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.wd_container.wd_noflex {
  display: block;
  max-width: 1200px;
}
.wd_container.wd_noflex h2 {
  margin-bottom: 30px;
}
.wd_container.wd_noflex figure {
  margin: 20px 0;
}
.wd_container.wd_noflex a {
  color: #00C2E6;
  font-weight: bold;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */