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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

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

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  /* font-size: 62.5%; */
  /* For better font-size styling 0.625 * 16px = 10px -> 1rem = 10px */
  margin: 0;
  padding: 0;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input {
  border: none;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 700;
  line-height: 1.5;
}

ul {
  padding-left: 30px;
}

ol {
  padding-left: 30px;
}

a {
  color: rgb(0, 0, 0);
}

.ftext {
  line-height: 1.5;
  color: rgb(62, 81, 62);
  font-size: 14px;
  text-align: left !important;
}
@media only screen and (min-width : 568px) {
  .ftext {
    font-size: 16px;
  }
}
.ftext strong {
  font-weight: 700;
}
.ftext a {
  color: rgb(62, 81, 62);
  word-wrap: break-word;
}
.ftext i {
  font-weight: 300;
}
.ftext code {
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 3px;
  padding: 0 4px;
}
.ftext ul li:not(:last-child) {
  padding-bottom: 0.5em;
}
.ftext ul:not(:last-child) {
  padding-bottom: 1em;
}
.ftext ol li:not(:last-child) {
  padding-bottom: 0.5em;
}
.ftext ol:not(:last-child) {
  padding-bottom: 1em;
}
.ftext h1 {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 36px;
  margin-bottom: 0.4em;
}
.ftext h1:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .ftext h1 {
    font-size: 48px;
  }
}
.ftext h2 {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 30px;
  margin-bottom: 0.4em;
}
.ftext h2:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .ftext h2 {
    font-size: 40px;
  }
}
.ftext h3 {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 22px;
  margin-bottom: 0.4em;
}
.ftext h3:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .ftext h3 {
    font-size: 32px;
  }
}
.ftext h4 {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 18px;
  margin-bottom: 0.4em;
}
.ftext h4:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .ftext h4 {
    font-size: 24px;
  }
}
.ftext h5 {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0.4em;
}
.ftext h5:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .ftext h5 {
    font-size: 20px;
  }
}
.ftext p {
  text-align: left !important;
}
.ftext p:not(:last-child) {
  margin-bottom: 1em;
}
.ftext img {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 1em;
  margin-top: 1em;
}
.ftext--plainimg img {
  width: auto;
  border-radius: 0;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  max-width: 100%;
}
.ftext--center {
  text-align: center !important;
}
.ftext--center p {
  text-align: center !important;
}
.ftext--justify {
  text-align: justify !important;
}
.ftext--justify p {
  text-align: justify !important;
}
.ftext--right {
  text-align: right !important;
}
.ftext--right p {
  text-align: right !important;
}
.ftext--white {
  color: rgb(255, 255, 255);
}
.ftext--white a {
  color: rgb(255, 255, 255);
}
.ftext--white h1 {
  color: rgb(255, 255, 255);
}
.ftext--white h2 {
  color: rgb(255, 255, 255);
}
.ftext--white h3 {
  color: rgb(255, 255, 255);
}
.ftext--white h4 {
  color: rgb(255, 255, 255);
}
.ftext--white h5 {
  color: rgb(255, 255, 255);
}
.ftext--black {
  color: rgb(0, 0, 0);
}
.ftext--black a {
  color: rgb(0, 0, 0);
}
.ftext--black h1 {
  color: rgb(0, 0, 0);
}
.ftext--black h2 {
  color: rgb(0, 0, 0);
}
.ftext--black h3 {
  color: rgb(0, 0, 0);
}
.ftext--black h4 {
  color: rgb(0, 0, 0);
}
.ftext--black h5 {
  color: rgb(0, 0, 0);
}
.ftext--primary {
  color: rgb(135, 186, 47);
}
.ftext--primary a {
  color: rgb(135, 186, 47);
}
.ftext--primary h1 {
  color: rgb(135, 186, 47);
}
.ftext--primary h2 {
  color: rgb(135, 186, 47);
}
.ftext--primary h3 {
  color: rgb(135, 186, 47);
}
.ftext--primary h4 {
  color: rgb(135, 186, 47);
}
.ftext--primary h5 {
  color: rgb(135, 186, 47);
}
.ftext--large {
  font-size: 18px;
}
@media only screen and (min-width : 568px) {
  .ftext--large {
    font-size: 20px;
  }
}
.ftext--largeLine {
  line-height: 1.75;
}
.ftext .button--primary {
  color: rgb(255, 255, 255) !important;
}

.prevent-scroll {
  overflow: hidden;
}

.anchor {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  font-size: 0;
  position: relative;
  top: -50px;
}
.anchor--180 {
  top: -180px;
}

.text-anchor {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  font-size: 0;
  position: relative;
  top: -30px;
}

.mad {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.header {
  display: block;
  position: fixed;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.1);
  transition: transform 0.5s ease;
  z-index: 500;
}
.scroll-down .header {
  transform: translate3d(0, -100%, 0);
}
.scroll-up .header {
  transform: none;
}
.header__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}
.header__logo {
  display: block;
  height: 35px;
}
@media only screen and (min-width : 360px) {
  .header__logo {
    height: 40px;
  }
}
@media only screen and (min-width : 568px) {
  .header__logo {
    height: 50px;
  }
}
@media only screen and (min-width : 1280px) {
  .header__logo {
    height: 35px;
  }
}
@media only screen and (min-width : 1400px) {
  .header__logo {
    height: 50px;
  }
}
.header__logoImg {
  display: block;
  height: 100%;
}
.header__nav {
  display: none;
  position: absolute;
  top: 110px;
  width: 100%;
  left: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.1);
  padding-bottom: 40px;
  padding-top: 20px;
}
.header__nav.opened {
  display: block;
}
@media only screen and (min-width : 1280px) {
  .header__nav {
    position: static;
    display: block;
    box-shadow: none;
    padding-bottom: 0;
    padding-top: 0;
    top: initial;
    left: initial;
    width: auto;
  }
}
.header__right {
  display: flex;
  align-items: center;
}
.header__button {
  display: none;
}
@media only screen and (min-width : 1280px) {
  .header__button {
    display: block;
  }
}
.header__buttonMobile {
  display: block;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width : 1280px) {
  .header__buttonMobile {
    display: none;
  }
}
.header__lang {
  display: flex;
  margin: 0 15px;
}
@media only screen and (min-width : 380px) {
  .header__lang {
    margin: 0 20px;
  }
}
@media only screen and (min-width : 480px) {
  .header__lang {
    margin: 0 30px 0 0;
  }
}
.header__langItem {
  font-size: 16px;
  font-weight: 700;
  color: rgb(62, 81, 62);
  text-decoration: none;
  padding: 0 2px;
}
.header__langItem.active {
  color: rgb(135, 186, 47);
}
.header__burger {
  display: block;
}
@media only screen and (min-width : 1280px) {
  .header__burger {
    display: none;
  }
}

