/*!
 *
 * THIS IS COMPILLED VERSION OF JS SOURCES.
 * Please edit sources ONLY in 'sources/css' directory.
 * Generated on 2021-09-04 02:52
 *
!*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #90aabd; color: #fff; text-shadow: none; }
::selection { background: #90aabd; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor:default; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

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

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */




/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

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-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .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;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--current,.fancybox-slide--next,.fancybox-slide--previous{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(.5,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;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-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{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--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .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-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.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}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{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}.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--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.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}.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)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.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}.fancybox-loading{animation:a 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:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.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:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.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(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.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:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (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:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.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}.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;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{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;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;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,.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,.1);background-position:50%;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 .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
@charset "UTF-8";
@font-face {
  font-family: "Gotham Pro";
  src: url("../font/GothamPro.woff2") format("woff2"), url("../font/GothamPro.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../font/GothamPro-Light.woff2") format("woff2"), url("../font/GothamPro-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../font/GothamPro-Medium.woff2") format("woff2"), url("../font/GothamPro-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../font/GothamPro-Bold.woff2") format("woff2"), url("../font/GothamPro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../font/GothamPro-Black.woff2") format("woff2"), url("../font/GothamPro-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
}

a, .link {
  outline: none;
  color: #65d4e1;
  text-decoration: underline;
  background-color: transparent;
  transition: color 0.3s, border-color 0.3s;
}

a:hover, .link:hover {
  color: #65d4e1;
  text-decoration: underline;
}

a:active, .link:active {
  color: #65d4e1;
  text-decoration: underline;
}

.link--ib {
  display: inline-block;
  line-height: 1;
}

.link--bordered {
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
}

.link--dotted {
  text-decoration: none !important;
  border-bottom: 1px dotted;
  border-bottom-color: inherit;
}

sub, sup {
  font-size: 65%;
}

img {
  max-width: 100%;
}

img.fullwidth {
  display: block;
  width: 100%;
  height: auto;
}

p img.b-lazy {
  opacity: 0;
  transition: opacity 0.3s;
}

p img.b-loaded {
  opacity: 1;
}

strong {
  font-weight: 700;
}

h1, .h1 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.09524;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  margin: 1.33333rem 0 0;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 1rem;
    line-height: 1.16667;
    letter-spacing: 0;
  }
}

h1:first-child, .h1:first-child {
  margin-top: 0;
}

h2, .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.13333;
  text-transform: uppercase;
  margin: 3rem 0 0;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.33333rem;
    margin-top: 1.83333rem;
  }
}

h2:first-child, .h2:first-child {
  margin-top: 0;
}

h3, .h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 4rem 0 0;
}

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 0.8rem;
    line-height: 1.45833;
  }
}

h3:first-child, .h3:first-child {
  margin-top: 0;
}

h4, .h4 {
  font-size: 1.53333rem;
  font-weight: 700;
  line-height: 1.13043;
  text-transform: uppercase;
  margin: 2.33333rem 0 0;
}

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 0.53333rem;
  }
}

h4:first-child, .h4:first-child {
  margin-top: 0;
}

h5, .h5 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.36111;
  margin: 1.16667rem 0 0;
}

@media (max-width: 767px) {
  h5, .h5 {
    font-size: 0.46667rem;
    line-height: 1.57143;
    margin-top: 0.5rem;
  }
}

h5:first-child, .h5:first-child {
  margin-top: 0;
}

h6, .h6 {
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 1.16667rem 0 0;
}

h6:first-child, .h6:first-child {
  margin-top: 0;
}

p, .p {
  margin: 0.83333rem 0 0;
}

p:first-child, .p:first-child {
  margin-top: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
  margin-top: 1.16667rem;
}

ol:first-child, ul:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  ol, ul {
    margin-top: 0.5rem;
  }
}

ol li, ul li {
  margin: 0;
  padding: 0 0 0 1rem;
}

ol li:first-child, ul li:first-child {
  margin-top: 0;
}

li ul, li ol {
  margin-top: 1rem;
}

ul {
  list-style: none;
}

ul > li {
  position: relative;
  padding-left: 1.66667rem;
  text-indent: -1.66667rem;
  margin-top: 0.5rem;
}

ul > li:first-child {
  margin-top: 0;
}

ul > li * {
  text-indent: 0;
}

ul > li:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -0.12em;
  height: 0.5rem;
  width: 0.3rem;
  background: left center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.9435 15H6.55671e-07L0 1.72376e-07L3.9435 0L8.27328 7.5L3.9435 15Z' fill='%23CE2345'/%3E%3C/svg%3E%0A");
  margin-right: 1.36667rem;
  text-align: left;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
}

ol {
  counter-reset: ol_counter;
}

ol > li {
  text-indent: -1.33333rem;
  list-style: none;
  padding: 0 0 0 1.33333rem;
}

@media (max-width: 767px) {
  ol > li {
    padding-left: 0.83333rem;
  }
}

ol > li:before {
  display: inline-block;
  text-indent: 0;
  width: 1rem;
  margin-right: 0.33333rem;
  text-align: right;
  counter-increment: ol_counter;
  content: counter(ol_counter) ".";
}

nav ul, .nav ul {
  margin: 0;
  padding: 0;
}

nav li, .nav li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

nav li:before, .nav li:before {
  display: none;
}

table th, table td {
  padding: 0.1rem 0.33333rem;
}

blockquote {
  border: 1px solid #CCD3DA;
  background-color: #fff;
  padding: 2rem;
  margin: 0;
  line-height: 1.47826;
  font-weight: 500;
  margin-top: 1.66667rem;
  margin-bottom: 1.66667rem;
}

blockquote:first-child {
  margin-top: 0;
}

blockquote:last-child {
  margin-bottom: 0;
}

figure {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

figure:first-child {
  margin-top: 0;
}

figure:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  figure {
    margin-top: 0.83333rem;
    margin-bottom: 0.83333rem;
  }
  figure + * {
    margin-top: 0.83333rem;
  }
}

figcaption {
  font-family: "Gotham Pro", Arial, Helvetica, sans-serif;
  font-size: 0.43333rem;
  line-height: 1.30769;
  padding: 0.56667rem 0 0.4rem;
  border-bottom: 1px solid #e8e1db;
  text-align: left;
}

.only-for-notouch,
.only-for-touch {
  display: none !important;
}

.only-for-notouch-inline-block,
.only-for-touch-inline-block {
  display: none !important;
}

.only-for-notouch-inline,
.only-for-touch-inline {
  display: none !important;
}

.only-for-notouch-table,
.only-for-touch-table {
  display: none !important;
}

.only-for-notouch-table-row,
.only-for-touch-table-row {
  display: none !important;
}

.only-for-notouch-table-cell,
.only-for-touch-table-cell {
  display: none !important;
}

.only-for-notouch-flex,
.only-for-touch-flex {
  display: none !important;
}

.only-for-notouch-inline-flex,
.only-for-touch-inline-flex {
  display: none !important;
}

.no-touchevents .only-for-notouch,
.touchevents .only-for-touch {
  display: block !important;
}

.no-touchevents .only-for-notouch-inline-block,
.touchevents .only-for-touch-inline-block {
  display: inline-block !important;
}

.no-touchevents .only-for-notouch-inline,
.touchevents .only-for-touch-inline {
  display: inline !important;
}

.no-touchevents .only-for-notouch-table,
.touchevents .only-for-touch-table {
  display: table !important;
}

.no-touchevents .only-for-notouch-table-row,
.touchevents .only-for-touch-table-row {
  display: table-row !important;
}

.no-touchevents .only-for-notouch-table-cell,
.touchevents .only-for-touch-table-cell {
  display: table-cell !important;
}

.no-touchevents .only-for-notouch-flex,
.touchevents .only-for-touch-flex {
  display: flex !important;
}

.no-touchevents .only-for-notouch-inline-flex,
.touchevents .only-for-touch-inline-flex {
  display: inline-flex !important;
}

.screen-xxxl-show {
  display: none !important;
}

.screen-xxxl-show-inline-block {
  display: none !important;
}

.screen-xxxl-show-inline {
  display: none !important;
}

.screen-xxxl-show-table {
  display: none !important;
}

.screen-xxxl-show-table-row {
  display: none !important;
}

.screen-xxxl-show-table-cell {
  display: none !important;
}

.screen-xxxl-show-flex {
  display: none !important;
}

.screen-xxxl-show-inline-flex {
  display: none !important;
}

.screen-xxl-show {
  display: none !important;
}

.screen-xxl-show-inline-block {
  display: none !important;
}

.screen-xxl-show-inline {
  display: none !important;
}

.screen-xxl-show-table {
  display: none !important;
}

.screen-xxl-show-table-row {
  display: none !important;
}

.screen-xxl-show-table-cell {
  display: none !important;
}

.screen-xxl-show-flex {
  display: none !important;
}

.screen-xxl-show-inline-flex {
  display: none !important;
}

.screen-xl-show {
  display: none !important;
}

.screen-xl-show-inline-block {
  display: none !important;
}

.screen-xl-show-inline {
  display: none !important;
}

.screen-xl-show-table {
  display: none !important;
}

.screen-xl-show-table-row {
  display: none !important;
}

.screen-xl-show-table-cell {
  display: none !important;
}

.screen-xl-show-flex {
  display: none !important;
}

.screen-xl-show-inline-flex {
  display: none !important;
}

.screen-l-show {
  display: none !important;
}

.screen-l-show-inline-block {
  display: none !important;
}

.screen-l-show-inline {
  display: none !important;
}

.screen-l-show-table {
  display: none !important;
}

.screen-l-show-table-row {
  display: none !important;
}

.screen-l-show-table-cell {
  display: none !important;
}

.screen-l-show-flex {
  display: none !important;
}

.screen-l-show-inline-flex {
  display: none !important;
}

.tablet-show {
  display: none !important;
}

.tablet-show-inline-block {
  display: none !important;
}

.tablet-show-inline {
  display: none !important;
}

.tablet-show-table {
  display: none !important;
}

.tablet-show-table-row {
  display: none !important;
}

.tablet-show-table-cell {
  display: none !important;
}

.tablet-show-flex {
  display: none !important;
}

.tablet-show-inline-flex {
  display: none !important;
}

.tablet-small-show {
  display: none !important;
}

.tablet-small-show-inline-block {
  display: none !important;
}

.tablet-small-show-inline {
  display: none !important;
}

.tablet-small-show-table {
  display: none !important;
}

.tablet-small-show-table-row {
  display: none !important;
}

.tablet-small-show-table-cell {
  display: none !important;
}

.tablet-small-show-flex {
  display: none !important;
}

.tablet-small-show-inline-flex {
  display: none !important;
}

.mobile-show {
  display: none !important;
}

.mobile-show-inline-block {
  display: none !important;
}

.mobile-show-inline {
  display: none !important;
}

.mobile-show-table {
  display: none !important;
}

.mobile-show-table-row {
  display: none !important;
}

.mobile-show-table-cell {
  display: none !important;
}

.mobile-show-flex {
  display: none !important;
}

.mobile-show-inline-flex {
  display: none !important;
}

.mobile-small-show {
  display: none !important;
}

.mobile-small-show-inline-block {
  display: none !important;
}

.mobile-small-show-inline {
  display: none !important;
}

.mobile-small-show-table {
  display: none !important;
}

.mobile-small-show-table-row {
  display: none !important;
}

.mobile-small-show-table-cell {
  display: none !important;
}

.mobile-small-show-flex {
  display: none !important;
}

.mobile-small-show-inline-flex {
  display: none !important;
}

.mobile-xsmall-show {
  display: none !important;
}

.mobile-xsmall-show-inline-block {
  display: none !important;
}

.mobile-xsmall-show-inline {
  display: none !important;
}

.mobile-xsmall-show-table {
  display: none !important;
}

.mobile-xsmall-show-table-row {
  display: none !important;
}

.mobile-xsmall-show-table-cell {
  display: none !important;
}

.mobile-xsmall-show-flex {
  display: none !important;
}

.mobile-xsmall-show-inline-flex {
  display: none !important;
}

.mobile-xxsmall-show {
  display: none !important;
}

.mobile-xxsmall-show-inline-block {
  display: none !important;
}

.mobile-xxsmall-show-inline {
  display: none !important;
}

.mobile-xxsmall-show-table {
  display: none !important;
}

