/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: 'PF BeauSans Pro';
  src: url("../fonts/PFBeauSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PFBeauSansPro-Regular.woff") format("woff"), url("../fonts/PFBeauSansPro-Regular.ttf") format("truetype"), url("../fonts/PFBeauSansPro-Regular.svg#PFBeauSansPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.landing {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "PF BeauSans Pro";
  max-width: 1920px;
}

.landing img {
  width: 100%;
}

.landing .swiper-pagination {
  position: relative;
}

.landing .swiper-pagination .swiper-pagination-bullet {
  margin: 0px 4px;
  margin-top: 10px;
}

.landing .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  background: #555759;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .landing .swiper-pagination {
    display: none;
  }
}

.landing .section__container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .landing .section__container {
    padding: 0 35px;
  }
}

@media (min-width: 1400px) {
  .landing .section__container {
    max-width: 1200px;
  }
}

.landing .form-group {
  margin-bottom: 20px;
}

.landing .form-group input {
  background: #FFFFFF;
  border: 1px solid #888DA5;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  height: 46px;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}

.landing .form-group.group__x2 .group__x2__content {
  display: flex;
  width: 100%;
}

.landing .form-group.group__x2 .group__x2__content select {
  font-size: 16px;
  font-weight: 700;
  color: #007934;
  width: 65px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 7px;
  font-size-adjust: 0.3;
}

.landing .form-group.group__x2 .group__x2__content select option {
  outline: none !important;
  color: black;
  font-weight: initial;
  background-color: #fff;
  padding: 20x;
  border-radius: 8px;
}

.landing .form-group.group__x2 .group__x2__content input {
  color: #000000;
  width: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0;
}

.landing .form-group.group__checkbox label {
  display: flex;
  width: 100%;
}

.landing .form-group.group__checkbox label span {
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #888DA5;
  font-weight: 400;
}

.landing .form-group.group__checkbox label span a {
  color: #007934;
  text-decoration: none;
  font-weight: 900;
  text-decoration: underline;
}

.landing .form-group.group__checkbox label [type="checkbox"] {
  display: none;
}

.landing .form-group.group__checkbox label [type="checkbox"]:checked + .check {
  position: relative;
  background-color: #007934;
}

.landing .form-group.group__checkbox label [type="checkbox"]:checked + .check:after {
  content: "";
  position: absolute;
  width: 12px;
  background-image: url("../images/check-white.png");
  background-size: 100% 100%;
  height: 10px;
  left: 3px;
  top: 3px;
}

.landing .form-group.group__checkbox label .check {
  cursor: pointer;
  width: 23px;
  height: 20px;
  border: 2px solid #007934;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 5px;
}

.landing .form-group.btn {
  text-align: center;
}

.landing .form-group.btn input {
  background: #007934;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 21px;
  max-width: 322px;
  margin: 0 auto;
}

.landing .form-group.validez p {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}

.porque {
  padding: 20px 0;
  background: #efefef;
}

@media (min-width: 768px) {
  .porque {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.porque .porque__content .porque__title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #124734;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .porque .porque__content .porque__title h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

.porque .porque__content .porque__title h2 strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  .porque .porque__content .porque__slider {
    max-width: 1180px;
    margin: 0 auto;
  }
}

.porque .porque__content .porque__slider .porque__item {
  background-color: #fff;
  padding: 20px 15px 41px 15px;
  box-shadow: 0px 7px 67px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}

.porque .porque__content .porque__slider .porque__item i {
  width: 81px;
  display: block;
  margin: 0 auto;
}

.porque .porque__content .porque__slider .porque__item .porque__item__title {
  height: 25px;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 375px) {
  .porque .porque__content .porque__slider .porque__item .porque__item__title {
    height: 50px;
  }
}

@media (min-width: 768px) {
  .porque .porque__content .porque__slider .porque__item .porque__item__title {
    height: 27px;
  }
}

.porque .porque__content .porque__slider .porque__item .porque__item__title h3 {
  display: table-cell;
  vertical-align: middle;
  color: #124734;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}

.porque .porque__content .porque__slider .porque__item .porque__item__title h3 strong {
  font-weight: 800;
}

.porque .porque__content .porque__slider .porque__item .porque__item__parrafo {
  height: 75px;
  display: table;
  width: 100%;
}

@media (min-width: 375px) {
  .porque .porque__content .porque__slider .porque__item .porque__item__parrafo {
    height: 90px;
  }
}

@media (min-width: 768px) {
  .porque .porque__content .porque__slider .porque__item .porque__item__parrafo {
    height: 90px;
  }
}

.porque .porque__content .porque__slider .porque__item .porque__item__parrafo p {
  display: table-cell;
  vertical-align: middle;
  color: #555759;
  font-size: 20px;
  text-align: center;
  line-height: 1.1;
}

.block__links {
  margin-top: 49px;
  margin-bottom: 50px;
}

.block__links .block__links__content {
  padding: 0 20px;
}

.block__links .block__links__content p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  color: #5C6166;
  margin-bottom: 20px;
}

@media (min-width: 1440px) {
  .block__links .block__links__content p {
    font-size: 24px;
    width: 550px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
  }
}

.block__links .block__links__content ul {
  display: flex;
  align-items: top;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 540px) {
  .block__links .block__links__content ul {
    flex-wrap: none;
  }
}

.block__links .block__links__content ul li {
  flex: 0 0 40%;
  margin: 0 5px;
  text-align: center;
  margin-bottom: 25px;
}

@media (min-width: 540px) {
  .block__links .block__links__content ul li {
    margin: 0 20px;
    margin-bottom: 25px;
    flex: none;
  }
}

@media (min-width: 1024px) {
  .block__links .block__links__content ul li {
    margin: 0 30px;
    margin-bottom: 25px;
    flex: none;
  }
}

.block__links .block__links__content ul li i {
  width: 76px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

.block__links .block__links__content ul li span {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

@media (min-width: 1440px) {
  .block__links .block__links__content ul li span {
    font-size: 16px;
  }
}

.block__links .block__links__content ul li span a {
  color: #3FAE2A;
  text-decoration: underline;
}

footer .section__container .legal {
  padding: 30px 0;
}

footer .section__container .legal p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
}

footer .section__container .legal p strong {
  font-weight: 700;
}

body, html {
  height: 100%;
}

@media (min-width: 1200px) and (min-height: 720px) {
  .landing {
    height: 100%;
  }
}

@media (min-width: 1200px) and (min-height: 720px) {
  .landing .basedatos {
    height: 100%;
  }
}

.landing .basedatos.home .cabecera {
  position: relative;
}

@media (min-width: 1200px) and (min-height: 720px) {
  .landing .basedatos.home .cabecera {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .landing .basedatos.home .cabecera .cabecera__content {
    display: table;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1200px) and (min-height: 720px) {
  .landing .basedatos.home .cabecera .cabecera__content {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .landing .basedatos.home .cabecera .cabecera__content header {
    display: table-cell;
    background-image: url("../images/chica_laptop.jpg");
    background-size: cover;
    position: relative;
    background-position: 50%;
    vertical-align: bottom;
    width: 50%;
  }
  .landing .basedatos.home .cabecera .cabecera__content header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 9;
  }
}
@media (min-width: 1024px) {
  .landing .basedatos.home .cabecera .cabecera__content header {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .landing .basedatos.home .cabecera .cabecera__content header {
    width: 56%;
  }
}
@media (min-width: 1600px) {
  .landing .basedatos.home .cabecera .cabecera__content header {
    width: 50%;
  }
}

.landing .basedatos.home .cabecera .cabecera__content header .header__logo {
  position: absolute;
  width: 100%;
  top: 24px;
  left: 24px;
  text-align: left;
  width: 151px;
  z-index: 99;
}

.landing .basedatos.home .cabecera .cabecera__content header .header__image {
  padding: 140px 41px 60px 60px;
  background-image: url("../images/chica_laptop.jpg");
  background-size: cover;
  position: relative;
}

.landing .basedatos.home .cabecera .cabecera__content header .header__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9;
}

@media (min-width: 768px) {
  .landing .basedatos.home .cabecera .cabecera__content header .header__image:after {
    display: none;
  }
  .landing .basedatos.home .cabecera .cabecera__content header { 
    height: auto;
  }
}

.landing .basedatos.home .cabecera .cabecera__content header .header__image .header__title {
  z-index: 99;
  position: relative;
}
.landing .basedatos.home .cabecera .cabecera__content header {
  height: 400px;
}
.landing .basedatos.home .cabecera .cabecera__content header .header__image{
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 140px 30px 30px 30px;
  background-position: center;
}
.landing .basedatos.home .cabecera .cabecera__content header .header__image .header__title h1 {
  font-size: 38px;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  /* max-width: 551px; */
  font-weight: 500;
  font-size: 6vw;
  line-height: 1.25;
  text-shadow: 1px 1px 2px rgba(0,0,0,.5)
}

@media (min-width: 576px) {
  .landing .basedatos.home .cabecera .cabecera__content header .header__image .header__title h1 {
    font-size: 5vw;
  }
}

@media (min-width: 768px) {
  .landing .basedatos.home .cabecera .cabecera__content header .header__image .header__title h1 {
    font-size: 25px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .landing .basedatos.home .cabecera .cabecera__content header .header__image .header__title h1 {
    font-size: 38px;
  }
}

@media (min-width: 1200px) {
  .landing .basedatos.home .cabecera .cabecera__content header .header__image .header__title h1 {
    font-size: 48px;
  }
}

.landing .basedatos.home .cabecera .cabecera__content header .header__image .header__title h1 strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  .landing .basedatos.home .cabecera .cabecera__content header .header__image {
    background: none;
    height: auto;
    padding: 140px 40px 60px 40px;
  }
}

.landing .basedatos.home .cabecera .cabecera__content .formulario {
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 20px;
}

@media (min-width: 768px) {
  .landing .basedatos.home .cabecera .cabecera__content .formulario {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding-left: 50px;
    padding-bottom: 0;
    padding-right: 50px;
    padding-top: 0;
    /* padding-top: 100px; */
    /* padding-bottom: 180px; */
  }
}

@media (min-width: 1200px) and (min-height: 760px) {
  .landing .basedatos.home .cabecera .cabecera__content .formulario {
    vertical-align: middle;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.landing .basedatos.home .cabecera .cabecera__content .formulario h2 {
  font-size: 20px;
  font-weight: 600;
  color: #124734;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .landing .basedatos.home .cabecera .cabecera__content .formulario form {
    width: 320px;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .landing .basedatos.home .cabecera .cabecera__content .formulario form {
    width: 395px;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 0;
  }
}

.landing .basedatos.home .cabecera .downMouse {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 20px;
}

.landing .basedatos.home .cabecera .downMouse .downMouse__content {
  display: inline-block;
  width: 98px;
}

.landing .basedatos.home .cabecera .downMouse .downMouse__content i.mouse {
  width: 22px;
  display: block;
  margin: 0 auto 10px;
}

.landing .basedatos.home .cabecera .downMouse .downMouse__content p {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}

.landing .basedatos.home .cabecera .downMouse .downMouse__content i.down {
  display: block;
  margin: 0 auto;
  width: 22px;
}

@media (max-width: 767px) {
  .landing .basedatos.home .cabecera .downMouse {
    display: none;
  }
}

@media (min-width: 768px) {
  .landing .basedatos.home .porque .porque__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .landing .basedatos.home .porque .porque__content .porque__info {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .landing .basedatos.home .porque .porque__content .porque__info .porque__title h2 {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .landing .basedatos.home .porque .porque__content .porque__info .porque__text {
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .landing .basedatos.home .porque .porque__content .porque__info .porque__text {
    max-width: 530px;
  }
}

.landing .basedatos.home .porque .porque__content .porque__info .porque__text p {
  font-size: 18px;
  line-height: 1.2;
  color: #555759;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .landing .basedatos.home .porque .porque__content .porque__info .porque__text p {
    font-size: 26px;
  }
}

.landing .basedatos.home .porque .porque__content .porque__info .porque__text p strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  .landing .basedatos.home .porque .porque__content .porque__list {
    width: 50%;
  }
}

.landing .basedatos.home .porque .porque__content .porque__list .porque__list__item {
  background-color: #fff;
  margin: 10px 5px;
  padding: 20px 18px;
  border-radius: 15px;
}

@media (min-width: 1024px) {
  .landing .basedatos.home .porque .porque__content .porque__list .porque__list__item {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 25px;
    padding-right: 24px;
    padding-top: 26px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1440px) {
  .landing .basedatos.home .porque .porque__content .porque__list .porque__list__item {
    padding-left: 45px;
    padding-right: 44px;
    padding-top: 36px;
    padding-bottom: 30px;
  }
}

.landing .basedatos.home .porque .porque__content .porque__list .porque__list__item .porque__item__img {
  width: 64px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .landing .basedatos.home .porque .porque__content .porque__list .porque__list__item .porque__item__img {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .landing .basedatos.home .porque .porque__content .porque__list .porque__list__item .porque__item__text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
  }
}

@media (min-width: 1440px) {
  .landing .basedatos.home .porque .porque__content .porque__list .porque__list__item .porque__item__text {
    padding-left: 45px;
    padding-right: 15px;
  }
}

.landing .basedatos.home .porque .porque__content .porque__list .porque__list__item .porque__item__text .porque__item__title h3 {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #124734;
}

@media (min-width: 768px) {
  .landing .basedatos.home .porque .porque__content .porque__list .porque__list__item .porque__item__text .porque__item__title h3 {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .landing .basedatos.home .porque .porque__content .porque__list .porque__list__item .porque__item__text .porque__item__title h3 {
    margin-bottom: 10px;
  }
}

.landing .basedatos.home .porque .porque__content .porque__list .porque__list__item .porque__item__text .porque__item__title h3 strong {
  font-weight: 900;
}

.landing .basedatos.home .porque .porque__content .porque__list .porque__list__item .porque__item__text .porque__item__parrafo p {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: .02em;
  color: #555759;
}

@media (min-width: 768px) {
  .landing .basedatos.home .porque .porque__content .porque__list .porque__list__item .porque__item__text .porque__item__parrafo p {
    text-align: left;
  }
}

.landing .basedatos.home .description {
  padding-bottom: 130px;
}

@media (min-width: 768px) {
  .landing .basedatos.home .description {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .landing .basedatos.home .description .decription__content .description__info .description__parrafo p {
    padding-right: 50px;
  }
}

.landing .basedatos.home .description .decription__content .description__info .description__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}

@media (min-width: 768px) {
  .landing .basedatos.home .description .decription__content .description__info .description__btn {
    position: relative;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .landing .basedatos.home .description .decription__content .description__img {
    text-align: right;
  }
}

.form-group.btn .g-recaptcha{
    background: #007934 !important;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 21px;
    max-width: 322px;
    margin: 0 auto;
    width: 100%;
    height: 46px;
    font-family: "PF BeauSans Pro", sans-serif;
    border-color: transparent !important;
    font-weight: 600;
}