.headerSpacer {
  height: 110px;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 1280px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 380px) {
  .container {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 420px) {
  .container {
    padding: 0px 40px;
  }
}
.container--tablet {
  width: 600px;
}
@media only screen and (min-width : 1080px) {
  .container--tablet {
    width: 1280px;
  }
}
.container--mobileFull {
  padding: 0;
}
@media only screen and (min-width : 568px) {
  .container--mobileFull {
    padding: 0px 40px;
  }
}

.containerNarrow {
  width: 1080px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 380px) {
  .containerNarrow {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 420px) {
  .containerNarrow {
    padding: 0px 40px;
  }
}
.containerNarrow--tablet {
  width: 600px;
}
@media only screen and (min-width : 1080px) {
  .containerNarrow--tablet {
    width: 1080px;
  }
}
.containerNarrow--mobileFull {
  padding: 0;
}
@media only screen and (min-width : 568px) {
  .containerNarrow--mobileFull {
    padding: 0px 40px;
  }
}

.containerLarge {
  width: 1480px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 380px) {
  .containerLarge {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 420px) {
  .containerLarge {
    padding: 0px 40px;
  }
}
.containerLarge--tablet {
  width: 600px;
}
@media only screen and (min-width : 1080px) {
  .containerLarge--tablet {
    width: 1480px;
  }
}
.containerLarge--mobileFull {
  padding: 0;
}
@media only screen and (min-width : 568px) {
  .containerLarge--mobileFull {
    padding: 0px 40px;
  }
}

.containerFluid {
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
@media only screen and (min-width : 568px) {
  .containerFluid {
    padding: 0px 30px;
  }
}
@media only screen and (min-width : 992px) {
  .containerFluid {
    padding: 0px 40px;
  }
}
.containerFluid--tablet {
  width: 600px;
}
@media only screen and (min-width : 1080px) {
  .containerFluid--tablet {
    width: 100%;
  }
}
.containerFluid--mobileFull {
  padding: 0;
}
@media only screen and (min-width : 568px) {
  .containerFluid--mobileFull {
    padding: 0px 40px;
  }
}

.nav {
  padding: 0 15px;
}
@media only screen and (min-width : 1280px) {
  .nav {
    padding: 0 20px;
  }
}
.nav__list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width : 1280px) {
  .nav__list {
    justify-content: space-between;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.nav__item {
  margin: 0 5px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width : 1280px) {
  .nav__item {
    text-align: initial;
  }
}
.nav__item.opened .nav__dropdown {
  display: block;
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}
.nav__item.opened .nav__arrow {
  transform: rotate(180deg);
}
@media only screen and (min-width : 1280px) {
  .nav__item:hover .nav__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .nav__item:hover .nav__arrow {
    transform: rotate(180deg);
  }
}
.nav__link {
  display: inline-block;
  position: relative;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(62, 81, 62);
  text-decoration: none;
  min-width: 65%;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width : 1280px) {
  .nav__link {
    display: flex;
    padding: 10px 5px;
    min-width: initial;
    justify-content: flex-start;
  }
}
@media only screen and (min-width : 1280px) {
  .nav__link {
    padding: 10px 10px;
  }
}
.nav__link::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width : 1280px) {
  .nav__link::after {
    bottom: 5px;
  }
}
.nav__link.active, .nav__link:hover {
  color: rgb(135, 186, 47);
}
.nav__link.active::after, .nav__link:hover::after {
  background-color: rgb(135, 186, 47);
}
.nav__arrow {
  display: inline-flex;
  margin-left: 7px;
  transition: all 0.3s ease;
  line-height: 0;
}
.nav__arrow svg {
  display: block;
}
.nav__dropdown {
  list-style: none;
  padding-left: 0;
  display: none;
  overflow: hidden;
  transition: all 0.3s ease;
  max-height: 0;
  opacity: 0;
}
@media only screen and (min-width : 1280px) {
  .nav__dropdown {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background-color: rgb(255, 255, 255);
    min-width: 180px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    margin: 0;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    max-height: none;
  }
  .nav__dropdown::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
  }
}
.nav__dropdown-item {
  display: block;
  width: 100%;
}
@media only screen and (min-width : 1280px) {
  .nav__dropdown-item {
    margin-bottom: 2px;
  }
  .nav__dropdown-item:last-child {
    margin-bottom: 0;
  }
}
.nav__dropdown-link {
  color: rgb(62, 81, 62);
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  display: block;
  width: 100%;
  padding: 8px 20px;
  transition: all 0.3s ease;
}
@media only screen and (min-width : 1280px) {
  .nav__dropdown-link {
    text-align: left;
    color: rgb(62, 81, 62);
    font-size: 16px;
    font-weight: 500;
  }
  .nav__dropdown-link:hover {
    background-color: rgba(135, 186, 47, 0.08);
    color: rgb(135, 186, 47);
    padding-left: 24px;
  }
}

.section {
  padding: 60px 0;
  position: relative;
}
@media only screen and (min-width : 568px) {
  .section {
    padding: 80px 0;
  }
}
@media only screen and (min-width : 992px) {
  .section {
    padding: 100px 0;
  }
}
.section--za {
  padding: 0 0;
}
.section--zb {
  padding-bottom: 0;
}
.section--zt {
  padding-top: 0;
}
.section--sa {
  padding: 30px 0;
}
@media only screen and (min-width : 568px) {
  .section--sa {
    padding: 40px 0;
  }
}
@media only screen and (min-width : 992px) {
  .section--sa {
    padding: 50px 0;
  }
}
.section--sb {
  padding-bottom: 30px;
}
@media only screen and (min-width : 568px) {
  .section--sb {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .section--sb {
    padding-bottom: 50px;
  }
}
.section--st {
  padding-top: 30px;
}
@media only screen and (min-width : 568px) {
  .section--st {
    padding-top: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .section--st {
    padding-top: 50px;
  }
}
.section--ma {
  padding: 45px 0;
}
@media only screen and (min-width : 568px) {
  .section--ma {
    padding: 60px 0;
  }
}
@media only screen and (min-width : 992px) {
  .section--ma {
    padding: 80px 0;
  }
}
.section--mb {
  padding-bottom: 45px;
}
@media only screen and (min-width : 568px) {
  .section--mb {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width : 992px) {
  .section--mb {
    padding-bottom: 80px;
  }
}
.section--mt {
  padding-top: 45px;
}
@media only screen and (min-width : 568px) {
  .section--mt {
    padding-top: 60px;
  }
}
@media only screen and (min-width : 992px) {
  .section--mt {
    padding-top: 80px;
  }
}

.bg--finger {
  background-image: url("/site/templates/assets/images/finger-bg-basic.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.burger {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 15000;
}
@media only screen and (min-width : 1280px) {
  .burger {
    display: none;
  }
}
.burger__line {
  display: block;
  position: relative;
  z-index: 3;
  width: 30px;
  height: 3px;
  background-color: rgb(62, 81, 62);
  transition: 0.3s;
  border-radius: 3px;
}
.burger__line:nth-child(1), .burger__line:nth-child(2) {
  margin-bottom: 6px;
}
.burger.opened .burger__line:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-7px, 5px);
  transform: rotate(-45deg) translate(-7px, 5px);
}
.burger.opened .burger__line:nth-child(2) {
  opacity: 0;
}
.burger.opened .burger__line:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-7px, -6px);
  transform: rotate(45deg) translate(-7px, -6px);
}

.button {
  display: inline-block;
  border: 0;
  text-decoration: none;
  padding: 12px 40px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width : 568px) {
  .button {
    font-size: 16px;
  }
}
.button > .button__icon > svg path {
  transition: fill 0.3s ease;
}
.button--primary {
  background-color: rgb(135, 186, 47);
  color: rgb(255, 255, 255);
}
.button--primary:hover {
  background-color: rgb(62, 81, 62);
  color: rgb(255, 255, 255);
}
.button--secondary {
  background-color: rgb(211, 218, 61);
  color: rgb(62, 81, 62);
}
.button--secondary:hover {
  background-color: rgb(62, 81, 62);
  color: rgb(255, 255, 255);
}
.button--ternary {
  background-color: rgb(62, 81, 62);
  color: rgb(255, 255, 255);
}
.button--ternary:hover {
  background-color: rgb(135, 186, 47);
  color: rgb(255, 255, 255);
}
.button--full {
  width: 100%;
  text-align: center;
}
.button--small {
  padding: 8px 30px;
}
.button--large {
  padding: 20px 36px;
  font-size: 16px;
}
@media only screen and (min-width : 568px) {
  .button--large {
    font-size: 20px;
    padding: 24px 40px;
  }
}
.button--wrap .button__text {
  white-space: normal;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
  align-items: center;
}
@media only screen and (min-width : 1080px) {
  .hero__inner {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
.hero__content {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width : 1080px) {
  .hero__content {
    max-width: unset;
    margin: 0;
  }
}
.hero__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 36px;
  margin-bottom: 20px;
}
.hero__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .hero__heading {
    font-size: 48px;
  }
}
.hero__text {
  color: rgb(62, 81, 62);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}
.hero__text > p {
  margin-bottom: 1.2em;
}
.hero__text > p:last-child {
  margin-bottom: 0;
}
.hero__text a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .hero__text {
    font-size: 20px;
  }
}
.hero__button {
  margin-top: 30px;
}
.hero__picture {
  display: block;
}
.hero__pictureInner {
  width: 100%;
  max-width: 300px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width : 1080px) {
  .hero__pictureInner {
    max-width: 400px;
  }
}
.hero__pictureImg {
  display: block;
  width: 100%;
}
.hero__pictureFinger {
  position: absolute;
  width: 50%;
  left: 10%;
  top: -5%;
}
.hero__pictureNum {
  position: absolute;
  bottom: 12%;
  left: -10%;
  display: block;
  padding: 15px 35px;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(135, 186, 47, 0.2);
}
.hero__pictureNumHeading {
  color: rgb(135, 186, 47);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0px;
}
.hero__pictureNumHeading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .hero__pictureNumHeading {
    font-size: 40px;
  }
}
.hero__pictureNumText {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}
.hero__pictureNumText > p {
  margin-bottom: 1.2em;
}
.hero__pictureNumText > p:last-child {
  margin-bottom: 0;
}
.hero__pictureNumText a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .hero__pictureNumText {
    font-size: 16px;
  }
}