.mobile-xxsmall-show-table-row {
  display: none !important;
}

.mobile-xxsmall-show-table-cell {
  display: none !important;
}

.mobile-xxsmall-show-flex {
  display: none !important;
}

.mobile-xxsmall-show-inline-flex {
  display: none !important;
}

.mobile-xxxsmall-show {
  display: none !important;
}

.mobile-xxxsmall-show-inline-block {
  display: none !important;
}

.mobile-xxxsmall-show-inline {
  display: none !important;
}

.mobile-xxxsmall-show-table {
  display: none !important;
}

.mobile-xxxsmall-show-table-row {
  display: none !important;
}

.mobile-xxxsmall-show-table-cell {
  display: none !important;
}

.mobile-xxxsmall-show-flex {
  display: none !important;
}

.mobile-xxxsmall-show-inline-flex {
  display: none !important;
}

.initial-hide {
  display: none !important;
}

.initial-show {
  display: block !important;
}

.initial-show-inline-block {
  display: inline-block !important;
}

.initial-show-inline {
  display: inline !important;
}

.initial-show-table {
  display: table !important;
}

.initial-show-table-row {
  display: table-row !important;
}

.initial-show-table-cell {
  display: table-cell !important;
}

.initial-show-flex {
  display: flex !important;
}

.initial-show-inline-flex {
  display: inline-flex !important;
}

@media (max-width: 1900px) {
  .screen-xxxl-hide {
    display: none !important;
  }
  .screen-xxxl-show {
    display: block !important;
  }
  .screen-xxxl-show-inline-block {
    display: inline-block !important;
  }
  .screen-xxxl-show-inline {
    display: inline !important;
  }
  .screen-xxxl-show-table {
    display: table !important;
  }
  .screen-xxxl-show-table-row {
    display: table-row !important;
  }
  .screen-xxxl-show-table-cell {
    display: table-cell !important;
  }
  .screen-xxxl-show-flex {
    display: flex !important;
  }
  .screen-xxxl-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 1580px) {
  .screen-xxl-hide {
    display: none !important;
  }
  .screen-xxl-show {
    display: block !important;
  }
  .screen-xxl-show-inline-block {
    display: inline-block !important;
  }
  .screen-xxl-show-inline {
    display: inline !important;
  }
  .screen-xxl-show-table {
    display: table !important;
  }
  .screen-xxl-show-table-row {
    display: table-row !important;
  }
  .screen-xxl-show-table-cell {
    display: table-cell !important;
  }
  .screen-xxl-show-flex {
    display: flex !important;
  }
  .screen-xxl-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 1420px) {
  .screen-xl-hide {
    display: none !important;
  }
  .screen-xl-show {
    display: block !important;
  }
  .screen-xl-show-inline-block {
    display: inline-block !important;
  }
  .screen-xl-show-inline {
    display: inline !important;
  }
  .screen-xl-show-table {
    display: table !important;
  }
  .screen-xl-show-table-row {
    display: table-row !important;
  }
  .screen-xl-show-table-cell {
    display: table-cell !important;
  }
  .screen-xl-show-flex {
    display: flex !important;
  }
  .screen-xl-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 1350px) {
  .screen-l-hide {
    display: none !important;
  }
  .screen-l-show {
    display: block !important;
  }
  .screen-l-show-inline-block {
    display: inline-block !important;
  }
  .screen-l-show-inline {
    display: inline !important;
  }
  .screen-l-show-table {
    display: table !important;
  }
  .screen-l-show-table-row {
    display: table-row !important;
  }
  .screen-l-show-table-cell {
    display: table-cell !important;
  }
  .screen-l-show-flex {
    display: flex !important;
  }
  .screen-l-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 1259px) {
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: block !important;
  }
  .tablet-show-inline-block {
    display: inline-block !important;
  }
  .tablet-show-inline {
    display: inline !important;
  }
  .tablet-show-table {
    display: table !important;
  }
  .tablet-show-table-row {
    display: table-row !important;
  }
  .tablet-show-table-cell {
    display: table-cell !important;
  }
  .tablet-show-flex {
    display: flex !important;
  }
  .tablet-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 1023px) {
  .tablet-small-hide {
    display: none !important;
  }
  .tablet-small-show {
    display: block !important;
  }
  .tablet-small-show-inline-block {
    display: inline-block !important;
  }
  .tablet-small-show-inline {
    display: inline !important;
  }
  .tablet-small-show-table {
    display: table !important;
  }
  .tablet-small-show-table-row {
    display: table-row !important;
  }
  .tablet-small-show-table-cell {
    display: table-cell !important;
  }
  .tablet-small-show-flex {
    display: flex !important;
  }
  .tablet-small-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .mobile-show-inline-block {
    display: inline-block !important;
  }
  .mobile-show-inline {
    display: inline !important;
  }
  .mobile-show-table {
    display: table !important;
  }
  .mobile-show-table-row {
    display: table-row !important;
  }
  .mobile-show-table-cell {
    display: table-cell !important;
  }
  .mobile-show-flex {
    display: flex !important;
  }
  .mobile-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 479px) {
  .mobile-small-hide {
    display: none !important;
  }
  .mobile-small-show {
    display: block !important;
  }
  .mobile-small-show-inline-block {
    display: inline-block !important;
  }
  .mobile-small-show-inline {
    display: inline !important;
  }
  .mobile-small-show-table {
    display: table !important;
  }
  .mobile-small-show-table-row {
    display: table-row !important;
  }
  .mobile-small-show-table-cell {
    display: table-cell !important;
  }
  .mobile-small-show-flex {
    display: flex !important;
  }
  .mobile-small-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 413px) {
  .mobile-xsmall-hide {
    display: none !important;
  }
  .mobile-xsmall-show {
    display: block !important;
  }
  .mobile-xsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xsmall-show-inline {
    display: inline !important;
  }
  .mobile-xsmall-show-table {
    display: table !important;
  }
  .mobile-xsmall-show-table-row {
    display: table-row !important;
  }
  .mobile-xsmall-show-table-cell {
    display: table-cell !important;
  }
  .mobile-xsmall-show-flex {
    display: flex !important;
  }
  .mobile-xsmall-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 374px) {
  .mobile-xxsmall-hide {
    display: none !important;
  }
  .mobile-xxsmall-show {
    display: block !important;
  }
  .mobile-xxsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xxsmall-show-inline {
    display: inline !important;
  }
  .mobile-xxsmall-show-table {
    display: table !important;
  }
  .mobile-xxsmall-show-table-row {
    display: table-row !important;
  }
  .mobile-xxsmall-show-table-cell {
    display: table-cell !important;
  }
  .mobile-xxsmall-show-flex {
    display: flex !important;
  }
  .mobile-xxsmall-show-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 359px) {
  .mobile-xxxsmall-hide {
    display: none !important;
  }
  .mobile-xxxsmall-show {
    display: block !important;
  }
  .mobile-xxxsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xxxsmall-show-inline {
    display: inline !important;
  }
  .mobile-xxxsmall-show-table {
    display: table !important;
  }
  .mobile-xxxsmall-show-table-row {
    display: table-row !important;
  }
  .mobile-xxxsmall-show-table-cell {
    display: table-cell !important;
  }
  .mobile-xxxsmall-show-flex {
    display: flex !important;
  }
  .mobile-xxxsmall-show-inline-flex {
    display: inline-flex !important;
  }
}

/*

Icons

*/
.icon {
  position: relative;
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  letter-spacing: 0;
  line-height: 1;
}

.icon--default {
  top: -1px;
  vertical-align: middle;
  font-size: 0.4rem;
}

.icon--10 {
  font-size: 0.33333rem;
}

.icon--12 {
  font-size: 0.4rem;
}

.icon--16 {
  font-size: 0.53333rem;
}

.icon--20 {
  font-size: 0.66667rem;
}

.icon--24 {
  font-size: 0.8rem;
}

.icon--28 {
  font-size: 0.93333rem;
}

.icon--32 {
  font-size: 1.06667rem;
}

.icon--48 {
  font-size: 1.6rem;
}

