/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "MarselisSerifPro";
  src: url("https://f.hubspotusercontent20.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/MarselisSerifPro.eot"), url("https://f.hubspotusercontent20.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/MarselisSerifPro.ttf"), url("https://f.hubspotusercontent20.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/MarselisSerifPro.woff");
  font-weight: 500;
}
@font-face {
  font-family: "MarselisSerifPro-Bold";
  src: url("https://1535520.fs1.hubspotusercontent-na1.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/MarselisSerifPro-Bold.eot"), url("https://1535520.fs1.hubspotusercontent-na1.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/MarselisSerifPro-Bold.ttf"), url("https://1535520.fs1.hubspotusercontent-na1.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/MarselisSerifPro-Bold.woff");
  font-weight: 700;
}
@font-face {
  font-family: "AvenirLTStd-Book";
  src: url("https://f.hubspotusercontent20.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/AvenirLTStd-Book.eot"), url("https://f.hubspotusercontent20.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/AvenirLTStd-Book.ttf"), url("https://f.hubspotusercontent20.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/AvenirLTStd-Book.woff");
  font-weight: 300;
}
@font-face {
  font-family: "AvenirLTStd-Medium";
  src: url("https://1535520.fs1.hubspotusercontent-na1.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/AvenirLTStd-Medium.eot"), url("https://1535520.fs1.hubspotusercontent-na1.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/AvenirLTStd-Medium.ttf"), url("https://1535520.fs1.hubspotusercontent-na1.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/AvenirLTStd-Medium.woff");
  font-weight: 500;
}
@font-face {
  font-family: "AvenirLTStd-Heavy";
  src: url("https://1535520.fs1.hubspotusercontent-na1.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/AvenirLTStd-Heavy.eot"), url("https://1535520.fs1.hubspotusercontent-na1.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/AvenirLTStd-Heavy.ttf"), url("https://1535520.fs1.hubspotusercontent-na1.net/hubfs/1535520/Thehotelsnetwork_January2019%20Theme/Fonts/AvenirLTStd-Heavy.woff");
  font-weight: 700;
}
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;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* 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;
}