.ticoBox__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width : 1080px) {
  .ticoBox__inner {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
.ticoBox__content {
  display: block;
}
.ticoBox__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 30px;
}
.ticoBox__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .ticoBox__heading {
    font-size: 40px;
  }
}
.ticoBox__text {
  display: block;
}
.ticoBox__button {
  margin-top: 30px;
}
.ticoBox__list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width : 568px) {
  .ticoBox__list {
    grid-template-columns: 1fr 1fr;
  }
}
.ticoBox__item {
  padding: 30px 20px 30px 35px;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  display: block;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.1);
}
.ticoBox__item--link:hover {
  background-color: rgb(254, 254, 232);
}
.ticoBox__itemIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: rgba(135, 186, 47, 0.25);
  margin-bottom: 10px;
}
.ticoBox__itemIconImg {
  display: block;
  width: 18px;
}
.ticoBox__itemHeading {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}
.ticoBox__itemHeading > p {
  margin-bottom: 1.2em;
}
.ticoBox__itemHeading > p:last-child {
  margin-bottom: 0;
}
.ticoBox__itemHeading a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .ticoBox__itemHeading {
    font-size: 16px;
  }
}
.ticoBox__itemText {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-bottom: 10px;
}
.ticoBox__itemText > p {
  margin-bottom: 1.2em;
}
.ticoBox__itemText > p:last-child {
  margin-bottom: 0;
}
.ticoBox__itemText a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .ticoBox__itemText {
    font-size: 16px;
  }
}
.ticoBox__itemLink {
  color: rgb(135, 186, 47);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.ticoBox__itemLink > p {
  margin-bottom: 1.2em;
}
.ticoBox__itemLink > p:last-child {
  margin-bottom: 0;
}
.ticoBox__itemLink a {
  color: rgb(135, 186, 47);
}
@media only screen and (min-width : 568px) {
  .ticoBox__itemLink {
    font-size: 16px;
  }
}
.ticoBox__itemLink:hover {
  color: rgb(62, 81, 62);
}

.twoCols__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width : 1080px) {
  .twoCols__inner {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 1080px) {
  .twoCols__inner--rev .twoCols__content {
    order: 1;
  }
}
@media only screen and (min-width : 1080px) {
  .twoCols__inner--rev .twoCols__image {
    order: 0;
  }
}
.twoCols__content {
  display: block;
  order: 0;
}
@media only screen and (min-width : 1080px) {
  .twoCols__content {
    order: inital;
  }
}
.twoCols__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 30px;
}
.twoCols__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .twoCols__heading {
    font-size: 40px;
  }
}
.twoCols__text {
  display: block;
}
.twoCols__button {
  margin-top: 30px;
}
.twoCols__image {
  display: block;
  order: 1;
}
@media only screen and (min-width : 1080px) {
  .twoCols__image {
    order: initial;
  }
}
.twoCols__imageInner {
  width: 100%;
  height: 100%;
}
.twoCols__imageWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.twoCols__imageWrapper--ratio11 {
  padding-top: 100%;
  height: 0;
}
.twoCols__imageWrapper--ratio11 .twoCols__imageImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.twoCols__imageWrapper--ratio43 {
  padding-top: 75%;
  height: 0;
}
.twoCols__imageWrapper--ratio43 .twoCols__imageImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.twoCols__imageWrapper--ratio34 {
  padding-top: 133.33333%;
  height: 0;
}
.twoCols__imageWrapper--ratio34 .twoCols__imageImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.twoCols__imageWrapper--cover .twoCols__imageImg {
  object-fit: cover;
  object-position: center center;
}
.twoCols__imageWrapper--conatin .twoCols__imageImg {
  object-fit: contain;
  object-position: center center;
}
.twoCols__imageWrapper--rounded .twoCols__imageImg {
  border-radius: 24px;
}
.twoCols__imageImg {
  display: block;
  width: 100%;
}
.twoCols__checkmark {
  list-style-type: none;
  margin-top: 30px;
  padding-left: 0;
}
.twoCols__checkmarkItem {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}
.twoCols__checkmarkItem > p {
  margin-bottom: 1.2em;
}
.twoCols__checkmarkItem > p:last-child {
  margin-bottom: 0;
}
.twoCols__checkmarkItem a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .twoCols__checkmarkItem {
    font-size: 16px;
  }
}
.twoCols__checkmarkItem:not(:last-child) {
  margin-bottom: 20px;
}
.twoCols__checkmarkItem::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("/site/templates/assets/images/checkmark-new.svg");
  left: 0;
  top: 0;
}
.twoCols__imageButton {
  padding: 0 20px;
  bottom: -30px;
  position: absolute;
  width: 100%;
}
.twoCols__imageFinger {
  position: absolute;
}
.twoCols__imageFinger--var10 {
  width: 45%;
  top: -10%;
  right: -12%;
  transform-origin: 50% 50%;
  transform: rotate(80deg);
}
.twoCols__imageFinger--var20 {
  width: 40%;
  top: -17%;
  right: -5%;
  transform-origin: 50% 50%;
  transform: rotate(70deg);
}
.twoCols__imageFinger--var31 {
  width: 27%;
  top: -7%;
  right: 5%;
  transform-origin: 50% 50%;
  transform: rotate(100deg);
}
.twoCols__imageFinger--var32 {
  width: 35%;
  bottom: -18%;
  left: 5%;
  transform-origin: 50% 50%;
  transform: rotate(17deg);
}
.twoCols__imageFinger--var41 {
  width: 42%;
  top: -25%;
  right: 5%;
  transform-origin: 50% 50%;
  transform: rotate(63deg);
}
.twoCols__imageFinger--var42 {
  width: 25%;
  bottom: -12%;
  left: 4%;
  transform-origin: 50% 50%;
  transform: rotate(-92deg);
}
.twoCols__imageVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.twoCols__imageVideo:hover .twoCols__imageVideoPlayIn {
  background-color: rgb(62, 81, 62);
}
.twoCols__imageVideo:hover .twoCols__imageVideoPlayArrow {
  border-color: transparent transparent transparent rgb(255, 255, 255);
}
.twoCols__imageVideoPlayOut {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(135, 186, 47, 0.5);
  padding: 10px;
  border-radius: 100%;
}
.twoCols__imageVideoPlayMid {
  background-color: rgb(223, 234, 197);
  padding: 10px;
  border-radius: 100%;
}
.twoCols__imageVideoPlayIn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  transition: 0.3s all;
}
.twoCols__imageVideoPlayArrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 24px;
  border-color: transparent transparent transparent rgb(62, 81, 62);
  margin-left: 3px;
  transition: 0.3s all;
}

.twoColsBg__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  background-color: rgb(223, 234, 197);
  border-radius: 24px;
  padding: 50px;
}
@media only screen and (min-width : 1080px) {
  .twoColsBg__inner {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    padding: 80px 100px;
  }
}
@media only screen and (min-width : 1080px) {
  .twoColsBg__inner--rev .twoColsBg__content {
    order: 1;
  }
}
@media only screen and (min-width : 1080px) {
  .twoColsBg__inner--rev .twoColsBg__image {
    order: 0;
  }
}
.twoColsBg__content {
  display: block;
  order: 0;
}
@media only screen and (min-width : 1080px) {
  .twoColsBg__content {
    order: inital;
  }
}
.twoColsBg__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 30px;
}
.twoColsBg__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .twoColsBg__heading {
    font-size: 40px;
  }
}
.twoColsBg__text {
  display: block;
}
.twoColsBg__button {
  margin-top: 30px;
}
.twoColsBg__image {
  display: block;
  order: 1;
  height: 100%;
}
@media only screen and (min-width : 1080px) {
  .twoColsBg__image {
    order: initial;
  }
}
.twoColsBg__imageWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
@media only screen and (min-width : 1080px) {
  .twoColsBg__imageWrapper {
    height: calc(100% + 260px);
    padding-top: 0;
    margin-top: -130px;
  }
}
.twoColsBg__imageImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  border-radius: 24px;
}
.twoColsBg__imageFinger {
  position: absolute;
  width: 40%;
  top: -10%;
  right: -12%;
  transform-origin: 50% 50%;
  transform: rotate(80deg);
}