/*

Column Layout

*/
.cols {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.cols--auto {
  table-layout: auto;
}

.cols--fullheight {
  height: 100%;
}

.cols__inner {
  display: table-row;
}

.col {
  display: table-cell;
  vertical-align: top;
  padding-left: 0.83333rem;
  padding-right: 0.83333rem;
  flex-grow: 1;
  min-width: 0;
}

.cols-row {
  display: table-row;
}

.cols-w {
  margin-top: 1.33333rem;
  margin-left: -0.83333rem;
  margin-right: -0.83333rem;
}

.cols-w:first-child {
  margin-top: 0;
}

.cols-w:after {
  content: "";
  display: table;
  clear: both;
}

.cols-w--no-padding {
  margin-left: 0;
  margin-right: 0;
}

.cols-w--no-padding > .cols > .col {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .cols-w--mobile-plain > .cols {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -0.66667rem;
  }
  .cols-w--mobile-plain > .cols.col {
    width: auto;
  }
}

@media (max-width: 767px) {
  .cols-w--mobile-plain > .cols > .col {
    display: block;
    width: auto;
    margin-bottom: 0.66667rem;
  }
}

.cols--reverse {
  direction: rtl;
}

.cols--reverse > .col {
  direction: ltr;
}

.col--fit {
  width: 1px;
}

.col--expander {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col--1-12 {
  width: 8.33333%;
}

.col--2-12 {
  width: 16.66667%;
}

.col--3-12 {
  width: 25%;
}

.col--4-12 {
  width: 33.33333%;
}

.col--5-12 {
  width: 41.66667%;
}

.col--6-12 {
  width: 50%;
}

.col--7-12 {
  width: 58.33333%;
}

.col--8-12 {
  width: 66.66667%;
}

.col--9-12 {
  width: 75%;
}

.col--10-12 {
  width: 83.33333%;
}

.col--11-12 {
  width: 91.66667%;
}

.col--12-12 {
  width: 100%;
}

.col--1-4 {
  width: 25%;
}

.col--3-4 {
  width: 75%;
}

.col--1-3 {
  width: 33.33%;
}

.col--2-3 {
  width: 66.66%;
}

.col--1-2 {
  width: 50%;
}

.cols--flex {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

.cols--flex > .col {
  display: block;
  flex: auto 1 1;
}

.cols--flex > .col--fit {
  width: auto;
  flex: auto 0 0;
}

.cols-w--compact {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

.cols-w--compact > .cols > .col {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

@media (max-width: 767px) {
  .cols-w--compact.cols-w--mobile-plain > .cols {
    margin-bottom: -0.4rem;
  }
}

@media (max-width: 767px) {
  .cols-w--compact.cols-w--mobile-plain > .cols > .col {
    margin-bottom: 0.4rem;
  }
}

/*

Textfields

*/
textarea,
input,
button {
  -webkit-font-smoothing: antialiased;
  outline: none;
  line-height: 1.25;
  font-family: inherit;
}

.textfield {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-family: inherit;
  font-size: 0.53333rem;
  font-weight: 400;
  line-height: 1.285714285714286;
  background: #fff;
  color: #000;
  padding: 0.66667rem 1rem;
  min-height: 2rem;
  width: 100%;
  border: none;
  box-shadow: inset 0 0 0 0.1rem #FFE7DD;
  border-radius: 1rem;
  -webkit-appearance: none !important;
  outline: none;
  resize: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.textfield:focus, .textfield.filled {
  outline: none;
}

.textfield:invalid {
  background: #fff;
}

.textfield:-webkit-autofill {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  background-color: #fff !important;
  box-shadow: inset 0 0 0 0.1rem #FFE7DD, inset 0 0 0 10rem #fff;
}

.textfield.error {
  color: #FF4F37;
  box-shadow: inset 0 0 0 0.1rem #FF4F37;
}

.textfield.error ~ .textfield-icon {
  color: #FFA498;
}

.textfield::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.textfield::-webkit-input-placeholder {
  color: #818181;
  opacity: 1;
}

.textfield::-moz-placeholder {
  color: #818181;
  opacity: 1;
}

.textfield:-moz-placeholder {
  color: #818181;
  opacity: 1;
}

.textfield:-ms-input-placeholder {
  color: #818181;
  opacity: 1;
}

.textfield--placeholder {
  color: #818181;
}

.textfield[disabled], .textfield.disabled {
  color: #000;
  opacity: 0.6;
  border-color: transparent;
  cursor: default;
  cursor: not-allowed;
  z-index: 2;
}

.textfield--sround {
  border-radius: 0.16667rem;
}

.textfield--w-icon {
  padding-left: 2.13333rem;
}

.textfield-icon {
  position: absolute;
  top: 0;
  left: 0.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  font-size: 0.8rem;
  color: #FFE7DD;
}

textarea.textfield {
  white-space: pre-wrap;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.6rem;
  padding-bottom: 0.53333rem;
  min-height: 0;
  line-height: 1.625;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  /* autoprefixer ignore next */
  -moz-appearance: textfield !important;
  /* Firefox */
}

.textfield-like-height {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 2rem;
}

/*

Buttons

*/
.btn {
  position: relative;
  display: inline-block;
  display: inline-flex;
  flex: auto 0 0;
  justify-content: center;
  align-items: center;
  outline: none;
  text-decoration: none !important;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  font-family: "Gotham Pro", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.25;
  border: none;
  border-radius: 3.33333rem;
  padding: 0.66667rem 2.33333rem;
  height: 3.83333rem;
  min-width: 3.83333rem;
  vertical-align: middle;
  color: #fff !important;
  -webkit-appearance: none;
  background: #65d4e1;
  -webkit-user-select: none;
          user-select: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 0;
}

@media (max-width: 767px) {
  .btn {
    font-size: 0.53333rem;
    padding: 0.16667rem 1rem;
    height: 1.4rem;
    min-width: 1.4rem;
  }
}

.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.16667rem solid transparent;
  border-radius: 3.33333rem;
  content: '';
  transition: all 0.3s;
  z-index: -1;
}

@media (max-width: 767px) {
  .btn:before {
    border-width: 0.06667rem;
  }
}

.btn::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

.btn:hover {
  background: #7adae5;
  color: #fff !important;
}

.btn:active {
  background: #7adae5;
  color: #fff !important;
  transform: translateY(0.03333rem) scale(0.98);
}

.btn[disabled], .btn.disabled {
  background: #65d4e1;
  color: #fff !important;
  cursor: default;
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
}

.btn .btn {
  cursor: inherit;
}

.btn + .btn {
  margin-left: 0.5rem;
}

.btn > input[type='file'] {
  opacity: 0;
  font-size: 4rem;
  position: absolute;
  top: -0.66667rem;
  right: -0.33333rem;
  vertical-align: top;
  z-index: 3;
  cursor: pointer;
}

.btn .icon {
  margin: -0.16667rem 0.53333rem;
}

.btn .icon:first-child {
  margin-left: 0;
}

.btn .icon:last-child {
  margin-right: 0;
}

.btn.loading {
  cursor: default;
  pointer-events: none;
}

.btn--trigger-parent:after {
  position: absolute;
  top: -16.66667rem;
  right: -16.66667rem;
  bottom: -16.66667rem;
  left: -16.66667rem;
  content: '';
}

.btn--fullwidth {
  width: 100%;
  margin-top: 0.66667rem;
}

.btn--fullwidth:first-child {
  margin-top: 0;
}

.btn--nopadding {
  padding-left: 0;
  padding-right: 0;
}

.btn--nominw {
  min-width: 0;
}

.btn--minw-default {
  min-width: 16.66667rem;
}

@media (max-width: 767px) {
  .btn--minw-default {
    min-width: 5.33333rem;
  }
}

.btn--transparent {
  background-color: transparent !important;
}

.btn--transparent:before {
  border-color: transparent !important;
}

.btn--color6 {
  background-color: #7B5FA3;
}

.btn--color6:hover {
  background: #886fac;
}

.btn--color6:active {
  background: #886fac;
}

.btn--color6[disabled], .btn--color6.disabled {
  background: #7B5FA3;
}

.btn--outline {
  background-color: transparent;
}

.btn--outline:before {
  border-color: #65d4e1;
}

.btn--outline:hover {
  background-color: transparent;
}

.btn--outline:hover:before {
  border-color: #7adae5;
}

.btn--outline:active {
  background-color: transparent;
}

.btn--outline:active:before {
  border-color: #7adae5;
}

.btn--outline[disabled], .btn--outline.disabled {
  background-color: transparent;
}

.btn--outline[disabled]:before, .btn--outline.disabled:before {
  border-color: #65d4e1;
}

@media (max-width: 767px) {
  .btn--fsmaller {
    font-size: 0.4rem;
  }
}

/*

Checkboxes

*/
.checkboxes {
  margin-top: 0.66667rem;
  margin-left: -2.16667rem;
}

.checkboxes:first-child {
  margin-top: 0;
}

.checkboxes:after {
  content: "";
  display: table;
  clear: both;
}

.checkboxes__inner {
  float: left;
  width: 100%;
  margin-bottom: -0.66667rem;
  font-size: 0;
}

.checkbox {
  position: relative;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  color: #879197;
  font-size: 0.43333rem;
  line-height: 1.61538;
  padding-left: 1.46667rem;
  margin-bottom: 0.66667rem;
  margin-left: 2.16667rem;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-user-select: none;
          user-select: none;
}

.checkbox--block {
  display: flex;
}

.checkbox--middle .checkbox__icon {
  top: 50%;
  margin-top: -0.4rem;
}

.checkbox__icon {
  position: absolute;
  top: -1px;
  left: 0;
  height: 0.8rem;
  width: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.56667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: center center no-repeat;
  background-size: contain;
  border: 0.1rem solid #ffe489;
  border-radius: 0.16667rem;
  content: '';
  transition: all 0.3s;
}

.checkbox__icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.43333rem;
  width: 0.53333rem;
  background: center center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5L7 10L15 2' stroke='%234FC99F' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  transform: scale(0) translate(-50%, -50%);
  opacity: 0;
  content: '';
  transition: all 0.3s;
}

.checkbox__icon .icon {
  vertical-align: middle;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
}

.checkbox > input[type='radio'],
.checkbox > input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.checkbox.checked .checkbox__icon {
  border-color: #FFE7DD;
}

.checkbox.checked .checkbox__icon:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.checkbox.checked .checkbox__icon .icon {
  opacity: 1;
  transform: none;
}

.checkbox.disabled {
  cursor: default;
  cursor: not-allowed;
  opacity: 0.5;
}

.checkbox.disabled .checkbox__icon {
  opacity: 0.5;
}

.checkbox--radio .checkbox__icon {
  background: transparent;
}

.checkbox--radio .checkbox__icon .icon {
  display: none;
}

.checkbox--radio .checkbox__icon:after {
  position: absolute;
  top: 0.16667rem;
  left: 0.16667rem;
  right: 0.16667rem;
  bottom: 0.16667rem;
  background: currentColor;
  border-radius: 50%;
  content: '';
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.checkbox--radio.checked .checkbox__icon {
  background: transparent;
}

.checkbox--radio.checked .checkbox__icon:before {
  background: transparent;
}

.checkbox--radio.checked .checkbox__icon:after {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.checkbox.checked .checkbox__icon:after {
  visibility: visible;
}

.dfile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 12.66667rem;
  font-size: 0.9rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 1.66667rem 3.33333rem;
  border: 0.33333rem dashed #65d4e1;
  border-radius: 0.83333rem;
  margin: 0 -1.33333rem;
  margin-top: 2.16667rem;
  transition: all 0.3s;
}

.dfile:first-child {
  margin-top: 0;
}

.dfile:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.is-dragover .dfile {
  background-color: rgba(255, 255, 255, 0.2);
}

.dfile__inner {
  display: flex;
  width: 100%;
  align-items: center;
  transition: all 0.3s;
}

.dfile__image {
  flex: auto 0 0;
  margin: -0.66667rem -0.66667rem -0.66667rem 3.33333rem;
  width: 10rem;
  height: 10rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}

.form.loaded .dfile__image {
  display: flex;
}

.dfile__image-inner {
  width: 100%;
  max-height: 100%;
}

.dfile__image img {
  flex: auto 0 0;
  max-width: 10rem;
  max-height: 10rem;
}

.dfile__image--standalone {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dfile__image--standalone {
    width: 8rem;
    height: 8rem;
  }
  .dfile__image--standalone img {
    max-width: 8rem;
    max-height: 8rem;
  }
}

.dfile__text {
  flex: 1;
  flex-basis: 0;
  min-width: 0;
}

.dfile input[type='file'] {
  opacity: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  z-index: 3;
  cursor: pointer;
}

.dfile .form__error {
  padding: 0.66667rem 0 0;
  text-align: center;
}

.dfile .loader {
  height: 2.66667rem;
  width: 2.66667rem;
}

.dfile.loading {
  pointer-events: none;
}

.dfile.loading .dfile__inner {
  opacity: 0.1;
}

/*

Loaders

*/
.loader {
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 1em;
  font-size: 1.6rem;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  text-indent: 0;
}

.btn .loader, .loader-set-absolute > .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading > .loader {
  opacity: 1;
}

.loader.active {
  opacity: 1;
}

.loader * {
  fill: currentColor;
}

.btn .loader * {
  fill: currentColor;
}

.loader svg {
  width: 100%;
  height: 100%;
}

.btn-loader-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}

.loading > .btn-loader-inner {
  opacity: 0;
}

.spin-on-load {
  animation: linear infinite 1s;
}

.btn.loading .spin-on-load {
  animation-name: spin;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*

Form's layout

*/
.form {
  position: relative;
  margin-top: 1.66667rem;
}

.form:after {
  content: "";
  display: table;
  clear: both;
}

.form:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .form {
    margin-top: 1.16667rem;
  }
}

.form__items {
  position: relative;
  margin-top: 1.66667rem;
}

.form__items:after {
  content: "";
  display: table;
  clear: both;
}

.form__items:first-child {
  margin-top: 0;
}

.form__item {
  position: relative;
  margin-top: 1.66667rem;
}

.form__item:after {
  content: "";
  display: table;
  clear: both;
}

.form__item:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .form__item {
    margin-top: 0.5rem;
  }
}

.form__item-label {
  display: block;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 0.4rem;
}

.form__item-label:first-child {
  margin-top: 0;
}

.form__item-field {
  position: relative;
  font-size: 0.66667rem;
  line-height: 1.2;
  margin-top: 0.4rem;
}

.form__item-field:first-child {
  margin-top: 0;
}

.form__item--horz {
  display: flex;
}

.form__item--horz .form__item-label {
  flex: auto 0 0;
  margin-right: 1rem;
}

.form__item--horz .form__item-field {
  flex: 1;
  min-width: 0;
  flex-basis: 0;
  margin: 0;
}

.form__actions {
  position: relative;
  margin-top: 2rem;
}

.form__actions:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .form__actions {
    margin-top: 1.16667rem;
  }
}

.form__error {
  padding: 0.16667rem 0 0;
  font-size: 0.66667rem;
  line-height: 1.25;
  font-weight: 500;
  color: #FF4F37;
  animation: 0.5s ease-out;
  animation-iteration-count: 2;
  animation-fill-mode: both;
  animation-delay: 0.3s;
  animation-name: pulsateError;
}

@media (max-width: 767px) {
  .form__error {
    font-size: 0.4rem;
  }
}

.form__item-field--error-absolute .form__error {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-bottom: 0;
}

.form__item-field--error-hidden .form__error {
  display: none !important;
}

.form__item-field--error-white .form__error {
  color: #fff;
}

.form__error.active {
  animation-name: pulsateError;
}

.form__message {
  display: none;
}

.form__message.active {
  display: block;
}

.form.inactive .form__items {
  display: none;
}

@keyframes pulsateError {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

/*

Popups

 */
.fancybox-stage {
  transform: none;
}

.fancybox-container {
  z-index: 9993;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-slide--image {
  padding: 1.66667rem 1.33333rem;
}

@media (max-width: 1420px) {
  .fancybox-slide--image {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1023px) {
  .fancybox-slide--image {
    padding-left: 0.66667rem;
    padding-right: 0.66667rem;
  }
}

@media (max-width: 767px) {
  .fancybox-slide--image {
    padding-left: 0;
    padding-right: 0;
  }
}

.fancybox-slide--image .fancybox-content {
  box-shadow: 0 0.5rem 0.66667rem rgba(0, 0, 0, 0.15);
}

.fancybox-bg {
  background-color: #121212 !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.3;
}

.fancybox-container--popup {
  opacity: 0;
  transition-duration: 0.7s !important;
}

.fancybox-container--popup .fancybox-inner {
  opacity: 0;
  transform: scale(0.8) translateY(1.66667rem);
  transition-duration: 0s;
  transition-property: all, opacity;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-container--popup .fancybox-bg {
  background-color: #121212 !important;
  transition-duration: 0s;
}

.fancybox-container--popup.fancybox-is-open {
  opacity: 1;
  transition-duration: 0.1s !important;
  transition-delay: 0s;
}

.fancybox-container--popup.fancybox-is-open .fancybox-bg {
  opacity: 0.3;
  transition-duration: 0.5s;
}

.fancybox-container--popup.fancybox-is-open .fancybox-inner {
  opacity: 1;
  transform: none;
  transition-duration: 0.3s;
  transition-delay: 0.2s;
}

.fancybox-container--popup.fancybox-is-close {
  opacity: 0;
  transition-duration: 0.2s !important;
  transition-delay: 0.3s;
}

.fancybox-container--popup.fancybox-is-close .fancybox-bg {
  transition-duration: 0.2s;
  transition-delay: 0.2s;
}

.fancybox-container--popup.fancybox-is-close .fancybox-inner {
  transform: translateY(-3.33333rem);
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0.2s;
}

.fancybox-container--popup .fancybox-slide {
  overflow-x: hidden;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-container--popup .fancybox-slide .fancybox-content {
  overflow: visible;
}

.fancybox-container--popup .fancybox-slide > * {
  white-space: normal;
  font-size: 1rem;
  padding: 0;
  background-color: transparent;
}

.fancybox-container--popup .fancybox-slide > div {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.fancybox-container--popup .fancybox-slide > .fancybox-loading {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
}

.fancybox-container--popup .fancybox-close {
  display: flex;
}

.fancybox-loading {
  border-width: 0.13333rem;
  border-color: #fff;
  border-bottom-color: transparent;
  margin: -0.7rem 0 0 -0.7rem;
  width: 1.4rem;
  height: 1.4rem;
}

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 5rem;
  width: 5.66667rem;
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7B5FA3 !important;
  opacity: 0.4;
  z-index: 3;
  transition: all 0.3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .fancybox-close {
    font-size: 0.8rem;
    height: 2.5rem;
    width: 2.83333rem;
  }
}

.fancybox-close:hover {
  opacity: 1;
}

.fancybox-close.active, .fancybox-close:active {
  opacity: 1;
}

.fancybox-container .fancybox-close-hide .fancybox-close {
  display: none;
}

.fancybox-content {
  margin: 0;
  padding: 1.46667rem;
}

.fancybox-infobar {
  height: 1.46667rem;
  line-height: 1.46667rem;
  min-width: 1.46667rem;
  padding: 0 0.33333rem;
  font-size: 0.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.fancybox-button {
  width: 1.46667rem;
  height: 1.46667rem;
  padding: 0.33333rem;
}

.fancybox-navigation .fancybox-button {
  height: 3.33333rem;
  top: calc(50% - 1.66667rem);
  width: 2.33333rem;
}

.fancybox-navigation .fancybox-button div {
  padding: 0.23333rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
  padding: 1.03333rem 0.86667rem 1.03333rem 0.2rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 1.03333rem 0.2rem 1.03333rem 0.86667rem;
}

.fancybox-thumbs {
  background-color: #000;
}

.fancybox-thumbs a:before {
  border-color: #ffe489;
  border-width: 0.06667rem;
}

.fancybox-show-thumbs .fancybox-button--thumbs {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 0;
}

@media all and (min-width: 26.66667rem) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.16667rem;
    padding: 0.33333rem 0.33333rem 0.16667rem 0.33333rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 767px) {
  .fancybox-slide > div {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.fancybox-slide--video > div {
  padding: 0;
}

.fancybox-slide--iframe, .fancybox-slide--video, .fancybox-slide--image {
  padding: 0;
  transform: none !important;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--video .fancybox-content, .fancybox-slide--image .fancybox-content {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .fancybox-slide--iframe .fancybox-content, .fancybox-slide--video .fancybox-content, .fancybox-slide--image .fancybox-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

.fancybox-slide--iframe .fancybox-close, .fancybox-slide--video .fancybox-close, .fancybox-slide--image .fancybox-close {
  position: fixed;
}

.fancybox-container--image .fancybox-close {
  display: none;
}

.fancybox-slide--image .fancybox-close {
  opacity: 0;
}

.fancybox-slide--image .fancybox-close.is-active {
  opacity: 1;
}

.fancybox-container--media .fancybox-slide .fancybox-content {
  margin-top: 0;
  margin-bottom: 0;
}

.fancybox-container--map .fancybox-bg {
  background-color: #FAFAFA !important;
}

.fancybox-container--map.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-container--map .fancybox-close {
  top: 1rem;
  right: -0.33333rem;
  color: rgba(0, 0, 0, 0.4) !important;
}

.fancybox-container--map .fancybox-close:hover {
  color: #ffe489 !important;
}

.fancybox-container--map .fancybox-close.active, .fancybox-container--map .fancybox-close:active {
  color: #FF7629 !important;
}

/*

Panels

 */
.panel {
  position: relative;
  width: 37.33333rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  padding: 0 !important;
  color: #000 !important;
  background-color: #fff;
  border-radius: 1.33333rem;
  box-shadow: 0 0.26667rem 0.26667rem rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .panel {
    border-radius: 0.66667rem;
    box-shadow: 0 0.13333rem 0.13333rem rgba(0, 0, 0, 0.25);
  }
}

.panel__content {
  padding: 2.66667rem;
}

@media (max-width: 767px) {
  .panel__content {
    padding: 1.5rem 1.16667rem 1.16667rem;
  }
}

.panel h3, .panel .h3 {
  margin-top: 0.66667rem;
}

@media (max-width: 767px) {
  .panel h3, .panel .h3 {
    font-size: 0.96667rem;
    margin-top: 0.33333rem;
  }
}

.panel h4, .panel .h4 {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .panel h4, .panel .h4 {
    font-size: 0.76667rem;
    margin-top: 0.5rem;
  }
}

@media (max-width: 767px) {
  .panel h5, .panel .h5 {
    font-size: 0.6rem;
    line-height: 1.22222;
  }
}

html, body {
  font-size: 30px;
  background: #ba92be;
}

@media (max-width: 2400px) {
  html, body {
    font-size: 1.17188vw;
  }
}

@media (max-width: 1900px) {
  html, body {
    font-size: 1.5625vw;
  }
}

@media (max-width: 1580px) {
  html, body {
    font-size: 1.66667vw;
  }
}

@media (max-width: 1023px) {
  html, body {
    font-size: 2.08333vw;
  }
}

@media (max-width: 767px) {
  html, body {
    font-size: 8vw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Gotham Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.33333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
  min-width: 10.66667rem;
  min-height: 100%;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 0.33333rem;
    line-height: 1.5;
  }
}

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

.no-animation-only-this {
  transition: none !important;
}

.no-animation {
  animation-delay: 0s !important;
  animation-duration: 0s !important;
}

.no-animation *:before, .no-animation *:after {
  animation-delay: 0s !important;
  animation-duration: 0s !important;
}

.no-transition-only-this {
  transition: none !important;
}

.no-transition {
  transition: none !important;
}

.no-transition *, .no-transition *:before, .no-transition *:after {
  transition: none !important;
}

::selection {
  background: rgba(123, 95, 163, 0.5);
  color: #fff;
  text-shadow: none;
}

.no-touchevents body ::-webkit-scrollbar {
  -webkit-appearance: none;
}

.no-touchevents body ::-webkit-scrollbar:vertical {
  width: 0.16667rem;
}

.no-touchevents body ::-webkit-scrollbar:horizontal {
  height: 0.16667rem;
}

.no-touchevents body ::-webkit-scrollbar-thumb {
  background-color: rgba(136, 136, 136, 0.2) !important;
  border-radius: 0;
  border: none;
}

.no-touchevents body ::-webkit-scrollbar-track {
  border-radius: 0;
  margin: 0;
  border: none;
  background-color: rgba(136, 136, 136, 0.1) !important;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.wrap {
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 42rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container {
    padding-left: 1.26667rem;
    padding-right: 1.26667rem;
  }
}

.container-anti {
  margin-left: -333.3rem;
  margin-right: -333.3rem;
}

.container-anti__inner {
  margin: 0 auto;
  width: 100vw;
}

.custom-scrollbar ::-webkit-scrollbar {
  -webkit-appearance: none;
}

.custom-scrollbar ::-webkit-scrollbar:vertical {
  width: 0.16667rem;
}

.custom-scrollbar ::-webkit-scrollbar:horizontal {
  height: 0.16667rem;
}

.custom-scrollbar ::-webkit-scrollbar-track {
  border-radius: 3.33333rem;
  border: none;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.custom-scrollbar ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 3.33333rem;
  border: none;
}

.custom-scrollbar--dark ::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.custom-scrollbar--dark ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/*
Лейаут шапки
*/
.header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 60;
  font-family: "Gotham Pro", Arial, Helvetica, sans-serif;
  font-size: 0.6rem;
  line-height: 1.16667;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  transition: all 0.6s ease-in-out;
}

.header--fixed {
  position: fixed;
}

.header--absolute {
  position: absolute;
}

.header--hidden {
  transform: translate3d(0, -100%, 0);
}

.header-replace {
  display: none;
  height: 10rem;
  flex: auto 0 0;
}

@media (max-width: 767px) {
  .header-replace {
    height: 3rem;
  }
}

.header--scrolled-height + .header-replace,
.header--fixed + .header-replace,
.header--absolute + .header-replace {
  display: block;
}

.header--over + .header-replace {
  display: none;
}

.header__offset {
  position: absolute;
  top: 0;
  left: 0;
}

.header__inner {
  position: relative;
  transition: all 0.3s;
}

.cols-w--header {
  position: relative;
  z-index: 13;
  margin: 0 -0.5rem;
}

@media (min-width: 768px) {
  .cols-w--header {
    padding-left: 8.33333rem;
    margin-right: -3.33333rem;
  }
}

@media (min-width: 1024px) {
  .cols-w--header {
    margin-right: -5.66667rem;
  }
}

.cols-w--header > .cols {
  table-layout: auto;
}

.cols-w--header > .cols > .col {
  position: relative;
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1;
  height: 10rem;
  transition: height 0.3s;
}

@media (max-width: 767px) {
  .cols-w--header > .cols > .col {
    height: 3rem;
  }
}

.cols-w--header > .cols > .col--fit {
  width: 1px;
}

.cols-w--header > .cols > .col--logo {
  white-space: nowrap;
  font-size: 0;
}

.cols-w--header > .cols > .col--cbutton {
  font-size: 0;
}

/*
Меню в шапке
*/
.hmenu__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0;
  margin-bottom: -0.5rem;
  margin-right: -1.66667rem;
}

.hmenu__item {
  display: inline-block;
  vertical-align: top;
  font-size: 1.06667rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.16667;
  margin-right: 1.66667rem;
  margin-bottom: 0.5rem;
}

.hmenu__item.active .hmenu__link {
  color: #ffe489;
}

.hmenu__item.active .hmenu__link:before {
  opacity: 1;
  transform: translateY(-50%);
}

.hmenu__item .icon {
  font-size: 1.83333rem;
  margin: 0 0.83333rem;
}

@media (max-width: 1023px) {
  .hmenu__item .icon {
    font-size: 1.5rem;
    margin: 0 0.5rem;
  }
}

.hmenu__item .icon:first-child {
  margin-left: 0;
}

.hmenu__item .icon:last-child {
  margin-right: 0;
}

.hmenu__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none !important;
}

.hmenu__link:hover {
  color: #ffe489;
}

.hmenu__link:active {
  color: #ffe489;
}

/*
Кнопка-гамбургер открытия меню для мобильных
*/
.cbutton {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
  width: 1rem;
  color: #fff;
  font-family: Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  z-index: 14;
  transition: all 0.3s;
}

.cbutton .loader {
  display: none;
}

.cbutton:hover {
  text-decoration: none;
  color: #ffe489;
}

.cbutton:active {
  text-decoration: none;
  color: #ffe489;
}

.cbutton__inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.cbutton__item {
  position: relative;
  display: block;
  height: 0.13333rem;
  width: 100%;
  background: currentColor;
  border-radius: 3.33333rem;
  margin-top: 0.2rem;
  transition: transform 0.5s, opacity 0.5s;
}

.cbutton__item:first-child {
  margin-top: 0;
}

.cbutton.active .cbutton__item:nth-child(1),
.menu-overlay-active .cbutton__item:nth-child(1) {
  opacity: 1;
  transform: translateY(0.33333rem) rotate(-45deg);
}

.cbutton.active .cbutton__item:nth-child(2),
.menu-overlay-active .cbutton__item:nth-child(2) {
  opacity: 1;
  transform: rotate(45deg) scaleX(0);
}

.cbutton.active .cbutton__item:nth-child(3),
.menu-overlay-active .cbutton__item:nth-child(3) {
  opacity: 1;
  transform: translateY(-0.33333rem) rotate(45deg);
}

.menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 26.66667rem;
  height: 100vh;
  background: #ba92be;
  color: #fff;
  transform: translate3d(100%, 0, 0);
  pointer-events: auto;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
  transition: transform 0.7s, opacity 0.7s, visibility 0s 0.7s, z-index 0s 0.7s;
  will-change: transform, opacity;
}

@media (max-width: 767px) {
  .menu-overlay {
    width: 100%;
    transform: translate3d(0, -100%, 0);
  }
}

.menu-overlay-active .menu-overlay {
  z-index: 10;
  transform: none;
  visibility: visible;
  transition-delay: 0s;
}

.menu-overlay__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex: auto 1 1;
  flex-direction: column;
  transition: all 0.4s;
}

.menu-overlay__content {
  position: relative;
  flex: 1;
  flex-basis: 0;
  min-width: 0;
  padding: 2.66667rem 0 1.66667rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.menu-overlay__content-crop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  overflow: hidden;
}

.menu-overlay .hmenu {
  margin-top: 1.66667rem;
  letter-spacing: 0;
  text-align: center;
}

.menu-overlay .hmenu:first-child {
  margin-top: 0;
}

.menu-overlay .hmenu__list {
  flex-direction: column;
}

.menu-overlay .hmenu__item {
  margin-top: 1rem;
  margin-left: 0;
  text-align: center;
  display: block;
  font-size: 0.66667rem;
}

.menu-overlay .hmenu__item:first-child {
  margin-top: 0;
}

.menu-overlay .hmenu__item .icon {
  font-size: 1.2rem;
  margin: 0 0.5rem;
}

.menu-overlay .hmenu__item .icon:first-child {
  margin-left: 0;
}

.menu-overlay .hmenu__item .icon:last-child {
  margin-right: 0;
}

.menu-overlay .hmenu__link {
  text-decoration: none !important;
  color: inherit;
}

.b-lazy {
  min-width: 1px;
  min-height: 1px;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.7s;
}

.b-lazy-visible {
  opacity: 1;
}

.blazy-loaded {
  opacity: 1;
}

.img-to-bg-lazy {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.7s;
}

.img-to-bg-lazy-loaded {
  opacity: 1;
}

.image {
  display: block;
  position: relative;
  padding-bottom: 100%;
  margin-top: 1.83333rem;
  margin-bottom: 1.83333rem;
  background-color: #e8e8e8;
  color: #fff;
}

.image:first-child {
  margin-top: 0;
}

.image:last-child {
  margin-bottom: 0;
}

.image--transparent {
  background-color: transparent;
}

.image__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image__inner--contain {
  background-size: contain;
}

.image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}

/*
Content Section
*/
.section {
  position: relative;
  z-index: 1;
  flex: auto 0 0;
  padding: 2.33333rem 0;
}

@media (max-width: 767px) {
  .section {
    padding: 1rem 0;
  }
}

.section--bring-to-front {
  z-index: 2;
}

.section--bring-to-front2 {
  z-index: 3;
}

.section--bring-to-back {
  z-index: 0;
}

.section--z-index-auto {
  z-index: auto;
}

.section--flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section--flex-start {
  justify-content: flex-start;
}

.section--flex-end {
  justify-content: flex-end;
}

.section--fullheight {
  flex: auto 1 1;
}

.section--min100vh {
  min-height: 100vh;
}

.section--nopadding {
  padding: 0;
}

.section--nopaddingb {
  padding-bottom: 0;
}

.section--nopaddingt {
  padding-top: 0;
}

.section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  z-index: -1;
  overflow: hidden;
}

.section__bg--z-index-auto {
  z-index: auto;
}

.section__bg--contain {
  background-size: contain;
}

.section__bg-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
}

.section__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}

.section__z-index-1 {
  position: relative;
  z-index: 1;
}

.section--dark {
  background-color: #888;
  color: #fff;
}

.section--dark a {
  color: inherit;
}

.section--dark a:hover {
  color: inherit;
}

.section--dark a:active {
  color: inherit;
}

.section--transparent {
  background-color: transparent;
}

/*
Section "Hero"
*/
.section--hero {
  z-index: auto;
}

.hero {
  display: flex;
}

.hero__content {
  flex: 1;
  flex-basis: 0;
  min-width: 0;
}

.hero__image {
  position: relative;
  flex: auto 0 0;
  width: 27.9rem;
  margin: -1rem -8rem 0 0;
}

@media (max-width: 1023px) {
  .hero__image {
    left: -20px;
  }
}

@media (max-width: 767px) {
  .hero__image {
    left: 0;
    width: 7.7rem;
    margin: 1.66667rem -3.33333rem -5.33333rem -1.66667rem;
  }
}

.hero__image-inner {
  display: block;
  position: relative;
  z-index: -1;
}

.hero__image img {
  width: auto;
  height: auto;
}

.hero__image-product {
  position: absolute;
  right: -3.33333rem;
  bottom: -3.33333rem;
  z-index: 2;
  max-width: 22.93333rem;
}

@media (max-width: 767px) {
  .hero__image-product {
    right: 0.33333rem;
    bottom: 2.66667rem;
    max-width: 6.16667rem;
    transform: rotate(-2deg);
  }
}

.hero__image-product img {
  width: auto;
  height: auto;
}

.hero__icon {
  margin-top: 1rem;
  max-width: 6.06667rem;
  position: relative;
  top: -1.5rem;
}

.hero__icon:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
   {
    max-width: 1.86667rem;
    top: -0.33333rem;
  }
}

.hero__icon img {
  width: auto;
  height: auto;
}

.hero__title {
  position: relative;
  z-index: 1;
  line-height: 1.33333;
  margin-top: 1.33333rem;
}

.hero__title:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hero__title {
    margin-top: 0.83333rem;
  }
}

@media (max-width: 767px) {
  .hero__title .h1 {
    font-size: 1.13333rem;
    color: inherit;
  }
}

.hero__summary {
  margin-top: 0.66667rem;
}

.hero__summary:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hero__summary {
    margin-top: 0.16667rem;
  }
}