.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;
  }
}
/* 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);
  }
}
p, ul, ol, dl {
  font-family: "AvenirLTStd-Book", "Helvetica", sans-serif;
  font-size: 14px;
}
@media (min-width: 768px) {
  p, ul, ol, dl {
    font-size: 18px;
  }
}

a {
  font-family: "AvenirLTStd-Book", "Helvetica", sans-serif;
}

#header ul, .hs-form .hs-error-msg, .hs-form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

body {
  background: #fff;
  color: #303030;
  font: 400 16px/1.5 "MarselisSerifPro", "Helvetica", sans-serif;
  min-width: 320px;
}

p, ul, ol, dl {
  margin: 0 0 1em;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: inherit;
}

h1 {
  font-size: 30px;
}
@media (min-width: 480px) {
  h1 {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 25px;
}
@media (min-width: 480px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 23px;
}
@media (min-width: 480px) {
  h3 {
    font-size: 27px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 21px;
}
@media (min-width: 480px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 27px;
  }
}

h5 {
  font-size: 18px;
}
@media (min-width: 480px) {
  h5 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 23px;
  }
}

h6 {
  font-size: 16px;
}
@media (min-width: 480px) {
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 20px;
  }
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  max-width: none !important;
  font-family: "AvenirLTStd-Book", "Helvetica", sans-serif;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  transition: border 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  border: 2px solid #C8C8C8;
  outline: none;
  color: #303030;
  border-radius: 10px;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  textarea {
    padding: 22px 15px;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border: 2px solid #000;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #fff;
  opacity: 0.6;
}

label {
  display: block;
  font-family: "AvenirLTStd-Book", "Helvetica", sans-serif;
  margin: 0 0 1px;
  font-size: 14px;
}
@media (min-width: 768px) {
  label {
    font-size: 18px;
  }
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

.hs-form button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  background: #F85F73;
  border: 3px solid #F85F73;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  color: #fff;
}
.hs-form button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=file]:hover,
input[type=submit]:hover {
  background: #fff;
  color: #F85F73;
}

.hs-form select {
  display: block;
  border: 2px solid #C8C8C8;
  border-radius: 10px;
  padding: 10px;
  width: 44% !important;
  height: 47px;
  margin: 0 0 10px 0 !important;
}
@media (min-width: 480px) {
  .hs-form select {
    flex: 0 0 220px !important;
    width: auto !important;
    margin: 0 10px 0 0 !important;
  }
}
@media (min-width: 768px) {
  .hs-form select {
    flex: 0 0 220px !important;
    width: auto !important;
    height: 67px;
    margin: 0 20px 0 0 !important;
  }
}

@media (min-width: 480px) {
  .hs-input.hs-fieldtype-intl-phone {
    display: flex;
  }
}

.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field {
  margin-bottom: 20px !important;
}

@media (min-width: 767px) {
  .hs-form fieldset.form-columns-1 .hs-form-field,
  .hs-form fieldset.form-columns-2 .hs-form-field {
    margin-bottom: 30px !important;
  }
}

.hs-richtext {
  font-size: 14px;
}
@media (min-width: 768px) {
  .hs-richtext {
    font-size: 18px;
  }
}

.hs-form p {
  line-height: 1.3;
  margin: 0 0 5px;
}
.hs-form input[type=checkbox] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #303030 !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  position: relative !important;
  cursor: pointer !important;
  margin: 2px 10px 0 0 !important;
}
.hs-form input[type=checkbox]:checked {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.hs-form input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  appearance: none;
  border: 2px solid #F85F73;
  border-radius: 4px;
  cursor: pointer;
}
.hs-form input[type=checkbox]:checked {
  background-color: #F85F73;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4.5 8.5L11 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.hs-form .hs-input:not([type=checkbox]),
.hs-form .hs-fieldtype-textarea .hs-input {
  width: 100% !important;
}
.hs-form .inputs-list label {
  display: block;
  color: #303030;
}
.hs-form .hs-error-msg {
  display: block;
  color: #FF0000 !important;
  font-size: 10px;
  margin: 5px 0 10px;
}
@media (min-width: 1024px) {
  .hs-form .hs-error-msg {
    font-size: 12px;
  }
}
.hs-form .error {
  border: 1px solid #FF0000;
}
.hs-form .hs_error_rollup label {
  color: #FF0000;
}
.hs-form .hs-error-msg {
  margin: 5px 0 10px !important;
}

h1 {
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0.8px;
  font-family: "MarselisSerifPro-Bold";
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 26px;
  line-height: 1.08;
  font-weight: 400;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 16px;
  font-family: "AvenirLTStd-Book", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-family: "AvenirLTStd-Book", "Helvetica", sans-serif;
  font-size: 18px;
}

h5 {
  font-family: "AvenirLTStd-Book", "Helvetica", sans-serif;
  font-size: 16px;
}

h6 {
  font-family: "AvenirLTStd-Book", "Helvetica", sans-serif;
  font-size: 14px;
}

@media (max-width: 1023px) {
  .hm {
    display: none;
  }
}

.container {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 480px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

.logo {
  display: block;
  width: 100px;
}
@media (min-width: 768px) {
  .logo {
    width: 120px;
  }
}
@media (min-width: 1024px) {
  .logo {
    width: 162px;
  }
}
.logo a, .logo img {
  display: block;
}

.cta {
  transition: color 0.2s ease-in-out;
  display: inline-block;
  color: #086978;
  font-family: "AvenirLTStd-Book", "Helvetica", sans-serif;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-right: 22px;
  border-bottom: 2px solid currentColor;
}
.cta::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.cta:hover {
  color: #F85F73;
}
.cta:hover::after {
  transform: translateY(-15%) rotate(-45deg) translateX(4px);
}

.btn {
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;
  background: #F85F73;
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: 3px solid #F85F73;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .btn {
    padding: 10px 32px;
    font-size: 18px;
  }
}
.btn:hover {
  background: inherit;
  color: #F85F73;
}
.header-container-wrapper, .hs_cos_wrapper_type_module:has(#header) {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}


#header {
  --_header-padding: 50px;
  --_header-height: 80px;
  transition: background 0.2s ease-in-out, padding 0.2s ease-in-out;
  background: transparent;
  padding: 18px 0;
  position: sticky;
  top: 0;
  left: 0;
  height: var(--_header-height);
  display: flex;
  align-items: center;
  color: #000;
  background: #fff;
  padding: 30px 0;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 1024px) {
  #header {
    height: auto;
    display: block;
    font-size: 18px;
    padding: 50px 0;
  }
}
#header.fixed-position, #header:has(.nav-active) {
  padding: 40px 0;
  background: #fff;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 2px 6px 0 #D9D9D9;
}
#header .grid-block {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(105px, auto) auto;
  justify-content: space-between;
  gap: 0 15px;
  grid-template-areas: "logo-holder nav-opener";
}
@media (min-width: 1024px) {
  #header .grid-block {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "logo-holder menu-holder btn-block";
  }
}
@media (min-width: 1360px) {
  #header .grid-block {
    gap: 0 30px;
  }
}
#header .logo-holder {
  grid-area: logo-holder;
}
@media (min-width: 1200px) {
  #header .logo-holder {
    width: 213px;
  }
}
#header .nav-opener {
  grid-area: nav-opener;
}
#header .menu-holder {
  grid-area: menu-holder;
}
#header .nav-bar {
  display: contents;
}
#header .nav-bar.nav-active .nav-opener:before {
  background: #fff;
  transform: translate(0, 9px) rotate(-135deg);
  width: 25px;
}
@media (min-width: 480px) {
  #header .nav-bar.nav-active .nav-opener:before {
    transform: translate(0, 11px) rotate(-135deg);
    width: 30px;
  }
}
#header .nav-bar.nav-active .nav-opener span {
  background: #fff;
  width: 0;
}
#header .nav-bar.nav-active .nav-opener:after {
  background: #fff;
  transform: translate(0, -9px) rotate(135deg);
  width: 25px;
}
@media (min-width: 480px) {
  #header .nav-bar.nav-active .nav-opener:after {
    transform: translate(0, -12px) rotate(135deg);
    width: 30px;
  }
}
@media (max-width: 1023px) {
  #header .nav-bar.nav-active .nav-drop {
    inset-inline: 0;
    opacity: 1;
    transition: opacity 0.3s 0s, inset 0s 0s;
  }
}
#header .nav-bar .nav-opener {
  transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  position: relative;
  margin: -10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 9999;
  float: right;
  background: #F85F73;
  border-radius: 4px;
}
@media (min-width: 480px) {
  #header .nav-bar .nav-opener {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1024px) {
  #header .nav-bar .nav-opener {
    display: none;
  }
}
#header .nav-bar .nav-opener:before, #header .nav-bar .nav-opener:after, #header .nav-bar .nav-opener span {
  transition: background 0.2s ease-in-out, width 0.2s ease-in-out, transform 0.2s ease-in-out;
  content: "";
  background: #fff;
  width: 100%;
  height: 0.8px;
}
@media (min-width: 480px) {
  #header .nav-bar .nav-opener:before, #header .nav-bar .nav-opener:after, #header .nav-bar .nav-opener span {
    height: 3px;
  }
}
#header .nav-bar .nav-drop {
  display: contents;
}
@media (max-width: 1023px) {
  #header .nav-bar .nav-drop {
    display: block;
    position: absolute;
    inset: 100% 100% calc(-100dvh + var(--_header-height)) -100%;
    background: #fff;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s 0s, inset 0s 0.3s;
  }
}
#header ul.menu-list li.small-menu {
  position: relative;
}
@media (min-width: 768px) {
  #header ul.menu-list .second-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1023px) {
  #header ul.menu-list a,
  #header ul.menu-list .title {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
  }
  #header ul.menu-list a:hover,
  #header ul.menu-list .title:hover {
    color: #0CA3AF;
  }
  #header ul.menu-list .small-menu > a {
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out;
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    position: relative;
  }
  #header ul.menu-list .small-menu > a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #303030;
    border-bottom: 2px solid #303030;
    transform: rotate(45deg);
    transition: transform 0.3s;
    margin: -2px 0 0 6px;
  }
  #header ul.menu-list .small-menu > a:hover::after {
    transform: rotate(-135deg);
    border-color: #0CA3AF;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  #header ul.menu-list .small-menu:hover > .menu-children-wrapper {
    display: block;
  }
}
@media (min-width: 1024px) {
  #header ul.menu-list {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
  }
  #header ul.menu-list a {
    transition: color 0.2s ease-in-out;
    text-decoration: none;
  }
  #header ul.menu-list a:hover {
    color: #0CA3AF;
  }
  #header ul.menu-list .small-menu > a {
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 20px 10px;
    text-decoration: none;
    position: relative;
  }
  #header ul.menu-list .small-menu > a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #303030;
    border-bottom: 2px solid #303030;
    transform: rotate(45deg);
    transition: transform 0.5s;
    margin: -2px 0 0;
  }
  #header ul.menu-list .small-menu > a:hover::after {
    transform: rotate(-135deg);
    border-color: #0CA3AF;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #header ul.menu-list .small-menu:hover > .menu-children-wrapper {
    display: block;
  }
}
@media (min-width: 1200px) {
  #header ul.menu-list > li > a {
    padding: 20px 10px;
  }
}
@media (max-width: 1023px) {
  #header .menu-children-wrapper a {
    margin: 0 0 0 10px;
  }
  #header .btn-block {
    padding: 20px 0 0;
  }
  #header .btn-block .btn {
    width: 100%;
  }
}
#header .menu-children-wrapper {
  position: relative;
  margin: 0 0 calc(var(--_header-padding) / 2);
}
@media (min-width: 1024px) {
  #header .menu-children-wrapper {
    display: none;
    width: 100%;
    min-width: 200px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 300;
    overflow: hidden;
  }
}
#header .menu-children-wrapper a {
  transition: background 0.2s ease-in-out;
  padding: 10px;
  text-decoration: none;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  #header .menu-children-wrapper a {
    display: block;
    font-size: 18px;
    padding: 0.65em 1em;
    border-radius: 0;
  }
}
#header .menu-children-wrapper a:hover {
  color: #0CA3AF;
  background: #f2f2f2;
}

#popup {
  display: none;
}

.fancybox-slide {
  padding: 0 10px;
  background: #fff;
}

.fancybox-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 25px;
  background: #fff;
}
.fancybox-content .fancybox-close-small {
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #FF0000;
  top: 10px;
  right: 10px;
  padding: 0;
  color: #FF0000;
  display: block;
}
.fancybox-content .fancybox-close-small:hover {
  background-color: #FF0000;
  border-color: #FF0000;
  color: #fff;
}
@media (min-width: 768px) {
  .fancybox-content .fancybox-close-small {
    width: 40px;
    height: 40px;
  }
}
.fancybox-content.lightbox-demo {
  padding: 0;
  background: transparent;
}

.form-section {
  padding: 30px 0 50px;
}
.form-section .post-block {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .form-section .post-block {
    margin: 0 auto 46px;
  }
}
.form-section .form-holder {
  margin: 0 auto;
  max-width: 652px;
}