.text2Img__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width : 1080px) {
  .text2Img__inner {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
.text2Img__content {
  display: block;
  order: 0;
}
@media only screen and (min-width : 1080px) {
  .text2Img__content {
    order: inital;
  }
}
.text2Img__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 30px;
}
.text2Img__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .text2Img__heading {
    font-size: 40px;
  }
}
.text2Img__text {
  display: block;
}
.text2Img__button {
  margin-top: 30px;
}
.text2Img__logo {
  display: block;
}
.text2Img__logo {
  display: block;
  width: 120px;
}
.text2Img__image {
  display: block;
  order: 1;
}
@media only screen and (min-width : 1080px) {
  .text2Img__image {
    order: initial;
  }
}
.text2Img__imageInner {
  width: 100%;
  height: 100%;
}
.text2Img__imageWrapper {
  width: 100%;
  height: 0;
  padding-top: 110%;
  position: relative;
}
.text2Img__imageImg1, .text2Img__imageImg2 {
  position: absolute;
  object-fit: cover;
  object-position: center center;
}
.text2Img__imageImg1 {
  width: 70%;
  height: 65%;
  top: 0;
  left: 0;
  border-radius: 24px;
}
.text2Img__imageImg2 {
  width: 60%;
  height: 55%;
  bottom: 0;
  right: 0;
  border: 10px solid rgb(255, 255, 255);
  border-radius: 34px;
}

.refs {
  --swiper-pagination-color: rgb(135, 186, 47);
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-color: rgb(135, 186, 47);
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}
.refs__inner {
  display: block;
}
.refs__content {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .refs__content {
    margin-bottom: 40px;
  }
}
.refs__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 30px;
}
.refs__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .refs__heading {
    font-size: 40px;
  }
}
.refs__text {
  display: block;
  margin: 0 auto;
  max-width: 650px;
}
.refs__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width : 768px) {
  .refs__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 1080px) {
  .refs__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.refs__slider {
  position: relative;
  display: block;
  padding-bottom: 65px;
  margin: 0 -20px;
}
.refs__slider .swiper-references {
  padding: 20px;
}
.refs__slider .swiper-slide {
  height: auto;
}
.refs__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: rgb(255, 255, 255);
  padding: 50px 40px;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.1);
}
.refs__itemStars {
  margin-bottom: 20px;
  font-size: 0;
}
.refs__itemStarsImg {
  width: 24px;
  display: inline-block;
  margin-right: 2px;
}
.refs__itemText {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  flex-grow: 1;
  margin-bottom: 30px;
}
.refs__itemText > p {
  margin-bottom: 1.2em;
}
.refs__itemText > p:last-child {
  margin-bottom: 0;
}
.refs__itemText a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .refs__itemText {
    font-size: 16px;
  }
}
.refs__itemInfo {
  display: flex;
  align-items: center;
}
.refs__itemInfoLogo {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.16);
}
.refs__itemInfoLogoImg {
  max-width: 56px;
  max-height: 56px;
}
.refs__itemInfoText {
  padding-left: 20px;
}
.refs__itemInfoTextName {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
}
.refs__itemInfoTextName > p {
  margin-bottom: 1.2em;
}
.refs__itemInfoTextName > p:last-child {
  margin-bottom: 0;
}
.refs__itemInfoTextName a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .refs__itemInfoTextName {
    font-size: 16px;
  }
}
.refs__itemInfoTextCompany {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}
.refs__itemInfoTextCompany > p {
  margin-bottom: 1.2em;
}
.refs__itemInfoTextCompany > p:last-child {
  margin-bottom: 0;
}
.refs__itemInfoTextCompany a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .refs__itemInfoTextCompany {
    font-size: 16px;
  }
}
.refs__itemButton {
  margin-top: 30px;
}
.refs__button {
  margin-top: 30px;
  text-align: center;
}

.ctaNews__inner {
  border-radius: 24px;
  background-color: rgb(223, 234, 197);
}
.ctaNews__overlay {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 40px 40px;
  align-items: center;
  background-image: url("/site/templates/assets/images/finger-bg-rotated.svg");
  background-repeat: no-repeat;
  background-size: auto 150%;
  background-position: center 40%;
}
@media only screen and (min-width : 480px) {
  .ctaNews__overlay {
    padding: 40px 50px;
  }
}
@media only screen and (min-width : 568px) {
  .ctaNews__overlay {
    padding: 60px 80px;
  }
}
@media only screen and (min-width : 992px) {
  .ctaNews__overlay {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    padding: 70px 90px;
    background-size: auto 350%;
    background-position: right 40%;
  }
}
@media only screen and (min-width : 992px) {
  .ctaNews__overlay--wideText {
    grid-template-columns: 2fr 1fr;
  }
}
.ctaNews__content {
  display: block;
}
.ctaNews__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 30px;
}
.ctaNews__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .ctaNews__heading {
    font-size: 40px;
  }
}
.ctaNews__text {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}
.ctaNews__text > p {
  margin-bottom: 1.2em;
}
.ctaNews__text > p:last-child {
  margin-bottom: 0;
}
.ctaNews__text a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .ctaNews__text {
    font-size: 16px;
  }
}
.ctaNews__form {
  display: block;
}
.ctaNews__formInner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width : 568px) {
  .ctaNews__formInner {
    grid-template-columns: auto 140px;
    gap: 0;
  }
}
.ctaNews__formInputWrap {
  display: block;
  position: relative;
}
.ctaNews__formInputIcon {
  position: absolute;
  width: 20px;
  left: 25px;
  top: 20px;
}
.ctaNews__formInput {
  font-size: 14px;
  line-height: 24px;
  color: rgb(62, 81, 62);
  background-color: rgb(254, 254, 232);
  padding: 17px 17px 17px 55px;
  width: 100%;
  border-radius: 12px;
}
@media only screen and (min-width : 568px) {
  .ctaNews__formInput {
    font-size: 16px;
    border-radius: 12px 0 0 12px;
  }
}
.ctaNews__formButton {
  display: inline-block;
  border: 0;
  text-decoration: none;
  padding: 17px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  background-color: rgb(62, 81, 62);
  color: rgb(254, 254, 232);
}
.ctaNews__formButton:hover {
  background-color: rgb(135, 186, 47);
  color: rgb(254, 254, 232);
}
@media only screen and (min-width : 568px) {
  .ctaNews__formButton {
    font-size: 16px;
    border-radius: 0 12px 12px 0;
  }
}
.ctaNews__formError {
  font-size: 14px;
  color: rgb(196, 0, 0);
  padding-top: 5px;
}
.ctaNews__formSuccess {
  font-size: 14px;
  color: rgb(0, 148, 10);
  font-weight: 700;
  padding-top: 5px;
}
@media only screen and (min-width : 992px) {
  .ctaNews__button {
    text-align: right;
  }
}