.hero__action {
  margin-top: 1.66667rem;
}

.hero__action:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hero__action {
    margin-top: 0.83333rem;
  }
}

.section--beauty-box {
  z-index: auto;
  margin-top: -7rem;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .section--beauty-box {
    margin-top: 0;
    padding-top: 1.16667rem;
  }
}

.beauty-box-wrapper {
  position: relative;
}

.beauty-box-wrapper:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4.83333rem 0 0 1.66667rem;
  z-index: -1;
  transform: translate(-50%, -50%);
  height: 47.66667rem;
  width: 75rem;
  background: center center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2250.285' height='1430.85' viewBox='0 0 2250.285 1430.85'%3E%3Cpath fill='%23e3b5e8' d='M2374.7,2029.22c-62.94,107.8-327.37,297.81-794.29,367-755.7,111.99-1134.172-20.17-1277.669-235.55a522.139,522.139,0,0,1-65.569-140.47C130.325,1718.82,295,1358,295,1358s130.82-502.421,1147.39-306.56c79.1,10.31,148.07,27.44,212.48,48.11Q1710.91,1114,1770,1131s293.05,88.82,443.5,173.89c27.37,14.5,55.39,32.66,81.41,55.52C2476.21,1519.64,2496.12,1821.22,2374.7,2029.22Z' transform='translate(-201.125 -1006.12)'/%3E%3C/svg%3E%0A");
  content: '';
}