.contactForm {
  background-color: rgba(135, 186, 47, 0.08);
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .contactForm {
    margin-top: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .contactForm {
    margin-top: 80px;
  }
}
.contactForm__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  background-color: rgb(255, 255, 255);
  padding: 80px 40px;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.1);
}
@media only screen and (min-width : 480px) {
  .contactForm__inner {
    padding: 40px 50px;
  }
}
@media only screen and (min-width : 568px) {
  .contactForm__inner {
    padding: 60px 80px;
    border-radius: 24px;
  }
}
@media only screen and (min-width : 992px) {
  .contactForm__inner {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    padding: 100px 90px;
  }
}
.contactForm__content {
  display: block;
}
.contactForm__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 30px;
}
.contactForm__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .contactForm__heading {
    font-size: 40px;
  }
}
.contactForm__text {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}
.contactForm__text > p {
  margin-bottom: 1.2em;
}
.contactForm__text > p:last-child {
  margin-bottom: 0;
}
.contactForm__text a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .contactForm__text {
    font-size: 16px;
  }
}
.contactForm__links {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.contactForm__linksLink {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 40px;
}
.contactForm__linksLink > p {
  margin-bottom: 1.2em;
}
.contactForm__linksLink > p:last-child {
  margin-bottom: 0;
}
.contactForm__linksLink a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .contactForm__linksLink {
    font-size: 16px;
  }
}
.contactForm__linksLink:not(:last-child) {
  margin-bottom: 20px;
}
.contactForm__linksLinkIcon {
  display: block;
  position: absolute;
  width: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contactForm__social {
  margin-top: 30px;
  display: flex;
}
.contactForm__socialLink {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: rgb(135, 186, 47);
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.contactForm__socialLink:hover {
  background-color: rgb(62, 81, 62);
}
.contactForm__socialLinkIcon {
  display: block;
  height: 18px;
}
.contactForm__form {
  display: block;
}
.contactForm__formInner {
  display: block;
}
.contactForm__item:not(:last-child) {
  margin-bottom: 25px;
}
.contactForm__input {
  font-size: 14px;
  padding: 12px 0;
  width: 100%;
  border: none;
  color: rgb(62, 81, 62);
  border-bottom: 2px solid rgba(135, 186, 47, 0.4);
}
@media only screen and (min-width : 568px) {
  .contactForm__input {
    font-size: 16px;
  }
}
.contactForm__input--textarea {
  height: 100px;
  resize: none;
}
.contactForm__input::placeholder {
  opacity: 0.8;
  color: rgb(62, 81, 62);
}
.contactForm__input:focus {
  border-bottom: 2px solid #87ba2f;
}
.contactForm__inputError {
  font-size: 12px;
  color: rgb(196, 0, 0);
  padding-top: 5px;
}
.contactForm__checkboxContainer {
  display: block;
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .contactForm__checkboxContainer {
    font-size: 16px;
  }
}
.contactForm__checkboxContainer > input[type=checkbox] {
  display: none;
}
.contactForm__checkboxContainer > a {
  color: rgb(135, 186, 47);
  transition: all 0.3s ease;
}
.contactForm__checkboxContainer > a:hover {
  color: rgb(62, 81, 62);
}
.contactForm__checkboxCheckmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: rgb(223, 234, 197);
  border-radius: 4px;
  cursor: pointer;
}
.contactForm__checkboxContainer > .contactForm__checkboxCheckmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid rgb(255, 255, 255);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contactForm__checkboxContainer > input:checked ~ .contactForm__checkboxCheckmark:after {
  display: block;
}
.contactForm__checkboxContainer > input:checked ~ .contactForm__checkboxCheckmark {
  background-color: rgb(135, 186, 47);
}
.contactForm__fileLabel {
  display: block;
  position: relative;
  cursor: pointer;
  border: 2px dashed rgba(135, 186, 47, 0.4);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: rgba(135, 186, 47, 0.02);
}
.contactForm__fileLabel:hover {
  border-color: rgba(135, 186, 47, 0.8);
  background-color: rgba(135, 186, 47, 0.05);
}
.contactForm__fileText {
  display: block;
  font-size: 14px;
  color: rgb(62, 81, 62);
  margin-bottom: 10px;
}
@media only screen and (min-width : 568px) {
  .contactForm__fileText {
    font-size: 16px;
  }
}
.contactForm__fileInput {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.contactForm__fileButton {
  display: inline-block;
  background-color: rgb(135, 186, 47);
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media only screen and (min-width : 568px) {
  .contactForm__fileButton {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.contactForm__fileButton:hover {
  background-color: rgb(62, 81, 62);
}
.contactForm__fileInfo {
  font-size: 12px;
  color: rgb(62, 81, 62);
  margin-top: 8px;
  text-align: center;
  min-height: 16px;
}
@media only screen and (min-width : 568px) {
  .contactForm__fileInfo {
    font-size: 14px;
  }
}
.contactForm__message {
  display: block;
}
.contactForm__messageError {
  font-size: 14px;
  font-weight: 700;
  color: rgb(196, 0, 0);
  margin-bottom: 20px;
}
@media only screen and (min-width : 568px) {
  .contactForm__messageError {
    font-size: 16px;
  }
}
.contactForm__messageSuccess {
  font-size: 14px;
  font-weight: 700;
  color: rgb(0, 148, 10);
  margin-bottom: 20px;
}
@media only screen and (min-width : 568px) {
  .contactForm__messageSuccess {
    font-size: 16px;
  }
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(62, 81, 62, 0.7);
  z-index: 10000000;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms;
}
.loading__circle {
  display: inline-block;
  position: absolute;
  width: 140px;
  height: 140px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.loading__circle:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 50%;
  border: 10px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading 1.2s linear infinite;
  opacity: 0.8;
}
.loading.show {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.intro {
  background-color: rgba(135, 186, 47, 0.16);
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width : 568px) {
  .intro {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .intro {
    margin-bottom: 40px;
  }
}
.intro::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/site/templates/assets/images/finger-bg-white.svg");
  background-repeat: no-repeat;
  background-size: auto 200%;
  background-position: center center;
  opacity: 0.5;
}
.intro__inside {
  position: relative;
  z-index: 20;
}
.intro__inner {
  max-width: 560px;
  margin: 0 auto;
}
.intro__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 36px;
}
.intro__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .intro__heading {
    font-size: 48px;
  }
}
.intro__logo {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 220px;
}
.intro__logoImg {
  display: block;
  width: 100%;
}
.intro__text {
  display: block;
}

.ticoList__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width : 1080px) {
  .ticoList__inner {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
.ticoList__content {
  display: block;
}
.ticoList__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 30px;
}
.ticoList__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .ticoList__heading {
    font-size: 40px;
  }
}
.ticoList__text {
  display: block;
}
.ticoList__button {
  margin-top: 30px;
}
.ticoList__list {
  gap: 20px;
  align-items: center;
  padding: 25px 30px;
  background-color: rgb(255, 255, 255);
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.1);
}
@media only screen and (min-width : 1080px) {
  .ticoList__list {
    padding: 30px 40px;
  }
}
.ticoList__item {
  display: grid;
  grid-template-columns: 56px auto;
  gap: 20px;
  align-items: center;
}
.ticoList__item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(245, 245, 245);
}
.ticoList__itemIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  background-color: rgba(135, 186, 47, 0.25);
}
.ticoList__itemIconImg {
  display: block;
  width: 32px;
}
.ticoList__itemHeading {
  color: rgb(135, 186, 47);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  margin-bottom: 2px;
}
.ticoList__itemHeading > p {
  margin-bottom: 1.2em;
}
.ticoList__itemHeading > p:last-child {
  margin-bottom: 0;
}
.ticoList__itemHeading a {
  color: rgb(135, 186, 47);
}
@media only screen and (min-width : 568px) {
  .ticoList__itemHeading {
    font-size: 16px;
  }
}
.ticoList__itemText {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}
.ticoList__itemText > p {
  margin-bottom: 1.2em;
}
.ticoList__itemText > p:last-child {
  margin-bottom: 0;
}
.ticoList__itemText a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .ticoList__itemText {
    font-size: 16px;
  }
}

.fullBoxes__inner {
  display: block;
  position: relative;
}
@media only screen and (min-width : 992px) {
  .fullBoxes__inner {
    padding: 100px 0;
  }
}
.fullBoxes__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 30px;
}
.fullBoxes__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .fullBoxes__heading {
    font-size: 40px;
  }
}
.fullBoxes__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin-top: 40px;
}
.fullBoxes__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 20px);
  padding: 20px 30px;
  background-color: rgb(255, 255, 255);
  border-radius: 24px;
  margin: 10px;
  text-decoration: none;
  transition: 0.3s all;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.1);
}
@media only screen and (min-width : 1080px) {
  .fullBoxes__item {
    width: calc(33.333% - 20px);
    padding: 25px 35px;
  }
}
.fullBoxes__item:hover {
  background-color: rgb(254, 254, 232);
}
.fullBoxes__itemHeading {
  color: rgb(135, 186, 47);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  display: block;
  position: relative;
  padding-right: 40px;
  font-weight: 700;
  margin-bottom: 4px;
}
.fullBoxes__itemHeading > p {
  margin-bottom: 1.2em;
}
.fullBoxes__itemHeading > p:last-child {
  margin-bottom: 0;
}
.fullBoxes__itemHeading a {
  color: rgb(135, 186, 47);
}
@media only screen and (min-width : 568px) {
  .fullBoxes__itemHeading {
    font-size: 16px;
  }
}
.fullBoxes__itemHeading::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 15px;
  height: 13px;
  background-image: url("/site/templates/assets/images/green-arrow.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.fullBoxes__itemText {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}
.fullBoxes__itemText > p {
  margin-bottom: 1.2em;
}
.fullBoxes__itemText > p:last-child {
  margin-bottom: 0;
}
.fullBoxes__itemText a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .fullBoxes__itemText {
    font-size: 16px;
  }
}

.fullIcoBoxes__inner {
  display: block;
}
.fullIcoBoxes__content {
  display: block;
  margin-bottom: 60px;
}
.fullIcoBoxes__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 30px;
}
.fullIcoBoxes__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .fullIcoBoxes__heading {
    font-size: 40px;
  }
}
.fullIcoBoxes__text {
  display: block;
}
.fullIcoBoxes__button {
  margin-top: 30px;
}
.fullIcoBoxes__list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width : 568px) {
  .fullIcoBoxes__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 1080px) {
  .fullIcoBoxes__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.fullIcoBoxes__item {
  padding: 30px 20px 30px 35px;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.1);
}
.fullIcoBoxes__item--link:hover {
  background-color: rgb(254, 254, 232);
}
.fullIcoBoxes__itemIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: rgba(135, 186, 47, 0.25);
  margin-bottom: 10px;
}
.fullIcoBoxes__itemIconImg {
  display: block;
  width: 24px;
}
.fullIcoBoxes__itemHeading {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}
.fullIcoBoxes__itemHeading > p {
  margin-bottom: 1.2em;
}
.fullIcoBoxes__itemHeading > p:last-child {
  margin-bottom: 0;
}
.fullIcoBoxes__itemHeading a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .fullIcoBoxes__itemHeading {
    font-size: 16px;
  }
}
.fullIcoBoxes__itemText {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-bottom: 10px;
  flex-grow: 1;
}
.fullIcoBoxes__itemText > p {
  margin-bottom: 1.2em;
}
.fullIcoBoxes__itemText > p:last-child {
  margin-bottom: 0;
}
.fullIcoBoxes__itemText a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .fullIcoBoxes__itemText {
    font-size: 16px;
  }
}
.fullIcoBoxes__itemLink {
  color: rgb(135, 186, 47);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.fullIcoBoxes__itemLink > p {
  margin-bottom: 1.2em;
}
.fullIcoBoxes__itemLink > p:last-child {
  margin-bottom: 0;
}
.fullIcoBoxes__itemLink a {
  color: rgb(135, 186, 47);
}
@media only screen and (min-width : 568px) {
  .fullIcoBoxes__itemLink {
    font-size: 16px;
  }
}
.fullIcoBoxes__itemLink:hover {
  color: rgb(62, 81, 62);
}

.numbers__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background-color: rgb(255, 255, 255);
  padding: 50px 30px;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.1);
}
@media only screen and (min-width : 1080px) {
  .numbers__inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.numbers__item {
  position: relative;
  padding: 20px 20px;
}
@media only screen and (min-width : 1080px) {
  .numbers__item {
    padding: 40px 20px;
  }
  .numbers__item:not(:last-child)::before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    right: -7px;
    top: 0;
    background-color: rgba(135, 186, 47, 0.16);
  }
}
.numbers__itemNum {
  color: rgb(135, 186, 47);
  line-height: 1.25;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}
@media only screen and (min-width : 568px) {
  .numbers__itemNum {
    font-size: 64px;
  }
}
.numbers__itemText {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}
.numbers__itemText > p {
  margin-bottom: 1.2em;
}
.numbers__itemText > p:last-child {
  margin-bottom: 0;
}
.numbers__itemText a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .numbers__itemText {
    font-size: 16px;
  }
}

.team {
  --swiper-pagination-color: rgb(135, 186, 47);
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-color: rgb(135, 186, 47);
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}
.team__inner {
  display: block;
}
.team__content {
  display: block;
  margin-bottom: 60px;
}
.team__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 30px;
}
.team__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .team__heading {
    font-size: 40px;
  }
}
.team__slider {
  position: relative;
  display: block;
  padding-bottom: 65px;
}
.team__slider::after {
  display: block;
  content: "";
  position: absolute;
  width: 64%;
  left: 17%;
  top: calc(50% - 90px);
  height: 60px;
  background-color: rgb(223, 234, 197);
}
.team__item {
  display: block;
}
.team__itemImgWrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 120%;
  margin-bottom: 15px;
}
.team__itemImg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 24px;
}
.team__itemName {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  margin-bottom: 5px;
  margin-left: 10px;
}
.team__itemName > p {
  margin-bottom: 1.2em;
}
.team__itemName > p:last-child {
  margin-bottom: 0;
}
.team__itemName a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .team__itemName {
    font-size: 16px;
  }
}
.team__itemPosition {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-left: 10px;
}
.team__itemPosition > p {
  margin-bottom: 1.2em;
}
.team__itemPosition > p:last-child {
  margin-bottom: 0;
}
.team__itemPosition a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .team__itemPosition {
    font-size: 16px;
  }
}

.content__inner {
  display: block;
}

.textGall {
  --swiper-navigation-size: 15px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 0px;
  --swiper-navigation-color: #fff;
}
.textGall__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width : 1080px) {
  .textGall__inner {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 1080px) {
  .textGall__inner--rev .textGall__content {
    order: 1;
  }
}
@media only screen and (min-width : 1080px) {
  .textGall__inner--rev .textGall__slider {
    order: 0;
  }
}
.textGall__content {
  display: block;
  order: 0;
}
@media only screen and (min-width : 1080px) {
  .textGall__content {
    order: inital;
  }
}
.textGall__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 30px;
}
.textGall__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .textGall__heading {
    font-size: 40px;
  }
}
.textGall__text {
  display: block;
}
.textGall__button {
  margin-top: 30px;
}
.textGall__slider {
  display: block;
  position: relative;
  min-width: 0;
  order: 1;
}
@media only screen and (min-width : 1080px) {
  .textGall__slider {
    order: initial;
  }
}
.textGall__sliderInner {
  border-radius: 24px;
  overflow: hidden;
}
.textGall__imageWrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
  height: 0;
}
.textGall__imageImg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  border-radius: 24px;
}
.textGall__imageFinger {
  position: absolute;
  z-index: 10;
}
.textGall__imageFinger--var10 {
  width: 45%;
  top: -10%;
  right: -12%;
  transform-origin: 50% 50%;
  transform: rotate(80deg);
}
.textGall__imageFinger--var20 {
  width: 40%;
  top: -17%;
  right: -5%;
  transform-origin: 50% 50%;
  transform: rotate(70deg);
}
.textGall__imageFinger--var31 {
  width: 27%;
  top: -7%;
  right: 5%;
  transform-origin: 50% 50%;
  transform: rotate(100deg);
}
.textGall__imageFinger--var32 {
  width: 35%;
  bottom: -18%;
  left: 5%;
  transform-origin: 50% 50%;
  transform: rotate(17deg);
}
.textGall__imageFinger--var41 {
  width: 42%;
  top: -25%;
  right: 5%;
  transform-origin: 50% 50%;
  transform: rotate(63deg);
}
.textGall__imageFinger--var42 {
  width: 25%;
  bottom: -12%;
  left: 4%;
  transform-origin: 50% 50%;
  transform: rotate(-92deg);
}
.textGall__social {
  margin-top: 30px;
  display: flex;
}
.textGall__socialLink {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: rgb(135, 186, 47);
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.textGall__socialLink:hover {
  background-color: rgb(62, 81, 62);
}
.textGall__socialLinkIcon {
  display: block;
  height: 18px;
}
.textGall .swiper-button-next-gallery, .textGall .swiper-button-prev-gallery {
  width: 40px;
  height: 40px;
  background-color: rgb(62, 81, 62);
  border-radius: 100%;
  transition: all 0.3s ease;
}
.textGall .swiper-button-next-gallery:hover, .textGall .swiper-button-prev-gallery:hover {
  background-color: rgb(135, 186, 47);
}
@media only screen and (min-width : 568px) {
  .textGall {
    --swiper-navigation-sides-offset: -20px;
  }
}

.contactBlock__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width : 1080px) {
  .contactBlock__inner {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 1080px) {
  .contactBlock__inner--rev .contactBlock__content {
    order: 1;
  }
}
@media only screen and (min-width : 1080px) {
  .contactBlock__inner--rev .contactBlock__list {
    order: 0;
  }
}
.contactBlock__content {
  display: block;
}
.contactBlock__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 30px;
}
.contactBlock__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .contactBlock__heading {
    font-size: 40px;
  }
}
.contactBlock__text {
  display: block;
}
.contactBlock__button {
  margin-top: 30px;
}
.contactBlock__list {
  display: block;
}
.contactBlock__item {
  display: grid;
  grid-template-columns: 56px auto;
  gap: 16px;
  align-items: center;
  padding: 25px 30px;
  background-color: rgb(255, 255, 255);
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.1);
}
.contactBlock__item:not(:last-child) {
  margin-bottom: 20px;
}
.contactBlock__itemIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: rgba(135, 186, 47, 0.25);
}
.contactBlock__itemIconImg {
  display: block;
  width: 20px;
}
.contactBlock__itemHeading {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  margin-bottom: 2px;
}
.contactBlock__itemHeading > p {
  margin-bottom: 1.2em;
}
.contactBlock__itemHeading > p:last-child {
  margin-bottom: 0;
}
.contactBlock__itemHeading a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .contactBlock__itemHeading {
    font-size: 16px;
  }
}
.contactBlock__itemText {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}
.contactBlock__itemText > p {
  margin-bottom: 1.2em;
}
.contactBlock__itemText > p:last-child {
  margin-bottom: 0;
}
.contactBlock__itemText a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .contactBlock__itemText {
    font-size: 16px;
  }
}
.contactBlock__itemLink {
  text-decoration: none;
}
.contactBlock__itemLink:hover {
  text-decoration: underline;
}
.contactBlock__map {
  width: 100%;
  margin: 80px 0;
  height: 280px;
}
.contactBlock__mapLink {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.contactBlock__mapImg {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  object-position: center center;
  object-fit: cover;
}
.contactBlock__mapButton {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgb(62, 81, 62);
  transition: all 0.3s ease;
}
.contactBlock__mapButton:hover {
  background-color: rgb(135, 186, 47);
}
.contactBlock__mapButtonImg {
  width: 16px;
}

.refReview {
  --swiper-pagination-color: rgb(135, 186, 47);
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-color: rgb(135, 186, 47);
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}
.refReview__inner {
  width: 100%;
  border-radius: 24px;
  background-color: rgb(255, 255, 255);
  background-image: url("/site/templates/assets/images/finger-bg-refs.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 60px;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.1);
}
.refReview__logo {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  background-color: rgb(245, 245, 245);
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.refReview__logoImg {
  max-width: 24px;
  max-height: 24px;
}
.refReview__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 18px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.refReview__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .refReview__heading {
    font-size: 24px;
  }
}
.refReview__stars {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
  max-width: 130px;
  font-size: 0;
  text-align: center;
}
.refReview__starsImg {
  width: 24px;
  display: inline-block;
  margin-right: 2px;
}
.refReview__info {
  margin-top: 30px;
}
.refReview__infoName {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  font-weight: 700;
}
.refReview__infoName > p {
  margin-bottom: 1.2em;
}
.refReview__infoName > p:last-child {
  margin-bottom: 0;
}
.refReview__infoName a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .refReview__infoName {
    font-size: 16px;
  }
}
.refReview__infoCompany {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}
.refReview__infoCompany > p {
  margin-bottom: 1.2em;
}
.refReview__infoCompany > p:last-child {
  margin-bottom: 0;
}
.refReview__infoCompany a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .refReview__infoCompany {
    font-size: 16px;
  }
}
.refReview__slider {
  position: relative;
  display: block;
  padding-bottom: 65px;
  margin: 0 -20px;
}
.refReview__slider .swiper-citations {
  padding: 20px;
}
.refReview__slider .swiper-slide {
  height: auto;
}