@media (max-width: 767px) {
  .beauty-box-wrapper:before {
    margin: 1rem 0 0 -4.66667rem;
    height: 26.66667rem;
    width: 33.06667rem;
    background-image: url("data:image/svg+xml,%3Csvg width='992' height='800' viewBox='0 0 992 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M850.843 94.9513C506.343 77.9514 256.843 169.951 166.843 265.451C58.4371 320.434 24.9441 470.68 14.343 572.951C3.74187 675.223 364.843 759.847 734.843 759.847C881.296 688.91 1114.64 107.969 850.843 94.9513Z' fill='%23E3B5E8'/%3E%3C/svg%3E%0A");
  }
}

.beauty-box {
  position: relative;
  z-index: 2;
  pointer-events: none;
  margin: -7.33333rem 0 -7.33333rem -8rem;
}

@media (max-width: 767px) {
  .beauty-box {
    margin: 1.16667rem 1.33333rem -0.66667rem -2rem;
  }
}

.beauty-box__image {
  position: relative;
  padding-bottom: 100%;
}

.beauty-box__image img, .beauty-box__image video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.beauty-box__image video {
  visibility: hidden;
}

.webm-alpha .beauty-box__image video {
  visibility: visible;
}

.beauty-box__image img {
  visibility: hidden;
}

.no-webm-alpha .beauty-box__image img {
  visibility: visible;
}

.beauty-box__image-area {
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 20%;
  left: 0;
}

.beauty-box__desc {
  position: absolute;
  top: 12rem;
  right: -2.33333rem;
  z-index: -1;
  width: 18.33333rem;
}

@media (max-width: 767px) {
  .beauty-box__desc {
    top: -0.5rem;
    right: -1.66667rem;
    width: 7rem;
  }
}

.beauty-box__desc:before {
  position: absolute;
  top: 100%;
  right: 2.66667rem;
  margin-top: -0.33333rem;
  height: 7.96667rem;
  width: 4.76667rem;
  background: center center no-repeat;
  background-size: contain;
  background-image: url("../pic/arrow-white.png");
  content: '';
  pointer-events: none;
}

@media (max-width: 767px) {
  .beauty-box__desc:before {
    right: 1rem;
    margin-top: 0.66667rem;
    height: 2.93333rem;
    width: 1.66667rem;
    transform: rotate(-5deg);
  }
}

.beauty-box__title {
  font-size: 1.83333rem;
  line-height: 1.2;
  margin-top: 1rem;
}

.beauty-box__title:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .beauty-box__title {
    font-size: 0.66667rem;
  }
}

.beauty-box__summary {
  margin-top: 0.33333rem;
}

.beauty-box__summary:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .beauty-box__summary {
    margin-top: 0;
    text-transform: uppercase;
  }
}

.fill-current-color {
  fill: currentColor;
}

.summary {
  margin-top: 2.33333rem;
}

.summary:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .summary {
    margin-top: 1rem;
  }
}

.action {
  margin-top: 3rem;
}

.action:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .action {
    margin-top: 1.33333rem;
  }
}

.icon-tick {
  width: 1em;
  height: 108em/88;
  font-size: 2.93333rem;
}

@media (max-width: 767px) {
  .icon-tick {
    font-size: 1.46667rem;
  }
}

.section--sprize {
  margin: -3.66667rem 0 0;
  padding: 0 0 3.33333rem;
  z-index: auto;
}

@media (max-width: 767px) {
  .section--sprize {
    margin: -1rem 0 0;
    padding: 0 0 1rem;
  }
}

.sprize {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sprize {
    display: block;
  }
}

.sprize__image {
  position: relative;
  width: 21.33333rem;
  padding-left: 2.33333rem;
  margin-right: -0.66667rem;
  margin-left: -2rem;
  flex: auto 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .sprize__image {
    width: 9.66667rem;
    margin-left: 0;
  }
}