.refIcons__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width : 768px) {
  .refIcons__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 1080px) {
  .refIcons__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.refIcons__item {
  padding-top: 30px;
}
.refIcons__itemInner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 45px 40px 25px 40px;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.1);
}
.refIcons__itemIcon {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: calc(50% - 32px);
  top: -32px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: rgb(223, 234, 197);
}
.refIcons__itemIconImg {
  width: 24px;
}
.refIcons__itemHeading {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  font-weight: 700;
}
.refIcons__itemHeading > p {
  margin-bottom: 1.2em;
}
.refIcons__itemHeading > p:last-child {
  margin-bottom: 0;
}
.refIcons__itemHeading a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .refIcons__itemHeading {
    font-size: 16px;
  }
}

.agency {
  background-color: rgb(255, 255, 255);
  padding: 16px 0;
}
.agency__text {
  color: rgb(62, 81, 62);
  font-size: 15px;
  text-align: center;
}
.agency__text > a {
  color: rgb(62, 81, 62);
  text-decoration: underline;
  transition: all 0.3s;
}
.agency__text > a:hover {
  color: rgb(135, 186, 47);
}

.blog__inner {
  display: block;
}
.blog__content {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .blog__content {
    margin-bottom: 40px;
  }
}
.blog__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0.8em;
}
.blog__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .blog__heading {
    font-size: 40px;
  }
}
.blog__text {
  display: block;
  margin: 0 auto;
  max-width: 650px;
}
.blog__button {
  margin-top: 50px;
  text-align: center;
}
.blog__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width : 768px) {
  .blog__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 992px) {
  .blog__list {
    gap: 40px;
  }
}
.blog__item {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.12);
}
.blog__itemImage {
  overflow: hidden;
}
.blog__itemImageImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 4/3;
}
.blog__itemContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 30px;
}
.blog__itemContentDate {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-bottom: 15px;
}
.blog__itemContentDate > p {
  margin-bottom: 1.2em;
}
.blog__itemContentDate > p:last-child {
  margin-bottom: 0;
}
.blog__itemContentDate a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .blog__itemContentDate {
    font-size: 16px;
  }
}
.blog__itemContentHeading {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog__itemContentHeading > p {
  margin-bottom: 1.2em;
}
.blog__itemContentHeading > p:last-child {
  margin-bottom: 0;
}
.blog__itemContentHeading a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .blog__itemContentHeading {
    font-size: 16px;
  }
}
.blog__itemContentPerex {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-bottom: 20px;
}
.blog__itemContentPerex > p {
  margin-bottom: 1.2em;
}
.blog__itemContentPerex > p:last-child {
  margin-bottom: 0;
}
.blog__itemContentPerex a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .blog__itemContentPerex {
    font-size: 16px;
  }
}
.blog__itemContentRead {
  color: rgb(135, 186, 47);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.blog__itemContentRead > p {
  margin-bottom: 1.2em;
}
.blog__itemContentRead > p:last-child {
  margin-bottom: 0;
}
.blog__itemContentRead a {
  color: rgb(135, 186, 47);
}
@media only screen and (min-width : 568px) {
  .blog__itemContentRead {
    font-size: 16px;
  }
}
.blog__itemContentRead:hover {
  color: rgb(62, 81, 62);
}
.blog__pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.blog__pagination ul {
  list-style: none;
  display: flex;
  padding: 0;
}
.blog__pagination ul li {
  margin: 0 5px;
}
.blog__pagination ul li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(62, 81, 62);
  background-color: rgb(245, 245, 245);
  padding: 0 5px;
  height: 40px;
  min-width: 40px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 18px;
  border-radius: 12px;
}
.blog__pagination ul li.MarkupPagerNavPrevious > a, .blog__pagination ul li.MarkupPagerNavNext > a {
  font-size: 28px;
  font-weight: normal;
}
.blog__pagination ul li.active > a {
  background-color: rgb(135, 186, 47);
  color: rgb(245, 245, 245);
}
.blog__pagination ul li:hover > a {
  background-color: rgb(62, 81, 62);
  color: rgb(245, 245, 245);
}

.blogDetail {
  background-color: rgba(135, 186, 47, 0.08);
}
.blogDetail__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width : 1080px) {
  .blogDetail__inner {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
.blogDetail__content {
  display: block;
  order: 0;
}
@media only screen and (min-width : 1080px) {
  .blogDetail__content {
    order: inital;
  }
}
.blogDetail__button {
  margin-bottom: 35px;
}
.blogDetail__date {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-bottom: 30px;
}
.blogDetail__date > p {
  margin-bottom: 1.2em;
}
.blogDetail__date > p:last-child {
  margin-bottom: 0;
}
.blogDetail__date a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .blogDetail__date {
    font-size: 16px;
  }
}
.blogDetail__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 30px;
}
.blogDetail__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .blogDetail__heading {
    font-size: 40px;
  }
}
.blogDetail__text {
  display: block;
}
.blogDetail__image {
  display: block;
}
@media only screen and (min-width : 1080px) {
  .blogDetail__image {
    order: initial;
    padding-top: 140px;
  }
}
.blogDetail__imageInner {
  width: 100%;
  height: 100%;
}
.blogDetail__imageWrapper {
  padding-top: 100%;
  width: 100%;
  border-radius: 24px;
  height: 0;
  position: relative;
  overflow: hidden;
}
.blogDetail__imageImg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}