.sprize__image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1rem 0 0 2rem;
  z-index: -1;
  transform: translate(-50%, -50%);
  font-size: 26.1rem;
  line-height: 1;
  height: 1em;
  width: 1.17752em;
  background: center center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='1226.7' height='1041.9' viewBox='0 0 920 781.5'%3E%3Cpath d='M3970 7819 c-905 -25 -1728 -207 -2354 -521 -645 -323 -976 -745 -1272 -1621 -188 -557 -281 -1036 -324 -1662 -14 -205 -14 -710 0 -885 47 -599 168 -1049 370 -1385 433 -717 1258 -1263 2323 -1535 547 -140 1066 -201 1692 -201 714 0 1347 83 2005 263 611 167 1234 444 1655 736 546 379 920 1023 1069 1842 66 360 91 862 66 1325 -39 723 -171 1296 -407 1769 -261 522 -618 857 -1252 1172 -820 408 -1967 674 -3011 699 -118 3 -237 7 -265 8 -27 2 -160 0 -295 -4z' transform='matrix(.1 0 0 -.1 -1 782)' fill='%237b5da5'/%3E%3C/svg%3E%0A");
  content: '';
}

@media (max-width: 767px) {
  .sprize__image:before {
    margin: -1.16667rem 0 0 3.33333rem;
    font-size: 13rem;
  }
}

.sprize__image-inner {
  margin-top: 0.33333rem;
  position: relative;
  z-index: 1;
}

.sprize__image-inner:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sprize__image-inner {
    transform: rotate(10deg);
    margin-top: 0.5rem;
  }
}

.sprize__image-inner-over {
  position: absolute;
  top: 0;
  left: 0;
}

.sprize__image-inner img {
  opacity: 1;
}

.sprize__image-inner-1 {
  display: block;
  transition: all 1s;
  transform: translate(-37.66667rem, 6rem) rotate(-20deg);
}

@media (max-width: 767px) {
  .sprize__image-inner-1 {
    transition: all 0.7s;
    transform: translate(-14.33333rem, 1.66667rem) rotate(-20deg);
  }
}

.sprize.in-view-once .sprize__image-inner-1 {
  transform: none;
}

.sprize__image-inner-2 {
  display: block;
  transition: all 1s 0.2s;
  transform: translate(22rem, 3.33333rem) rotate(20deg);
}

@media (max-width: 767px) {
  .sprize__image-inner-2 {
    transition: all 0.7s 0.1s;
    transform: translate(6.66667rem, 1.66667rem) rotate(20deg);
  }
}

.sprize.in-view-once .sprize__image-inner-2 {
  transform: none;
}

.sprize__image .h4, .sprize__image h4 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sprize__image .h4, .sprize__image h4 {
    transform: rotate(15deg);
    position: relative;
    left: -1rem;
  }
}

.sprize__desc {
  position: relative;
  align-self: flex-end;
  flex: 1;
  margin: -0.33333rem 0;
  flex-basis: 0;
  min-width: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .sprize__desc {
    margin: 1.83333rem 0 0;
  }
}

.sprize__desc:before {
  position: absolute;
  right: 3.16667rem;
  bottom: 100%;
  margin-bottom: 1.33333rem;
  font-size: 5.23333rem;
  line-height: 1;
  height: 1em;
  width: 1.57325em;
  background: center center no-repeat;
  background-size: contain;
  background-image: url("../pic/arrow-yellow-to-right-top.png");
  content: '';
}

@media (max-width: 767px) {
  .sprize__desc:before {
    right: 0;
    left: -0.16667rem;
    margin-bottom: 0.83333rem;
    font-size: 2.16667rem;
    transform: rotate(-25deg);
  }
}

.sprize__title {
  margin-top: 1rem;
}

.sprize__title:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sprize__title {
    line-height: 1.375;
  }
}

.sprize__summary {
  margin-top: 0.66667rem;
}

.sprize__summary:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sprize__summary {
    margin-top: 0.1rem;
    text-transform: uppercase;
  }
}

.section--steps {
  padding: 2.66667rem 0 0.66667rem;
}

@media (max-width: 767px) {
  .section--steps {
    padding: 1rem 0 1.5rem;
  }
}

.itgbs {
  margin: 0 -1.66667rem;
  margin-top: 1.66667rem;
}

.itgbs:first-child {
  margin-top: 0;
}

.itgbs:after {
  content: "";
  display: table;
  clear: both;
}

.itgbs__inner {
  float: left;
  width: 100%;
  margin: -1.83333rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.itgb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 1.83333rem 1.66667rem;
}

@media (max-width: 767px) {
  .itgb {
    width: 100%;
  }
}

.itgb:before {
  position: absolute;
  top: 4.33333rem;
  left: 0;
  transform: translate(-50%, -50%);
  height: 1em;
  width: 1.625em;
  font-size: 1.86667rem;
  background: center center no-repeat;
  background-image: url("../pic/arrow-right.png");
  background-size: contain;
  content: '';
}

@media (max-width: 767px) {
  .itgb:before {
    transform: translate(-50%, -50%) rotate(90deg);
    font-size: 1rem;
    top: 0rem;
    left: 50%;
  }
}

.itgb:nth-child(3n+1):before {
  display: none;
}

.itgb__inner {
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .itgb__inner {
    width: 5.66667rem;
    margin: 0 auto;
    padding: 0.66667rem 0.66667rem 0.5rem;
    border-radius: 0.66667rem;
    border: 0.06667rem solid #65d4e1;
  }
}

.itgb__icon {
  font-size: 4.83333rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .itgb__icon {
    font-size: 2.66667rem;
  }
}

.itgb__icon img {
  vertical-align: top;
  width: auto;
  max-height: 1em;
}

.itgb__title {
  margin-top: 1.16667rem;
}

.itgb__title:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .itgb__title {
    margin-top: 0.5rem;
  }
}

.itgb__summary {
  margin-top: 0.16667rem;
}

.itgb__summary:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .itgb__summary {
    text-transform: uppercase;
    margin-top: 0;
  }
}

.wtgbs-block {
  margin-top: 1.33333rem;
  max-width: 26.66667rem;
}

.wtgbs-block:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .wtgbs-block {
    max-width: 8.66667rem;
    margin-top: 1rem;
  }
}

.wtgbs {
  margin: 0 -0.66667rem;
  margin-top: 1.33333rem;
}

.wtgbs:first-child {
  margin-top: 0;
}

.wtgbs:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .wtgbs {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: 1rem;
  }
}

.wtgbs__inner {
  float: left;
  width: 100%;
  margin: -0.66667rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 767px) {
  .wtgbs__inner {
    margin: -0.5rem 0;
  }
}

.wtgb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0.66667rem;
}

@media (max-width: 767px) {
  .wtgb {
    width: 50%;
    padding: 0.5rem;
  }
}

.wtgb__inner {
  position: relative;
  display: block;
  text-decoration: none !important;
  color: inherit !important;
  text-align: center;
  transition: all 0.3s;
}

.wtgb__inner:before {
  position: absolute;
  top: -0.33333rem;
  right: -0.33333rem;
  bottom: -0.33333rem;
  left: -0.33333rem;
  border: 0.13333rem solid #7B5FA3;
  opacity: 0;
  content: '';
  transition: all 0.3s;
}

.wtgb__inner img {
  transition: all 0.3s;
}

.wtgb__inner:hover:before {
  opacity: 1;
}

.wtgb__inner:active {
  transform: scale(0.97);
}

.wtgb__inner:active:before {
  opacity: 1;
}

.section--bottom {
  z-index: -1;
}

@media (max-width: 767px) {
  .section--bottom {
    padding-top: 3.33333rem;
  }
}

.section--bottom:before {
  position: absolute;
  top: -22.33333rem;
  left: 50%;
  transform: translateX(-50%);
  height: 98.83333rem;
  width: 103.63333rem;
  background: center center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='3109' height='2965' viewBox='0 0 3109 2965' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M116.5 2475.5C-97.508 2200.33 34.9999 1387.5 116.5 1082.5C195 734.5 382.787 498.67 556.466 330.63C956.36 -56.2598 1780.89 -99.9597 2239.74 180.42C2674.48 446.07 3181.08 1687.98 3100.23 2202.95C2965.18 3063.16 719.553 3250.93 116.5 2475.5Z' fill='%237B5DA5'/%3E%3C/svg%3E%0A");
  content: '';
  z-index: -1;
}

@media (max-width: 767px) {
  .section--bottom:before {
    display: none;
  }
}

.section--bottom:after {
  position: absolute;
  top: 33.33333rem;
  right: 0;
  bottom: 0;
  left: 0;
  background: #7B5DA5;
  z-index: -2;
  content: '';
}

@media (max-width: 767px) {
  .section--bottom:after {
    top: 0;
  }
}

.section--inside {
  padding-bottom: 3.33333rem;
}

@media (max-width: 767px) {
  .section--inside {
    padding-bottom: 0;
  }
}

.b-inside {
  color: #7b5da5;
}

.b-inside__area {
  position: relative;
  padding-bottom: 100%;
}

.b-inside__area:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  margin: 1.66667rem 0 0 8.33333rem;
  transform: translate(-50%, -50%);
  height: 43.43333rem;
  width: 60.26667rem;
  background: center center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1808 1303'%3E%3Cpath fill='%23e3b5e8' d='M1808,602.47c0,13.66,0,27.32,0,40.97c-0.29,1.95-0.68,3.89-0.85,5.86c-2.07,23.2-3.34,46.5-6.29,69.59 c-6.87,53.73-20.57,105.79-42.19,155.5c-61.76,142.01-166.36,235.58-316.25,277.13c-21.12,5.85-43.07,8.67-64.26,14.29 c-58.37,15.45-116.68,31.17-174.78,47.65c-114.29,32.41-229.76,59.14-347.64,74.81c-52.72,7.01-105.62,11.87-158.77,13.47 c-69.57,2.1-138.91-0.6-207.77-11.71c-51.42-8.29-101.69-20.82-150.15-40.1c-48.3-19.22-93.21-44.19-132.5-78.63 c-15.23-13.35-27.45-29.42-41.03-44.28c-36.57-40.01-67.19-83.93-91.44-132.33c-32.73-65.31-53.27-134.39-64.26-206.5 C-0.5,720.37-1.04,652.46,7.29,584.52c10.58-86.26,35.27-168.25,76.37-245.06c30.02-56.1,67.14-106.79,114.28-149.88 c61.4-56.11,132.52-95.86,210.11-124.64c85.73-31.79,174.75-48.49,265.5-56.86c56.64-5.22,113.43-6.7,170.3-5.59 c67.68,1.32,135.19,5.55,202.33,13.95c59.47,7.44,118.8,16.11,178.11,24.76c69.02,10.07,140.1,32.19,202.1,61.58 c68.81,32.63,131.77,73.97,188,125.36c63.91,58.4,116.09,125.55,151.77,204.86c20.14,44.76,33.68,91.37,38.98,140.25 C1806.21,582.98,1807.06,592.73,1808,602.47z'/%3E%3C/svg%3E%0A");
  content: '';
}

@media (max-width: 767px) {
  .b-inside__area {
    padding-bottom: 300%;
  }
  .b-inside__area:before, .b-inside__area:after {
    z-index: -1;
    width: 101vw;
    height: auto;
    margin: 0;
    transform: translate(-50%, 0);
    background: center center no-repeat;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='973' viewBox='0 0 375 973' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M824.766 189.508C754.877 94.1901 610.192 -57.0923 174.823 22.3069C-249.069 99.6131 -356.797 442.514 -325.533 653.444C-294.268 864.374 58.5 1028.5 288.5 954.5C660.079 834.949 848.47 837.617 890.083 905.051C895.934 938.519 899.517 951.913 899 935.734C898.639 924.422 895.696 914.147 890.083 905.051C868.4 781.022 815.563 381.311 824.766 189.508Z' fill='%23E3B5E8'/%3E%3C/svg%3E%0A");
    content: '';
  }
  .b-inside__area:before {
    position: absolute;
    top: -0.33333rem;
    left: 50%;
    height: 50%;
    min-height: 7rem;
    background-position: center top;
  }
  .b-inside__area:after {
    position: absolute;
    top: auto;
    bottom: -2.33333rem;
    left: 50%;
    height: 100%;
    background-position: center bottom;
  }
}

.b-inside__title {
  position: absolute;
  top: -0.16667rem;
  right: -0.33333rem;
  width: 25.6rem;
  height: 25.6rem;
  font-size: 2.23333rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .b-inside__title {
    top: 1.5rem;
    width: 9.33333rem;
    height: 9.33333rem;
    transform: rotate(-35deg);
    font-size: 2.66667rem;
  }
}

.b-inside__title svg {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.b-inside__item {
  position: absolute;
}

.b-inside__item svg {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.b-inside__item-title {
  font-size: 0.93333rem;
  line-height: 0.92857;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .b-inside__item-title {
    font-size: 0.4rem;
    line-height: 1.41667;
  }
}

.b-inside__item--rexona {
  left: 7.83333rem;
  top: 5.5rem;
  width: 6.33333rem;
}

@media (max-width: 767px) {
  .b-inside__item--rexona {
    left: 6.33333rem;
    top: 17.33333rem;
    width: 2.16667rem;
    transform: rotate(35deg);
  }
}

.b-inside__item--rexona .b-inside__item-image--2 {
  position: absolute;
  top: -1.33333rem;
  left: 1.5rem;
  width: 4.3rem;
}

@media (max-width: 767px) {
  .b-inside__item--rexona .b-inside__item-image--2 {
    top: -1rem;
    left: 0.5rem;
    width: 1.83333rem;
  }
}

.b-inside__item--rexona .b-inside__item-title {
  transform: rotate(-25deg);
}

.b-inside__item--rexona .b-inside__item-title--1 {
  position: absolute;
  right: 100%;
  bottom: -1rem;
  margin: 0 -1.16667rem 0 0;
}

@media (max-width: 767px) {
  .b-inside__item--rexona .b-inside__item-title--1 {
    bottom: -0.16667rem;
    margin: 0 -0.16667rem 0 0;
  }
}

.b-inside__item--rexona .b-inside__item-title--2 {
  position: absolute;
  top: -2.5rem;
  left: 100%;
  margin: 0 0 0 0.16667rem;
}

@media (max-width: 767px) {
  .b-inside__item--rexona .b-inside__item-title--2 {
    top: auto;
    bottom: 1.93333rem;
    left: 100%;
    margin: 0 0 0 0.06667rem;
  }
}

.b-inside__item--notebook {
  right: 2.33333rem;
  top: 14.5rem;
  width: 8.86667rem;
}

@media (max-width: 767px) {
  .b-inside__item--notebook {
    right: auto;
    left: 0.66667rem;
    top: 12.33333rem;
    width: 3.83333rem;
    transform: rotate(-42deg);
  }
}

.b-inside__item--notebook .b-inside__item-title {
  position: absolute;
  bottom: 0.33333rem;
  left: 100%;
  margin: 0 0 0 -2.16667rem;
  transform-origin: 0 0;
  width: 11.66667rem;
  transform: rotate(-62deg);
}

@media (max-width: 767px) {
  .b-inside__item--notebook .b-inside__item-title {
    bottom: 0.16667rem;
    right: auto;
    left: -0.66667rem;
    margin: 0;
    transform-origin: 0 100%;
  }
}

.b-inside__item--tickets {
  right: 1.5rem;
  bottom: 4.66667rem;
  width: 13.33333rem;
}

@media (max-width: 767px) {
  .b-inside__item--tickets {
    top: 4.5rem;
    right: auto;
    bottom: auto;
    left: 0.5rem;
    width: 6.16667rem;
    transform: rotate(-23deg);
  }
}

.b-inside__item--tickets .b-inside__item-title {
  position: absolute;
  top: 100%;
  left: 0;
  margin: -1.83333rem 0 0 1.66667rem;
  transform-origin: 0 0;
  width: 11.66667rem;
  transform: rotate(14deg);
}

@media (max-width: 767px) {
  .b-inside__item--tickets .b-inside__item-title {
    margin: -1rem 0 0 0.66667rem;
  }
}

.b-inside__item--bottle {
  left: 3.33333rem;
  bottom: 6.16667rem;
  width: 5.56667rem;
}

@media (max-width: 767px) {
  .b-inside__item--bottle {
    width: 2.66667rem;
    left: 2.5rem;
    bottom: auto;
    top: 21.33333rem;
    transform: rotate(30deg);
  }
}

.b-inside__item--bottle .b-inside__item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0.16667rem 0 0 1.5rem;
  transform-origin: 0% 100%;
  width: 11.66667rem;
  transform: rotate(-105deg);
}

@media (max-width: 767px) {
  .b-inside__item--bottle .b-inside__item-title {
    margin: 0 0 0 0.66667rem;
  }
}

.b-inside__item--t-shirt {
  left: 6.16667rem;
  bottom: 5.33333rem;
  width: 15.73333rem;
}

@media (max-width: 767px) {
  .b-inside__item--t-shirt {
    width: 5.5rem;
    left: 3.5rem;
    bottom: auto;
    top: 22.66667rem;
    transform: rotate(25deg);
  }
}

.b-inside__item--t-shirt .b-inside__item-title {
  position: absolute;
  top: 100%;
  left: 0;
  margin: -2.33333rem 0 0 3.66667rem;
  transform-origin: 0% 0%;
  width: 8.33333rem;
  text-align: center;
  transform: rotate(18deg);
}

@media (max-width: 767px) {
  .b-inside__item--t-shirt .b-inside__item-title {
    top: auto;
    bottom: 100%;
    left: 0;
    margin: 0 0 1.16667rem -0.16667rem;
  }
}

@media (min-width: 768px) {
  .b-inside__item--t-shirt .b-inside__item-title {
    font-size: 1.13333rem;
    color: #ba92be;
  }
}

.b-inside__item--t-shirt:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 3.16667rem 0 0 1rem;
  transform: translate(-50%, -50%);
  height: 14.36667rem;
  width: 16.2rem;
  background: center center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='486.155' height='430.94' viewBox='0 0 486.155 430.94'%3E%3Cpath fill='%23e8e1db' d='M1281.06,5102.98c62.97,47.83,92.15,142.33,69.68,223.62-34.29,124.09-184.23,198.51-310.37,158.34-101.945-32.47-179.228-136.66-166.986-227.01C893.428,5109.99,1152.37,5005.23,1281.06,5102.98Z' transform='translate(-872.125 -5064.94)'/%3E%3C/svg%3E%0A");
  content: '';
}

@media (max-width: 767px) {
  .b-inside__item--t-shirt:before {
    margin: -1.66667rem 0 0 -2.16667rem;
    height: 5.23333rem;
    width: 5.23333rem;
    background-image: url("data:image/svg+xml,%3Csvg width='157' height='157' viewBox='0 0 157 157' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='78.1869' cy='78.6057' r='78.1521' transform='rotate(29.3573 78.1869 78.6057)' fill='%23E8E1DB'/%3E%3C/svg%3E%0A");
  }
}

.b-inside__item--necklace {
  left: 18.33333rem;
  top: 5rem;
  width: 11.56667rem;
}

@media (max-width: 767px) {
  .b-inside__item--necklace {
    left: 5rem;
    top: 10.33333rem;
    width: 4rem;
  }
  .b-inside__item--necklace img {
    transform: rotate(20deg);
  }
}

.b-inside__item--necklace .b-inside__item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 2rem 0 0 -1rem;
  text-align: center;
  font-size: 1.13333rem;
  width: 25.6rem;
  height: 25.6rem;
}

@media (max-width: 767px) {
  .b-inside__item--necklace .b-inside__item-title {
    margin: 0.33333rem 0 0 0.33333rem;
    font-size: 1.06667rem;
    width: 10.66667rem;
    height: 10.66667rem;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.b-inside__item--necklace:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.16667rem 0 0 2.16667rem;
  transform: translate(-50%, -50%);
  font-size: 7.9rem;
  height: 1em;
  width: 1.12658em;
  background: center center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='267.34' height='237' viewBox='0 0 267.34 237'%3E%3Cpath fill='%23cea9cb' d='M1537.04,4574.74c34.62,26.3,50.67,78.27,38.32,122.97-18.86,68.24-101.32,109.17-170.68,87.08-56.07-17.86-98.57-75.16-91.84-124.84C1323.87,4578.59,1466.27,4520.98,1537.04,4574.74Z' transform='translate(-1312.16 -4553.81)'/%3E%3C/svg%3E%0A");
  content: '';
}

@media (max-width: 767px) {
  .b-inside__item--necklace:before {
    font-size: 3.73333rem;
    margin: -0.66667rem 0 0 -0.83333rem;
  }
}

.b-inside__more {
  position: absolute;
  right: 0;
  bottom: -1rem;
  max-width: 26.66667rem;
  transform: rotate(-5deg);
}

@media (max-width: 767px) {
  .b-inside__more {
    font-size: 0.66667rem;
    line-height: 1.35;
    transform: none;
    max-width: 8.33333rem;
    right: auto;
    left: 0;
    bottom: -0.83333rem;
  }
}

.o-block {
  border: 0.1rem solid #E3B5E8;
  border-radius: 0.66667rem;
  padding: 1.83333rem 2.5rem 1.5rem;
  font-size: 0.86667rem;
  line-height: 1.19231;
  font-weight: 500;
  margin-top: 1.16667rem;
}

.o-block:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .o-block {
    border-width: 0.06667rem;
    padding: 1.66667rem 1rem;
    font-size: 0.4rem;
    line-height: 1.41667;
  }
}

.o-block--active {
  background-color: #ffe489;
  color: #7B5FA3;
}

@media (max-width: 767px) {
  .o-block--compact-top {
    padding-top: 1rem;
  }
}

.o-block .cols-w > .cols {
  position: relative;
}

@media (max-width: 767px) {
  .o-block .cols-w > .cols {
    margin-bottom: -1rem;
  }
}

@media (max-width: 767px) {
  .o-block .cols-w > .cols > .col {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .o-block .cols-w--o-block-compact > .cols {
    margin-bottom: -0.5rem;
  }
}

@media (max-width: 767px) {
  .o-block .cols-w--o-block-compact > .cols > .col {
    margin-bottom: 0.5rem;
  }
}

.o-block p {
  margin-top: 1.83333rem;
}

.o-block p:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .o-block p {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .o-block .col:first-child {
    width: 30%;
  }
}

.o-block .col--m0-on-mobile {
  margin-bottom: 0 !important;
}

.o-block picture {
  display: block;
  margin: -2.66667rem -1.66667rem -2.16667rem -3.66667rem;
  max-width: 11.83333rem;
  text-align: center;
}

@media (max-width: 767px) {
  .o-block picture {
    position: absolute;
    right: 0rem;
    bottom: -1.66667rem;
    margin: 0;
    max-width: 4.16667rem;
  }
}

@media (max-width: 767px) {
  .o-block .picture-1 {
    transform: rotate(25deg);
  }
}

.o-block .picture-2 {
  margin: -5.33333rem -2.66667rem -4rem -3.66667rem;
  max-width: 12.06667rem;
}

@media (max-width: 767px) {
  .o-block .picture-2 {
    margin: 0;
    max-width: 4rem;
    transform: rotate(-45deg);
    position: absolute;
    right: -0.66667rem;
    bottom: -1.83333rem;
  }
}

.icon-unilever {
  width: 4.76667rem;
}

.rtable-wrapper {
  margin-top: 1rem;
}

.rtable-wrapper:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rtable-wrapper {
    margin-top: 0.33333rem;
  }
  .rtable-wrapper.active {
    padding-bottom: 0;
  }
}

.btn__set-lines {
  position: relative;
}

.btn__set-lines:before {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 0.66667rem;
  width: 66.66667rem;
  border-top: 1px solid #fff;
  content: '';
}

.btn__set-lines:after {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 0.66667rem;
  width: 66.66667rem;
  border-top: 1px solid #fff;
  content: '';
}

.rtable-trigger {
  margin-top: 1.16667rem;
  display: none;
}

@media (max-width: 767px) {
  .rtable-trigger {
    display: block;
  }
}

.rtable-trigger:first-child {
  margin-top: 0;
}

.rtable-trigger + .rtable {
  margin-top: 0;
}

.rtable-trigger .btn .icon {
  position: absolute;
  bottom: 0.16667rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.26667rem;
}

.rtable-trigger .btn__set-lines:before, .rtable-trigger .btn__set-lines:after {
  display: none;
}

.rtable-wrapper.active .rtable-trigger {
  margin-bottom: -0.83333rem;
}

.rtable-wrapper.active .rtable-trigger .btn {
  background-color: transparent;
  overflow: visible;
}

.rtable-wrapper.active .rtable-trigger .btn:before {
  display: none;
}

.rtable-wrapper.active .rtable-trigger .btn .icon {
  display: none;
}