.podcasts__inner {
  display: block;
}
.podcasts__content {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .podcasts__content {
    margin-bottom: 40px;
  }
}
.podcasts__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0.8em;
}
.podcasts__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .podcasts__heading {
    font-size: 40px;
  }
}
.podcasts__text {
  display: block;
  margin: 0 auto;
  max-width: 650px;
}
.podcasts__button {
  margin-top: 50px;
  text-align: center;
}
.podcasts__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width : 768px) {
  .podcasts__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 992px) {
  .podcasts__list {
    gap: 40px;
  }
}
.podcasts__item {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.12);
}
.podcasts__itemImage {
  overflow: hidden;
}
.podcasts__itemImageImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 16/9;
}
.podcasts__itemContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 30px;
}
.podcasts__itemContentDate {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-bottom: 15px;
}
.podcasts__itemContentDate > p {
  margin-bottom: 1.2em;
}
.podcasts__itemContentDate > p:last-child {
  margin-bottom: 0;
}
.podcasts__itemContentDate a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .podcasts__itemContentDate {
    font-size: 16px;
  }
}
.podcasts__itemContentHeading {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  margin-bottom: 15px;
}
.podcasts__itemContentHeading > p {
  margin-bottom: 1.2em;
}
.podcasts__itemContentHeading > p:last-child {
  margin-bottom: 0;
}
.podcasts__itemContentHeading a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .podcasts__itemContentHeading {
    font-size: 16px;
  }
}
.podcasts__itemContentPerex {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-bottom: 20px;
}
.podcasts__itemContentPerex > p {
  margin-bottom: 1.2em;
}
.podcasts__itemContentPerex > p:last-child {
  margin-bottom: 0;
}
.podcasts__itemContentPerex a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .podcasts__itemContentPerex {
    font-size: 16px;
  }
}
.podcasts__itemContentRead {
  color: rgb(135, 186, 47);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.podcasts__itemContentRead > p {
  margin-bottom: 1.2em;
}
.podcasts__itemContentRead > p:last-child {
  margin-bottom: 0;
}
.podcasts__itemContentRead a {
  color: rgb(135, 186, 47);
}
@media only screen and (min-width : 568px) {
  .podcasts__itemContentRead {
    font-size: 16px;
  }
}
.podcasts__itemContentRead:hover {
  color: rgb(62, 81, 62);
}
.podcasts__pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.podcasts__pagination ul {
  list-style: none;
  display: flex;
  padding: 0;
}
.podcasts__pagination ul li {
  margin: 0 5px;
}
.podcasts__pagination ul li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(62, 81, 62);
  background-color: rgb(245, 245, 245);
  padding: 0 5px;
  height: 40px;
  min-width: 40px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 18px;
  border-radius: 12px;
}
.podcasts__pagination ul li.MarkupPagerNavPrevious > a, .podcasts__pagination ul li.MarkupPagerNavNext > a {
  font-size: 28px;
  font-weight: normal;
}
.podcasts__pagination ul li.active > a {
  background-color: rgb(135, 186, 47);
  color: rgb(245, 245, 245);
}
.podcasts__pagination ul li:hover > a {
  background-color: rgb(62, 81, 62);
  color: rgb(245, 245, 245);
}

.podcastsDetail {
  background-color: rgba(135, 186, 47, 0.08);
}
.podcastsDetail__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width : 1080px) {
  .podcastsDetail__inner {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
.podcastsDetail__content {
  display: block;
  order: 0;
}
@media only screen and (min-width : 1080px) {
  .podcastsDetail__content {
    order: inital;
  }
}
.podcastsDetail iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  border-radius: 24px;
}
.podcastsDetail__button {
  margin-bottom: 35px;
}
.podcastsDetail__date {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  text-align: center;
  margin-bottom: 0px;
}
.podcastsDetail__date > p {
  margin-bottom: 1.2em;
}
.podcastsDetail__date > p:last-child {
  margin-bottom: 0;
}
.podcastsDetail__date a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .podcastsDetail__date {
    font-size: 16px;
  }
}
.podcastsDetail__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
.podcastsDetail__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .podcastsDetail__heading {
    font-size: 40px;
  }
}
.podcastsDetail__text {
  display: block;
}
.podcastsDetail__image {
  display: block;
}
@media only screen and (min-width : 1080px) {
  .podcastsDetail__image {
    order: initial;
    padding-top: 140px;
  }
}
.podcastsDetail__imageInner {
  width: 100%;
  height: 100%;
}
.podcastsDetail__imageWrapper {
  padding-top: 100%;
  width: 100%;
  border-radius: 24px;
  height: 0;
  position: relative;
  overflow: hidden;
}
.podcastsDetail__imageImg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.podcastsDetail__social {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.podcastsDetail__socialLink {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: rgb(135, 186, 47);
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.podcastsDetail__socialLink:hover {
  background-color: rgb(62, 81, 62);
}
.podcastsDetail__socialLinkIcon {
  display: block;
  height: 18px;
}

.career__inner {
  display: block;
}
.career__content {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .career__content {
    margin-bottom: 40px;
  }
}
.career__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0.8em;
}
.career__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .career__heading {
    font-size: 40px;
  }
}
.career__text {
  display: block;
  margin: 0 auto;
  max-width: 650px;
}
.career__button {
  margin-top: 50px;
  text-align: center;
}
.career__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width : 1200px) {
  .career__list {
    gap: 40px;
  }
}
.career__item {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 0 20px 0 rgba(62, 81, 62, 0.12);
}
@media only screen and (min-width : 568px) {
  .career__item {
    grid-template-columns: 3fr 5fr;
  }
}
.career__itemImage {
  border-radius: 24px;
  overflow: hidden;
  height: 240px;
}
@media only screen and (min-width : 480px) {
  .career__itemImage {
    height: 280px;
  }
}
@media only screen and (min-width : 568px) {
  .career__itemImage {
    height: 320px;
  }
}
.career__itemImageImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.career__itemContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 30px;
}
@media only screen and (min-width : 1080px) {
  .career__itemContent {
    padding-left: 50px;
  }
}
.career__itemContentDate {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-bottom: 15px;
}
.career__itemContentDate > p {
  margin-bottom: 1.2em;
}
.career__itemContentDate > p:last-child {
  margin-bottom: 0;
}
.career__itemContentDate a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .career__itemContentDate {
    font-size: 16px;
  }
}
.career__itemContentHeading {
  color: rgb(62, 81, 62);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  margin-bottom: 15px;
}
.career__itemContentHeading > p {
  margin-bottom: 1.2em;
}
.career__itemContentHeading > p:last-child {
  margin-bottom: 0;
}
.career__itemContentHeading a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .career__itemContentHeading {
    font-size: 20px;
  }
}
.career__itemContentPerex {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-bottom: 15px;
  max-width: 500px;
}
.career__itemContentPerex > p {
  margin-bottom: 1.2em;
}
.career__itemContentPerex > p:last-child {
  margin-bottom: 0;
}
.career__itemContentPerex a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .career__itemContentPerex {
    font-size: 16px;
  }
}
.career__itemContentRead {
  color: rgb(135, 186, 47);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.career__itemContentRead > p {
  margin-bottom: 1.2em;
}
.career__itemContentRead > p:last-child {
  margin-bottom: 0;
}
.career__itemContentRead a {
  color: rgb(135, 186, 47);
}
@media only screen and (min-width : 568px) {
  .career__itemContentRead {
    font-size: 16px;
  }
}
.career__itemContentRead:hover {
  color: rgb(62, 81, 62);
}
.career__pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.career__pagination ul {
  list-style: none;
  display: flex;
  padding: 0;
}
.career__pagination ul li {
  margin: 0 5px;
}
.career__pagination ul li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(62, 81, 62);
  background-color: rgb(245, 245, 245);
  padding: 0 5px;
  height: 40px;
  min-width: 40px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 18px;
  border-radius: 12px;
}
.career__pagination ul li.MarkupPagerNavPrevious > a, .career__pagination ul li.MarkupPagerNavNext > a {
  font-size: 28px;
  font-weight: normal;
}
.career__pagination ul li.active > a {
  background-color: rgb(135, 186, 47);
  color: rgb(245, 245, 245);
}
.career__pagination ul li:hover > a {
  background-color: rgb(62, 81, 62);
  color: rgb(245, 245, 245);
}

.careerDetail {
  background-color: rgba(135, 186, 47, 0.08);
}
.careerDetail__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width : 1080px) {
  .careerDetail__inner {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
.careerDetail__content {
  display: block;
  order: 0;
}
@media only screen and (min-width : 1080px) {
  .careerDetail__content {
    order: inital;
  }
}
.careerDetail__button {
  margin-bottom: 35px;
}
.careerDetail__date {
  color: rgb(62, 81, 62);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-bottom: 30px;
}
.careerDetail__date > p {
  margin-bottom: 1.2em;
}
.careerDetail__date > p:last-child {
  margin-bottom: 0;
}
.careerDetail__date a {
  color: rgb(62, 81, 62);
}
@media only screen and (min-width : 568px) {
  .careerDetail__date {
    font-size: 16px;
  }
}
.careerDetail__heading {
  color: rgb(62, 81, 62);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 30px;
}
.careerDetail__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .careerDetail__heading {
    font-size: 40px;
  }
}
.careerDetail__text {
  display: block;
}
.careerDetail__image {
  display: block;
}
@media only screen and (min-width : 1080px) {
  .careerDetail__image {
    order: initial;
  }
}
.careerDetail__imageInner {
  width: 100%;
  height: 100%;
}
.careerDetail__imageWrapper {
  padding-top: 80%;
  width: 100%;
  border-radius: 24px;
  height: 0;
  position: relative;
  overflow: hidden;
}
.careerDetail__imageImg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}

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