.rtable-wrapper.active .rtable-trigger .btn .btn__set-lines:before, .rtable-wrapper.active .rtable-trigger .btn .btn__set-lines:after {
  display: block;
}

.rtable {
  display: block;
  margin-top: 1.66667rem;
  font-size: 0.8rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .rtable {
    font-size: 0.46667rem;
    margin-top: 0;
    display: none;
  }
}

.rtable-wrapper.active .rtable {
  display: block;
}

@media (max-width: 767px) {
  .rtable-wrapper.active .rtable {
    display: block;
  }
}

.rtable:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rtable .rtable__head {
    display: none;
  }
}

.rtable .rtable__head-inner {
  padding-right: 1.5rem;
  margin-right: -0.33333rem;
}

.rtable .rtable__body ::-webkit-scrollbar {
  -webkit-appearance: none;
}

.rtable .rtable__body ::-webkit-scrollbar:vertical {
  width: 0.2rem;
}

@media (max-width: 767px) {
  .rtable .rtable__body ::-webkit-scrollbar:vertical {
    width: 0.16667rem;
  }
}

.rtable .rtable__body ::-webkit-scrollbar:horizontal {
  height: 0.2rem;
}

@media (max-width: 767px) {
  .rtable .rtable__body ::-webkit-scrollbar:horizontal {
    height: 0.16667rem;
  }
}

.rtable .rtable__body ::-webkit-scrollbar-thumb {
  background-color: #ffe489 !important;
  border-radius: 3.33333rem;
  border: none;
}

.rtable .rtable__body ::-webkit-scrollbar-track {
  border-radius: 3.33333rem;
  margin: 0;
  border: none;
  background-color: rgba(255, 228, 137, 0.3) !important;
}

@media (max-width: 767px) {
  .rtable__body {
    min-height: 3.33333rem;
  }
}

.rtable__body-inner {
  height: 20rem;
  padding-right: 1.5rem;
  margin-right: -0.33333rem;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .rtable__body-inner {
    height: 15.66667rem;
    padding-right: 0.5rem;
    margin-right: -0.5rem;
  }
}

.rtable__row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid currentColor;
}

@media (max-width: 767px) {
  .rtable__row {
    display: block;
    padding: 0.66667rem 0;
  }
  .rtable__row.to-show {
    display: none;
  }
  .rtable__row.to-show.active {
    display: block;
  }
}

.rtable__row--header {
  font-weight: 700;
}

.rtable__cell {
  padding: 0.83333rem 0.66667rem;
  flex: auto 1 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rtable__row--header .rtable__cell {
  padding-top: 0.43333rem;
  padding-bottom: 0.43333rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .rtable__cell {
    display: block;
    padding: 0.06667rem 0;
    white-space: normal;
    overflow: visible;
  }
  .rtable__cell:before {
    opacity: 0.5;
  }
}

.rtable__cell:nth-child(1) {
  display: none;
  width: 2.66667rem;
  flex: auto 0 0;
}

@media (max-width: 767px) {
  .rtable__cell:nth-child(1) {
    width: auto;
  }
  .rtable__cell:nth-child(1):before {
    content: '№: ';
  }
}

.rtable__cell:nth-child(2) {
  width: 10.66667rem;
  flex: auto 0 0;
}

@media (max-width: 767px) {
  .rtable__cell:nth-child(2) {
    width: auto;
  }
  .rtable__cell:nth-child(2):before {
    content: 'E-mail: ';
  }
}

.rtable__cell:nth-child(3) {
  width: 7.66667rem;
  flex: auto 0 0;
}

@media (max-width: 767px) {
  .rtable__cell:nth-child(3) {
    width: auto;
  }
  .rtable__cell:nth-child(3):before {
    content: 'Имя: ';
  }
}

@media (max-width: 767px) {
  .rtable__cell:nth-child(4):before {
    content: 'Приз: ';
  }
}

.rtable__more {
  position: relative;
  z-index: 1;
  margin-top: -0.5rem;
  display: none;
}

@media (max-width: 767px) {
  .rtable__more {
    display: block;
  }
}

.rtable__more .btn {
  background: none !important;
}

.rtable__more .btn:before {
  display: none;
}

.rtable__close {
  position: relative;
  margin-top: -0.5rem;
  display: none;
}

@media (max-width: 767px) {
  .rtable__close {
    display: block;
  }
}

.rtable__close .btn {
  background: none !important;
}

.rtable__close .btn:before {
  display: none;
}

.rtable__close .btn .icon {
  font-size: 0.46667rem;
  vertical-align: middle;
}

.rtable__close .btn__set-lines {
  position: relative;
}

.rtable__close .btn__set-lines:before {
  margin-right: 0.33333rem;
}

.rtable__close .btn__set-lines:after {
  margin-left: 0.33333rem;
}

.bwinners {
  margin-top: 4rem;
}

.bwinners:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bwinners {
    position: relative;
    margin-top: 0;
    padding-top: 5rem;
    color: #000;
  }
  .bwinners:before, .bwinners:after {
    z-index: -1;
    width: 101vw;
    transform: translate(-50%, 0);
    background: center center no-repeat;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='866' viewBox='0 0 375 866' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M766.328 177.666C698.929 107.105 558.278 -4.06401 122.044 66.7209C-302.692 135.64 -418.499 398.217 -392.442 557.365C-366.386 716.512 -18.4735 832.356 212.764 770.66C586.342 670.988 774.207 668.427 814.078 718.537C819.101 743.767 822.349 753.835 822.227 741.582C822.142 733.015 819.456 725.297 814.078 718.537C795.465 625.037 752.482 323.298 766.328 177.666Z' fill='%23E3B5E8'/%3E%3C/svg%3E%0A");
    content: '';
  }
  .bwinners:before {
    position: absolute;
    top: 0;
    left: 50%;
    height: 50%;
    min-height: 6.66667rem;
    background-position: center top;
  }
  .bwinners:after {
    position: absolute;
    bottom: -6.66667rem;
    left: 50%;
    height: 100%;
    background-position: center bottom;
  }
}

.bwinners-anchor {
  position: relative;
  top: 2rem;
}

@media (max-width: 767px) {
  .bwinners-anchor {
    top: 3.33333rem;
  }
}

@media (max-width: 767px) {
  .bwinners .h3, .bwinners h3 {
    color: #7B5FA3;
  }
}

@media (max-width: 767px) {
  .bwinners .rtable__row {
    border-color: rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 767px) {
  .bwinners .rtable__body ::-webkit-scrollbar-thumb {
    background-color: #7B5FA3 !important;
  }
  .bwinners .rtable__body ::-webkit-scrollbar-track {
    background-color: rgba(123, 95, 163, 0.3) !important;
  }
}

/*
Лейаут футера
*/
.footer {
  position: relative;
  font-size: 0.72rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: none;
}

@media (max-width: 767px) {
  .footer {
    font-size: 0.4rem;
    background: #BA92BE;
    padding: 2rem 0 0;
  }
}

.footer__inner {
  border-top: 0.1rem solid #E3B5E8;
  padding: 1.83333rem 0 2.66667rem;
}

@media (max-width: 767px) {
  .footer__inner {
    border-top: 0.06667rem;
    padding-top: 3.33333rem;
  }
}

.footer-nav {
  margin-top: 1rem;
}

.footer-nav:first-child {
  margin-top: 0;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-bottom: -0.66667rem;
}

@media (max-width: 767px) {
  .footer-nav__list {
    text-align: center;
  }
}

.footer-nav__item {
  padding-right: 1rem;
  padding-bottom: 0.66667rem;
}

@media (max-width: 767px) {
  .footer-nav__item {
    width: 100%;
  }
}

.footer-nav__link {
  text-decoration: underline;
  color: inherit;
  transition: all 0.3s;
}

.copyright {
  max-width: 31.33333rem;
  margin-top: 1rem;
}

.copyright:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .copyright {
    font-size: 0.3rem;
    line-height: 1.25;
  }
}

.icon-unilever {
  width: 4rem;
}

@media (max-width: 767px) {
  .icon-unilever {
    width: 1.76667rem;
  }
}

/*

Common property classes

 */
.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.z-index-auto {
  z-index: auto;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.reset-margin {
  margin: 0;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-bottom-auto {
  margin-top: auto;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.hidden-absolute {
  position: absolute;
  top: -333.3rem;
  left: -333.3rem;
}

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

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

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

@media (max-width: 1259px) {
  .text-align-left-on-screen {
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .text-align-left-on-tablet {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .text-align-left-on-mobile {
    text-align: left;
  }
}

@media (max-width: 1259px) {
  .text-align-right-on-screen {
    text-align: right;
  }
}

@media (max-width: 1023px) {
  .text-align-right-on-tablet {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .text-align-right-on-mobile {
    text-align: right;
  }
}

@media (max-width: 1259px) {
  .text-align-center-on-screen {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .text-align-center-on-tablet {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .text-align-center-on-mobile {
    text-align: center;
  }
}

.text-ellipsis {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.vbaseline {
  vertical-align: baseline;
}

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

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-start {
  justify-self: flex-start;
}

.justify-self-end {
  justify-self: flex-end;
}

.flex-fixed-width {
  flex: auto 0 0;
}

.flex-flow-width {
  flex: 1;
  flex-basis: 0;
}

.clear {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.wrap-normal {
  white-space: normal;
}

.no-text-transform {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .uppercase-mobile {
    text-transform: uppercase;
  }
}

.underline {
  text-decoration: underline;
}

.nounderline {
  text-decoration: none;
}

.nounderline-important {
  text-decoration: none !important;
}

.underline-hover:hover {
  text-decoration: underline;
}

.underline-hover:active {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-inherit {
  color: inherit;
}

.color-inherit-important {
  color: inherit !important;
}

.color-default {
  color: #000;
}

.color-active {
  color: #ffe489;
}

.color-active2 {
  color: #65d4e1;
}

.color-active3 {
  color: #fff4f2;
}

.color-active4 {
  color: #e8e1db;
}

.color-active6 {
  color: #7B5FA3;
}

.opacity-50 {
  opacity: .5;
}

.opacity-70 {
  opacity: .7;
}

.font-monospace {
  font-family: Consolas, Monaco, Menlo, 'Courier New', Courier, monospace;
}

.letter-spacing-0 {
  letter-spacing: 0;
}

.font-0 {
  font-size: 0;
}

.font-xsmall {
  font-size: 0.53333rem;
}

.font-small {
  font-size: 0.6rem;
}

.font-smaller {
  font-size: 0.66667rem;
}

.font-normal {
  font-size: 0.73333rem;
}

@media (max-width: 479px) {
  .font-normal {
    font-size: 0.6rem;
  }
}

.font-larger {
  font-size: 0.8rem;
}

.font-large {
  font-size: 0.86667rem;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.text-reset {
  font-size: 1rem;
  line-height: 1.22222;
  text-transform: none;
  font-weight: 400;
}

.minw140 {
  min-width: 4.66667rem;
}

.minw160 {
  min-width: 5.33333rem;
}

.minw200 {
  min-width: 6.66667rem;
}

.minw220 {
  min-width: 7.33333rem;
}

.minw240 {
  min-width: 8rem;
}

.minw250 {
  min-width: 8.33333rem;
}

.minw280 {
  min-width: 9.33333rem;
}

.minw300 {
  min-width: 10rem;
}

.minw100percent {
  min-width: 100%;
}

@media (max-width: 767px) {
  .minw-mobile-0 {
    min-width: 0;
  }
}

.w100percent {
  width: 100%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

@media (max-width: 767px) {
  .w100-mobile {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .w100-tablet {
    width: 100%;
  }
}

.mw550 {
  max-width: 18.33333rem;
}

.mw600 {
  max-width: 20rem;
}

.mw650 {
  max-width: 21.66667rem;
}

.mw700 {
  max-width: 23.33333rem;
}

.mw1000 {
  max-width: 33.33333rem;
}

.mw100percent {
  max-width: 100%;
}

.mw-none {
  max-width: none;
}

.no-padding {
  padding: 0;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 0.16667rem;
}

.mt10 {
  margin-top: 0.33333rem;
}

.mt15 {
  margin-top: 0.5rem;
}

.mt20 {
  margin-top: 0.66667rem;
}

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

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



div.modal__body canvas {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
  margin-bottom: 10px;
}