/*!
Theme Name:		Healthy Adaptations Tool
Theme URI:		https://www.mindfullywired.org
Description:	The bespoke WordPress theme for the Healthy Adaptations Tool
Version:		1.0
Author:			Ben Stones
Author URI:		https://benstones.uk
Text Domain:	mwc-hat
*/
@import url("https://fonts.googleapis.com/css2?family=Expletus+Sans:wght@400;700&family=Roboto:wght@400;500;700&display=swap");
/* line 56, sass/base/_variables.scss */
#tool::before, .research__block--video .research__block__inner::before, .research__block__inner__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/base/_reset.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, sass/base/_reset.scss */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, sass/base/_reset.scss */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, sass/base/_reset.scss */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
/* line 116, sass/base/_reset.scss */
small {
  font-size: 80%;
}

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

/* line 133, sass/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 137, sass/base/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, sass/base/_reset.scss */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, sass/base/_reset.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
/* line 229, sass/base/_reset.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, sass/base/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, sass/base/_reset.scss */
textarea {
  overflow: auto;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, sass/base/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, sass/base/_reset.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, sass/base/_reset.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, sass/base/_reset.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, sass/base/_reset.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, sass/base/_reset.scss */
[hidden] {
  display: none;
}

/* line 1, sass/base/_global.scss */
*,
*:before,
*:after {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 7, sass/base/_global.scss */
*:focus {
  outline: none;
}

/* line 8, sass/base/_global.scss */
html {
  background-color: #FFF;
  /* for outside the body colour */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

/* line 13, sass/base/_global.scss */
body {
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
}
/* line 18, sass/base/_global.scss */
body.customize-support {
  min-height: calc(100vh - 32px);
}

@media only screen and (max-width: 782px) {
  /* line 21, sass/base/_global.scss */
  body.customize-support {
    min-height: calc(100vh - 46px);
  }
}
/* line 24, sass/base/_global.scss */
img {
  max-width: 100%;
}

/* line 25, sass/base/_global.scss */
mark {
  background-color: transparent;
  color: inherit;
}

/* line 26, sass/base/_global.scss */
a {
  cursor: pointer;
  text-decoration: none;
}

/* line 31, sass/base/_global.scss */
.container, .popup__wrapper {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
  /* line 37, sass/base/_global.scss */
  .container, .popup__wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 600px) {
  /* line 51, sass/base/_global.scss */
  #wpadminbar {
    position: fixed;
  }
}
/* line 56, sass/base/_global.scss */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 57, sass/base/_global.scss */
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 58, sass/base/_global.scss */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 59, sass/base/_global.scss */
.alignright {
  float: right;
}

/* line 60, sass/base/_global.scss */
.alignleft {
  float: left;
}

/* line 61, sass/base/_global.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 64, sass/base/_global.scss */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, sass/base/_typography.scss */
::-moz-selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 2, sass/base/_typography.scss */
::selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 4, sass/base/_typography.scss */
html {
  color: #082932;
  font-family: "Roboto", sans-serif;
  font-size: 62.5%;
  font-size: calc(0.4vw + 4px);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* responsive font sizes */
@media only screen and (min-width: 1500px) {
  /* line 18, sass/base/_typography.scss */
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 19, sass/base/_typography.scss */
  html {
    font-size: calc(0.5vw + 5px);
  }
}
@media only screen and (max-width: 480px) {
  /* line 20, sass/base/_typography.scss */
  html {
    font-size: 9px;
  }
}
/* links */
/* line 23, sass/base/_typography.scss */
a, a:link, a:visited {
  color: #1879bd;
  cursor: pointer;
  -webkit-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -moz-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -o-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
}

/* line 28, sass/base/_typography.scss */
a:hover, a:active {
  color: #082932;
}

/* paragraphs */
/* line 31, sass/base/_typography.scss */
p {
  font-size: 1.8rem;
  line-height: 1.3em;
  margin: 0 0 2.4rem 0;
  color: #082932;
}
@media only screen and (max-width: 782px) {
  /* line 31, sass/base/_typography.scss */
  p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 480px) {
  /* line 31, sass/base/_typography.scss */
  p {
    font-size: 1.6rem;
  }
}

/* lists */
/* line 45, sass/base/_typography.scss */
ul, ol {
  margin: 2.4rem 0 2.4rem 0;
}

/* line 48, sass/base/_typography.scss */
li {
  font-size: 1.8rem;
  line-height: 1.3em;
}
@media only screen and (max-width: 782px) {
  /* line 48, sass/base/_typography.scss */
  li {
    font-size: 1.6rem;
  }
}

/* line 56, sass/base/_typography.scss */
b, strong {
  font-weight: 700;
}

/* headings */
/* line 59, sass/base/_typography.scss */
h1 {
  font-family: "Expletus Sans", cursive;
  text-transform: none;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1em;
  margin: 0 0 2.4rem 0;
  color: #1C5464;
}

/* line 60, sass/base/_typography.scss */
h2 {
  font-family: "Expletus Sans", cursive;
  text-transform: none;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2em;
  margin: 0 0 2.4rem 0;
  color: #1C5464;
}

/* line 61, sass/base/_typography.scss */
h3 {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2em;
  margin: 0 0 2.4rem 0;
  color: #1C5464;
}

/* line 62, sass/base/_typography.scss */
h4 {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2em;
  margin: 0 0 2.4rem 0;
  color: #1C5464;
}

/* line 63, sass/base/_typography.scss */
h5 {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #1C5464;
}

/* line 64, sass/base/_typography.scss */
h6 {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #1C5464;
  text-decoration: underline;
}

@media only screen and (max-width: 1600px) {
  /* line 67, sass/base/_typography.scss */
  h1 {
    font-size: 4.2rem;
  }

  /* line 68, sass/base/_typography.scss */
  h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 782px) {
  /* line 71, sass/base/_typography.scss */
  h1 {
    font-size: 3.6rem;
  }

  /* line 72, sass/base/_typography.scss */
  h2 {
    font-size: 2.8rem;
  }

  /* line 73, sass/base/_typography.scss */
  h3 {
    font-size: 2rem;
  }

  /* line 74, sass/base/_typography.scss */
  h4 {
    font-size: 1.8rem;
  }

  /* line 75, sass/base/_typography.scss */
  h5 {
    font-size: 1.6rem;
  }

  /* line 76, sass/base/_typography.scss */
  h6 {
    font-size: 1.4rem;
  }
}
/* added with js to make tables responsive */
/* line 80, sass/base/_typography.scss */
.table_wrapper {
  width: 100%;
  overflow-y: auto;
  margin: 2.4rem 0;
}

/* line 86, sass/base/_typography.scss */
.table_wrapper table {
  margin: 0;
}

/* line 87, sass/base/_typography.scss */
.table_wrapper th, .table_wrapper td {
  min-width: 100px;
}

/* tables */
/* line 90, sass/base/_typography.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2.4rem 0;
  width: 100%;
}

/* line 97, sass/base/_typography.scss */
table thead td, table th {
  background-color: #999;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6em;
  text-align: left;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 108, sass/base/_typography.scss */
table td {
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: left;
  padding: 0.75em 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 1, sass/base/_icons.scss */
.icon::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #082932;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* line 11, sass/base/_icons.scss */
.icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* line 22, sass/base/_icons.scss */
.icon--twitter::before {
  -webkit-mask: url("./images/twitter.svg") center/contain no-repeat;
  mask: url("./images/twitter.svg") center/contain no-repeat;
}
/* line 26, sass/base/_icons.scss */
.icon--facebook::before {
  -webkit-mask: url("./images/facebook.svg") center/contain no-repeat;
  mask: url("./images/facebook.svg") center/contain no-repeat;
}
/* line 30, sass/base/_icons.scss */
.icon--facebook-circle::before {
  -webkit-mask: url("./images/facebook-circle.svg") center/contain no-repeat;
  mask: url("./images/facebook-circle.svg") center/contain no-repeat;
}
/* line 34, sass/base/_icons.scss */
.icon--linkedin::before {
  -webkit-mask: url("./images/linkedin.svg") center/contain no-repeat;
  mask: url("./images/linkedin.svg") center/contain no-repeat;
}
/* line 38, sass/base/_icons.scss */
.icon--youtube::before {
  -webkit-mask: url("./images/youtube.svg") center/contain no-repeat;
  mask: url("./images/youtube.svg") center/contain no-repeat;
}
/* line 42, sass/base/_icons.scss */
.icon--instagram::before {
  -webkit-mask: url("./images/instagram.svg") center/contain no-repeat;
  mask: url("./images/instagram.svg") center/contain no-repeat;
}
/* line 46, sass/base/_icons.scss */
.icon--menu::before {
  -webkit-mask: url("./images/menu.svg") center/contain no-repeat;
  mask: url("./images/menu.svg") center/contain no-repeat;
}
/* line 50, sass/base/_icons.scss */
.icon--tel::before {
  -webkit-mask: url("./images/tel.svg") center/contain no-repeat;
  mask: url("./images/tel.svg") center/contain no-repeat;
}
/* line 54, sass/base/_icons.scss */
.icon--email::before {
  -webkit-mask: url("./images/email.svg") center/contain no-repeat;
  mask: url("./images/email.svg") center/contain no-repeat;
}
/* line 58, sass/base/_icons.scss */
.icon--chevron::before {
  -webkit-mask: url("./images/chevron.svg") center/contain no-repeat;
  mask: url("./images/chevron.svg") center/contain no-repeat;
}
/* line 62, sass/base/_icons.scss */
.icon--arrow::before {
  -webkit-mask: url("./images/arrow.svg") center/contain no-repeat;
  mask: url("./images/arrow.svg") center/contain no-repeat;
}
/* line 66, sass/base/_icons.scss */
.icon--close::before {
  -webkit-mask: url("./images/close.svg") center/contain no-repeat;
  mask: url("./images/close.svg") center/contain no-repeat;
}
/* line 70, sass/base/_icons.scss */
.icon--search::before {
  -webkit-mask: url("./images/search.svg") center/contain no-repeat;
  mask: url("./images/search.svg") center/contain no-repeat;
}
/* line 74, sass/base/_icons.scss */
.icon--open::before {
  -webkit-mask: url("./images/open.svg") center/contain no-repeat;
  mask: url("./images/open.svg") center/contain no-repeat;
}
/* line 78, sass/base/_icons.scss */
.icon--share::before {
  -webkit-mask: url("./images/share.svg") center/contain no-repeat;
  mask: url("./images/share.svg") center/contain no-repeat;
}
/* line 82, sass/base/_icons.scss */
.icon--caret::before {
  -webkit-mask: url("./images/caret.svg") center/contain no-repeat;
  mask: url("./images/caret.svg") center/contain no-repeat;
}
/* line 86, sass/base/_icons.scss */
.icon--minus::before {
  -webkit-mask: url("./images/minus.svg") center/contain no-repeat;
  mask: url("./images/minus.svg") center/contain no-repeat;
}
/* line 90, sass/base/_icons.scss */
.icon--user::before {
  -webkit-mask: url("./images/user.svg") center/contain no-repeat;
  mask: url("./images/user.svg") center/contain no-repeat;
}
/* line 94, sass/base/_icons.scss */
.icon--question::before {
  -webkit-mask: url("./images/question.svg") center/contain no-repeat;
  mask: url("./images/question.svg") center/contain no-repeat;
}
/* line 98, sass/base/_icons.scss */
.icon--important::before {
  -webkit-mask: url("./images/important.svg") center/contain no-repeat;
  mask: url("./images/important.svg") center/contain no-repeat;
}
/* line 102, sass/base/_icons.scss */
.icon--globe::before {
  -webkit-mask: url("./images/globe.svg") center/contain no-repeat;
  mask: url("./images/globe.svg") center/contain no-repeat;
}
/* line 106, sass/base/_icons.scss */
.icon--save::before {
  -webkit-mask: url("./images/save.svg") center/contain no-repeat;
  mask: url("./images/save.svg") center/contain no-repeat;
}
/* line 110, sass/base/_icons.scss */
.icon--glossary::before {
  -webkit-mask: url("./images/glossary.svg") center/contain no-repeat;
  mask: url("./images/glossary.svg") center/contain no-repeat;
}
/* line 114, sass/base/_icons.scss */
.icon--wave::before {
  -webkit-mask: url("./images/wave.png") center/contain no-repeat;
  mask: url("./images/wave.png") center/contain no-repeat;
}
/* line 118, sass/base/_icons.scss */
.icon--sign::before {
  -webkit-mask: url("./images/sign.svg") center/contain no-repeat;
  mask: url("./images/sign.svg") center/contain no-repeat;
}
/* line 123, sass/base/_icons.scss */
.icon--left {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 2, sass/base/_button.scss */
.btn, .tabs__btns li {
  background: #58AA6C;
  display: inline-flex;
  color: #FFF;
  cursor: pointer;
  align-items: center;
  min-width: 15rem;
  border-radius: .6rem;
  min-height: 4rem;
  font-weight: 500;
  font-size: 1.8rem;
  justify-content: center;
  padding: .5rem 2rem;
}
/* line 15, sass/base/_button.scss */
.btn:link, .tabs__btns li:link, .btn:visited, .tabs__btns li:visited {
  color: #FFF;
}
/* line 18, sass/base/_button.scss */
.btn:hover, .tabs__btns li:hover {
  background: #69b37b;
}
/* line 22, sass/base/_button.scss */
.btn--outline, .tabs__btns li {
  background: transparent;
  color: #58AA6C;
  -webkit-box-shadow: inset 0 0 0 2px #58AA6C;
  -moz-box-shadow: inset 0 0 0 2px #58AA6C;
  box-shadow: inset 0 0 0 2px #58AA6C;
}
/* line 26, sass/base/_button.scss */
.btn--outline:link, .tabs__btns li:link, .btn--outline:visited, .tabs__btns li:visited {
  color: #58AA6C;
}
/* line 29, sass/base/_button.scss */
.btn--outline:hover, .tabs__btns li:hover {
  background: rgba(88, 170, 108, 0.25);
}
/* line 33, sass/base/_button.scss */
.btn--outline.btn--white, .tabs__btns li.btn--white {
  color: #FFF;
  -webkit-box-shadow: inset 0 0 0 2px #FFF;
  -moz-box-shadow: inset 0 0 0 2px #FFF;
  box-shadow: inset 0 0 0 2px #FFF;
}
/* line 36, sass/base/_button.scss */
.btn--outline.btn--white:hover, .tabs__btns li.btn--white:hover {
  background: #FFF;
  color: #1C5464;
}
/* line 42, sass/base/_button.scss */
.btn:active, .tabs__btns li:active {
  background: #58AA6C;
  color: #FFF;
}
/* line 46, sass/base/_button.scss */
.btn + .btn, .tabs__btns li + .btn, .tabs__btns .btn + li, .tabs__btns li + li {
  margin-left: 1rem;
}

/* line 1, sass/partials/_tool.scss */
#tool {
  padding-left: calc(2rem + (1.5vw + 1.5rem));
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/* line 6, sass/partials/_tool.scss */
#tool::before {
  content: '';
  opacity: 0;
  visibility: hidden;
  background: #082932;
  z-index: 9;
  -webkit-transition: visibility 0.7s linear, opacity 0.7s ease;
  -moz-transition: visibility 0.7s linear, opacity 0.7s ease;
  -o-transition: visibility 0.7s linear, opacity 0.7s ease;
  transition: visibility 0.7s linear, opacity 0.7s ease;
}

/* line 16, sass/partials/_tool.scss */
.customize-support #tool {
  min-height: calc(100vh - 32px);
}
@media only screen and (max-width: 782px) {
  /* line 16, sass/partials/_tool.scss */
  .customize-support #tool {
    min-height: calc(100vh - 46px);
  }
}

/* line 23, sass/partials/_tool.scss */
.tool {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  overflow: hidden;
  position: relative;
}
/* line 29, sass/partials/_tool.scss */
.tool__intro {
  flex: 1 0 45%;
  max-width: 100%;
  max-height: none;
  background: #FFF;
  padding: calc(3vw + 3rem) calc(3vw + 3rem) calc((6vw + 6rem) + 7.2rem + (0.5vw + 0.5rem)) calc(4vw + 4rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
/* line 42, sass/partials/_tool.scss */
.tool__intro__text h1.saved {
  position: relative;
}
/* line 44, sass/partials/_tool.scss */
.tool__intro__text h1.saved::before {
  content: '';
  width: 3.2rem;
  height: 3.2rem;
  background: #1C5464;
  position: absolute;
  right: calc(100% + 1.5rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask: url("./images/user.svg") center/contain no-repeat;
  mask: url("./images/user.svg") center/contain no-repeat;
}
/* line 57, sass/partials/_tool.scss */
.tool__intro__text ul {
  list-style-type: none;
  padding: 0 0 0 calc((1vw + 1rem) + 3rem);
}
/* line 60, sass/partials/_tool.scss */
.tool__intro__text ul li {
  position: relative;
}
/* line 62, sass/partials/_tool.scss */
.tool__intro__text ul li a {
  color: #082932;
  font-weight: 700;
}
/* line 65, sass/partials/_tool.scss */
.tool__intro__text ul li a:hover {
  color: #58AA6C;
}
/* line 69, sass/partials/_tool.scss */
.tool__intro__text ul li::before {
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  background: #58AA6C;
  position: absolute;
  top: .2rem;
  right: calc(100% + 1rem);
  -webkit-mask: url("./images/list.svg") center/contain no-repeat;
  mask: url("./images/list.svg") center/contain no-repeat;
}
/* line 81, sass/partials/_tool.scss */
.tool__intro__text ul li + li {
  margin-top: calc(1vw + 1rem);
}
/* line 84, sass/partials/_tool.scss */
.tool__intro__text > *:last-child {
  margin-bottom: 0;
}
/* line 86, sass/partials/_tool.scss */
.tool__intro__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  padding-top: calc(1vw + 1rem);
}
/* line 92, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn) {
  color: #58AA6C;
  font-size: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 1rem;
}
/* line 99, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn)::before {
  content: '';
  width: 3.6rem;
  flex: 0 0 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 3px #58AA6C;
  -moz-box-shadow: inset 0 0 0 3px #58AA6C;
  box-shadow: inset 0 0 0 3px #58AA6C;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 108, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn)::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #58AA6C;
  z-index: 2;
  -webkit-mask: url("./images/arrow.svg") center/contain no-repeat;
  mask: url("./images/arrow.svg") center/contain no-repeat;
}
/* line 123, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn).prev {
  opacity: .6;
  color: #1C5464;
}
/* line 126, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn).prev::before {
  -webkit-box-shadow: inset 0 0 0 2px #1C5464;
  -moz-box-shadow: inset 0 0 0 2px #1C5464;
  box-shadow: inset 0 0 0 2px #1C5464;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 130, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn).prev::after {
  background: #1C5464;
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
/* line 134, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn).prev:hover {
  opacity: 1;
}
/* line 136, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn).prev:hover::before {
  background: rgba(28, 84, 100, 0.25);
}
/* line 139, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn).prev:active::before {
  background: #1C5464;
}
/* line 142, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn).back {
  opacity: 1;
  color: #1C5464;
}
/* line 145, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn).back::before {
  -webkit-box-shadow: inset 0 0 0 2px #1C5464;
  -moz-box-shadow: inset 0 0 0 2px #1C5464;
  box-shadow: inset 0 0 0 2px #1C5464;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 149, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn).back::after {
  background: #1C5464;
  left: 1rem;
  top: 1rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 155, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn).back:hover::before {
  background: rgba(28, 84, 100, 0.25);
}
/* line 157, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn).back:active::before {
  background: #1C5464;
}
/* line 161, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn):hover::before {
  background: rgba(88, 170, 108, 0.25);
}
/* line 166, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn):active::before {
  background: #58AA6C;
}
/* line 167, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn):active::after {
  background: #FFF;
}
/* line 169, sass/partials/_tool.scss */
.tool__intro__nav a:not(.btn) + a:not(.btn) {
  margin-top: calc(0.5vw + 0.5rem);
}
/* line 173, sass/partials/_tool.scss */
.tool__main {
  flex: 0 0 55%;
  max-width: 55%;
  background: rgba(215, 216, 216, 0.3);
  display: flex;
  flex-direction: column;
  max-height: 100vh;
}
/* line 180, sass/partials/_tool.scss */
.tool__main__header {
  display: flex;
  justify-content: space-between;
}
/* line 183, sass/partials/_tool.scss */
.tool__main__header--right {
  flex-direction: row-reverse;
}
/* line 184, sass/partials/_tool.scss */
.tool__main__header__filter {
  display: flex;
  align-items: center;
}
/* line 187, sass/partials/_tool.scss */
.tool__main__header__filter p {
  margin: 0;
  font-size: 1.6rem;
  color: #1C5464;
}
/* line 191, sass/partials/_tool.scss */
.tool__main__header__filter p + * {
  margin-left: calc(0.75vw + 0.75rem);
}
/* line 193, sass/partials/_tool.scss */
.tool__main__header__filter form {
  background: #FFF;
  border-radius: .6rem;
  padding: 1.4rem 2rem;
  display: flex;
}
/* line 199, sass/partials/_tool.scss */
.tool__main__header__filter form input + label {
  margin-left: .6rem;
}
/* line 206, sass/partials/_tool.scss */
.tool__main__header__filter form label {
  color: #1C5464;
  font-size: 1.4rem;
}
/* line 209, sass/partials/_tool.scss */
.tool__main__header__filter form label + input {
  margin-left: 2rem;
}
/* line 215, sass/partials/_tool.scss */
.tool__main__header__search {
  display: flex;
  border-radius: .6rem;
  overflow: hidden;
}
/* line 219, sass/partials/_tool.scss */
.tool__main__header__search label {
  display: none;
}
/* line 222, sass/partials/_tool.scss */
.tool__main__header__search input {
  border: none;
  background: #FFF;
  color: #1C5464;
  font-size: 1.6rem;
  padding: 0 0 0 1rem;
  min-width: 24rem;
}
/* line 230, sass/partials/_tool.scss */
.tool__main__header__search button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #FFF;
  padding: 0 1rem;
  min-height: 4rem;
  cursor: pointer;
}
/* line 239, sass/partials/_tool.scss */
.tool__main__header__search button .icon::before {
  background: #AEAFAF;
  width: 2rem;
  height: 2rem;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 245, sass/partials/_tool.scss */
.tool__main__header__search button:hover .icon::before {
  background: #1C5464;
}
/* line 248, sass/partials/_tool.scss */
.tool__main__header + * {
  padding-top: calc(0.5vw + 0.5rem);
}
@media only screen and (max-width: 1920px) {
  /* line 180, sass/partials/_tool.scss */
  .tool__main__header {
    flex-wrap: wrap;
  }
  /* line 251, sass/partials/_tool.scss */
  .tool__main__header__filter {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1rem;
  }
  /* line 257, sass/partials/_tool.scss */
  .tool__main__header__search {
    order: 1;
    justify-self: flex-end;
    margin-left: auto;
  }
}
@media only screen and (max-width: 992px) {
  /* line 264, sass/partials/_tool.scss */
  .tool__main__header__filter {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 267, sass/partials/_tool.scss */
  .tool__main__header__filter p + * {
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  /* line 274, sass/partials/_tool.scss */
  .tool__main__header__search {
    width: 100%;
  }
  /* line 276, sass/partials/_tool.scss */
  .tool__main__header__search input {
    flex: 1;
    min-width: 0;
  }
  /* line 280, sass/partials/_tool.scss */
  .tool__main__header__search button {
    flex: 0 0 4rem;
  }
}
/* line 287, sass/partials/_tool.scss */
.tool__main__domain-filter p {
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  color: #1C5464;
}
/* line 292, sass/partials/_tool.scss */
.tool__main__domain-filter form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2rem;
  margin: -.5rem 0;
}
/* line 299, sass/partials/_tool.scss */
.tool__main__domain-filter form input + label {
  margin-left: .6rem;
}
/* line 305, sass/partials/_tool.scss */
.tool__main__domain-filter form input.switch {
  background-color: #1C5464;
}
/* line 307, sass/partials/_tool.scss */
.tool__main__domain-filter form input.switch--purple, .tool__main__domain-filter form input.switch--purple:checked {
  background-color: #84749C;
}
/* line 311, sass/partials/_tool.scss */
.tool__main__domain-filter form input.switch--red, .tool__main__domain-filter form input.switch--red:checked {
  background-color: #B05433;
}
/* line 315, sass/partials/_tool.scss */
.tool__main__domain-filter form input.switch--blue, .tool__main__domain-filter form input.switch--blue:checked {
  background-color: #5E80BC;
}
/* line 319, sass/partials/_tool.scss */
.tool__main__domain-filter form input.switch--orange, .tool__main__domain-filter form input.switch--orange:checked {
  background-color: #D7863E;
}
/* line 323, sass/partials/_tool.scss */
.tool__main__domain-filter form input.switch--aqua, .tool__main__domain-filter form input.switch--aqua:checked {
  background-color: #5CADA8;
}
/* line 329, sass/partials/_tool.scss */
.tool__main__domain-filter form label {
  color: #1C5464;
  font-size: 1.4rem;
}
/* line 337, sass/partials/_tool.scss */
.tool__main__domain-filter + .text, .tool__main__domain-filter + .research {
  margin-top: calc(1vw + 1rem);
}
/* line 340, sass/partials/_tool.scss */
.tool__main__wrap {
  overflow: auto;
  flex: 1;
}
/* line 344, sass/partials/_tool.scss */
.tool__main--padding {
  padding: calc(3vw + 3rem);
}
/* line 348, sass/partials/_tool.scss */
.tool__nav {
  padding: calc(3vw + 3rem) calc(3vw + 3rem) calc(3vw + 3rem) calc(4vw + 4rem);
  position: absolute;
  max-width: 45%;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
}
/* line 358, sass/partials/_tool.scss */
.tool__nav a:not(.btn) {
  color: #58AA6C;
  font-size: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 1rem;
}
/* line 365, sass/partials/_tool.scss */
.tool__nav a:not(.btn)::before {
  content: '';
  width: 3.6rem;
  flex: 0 0 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 3px #58AA6C;
  -moz-box-shadow: inset 0 0 0 3px #58AA6C;
  box-shadow: inset 0 0 0 3px #58AA6C;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 374, sass/partials/_tool.scss */
.tool__nav a:not(.btn)::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #58AA6C;
  z-index: 2;
  -webkit-mask: url("./images/arrow.svg") center/contain no-repeat;
  mask: url("./images/arrow.svg") center/contain no-repeat;
}
/* line 389, sass/partials/_tool.scss */
.tool__nav a:not(.btn).prev {
  opacity: .6;
  color: #1C5464;
}
/* line 392, sass/partials/_tool.scss */
.tool__nav a:not(.btn).prev::before {
  -webkit-box-shadow: inset 0 0 0 2px #1C5464;
  -moz-box-shadow: inset 0 0 0 2px #1C5464;
  box-shadow: inset 0 0 0 2px #1C5464;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 396, sass/partials/_tool.scss */
.tool__nav a:not(.btn).prev::after {
  background: #1C5464;
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
/* line 400, sass/partials/_tool.scss */
.tool__nav a:not(.btn).prev:hover {
  opacity: 1;
}
/* line 402, sass/partials/_tool.scss */
.tool__nav a:not(.btn).prev:hover::before {
  background: rgba(28, 84, 100, 0.25);
}
/* line 405, sass/partials/_tool.scss */
.tool__nav a:not(.btn).prev:active::before {
  background: #1C5464;
}
/* line 408, sass/partials/_tool.scss */
.tool__nav a:not(.btn).back {
  opacity: 1;
  color: #1C5464;
}
/* line 411, sass/partials/_tool.scss */
.tool__nav a:not(.btn).back::before {
  -webkit-box-shadow: inset 0 0 0 2px #1C5464;
  -moz-box-shadow: inset 0 0 0 2px #1C5464;
  box-shadow: inset 0 0 0 2px #1C5464;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 415, sass/partials/_tool.scss */
.tool__nav a:not(.btn).back::after {
  background: #1C5464;
  left: 1rem;
  top: 1rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 421, sass/partials/_tool.scss */
.tool__nav a:not(.btn).back:hover::before {
  background: rgba(28, 84, 100, 0.25);
}
/* line 423, sass/partials/_tool.scss */
.tool__nav a:not(.btn).back:active::before {
  background: #1C5464;
}
/* line 427, sass/partials/_tool.scss */
.tool__nav a:not(.btn):hover::before {
  background: rgba(88, 170, 108, 0.25);
}
/* line 432, sass/partials/_tool.scss */
.tool__nav a:not(.btn):active::before {
  background: #58AA6C;
}
/* line 433, sass/partials/_tool.scss */
.tool__nav a:not(.btn):active::after {
  background: #FFF;
}
/* line 435, sass/partials/_tool.scss */
.tool__nav a:not(.btn) + a:not(.btn) {
  margin-top: calc(0.5vw + 0.5rem);
}
@media only screen and (max-width: 782px) {
  /* line 438, sass/partials/_tool.scss */
  .tool__nav a:not(.btn) {
    font-size: 1.6rem;
  }
  /* line 440, sass/partials/_tool.scss */
  .tool__nav a:not(.btn)::before {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    -webkit-box-shadow: inset 0 0 0 2px #58AA6C;
    -moz-box-shadow: inset 0 0 0 2px #58AA6C;
    box-shadow: inset 0 0 0 2px #58AA6C;
  }
  /* line 446, sass/partials/_tool.scss */
  .tool__nav a:not(.btn)::after {
    width: 1.4rem;
    height: 1.4rem;
    left: .8rem;
  }
  /* line 451, sass/partials/_tool.scss */
  .tool__nav a:not(.btn).back::after {
    left: .8rem;
    top: .8rem;
  }
}
/* line 458, sass/partials/_tool.scss */
.tool__logo {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease !important;
  -moz-transition: opacity 0.3s ease !important;
  -o-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
  position: absolute;
  right: calc(1.5vw + 1.5rem);
  top: calc(1.5vw + 1.5rem);
  z-index: 2;
}
/* line 465, sass/partials/_tool.scss */
.tool__logo img {
  height: 10rem;
  width: auto;
  display: block;
}
/* line 472, sass/partials/_tool.scss */
.tool::before, .tool::after {
  content: '';
  position: absolute;
  left: calc(3vw + 3rem);
  background: #DEAF51;
  z-index: 1;
  -webkit-transform: translateX(-1px);
  -moz-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  -o-transform: translateX(-1px);
  transform: translateX(-1px);
}
/* line 481, sass/partials/_tool.scss */
.tool::before {
  top: 0;
  height: 100%;
  width: 3px;
}
/* line 486, sass/partials/_tool.scss */
.tool::after {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  top: calc((3vw + 3rem) + (3rem * 1.2));
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 494, sass/partials/_tool.scss */
.tool--start::before {
  height: calc(100% - calc((3vw + 3rem) + 3rem));
  -webkit-transform: translate(-1px, calc((3vw + 3rem) + 3rem));
  -moz-transform: translate(-1px, calc((3vw + 3rem) + 3rem));
  -ms-transform: translate(-1px, calc((3vw + 3rem) + 3rem));
  -o-transform: translate(-1px, calc((3vw + 3rem) + 3rem));
  transform: translate(-1px, calc((3vw + 3rem) + 3rem));
}
/* line 500, sass/partials/_tool.scss */
.tool--end::before {
  height: calc((3vw + 3rem) + (3rem * 1.2));
  -webkit-transform: translate(-1px, 0);
  -moz-transform: translate(-1px, 0);
  -ms-transform: translate(-1px, 0);
  -o-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}
/* line 506, sass/partials/_tool.scss */
.tool--page::before, .tool--page::after {
  display: none;
}
/* line 510, sass/partials/_tool.scss */
.tool--page .tool__intro {
  padding: calc(3vw + 3rem);
}
/* line 512, sass/partials/_tool.scss */
.tool--page .tool__intro__nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-height: 1000px) {
  /* line 521, sass/partials/_tool.scss */
  .tool__intro, .tool__main--padding, .tool--page .tool__intro, .tool__nav {
    padding-top: calc(1.5vw + 1.5rem);
  }
  /* line 527, sass/partials/_tool.scss */
  .tool__intro {
    padding-bottom: calc((3vw + 3rem) + 7.2rem + (0.5vw + 0.5rem));
  }
  /* line 530, sass/partials/_tool.scss */
  .tool__nav {
    padding-bottom: calc(1.5vw + 1.5rem);
  }
  /* line 533, sass/partials/_tool.scss */
  .tool::after {
    top: calc((1.5vw + 1.5rem) + (3rem * 1.2));
  }
  /* line 536, sass/partials/_tool.scss */
  .tool--start::before {
    height: calc(100% - calc((1.5vw + 1.5rem) + 3rem));
    -webkit-transform: translate(-1px, calc((1.5vw + 1.5rem) + 3rem));
    -moz-transform: translate(-1px, calc((1.5vw + 1.5rem) + 3rem));
    -ms-transform: translate(-1px, calc((1.5vw + 1.5rem) + 3rem));
    -o-transform: translate(-1px, calc((1.5vw + 1.5rem) + 3rem));
    transform: translate(-1px, calc((1.5vw + 1.5rem) + 3rem));
  }
  /* line 540, sass/partials/_tool.scss */
  .tool--end::before {
    height: calc((1.5vw + 1.5rem) + (3rem * 1.2));
  }
}
@media only screen and (max-width: 1600px) {
  /* line 545, sass/partials/_tool.scss */
  .tool__intro {
    padding-right: calc(1.5vw + 1.5rem);
    padding-left: calc(3vw + 3rem);
  }
  /* line 548, sass/partials/_tool.scss */
  .tool__intro__text h1.saved::before {
    display: none;
  }
  /* line 555, sass/partials/_tool.scss */
  .tool__nav {
    padding-right: calc(1.5vw + 1.5rem);
    padding-left: calc(3vw + 3rem);
  }
  /* line 559, sass/partials/_tool.scss */
  .tool__main--padding, .tool--page .tool__intro {
    padding-left: calc(1.5vw + 1.5rem);
    padding-right: calc(1.5vw + 1.5rem);
  }
  /* line 564, sass/partials/_tool.scss */
  .tool::before, .tool::after {
    left: calc(1.5vw + 1.5rem);
  }
}
@media only screen and (max-width: 992px) {
  /* line 570, sass/partials/_tool.scss */
  .tool--start, .tool--end {
    background: rgba(215, 216, 216, 0.4);
  }
  /* line 573, sass/partials/_tool.scss */
  .tool--start .tool__intro, .tool--end .tool__intro {
    background-color: transparent;
  }
  /* line 575, sass/partials/_tool.scss */
  .tool__intro .filters {
    display: none;
  }
  /* line 576, sass/partials/_tool.scss */
  .tool__main {
    max-height: none;
  }
}
@media only screen and (max-width: 782px) {
  /* line 23, sass/partials/_tool.scss */
  .tool {
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
  }
  /* line 582, sass/partials/_tool.scss */
  .tool__intro {
    flex: 0 0 100%;
    padding-bottom: calc(1.5vw + 1.5rem);
  }
  /* line 586, sass/partials/_tool.scss */
  .tool__main {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: calc(3vw + 3rem);
    padding-top: calc(1.5vw + 1.5rem);
    padding-bottom: calc(1.5vw + 1.5rem);
  }
  /* line 593, sass/partials/_tool.scss */
  .tool__nav {
    position: relative;
    padding-top: calc(1.5vw + 1.5rem);
    width: 100%;
    max-width: 100%;
  }
  /* line 599, sass/partials/_tool.scss */
  .tool--start .tool__main, .tool--end .tool__main, .tool__logo {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 23, sass/partials/_tool.scss */
  .tool {
    flex-direction: column;
  }
}

/* line 637, sass/partials/_tool.scss */
.bg--ltgrey {
  background: rgba(215, 216, 216, 0.4);
}

/* line 640, sass/partials/_tool.scss */
.bg--dark {
  background: #082932;
}

/* line 1, sass/partials/_header.scss */
.header {
  background: #1C5464;
  display: flex;
  flex-direction: column;
  padding: calc(0.5vw + 0.5rem) 0;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
}
/* line 18, sass/partials/_header.scss */
.header__item {
  position: relative;
}
/* line 20, sass/partials/_header.scss */
.header__item__link {
  padding: calc(0.75vw + 0.75rem);
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 26, sass/partials/_header.scss */
.header__item__link > .icon::before {
  width: 2rem;
  height: 2rem;
  background: #FFF;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 32, sass/partials/_header.scss */
.header__item__link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: .6rem solid transparent;
  border-bottom: .6rem solid transparent;
  border-right: 1rem solid rgba(28, 84, 100, 0.9);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 1rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate(2rem, -50%);
  -moz-transform: translate(2rem, -50%);
  -ms-transform: translate(2rem, -50%);
  -o-transform: translate(2rem, -50%);
  transform: translate(2rem, -50%);
  -webkit-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s ease;
  -o-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s ease;
  transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s ease;
}
/* line 49, sass/partials/_header.scss */
.header__item__link::after {
  content: attr(title);
  display: block;
  opacity: 0;
  visibility: hidden;
  background: rgba(28, 84, 100, 0.9);
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1rem;
  position: absolute;
  left: calc(100% + 2rem);
  text-align: center;
  width: 15rem;
  top: 50%;
  pointer-events: none;
  border-radius: .4rem;
  -webkit-transform: translate(2rem, -50%);
  -moz-transform: translate(2rem, -50%);
  -ms-transform: translate(2rem, -50%);
  -o-transform: translate(2rem, -50%);
  transform: translate(2rem, -50%);
  -webkit-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s ease;
  -o-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s ease;
  transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s ease;
}
/* line 70, sass/partials/_header.scss */
.header__item__link:hover > .icon::before {
  background: #DEAF51;
}
/* line 71, sass/partials/_header.scss */
.header__item__link:hover::before, .header__item__link:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0rem, -50%);
  -moz-transform: translate(0rem, -50%);
  -ms-transform: translate(0rem, -50%);
  -o-transform: translate(0rem, -50%);
  transform: translate(0rem, -50%);
  -webkit-transition: visibility 0.3s linear 0.7s, opacity 0.3s ease 0.7s, transform 0.3s ease 0.7s;
  -moz-transition: visibility 0.3s linear 0.7s, opacity 0.3s ease 0.7s, transform 0.3s ease 0.7s;
  -o-transition: visibility 0.3s linear 0.7s, opacity 0.3s ease 0.7s, transform 0.3s ease 0.7s;
  transition: visibility 0.3s linear 0.7s, opacity 0.3s ease 0.7s, transform 0.3s ease 0.7s;
}
/* line 80, sass/partials/_header.scss */
.header__item__link--active > .icon::before {
  background: #DEAF51;
}
/* line 85, sass/partials/_header.scss */
.header #show_tooltips .icon::before {
  width: 2.4rem;
  height: 2.4rem;
}

/* line 91, sass/partials/_header.scss */
.customize-support .header {
  padding-top: calc((0.5vw + 0.5rem) + 32px);
}
@media only screen and (max-width: 782px) {
  /* line 91, sass/partials/_header.scss */
  .customize-support .header {
    padding-top: calc((0.5vw + 0.5rem) + 46px);
  }
}

/* line 1, sass/partials/_misc.scss */
body .iframe-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 5, sass/partials/_misc.scss */
body .iframe-wrapper::before {
  content: '';
  padding-bottom: 56.25%;
  display: block;
}
/* line 10, sass/partials/_misc.scss */
body .iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 782px) {
  /* line 19, sass/partials/_misc.scss */
  .btns-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 24, sass/partials/_misc.scss */
  .btns-wrapper .btn + .btn, .btns-wrapper .tabs__btns li + .btn, .tabs__btns .btns-wrapper li + .btn, .btns-wrapper .tabs__btns .btn + li, .tabs__btns .btns-wrapper .btn + li, .btns-wrapper .tabs__btns li + li, .tabs__btns .btns-wrapper li + li {
    margin-left: 0;
    margin-top: 1rem;
  }
}

/* line 31, sass/partials/_misc.scss */
.social {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: -.4rem;
}
/* line 38, sass/partials/_misc.scss */
.social li a {
  display: block;
  padding: .4rem;
}
/* line 41, sass/partials/_misc.scss */
.social li a i::before {
  background: #FFF;
  height: 2rem;
  width: 2rem;
}

/* line 50, sass/partials/_misc.scss */
.breadcrumbs {
  background: #D7D8D8;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem 1.6rem;
  color: #1C5464;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  display: flex;
}
/* line 60, sass/partials/_misc.scss */
.breadcrumbs li {
  font-size: inherit;
  color: rgba(28, 84, 100, 0.62);
}
/* line 63, sass/partials/_misc.scss */
.breadcrumbs li a {
  color: inherit;
}
/* line 65, sass/partials/_misc.scss */
.breadcrumbs li a:hover {
  color: #1C5464;
  text-decoration: underline;
}
/* line 70, sass/partials/_misc.scss */
.breadcrumbs li span {
  font-weight: 500;
  color: #1C5464;
}
/* line 74, sass/partials/_misc.scss */
.breadcrumbs li + li::before {
  content: '>';
  display: inline-block;
  margin: 0 1rem;
}
@media only screen and (max-width: 1050px) {
  /* line 81, sass/partials/_misc.scss */
  .breadcrumbs li + li::before {
    margin: 0 .6rem;
  }
}
@media only screen and (max-width: 992px) {
  /* line 50, sass/partials/_misc.scss */
  .breadcrumbs {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 782px) {
  /* line 50, sass/partials/_misc.scss */
  .breadcrumbs {
    display: none;
  }
}

/* line 91, sass/partials/_misc.scss */
.layers {
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: .75;
}
/* line 96, sass/partials/_misc.scss */
.layers__img {
  flex: 1;
  background: center/cover no-repeat;
}

/* line 102, sass/partials/_misc.scss */
.graphic {
  position: relative;
}
/* line 105, sass/partials/_misc.scss */
.graphic::after {
  content: '';
  position: absolute;
  bottom: calc(2vw + 2rem);
  left: 50%;
  height: 40vh;
  width: 40vw;
  background: #D7D8D8;
  pointer-events: none;
  opacity: .25;
  z-index: -1;
  -webkit-mask: url("./images/graphic.svg") bottom/contain no-repeat;
  mask: url("./images/graphic.svg") bottom/contain no-repeat;
}

/* line 121, sass/partials/_misc.scss */
.img-block {
  display: flex;
  justify-content: space-between;
  column-gap: calc(1vw + 1rem);
}
/* line 125, sass/partials/_misc.scss */
.img-block__img {
  flex: 0 0 40%;
  border-radius: .6rem;
  background: center/cover no-repeat;
}
/* line 129, sass/partials/_misc.scss */
.img-block__img::before {
  content: '';
  display: block;
  padding-bottom: 60%;
}
/* line 135, sass/partials/_misc.scss */
.img-block__text {
  flex: 1;
}
/* line 137, sass/partials/_misc.scss */
.img-block__text > *:last-child {
  margin-bottom: 0;
}
/* line 139, sass/partials/_misc.scss */
.img-block + .img-block {
  margin-top: calc(1vw + 1rem);
}
@media only screen and (max-width: 992px) {
  /* line 141, sass/partials/_misc.scss */
  .img-block__img {
    display: none;
  }
}

/* line 145, sass/partials/_misc.scss */
.switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 5rem;
  height: 2rem;
  border-radius: 1rem;
  outline: none;
  border: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  background-color: #58AA6C;
  opacity: .5;
  transition: background-color ease 0.3s;
}
/* line 159, sass/partials/_misc.scss */
.switch::before {
  content: "on off";
  width: 1.2rem;
  height: 1.2rem;
  left: .4rem;
  top: .4rem;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: -2.2rem;
  word-spacing: 2.4rem;
  color: #fff;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}
/* line 182, sass/partials/_misc.scss */
.switch:checked {
  background-color: #1C5464;
  opacity: 1;
}
/* line 185, sass/partials/_misc.scss */
.switch:checked:before {
  left: 3.2rem;
}
/* line 189, sass/partials/_misc.scss */
.switch-wrap {
  display: flex;
  align-items: center;
  margin: .5rem 0;
}

/* line 1, sass/partials/_domains.scss */
.domains {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
  padding-top: calc(2vw + 2rem);
}
/* line 6, sass/partials/_domains.scss */
.domains__block {
  padding: 1rem;
  flex: 0 0 20%;
  max-width: 26rem;
  cursor: pointer;
}
/* line 11, sass/partials/_domains.scss */
.domains__block__img {
  border-radius: .6rem;
  background: center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
/* line 16, sass/partials/_domains.scss */
.domains__block__img span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 1.6rem;
  background: #1C5464;
  color: #FFF;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1em;
  border-bottom-right-radius: .6rem;
}
/* line 28, sass/partials/_domains.scss */
.domains__block__img::before {
  content: '';
  display: block;
  padding-bottom: 58.2%;
}
/* line 33, sass/partials/_domains.scss */
.domains__block__img + * {
  margin-top: calc(1vw + 1rem);
}
/* line 35, sass/partials/_domains.scss */
.domains__block h3 {
  margin-bottom: 1rem;
}
/* line 38, sass/partials/_domains.scss */
.domains__block p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1280px) {
  /* line 43, sass/partials/_domains.scss */
  .domains__block {
    flex: 0 0 25%;
  }
}
@media only screen and (max-width: 992px) {
  /* line 48, sass/partials/_domains.scss */
  .domains__block {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 54, sass/partials/_domains.scss */
  .domains__block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 60, sass/partials/_domains.scss */
  .domains__block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 1, sass/partials/_filters.scss */
.filters {
  background: #F7F7F7;
  border-radius: .6rem;
  padding: calc(1vw + 1rem);
  margin-top: calc(1.5vw + 1.5rem);
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
/* line 11, sass/partials/_filters.scss */
.filters__wrap {
  overflow: auto;
  flex: 1;
  width: 100%;
  max-width: 100%;
}
/* line 16, sass/partials/_filters.scss */
.filters__wrap > label {
  display: none;
}
/* line 17, sass/partials/_filters.scss */
.filters__wrap .hidden {
  display: none;
}
/* line 21, sass/partials/_filters.scss */
.filters p {
  color: #1C5464;
}
/* line 25, sass/partials/_filters.scss */
.filters__block input {
  display: none;
}
/* line 27, sass/partials/_filters.scss */
.filters__block input:checked + label {
  opacity: 1;
}
/* line 29, sass/partials/_filters.scss */
.filters__block input:checked + label .filters__block__img {
  flex: 0 0 calc(50% - (0.5vw + 0.5rem));
}
/* line 34, sass/partials/_filters.scss */
.filters__block label {
  display: flex;
  align-items: flex-start;
  column-gap: calc(0.5vw + 0.5rem);
  opacity: .64;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 42, sass/partials/_filters.scss */
.filters__block__img {
  flex: 0 0 35%;
  background: center/cover no-repeat;
  border-radius: .6rem;
  -webkit-transition: flex 0.3s ease;
  -moz-transition: flex 0.3s ease;
  -o-transition: flex 0.3s ease;
  transition: flex 0.3s ease;
}
/* line 47, sass/partials/_filters.scss */
.filters__block__img::before {
  content: '';
  display: block;
  padding-bottom: 58.2%;
}
/* line 53, sass/partials/_filters.scss */
.filters__block__text {
  flex: 0 0 50%;
}
/* line 55, sass/partials/_filters.scss */
.filters__block__text h4 {
  margin-bottom: 1rem;
}
/* line 56, sass/partials/_filters.scss */
.filters__block__text p {
  font-size: 1.6rem;
}
/* line 58, sass/partials/_filters.scss */
.filters__block + .filters__block {
  margin-top: 1rem;
}
/* line 60, sass/partials/_filters.scss */
.filters::after {
  content: '';
  width: 0;
  height: 0;
  left: 100%;
  position: absolute;
  bottom: calc(3vw + 3rem);
  border-top: 2.8rem solid transparent;
  border-bottom: 2.8rem solid transparent;
  border-left: 3.6rem solid #F7F7F7;
}

/* line 1, sass/partials/_research.scss */
.research {
  display: flex;
  margin: -1rem;
  overflow: auto;
  flex: 1;
}
/* line 7, sass/partials/_research.scss */
.research__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  width: 100%;
}
/* line 14, sass/partials/_research.scss */
.research__block {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 1rem;
}
/* line 18, sass/partials/_research.scss */
.research__block--video {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  cursor: pointer;
}
/* line 23, sass/partials/_research.scss */
.research__block--video::before {
  content: '';
  width: 4rem;
  height: 4rem;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: .6;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-mask: url("./images/play.svg") center/contain no-repeat;
  mask: url("./images/play.svg") center/contain no-repeat;
}
/* line 38, sass/partials/_research.scss */
.research__block--video .research__block__inner {
  pointer-events: none;
  background: center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  border: none;
}
/* line 45, sass/partials/_research.scss */
.research__block--video .research__block__inner::before {
  content: '';
  background: #082932;
  opacity: .42;
}
/* line 51, sass/partials/_research.scss */
.research__block--video .research__block__inner::after {
  content: '';
  display: block;
  padding-bottom: 36.7%;
}
/* line 56, sass/partials/_research.scss */
.research__block--video .research__block__inner__text {
  padding: calc(1.5vw + 1.5rem) calc(1vw + 1rem);
  position: relative;
  z-index: 2;
}
/* line 60, sass/partials/_research.scss */
.research__block--video .research__block__inner__text h3,
.research__block--video .research__block__inner__text p {
  color: #FFF;
}
/* line 67, sass/partials/_research.scss */
.research__block--video:hover::before {
  opacity: 1;
}
/* line 72, sass/partials/_research.scss */
.research__block__inner {
  background: #FFF;
  border: 3px solid #1C5464;
  border-radius: .6rem;
  overflow: hidden;
  position: relative;
  height: 100%;
}
/* line 79, sass/partials/_research.scss */
.research__block__inner__header {
  display: flex;
  align-items: flex-start;
}
/* line 82, sass/partials/_research.scss */
.research__block__inner__header .cat {
  color: #FFF;
  text-transform: uppercase;
  padding: 1rem 1.6rem 1rem 1.3rem;
  font-size: 1.4rem;
  line-height: 1em;
  background: #1C5464;
  margin-right: auto;
  border-bottom-right-radius: .6rem;
}
/* line 92, sass/partials/_research.scss */
.research__block__inner__header__check {
  margin-left: auto;
  margin-top: calc(0.5vw + 0.5rem);
  margin-right: calc(0.5vw + 0.5rem);
  width: 2rem;
  height: 2rem;
  border: 3px solid #1C5464;
  opacity: .5;
  border-radius: .4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 106, sass/partials/_research.scss */
.research__block__inner__header__check::before {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background: #1C5464;
  opacity: 0;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  -webkit-mask: url("./images/check.svg") center/contain no-repeat;
  mask: url("./images/check.svg") center/contain no-repeat;
}
/* line 122, sass/partials/_research.scss */
.research__block__inner__text {
  padding: calc(0.75vw + 0.75rem);
}
/* line 124, sass/partials/_research.scss */
.research__block__inner__text h3, .research__block__inner__text h4 {
  margin-bottom: 1rem;
  color: #082932;
}
/* line 128, sass/partials/_research.scss */
.research__block__inner__text p {
  font-size: 1.4rem;
}
/* line 130, sass/partials/_research.scss */
.research__block__inner__text p small {
  font-size: 1.2rem;
}
/* line 132, sass/partials/_research.scss */
.research__block__inner__text > *:last-child {
  margin-bottom: 0;
}
/* line 134, sass/partials/_research.scss */
.research__block__inner__hover {
  background: #1C5464;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s linear, opacity 0.3s ease;
  -moz-transition: visibility 0.3s linear, opacity 0.3s ease;
  -o-transition: visibility 0.3s linear, opacity 0.3s ease;
  transition: visibility 0.3s linear, opacity 0.3s ease;
}
/* line 144, sass/partials/_research.scss */
.research__block__inner__hover .btn, .research__block__inner__hover .tabs__btns li, .tabs__btns .research__block__inner__hover li {
  font-size: 1.6rem;
}
/* line 146, sass/partials/_research.scss */
.research__block__inner__hover .btn + .btn, .research__block__inner__hover .tabs__btns li + .btn, .tabs__btns .research__block__inner__hover li + .btn, .research__block__inner__hover .tabs__btns .btn + li, .tabs__btns .research__block__inner__hover .btn + li, .research__block__inner__hover .tabs__btns li + li, .tabs__btns .research__block__inner__hover li + li {
  margin-left: 0;
  margin-top: 1rem;
}
/* line 163, sass/partials/_research.scss */
.research__block.checked .research__block__inner__header__check {
  opacity: 1;
}
/* line 165, sass/partials/_research.scss */
.research__block.checked .research__block__inner__header__check::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 173, sass/partials/_research.scss */
.research__block:not(.research__block--video) .research__block__inner::after {
  content: '';
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
  width: 16rem;
  height: 16rem;
  background: #1C5464;
  opacity: .1;
  -webkit-mask: url("./images/file.svg") center/contain no-repeat;
  mask: url("./images/file.svg") center/contain no-repeat;
}
/* line 187, sass/partials/_research.scss */
.research__block:not(.research__block--video) .research__block__inner:hover .research__block__inner__hover {
  opacity: .95;
  visibility: visible;
}
/* line 195, sass/partials/_research.scss */
.research__block--aqua .research__block__inner {
  border-color: #5CADA8;
}
/* line 198, sass/partials/_research.scss */
.research__block--aqua .research__block__inner__header span {
  background-color: #5CADA8;
}
/* line 199, sass/partials/_research.scss */
.research__block--aqua .research__block__inner__header__check {
  border-color: #5CADA8;
}
/* line 201, sass/partials/_research.scss */
.research__block--aqua .research__block__inner__hover {
  background-color: rgba(92, 173, 168, 0.95);
}
/* line 202, sass/partials/_research.scss */
.research__block--aqua .research__block__inner::after {
  background-color: #5CADA8 !important;
}
/* line 206, sass/partials/_research.scss */
.research__block--red .research__block__inner {
  border-color: #B05433;
}
/* line 209, sass/partials/_research.scss */
.research__block--red .research__block__inner__header span {
  background-color: #B05433;
}
/* line 210, sass/partials/_research.scss */
.research__block--red .research__block__inner__header__check {
  border-color: #B05433;
}
/* line 212, sass/partials/_research.scss */
.research__block--red .research__block__inner__hover {
  background-color: rgba(176, 84, 51, 0.95);
}
/* line 213, sass/partials/_research.scss */
.research__block--red .research__block__inner::after {
  background-color: #B05433 !important;
}
/* line 217, sass/partials/_research.scss */
.research__block--purple .research__block__inner {
  border-color: #84749C;
}
/* line 220, sass/partials/_research.scss */
.research__block--purple .research__block__inner__header span {
  background-color: #84749C;
}
/* line 221, sass/partials/_research.scss */
.research__block--purple .research__block__inner__header__check {
  border-color: #84749C;
}
/* line 223, sass/partials/_research.scss */
.research__block--purple .research__block__inner__hover {
  background-color: rgba(132, 116, 156, 0.95);
}
/* line 224, sass/partials/_research.scss */
.research__block--purple .research__block__inner::after {
  background-color: #84749C !important;
}
/* line 228, sass/partials/_research.scss */
.research__block--blue .research__block__inner {
  border-color: #5E80BC;
}
/* line 231, sass/partials/_research.scss */
.research__block--blue .research__block__inner__header span {
  background-color: #5E80BC;
}
/* line 232, sass/partials/_research.scss */
.research__block--blue .research__block__inner__header__check {
  border-color: #5E80BC;
}
/* line 234, sass/partials/_research.scss */
.research__block--blue .research__block__inner__hover {
  background-color: rgba(94, 128, 188, 0.95);
}
/* line 235, sass/partials/_research.scss */
.research__block--blue .research__block__inner::after {
  background-color: #5E80BC !important;
}
/* line 239, sass/partials/_research.scss */
.research__block--orange .research__block__inner {
  border-color: #D7863E;
}
/* line 242, sass/partials/_research.scss */
.research__block--orange .research__block__inner__header span {
  background-color: #D7863E;
}
/* line 243, sass/partials/_research.scss */
.research__block--orange .research__block__inner__header__check {
  border-color: #D7863E;
}
/* line 245, sass/partials/_research.scss */
.research__block--orange .research__block__inner__hover {
  background-color: rgba(215, 134, 62, 0.95);
}
/* line 246, sass/partials/_research.scss */
.research__block--orange .research__block__inner::after {
  background-color: #D7863E !important;
}
@media only screen and (max-width: 1600px) {
  /* line 1, sass/partials/_research.scss */
  .research {
    margin: -.5rem;
  }
  /* line 252, sass/partials/_research.scss */
  .research__block {
    padding: .5rem;
  }
  /* line 254, sass/partials/_research.scss */
  .research__block__inner__text {
    padding: 0.5rem calc(0.5vw + 0.5rem) calc(0.5vw + 0.5rem);
  }
  /* line 256, sass/partials/_research.scss */
  .research__block__inner__text p {
    margin: 0 0 1rem;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 782px) {
  /* line 264, sass/partials/_research.scss */
  .research__block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 267, sass/partials/_research.scss */
  .research__block--video {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 274, sass/partials/_research.scss */
  .research__block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 277, sass/partials/_research.scss */
  .research__block__inner {
    min-height: 11rem;
  }
}

/* line 1, sass/partials/_resources.scss */
.resources {
  background: rgba(215, 216, 216, 0.2);
  padding: calc(1.5vw + 1.5rem);
  border-radius: .6rem;
  margin-top: calc(2vw + 2rem);
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100px;
  min-height: 400px;
}
/* line 11, sass/partials/_resources.scss */
.resources h3 {
  margin-bottom: calc(1vw + 1rem);
}
/* line 12, sass/partials/_resources.scss */
.resources__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
  overflow: auto;
}
/* line 18, sass/partials/_resources.scss */
.resources__wrapper .research__block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 992px) {
  /* line 1, sass/partials/_resources.scss */
  .resources {
    min-height: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 27, sass/partials/_resources.scss */
  .resources__wrapper .research__block {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* line 1, sass/partials/_info.scss */
.info {
  margin-top: calc(1vw + 1rem);
  background: #FFF;
  border-radius: .6rem;
  padding: calc(1.5vw + 1.5rem);
  flex: 1;
  display: flex;
  height: 90%;
  flex-direction: column;
  position: relative;
}
/* line 11, sass/partials/_info.scss */
.info::before {
  content: 'Select to save items';
  position: absolute;
  top: calc((1.5vw + 1.5rem) - .2rem);
  left: calc((1.5vw + 1.5rem) + 1rem);
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 6rem;
  line-height: 1em;
  text-align: center;
  color: #1C5464;
  font-size: 1.2rem;
}
/* line 23, sass/partials/_info.scss */
.info__wrapper {
  overflow: auto;
}
/* line 27, sass/partials/_info.scss */
.info__item {
  padding: 0 calc(2rem + (0.5vw + 0.5rem));
  position: relative;
  cursor: pointer;
}
/* line 31, sass/partials/_info.scss */
.info__item::before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  border: 3px solid #58AA6C;
  opacity: .5;
  border-radius: .4rem;
  left: 0;
  top: .5rem;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 43, sass/partials/_info.scss */
.info__item::after {
  content: '';
  opacity: 0;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  left: .4rem;
  top: .9rem;
  background: #58AA6C;
  -webkit-mask: url("./images/check.svg") center/contain no-repeat;
  mask: url("./images/check.svg") center/contain no-repeat;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* line 57, sass/partials/_info.scss */
.info__item h3 {
  margin-bottom: 1rem;
}
/* line 60, sass/partials/_info.scss */
.info__item p {
  color: #1C5464;
  font-size: 1.6rem;
  line-height: 1.4em;
}
/* line 66, sass/partials/_info.scss */
.info__item:hover::before {
  opacity: 1;
}
/* line 70, sass/partials/_info.scss */
.info__item > *:last-child {
  margin-bottom: 0;
}
/* line 71, sass/partials/_info.scss */
.info__item + .info__item {
  margin-top: calc(1.5vw + 1.5rem);
}
/* line 73, sass/partials/_info.scss */
.info__item.checked::before {
  opacity: 1;
}
/* line 76, sass/partials/_info.scss */
.info__item.checked::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 480px) {
  /* line 83, sass/partials/_info.scss */
  .info__item p {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
}

/* line 1, sass/partials/_tabs.scss */
.tabs {
  padding: calc(3vw + 3rem);
  border-radius: 1rem;
  border: 3px solid #1C5464;
  flex: 1;
  position: relative;
  overflow: auto;
}
/* line 9, sass/partials/_tabs.scss */
.tabs__btns {
  margin: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  list-style-type: none;
  padding: 0;
  position: relative;
  margin-left: calc(2vw + 2rem);
  margin-top: calc(2vw + 2rem);
  z-index: 2;
}
/* line 18, sass/partials/_tabs.scss */
.tabs__btns li {
  -webkit-box-shadow: inset 0 0 0 2px #1C5464;
  -moz-box-shadow: inset 0 0 0 2px #1C5464;
  box-shadow: inset 0 0 0 2px #1C5464;
  background-color: #efefef;
  color: #1C5464;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/* line 25, sass/partials/_tabs.scss */
.tabs__btns li:hover {
  background-color: #D7D8D8;
}
/* line 28, sass/partials/_tabs.scss */
.tabs__btns li.selected {
  color: #FFF;
  background-color: #1C5464;
}
/* line 34, sass/partials/_tabs.scss */
.tabs__block {
  display: none;
}
/* line 36, sass/partials/_tabs.scss */
.tabs__block.open {
  display: block;
}
/* line 40, sass/partials/_tabs.scss */
.tabs .info {
  margin-top: 0;
  background-color: transparent;
  padding: 0;
  flex-direction: row;
}
/* line 45, sass/partials/_tabs.scss */
.tabs .info::before {
  display: none;
}
/* line 46, sass/partials/_tabs.scss */
.tabs .info__col {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
/* line 49, sass/partials/_tabs.scss */
.tabs .info__col h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
}
/* line 53, sass/partials/_tabs.scss */
.tabs .info__col h3 {
  font-size: 2rem;
}
/* line 57, sass/partials/_tabs.scss */
.tabs .info__col .info__item::before {
  top: .2em;
}
/* line 60, sass/partials/_tabs.scss */
.tabs .info__col .info__item::after {
  top: .6rem;
}
/* line 66, sass/partials/_tabs.scss */
.tabs .research {
  flex-wrap: wrap;
}
/* line 68, sass/partials/_tabs.scss */
.tabs .research__block {
  flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (max-width: 992px) {
  /* line 1, sass/partials/_tabs.scss */
  .tabs {
    padding: calc(2vw + 2rem);
  }
  /* line 75, sass/partials/_tabs.scss */
  .tabs__btns {
    margin-left: calc(1.5vw + 1.5rem);
  }
  /* line 78, sass/partials/_tabs.scss */
  .tabs .info {
    flex-wrap: wrap;
  }
  /* line 80, sass/partials/_tabs.scss */
  .tabs .info__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 83, sass/partials/_tabs.scss */
  .tabs .info__col + .info__col {
    margin-top: calc(1.5vw + 1.5rem);
    padding-top: calc(1.5vw + 1.5rem);
    border-top: 1px solid #dadada;
  }
  /* line 90, sass/partials/_tabs.scss */
  .tabs .research__block {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 96, sass/partials/_tabs.scss */
  .tabs .research__block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 102, sass/partials/_tabs.scss */
  .tabs .research__block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 1, sass/partials/_footer.scss */
.footer {
  position: absolute;
  bottom: calc(1.5vw + 1.5rem);
  right: calc(1.5vw + 1.5rem);
  display: flex;
  align-items: center;
  z-index: 2;
}
/* line 8, sass/partials/_footer.scss */
.footer > p {
  width: 14rem;
  color: #FFF;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.1em;
}
/* line 14, sass/partials/_footer.scss */
.footer > p a {
  color: inherit;
  font-weight: 700;
}
/* line 17, sass/partials/_footer.scss */
.footer > p a:hover {
  text-decoration: underline;
}
/* line 21, sass/partials/_footer.scss */
.footer > a img {
  height: 4.8rem;
  width: auto;
  display: block;
}
/* line 27, sass/partials/_footer.scss */
.footer > * + * {
  margin-left: 1rem;
}
@media only screen and (max-width: 782px) {
  /* line 1, sass/partials/_footer.scss */
  .footer {
    display: none;
  }
}

/* line 1, sass/partials/_popup.scss */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 84, 100, 0.5);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.5s linear, opacity 0.5s ease;
  -moz-transition: visibility 0.5s linear, opacity 0.5s ease;
  -o-transition: visibility 0.5s linear, opacity 0.5s ease;
  transition: visibility 0.5s linear, opacity 0.5s ease;
}
/* line 15, sass/partials/_popup.scss */
.popup__wrapper {
  max-width: 120rem;
  opacity: 0;
  border-radius: .6rem;
  overflow: hidden;
  background: #FFF;
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
/* line 24, sass/partials/_popup.scss */
.popup__wrapper__header {
  display: flex;
  justify-content: space-between;
}
/* line 27, sass/partials/_popup.scss */
.popup__wrapper__header h2 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  text-transform: uppercase;
  background: #1C5464;
  color: #FFF;
  text-align: left;
  min-width: 33.33333%;
  line-height: 1;
  padding: 1.5rem calc(1vw + 1rem);
  border-bottom-right-radius: .6rem;
  margin-bottom: 0;
}
/* line 42, sass/partials/_popup.scss */
.popup__wrapper__close {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 48, sass/partials/_popup.scss */
.popup__wrapper__close button {
  background: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}
/* line 57, sass/partials/_popup.scss */
.popup__wrapper__close button i::before {
  background: #AEAFAF;
  width: 2.4rem;
  height: 2.4rem;
}
/* line 62, sass/partials/_popup.scss */
.popup__wrapper__close button:hover i::before {
  background: #1C5464;
}
/* line 65, sass/partials/_popup.scss */
.popup__wrapper__content {
  padding: calc(2vw + 2rem) calc(2vw + 2rem) calc(3vw + 3rem);
  width: 100%;
  max-height: 80vh;
  max-height: calc(90vh - 5.8rem);
  overflow: auto;
  -webkit-box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1);
}
/* line 73, sass/partials/_popup.scss */
.popup__wrapper__content h1:first-child, .popup__wrapper__content h2:first-child, .popup__wrapper__content h3:first-child, .popup__wrapper__content h4:first-child, .popup__wrapper__content h5:first-child, .popup__wrapper__content h6:first-child, .popup__wrapper__content ul:first-child, .popup__wrapper__content ol:first-child, .popup__wrapper__content p:first-child {
  margin-top: 0;
}
/* line 74, sass/partials/_popup.scss */
.popup__wrapper__content h1:last-child, .popup__wrapper__content h2:last-child, .popup__wrapper__content h3:last-child, .popup__wrapper__content h4:last-child, .popup__wrapper__content h5:last-child, .popup__wrapper__content h6:last-child, .popup__wrapper__content ul:last-child, .popup__wrapper__content ol:last-child, .popup__wrapper__content p:last-child {
  margin-bottom: 0;
}
/* line 75, sass/partials/_popup.scss */
.popup__wrapper__content h1 a:not(.btn), .popup__wrapper__content h2 a:not(.btn), .popup__wrapper__content h3 a:not(.btn), .popup__wrapper__content h4 a:not(.btn), .popup__wrapper__content h5 a:not(.btn), .popup__wrapper__content h6 a:not(.btn), .popup__wrapper__content ul a:not(.btn), .popup__wrapper__content ol a:not(.btn), .popup__wrapper__content p a:not(.btn) {
  font-weight: 700;
  color: #58AA6C;
}
/* line 78, sass/partials/_popup.scss */
.popup__wrapper__content h1 a:not(.btn):link, .popup__wrapper__content h1 a:not(.btn):visited, .popup__wrapper__content h2 a:not(.btn):link, .popup__wrapper__content h2 a:not(.btn):visited, .popup__wrapper__content h3 a:not(.btn):link, .popup__wrapper__content h3 a:not(.btn):visited, .popup__wrapper__content h4 a:not(.btn):link, .popup__wrapper__content h4 a:not(.btn):visited, .popup__wrapper__content h5 a:not(.btn):link, .popup__wrapper__content h5 a:not(.btn):visited, .popup__wrapper__content h6 a:not(.btn):link, .popup__wrapper__content h6 a:not(.btn):visited, .popup__wrapper__content ul a:not(.btn):link, .popup__wrapper__content ul a:not(.btn):visited, .popup__wrapper__content ol a:not(.btn):link, .popup__wrapper__content ol a:not(.btn):visited, .popup__wrapper__content p a:not(.btn):link, .popup__wrapper__content p a:not(.btn):visited {
  color: #58AA6C;
}
/* line 79, sass/partials/_popup.scss */
.popup__wrapper__content h1 a:not(.btn):hover, .popup__wrapper__content h2 a:not(.btn):hover, .popup__wrapper__content h3 a:not(.btn):hover, .popup__wrapper__content h4 a:not(.btn):hover, .popup__wrapper__content h5 a:not(.btn):hover, .popup__wrapper__content h6 a:not(.btn):hover, .popup__wrapper__content ul a:not(.btn):hover, .popup__wrapper__content ol a:not(.btn):hover, .popup__wrapper__content p a:not(.btn):hover {
  text-decoration: underline;
}
/* line 82, sass/partials/_popup.scss */
.popup__wrapper__content .intro {
  max-width: 80rem;
}
/* line 84, sass/partials/_popup.scss */
.popup__wrapper__content .intro p {
  color: #1C5464;
}
/* line 85, sass/partials/_popup.scss */
.popup__wrapper__content .intro + * {
  margin-top: calc(1vw + 1rem);
}
/* line 87, sass/partials/_popup.scss */
.popup__wrapper__content .domains {
  padding-top: 0;
}
/* line 89, sass/partials/_popup.scss */
.popup__wrapper__content .domains__block {
  flex: 1 0 20%;
  max-width: 33.33333%;
}
/* line 94, sass/partials/_popup.scss */
.popup__wrapper__content .column_text {
  column-count: 2;
  column-gap: calc(1.5vw + 1.5rem);
}
/* line 99, sass/partials/_popup.scss */
.popup__wrapper__content .glossary form {
  display: flex;
  justify-content: flex-end;
}
/* line 102, sass/partials/_popup.scss */
.popup__wrapper__content .glossary form label {
  display: none;
}
/* line 103, sass/partials/_popup.scss */
.popup__wrapper__content .glossary form input {
  background: #D7D8D8;
  color: #082932;
  font-size: 1.6rem;
  height: 4rem;
  border: none;
  width: 28rem;
  max-width: 90%;
  padding: 0 0 0 1rem;
  border-top-left-radius: .6rem;
  border-bottom-left-radius: .6rem;
}
/* line 115, sass/partials/_popup.scss */
.popup__wrapper__content .glossary form button {
  background: #D7D8D8;
  flex: 0 0 4rem;
  padding: 0;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-top-right-radius: .6rem;
  border-bottom-right-radius: .6rem;
  cursor: pointer;
}
/* line 127, sass/partials/_popup.scss */
.popup__wrapper__content .glossary form button .icon::before {
  background: #AEAFAF;
  width: 2rem;
  height: 2rem;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 133, sass/partials/_popup.scss */
.popup__wrapper__content .glossary form button:hover .icon::before {
  background: #1C5464;
}
/* line 135, sass/partials/_popup.scss */
.popup__wrapper__content .glossary form + * {
  margin-top: 1.5rem;
}
/* line 137, sass/partials/_popup.scss */
.popup__wrapper__content .glossary__list {
  padding: calc(0.5vw + 0.5rem) calc(1vw + 1rem);
  border-radius: .6rem;
  border: 3px solid #1C5464;
  max-height: 50vh;
  overflow: auto;
}
/* line 143, sass/partials/_popup.scss */
.popup__wrapper__content .glossary__list table {
  margin: 0;
}
/* line 146, sass/partials/_popup.scss */
.popup__wrapper__content .glossary__list table tr th {
  font-weight: 700;
  color: #1C5464;
  font-size: 2rem;
  background: transparent;
  padding: 1rem 2rem;
  border-bottom: none;
}
/* line 153, sass/partials/_popup.scss */
.popup__wrapper__content .glossary__list table tr th:first-of-type {
  padding-left: 0;
}
/* line 156, sass/partials/_popup.scss */
.popup__wrapper__content .glossary__list table tr th:last-of-type {
  padding-right: 0;
}
/* line 160, sass/partials/_popup.scss */
.popup__wrapper__content .glossary__list table tr td {
  color: #1C5464;
  padding: 1rem 2rem;
}
/* line 163, sass/partials/_popup.scss */
.popup__wrapper__content .glossary__list table tr td:first-of-type {
  color: #58AA6C;
  padding-left: 0;
}
/* line 167, sass/partials/_popup.scss */
.popup__wrapper__content .glossary__list table tr td:last-of-type {
  padding-right: 0;
}
/* line 171, sass/partials/_popup.scss */
.popup__wrapper__content .glossary__list table tr:last-of-type td {
  border-bottom: none;
}
/* line 176, sass/partials/_popup.scss */
.popup__wrapper__content .info {
  padding-left: 0;
  padding-right: 0;
}
/* line 179, sass/partials/_popup.scss */
.popup__wrapper__content .info::before {
  left: 1rem;
}
/* line 184, sass/partials/_popup.scss */
.popup__wrapper.thin {
  max-width: 60rem;
}
/* line 186, sass/partials/_popup.scss */
.popup--video {
  background: rgba(28, 84, 100, 0.85);
}
/* line 188, sass/partials/_popup.scss */
.popup--video .popup__wrapper {
  background: transparent;
  overflow: visible;
}
/* line 191, sass/partials/_popup.scss */
.popup--video .popup__wrapper__header {
  -webkit-transform: translateY(-5rem);
  -moz-transform: translateY(-5rem);
  -ms-transform: translateY(-5rem);
  -o-transform: translateY(-5rem);
  transform: translateY(-5rem);
}
/* line 195, sass/partials/_popup.scss */
.popup--video .popup__wrapper__close button i::before {
  background: #FFF;
  opacity: .5;
}
/* line 199, sass/partials/_popup.scss */
.popup--video .popup__wrapper__close button:hover i::before {
  opacity: 1;
}
/* line 203, sass/partials/_popup.scss */
.popup--video .popup__wrapper__content {
  background: #000;
  border-radius: .6rem;
  overflow: hidden;
  padding: 0;
}
/* line 208, sass/partials/_popup.scss */
.popup--video .popup__wrapper__content video {
  width: 100%;
  height: auto;
  display: block;
}
/* line 216, sass/partials/_popup.scss */
.popup.show {
  opacity: 1;
  visibility: visible;
}
/* line 219, sass/partials/_popup.scss */
.popup.show .popup__wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
  -moz-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
  -o-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}
/* line 223, sass/partials/_popup.scss */
.popup.show .popup__wrapper__close {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 1.2s;
  -moz-transition: opacity 0.3s ease 1.2s;
  -o-transition: opacity 0.3s ease 1.2s;
  transition: opacity 0.3s ease 1.2s;
}
/* line 231, sass/partials/_popup.scss */
.popup .customize-support .popup__wrapper__content {
  max-height: calc(90vh - 5.8rem - 32px);
}

/* line 239, sass/partials/_popup.scss */
#strategies .popup__wrapper__header h2::before,
#glossary .popup__wrapper__header h2::before,
#about .popup__wrapper__header h2::before {
  content: '';
  display: inline-block;
  margin-right: calc(1vw + 1rem);
  width: 2rem;
  height: 2rem;
  background: #FFF;
}

/* line 248, sass/partials/_popup.scss */
#strategies .popup__wrapper__header h2::before {
  -webkit-mask: url("./images/wave.png") center/contain no-repeat;
  mask: url("./images/wave.png") center/contain no-repeat;
}

/* line 252, sass/partials/_popup.scss */
#glossary .popup__wrapper__header h2::before {
  -webkit-mask: url("./images/glossary.svg") center/contain no-repeat;
  mask: url("./images/glossary.svg") center/contain no-repeat;
}

/* line 256, sass/partials/_popup.scss */
#about .popup__wrapper__header h2::before {
  -webkit-mask: url("./images/question.svg") center/contain no-repeat;
  mask: url("./images/question.svg") center/contain no-repeat;
}

@media only screen and (max-width: 992px) {
  /* line 263, sass/partials/_popup.scss */
  .popup__wrapper__header h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-height: 800px) {
  /* line 267, sass/partials/_popup.scss */
  .popup--video .popup__wrapper {
    width: auto;
  }
  /* line 269, sass/partials/_popup.scss */
  .popup--video .popup__wrapper__content {
    background-color: transparent;
  }
  /* line 271, sass/partials/_popup.scss */
  .popup--video .popup__wrapper__content video {
    height: calc(90vh - 5.8rem);
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: .6rem;
    overflow: hidden;
  }
}
@media only screen and (max-width: 782px) {
  /* line 284, sass/partials/_popup.scss */
  .customize-support .popup__wrapper__content {
    max-height: calc(90vh - 5.8rem - 46px);
  }

  /* line 287, sass/partials/_popup.scss */
  .popup__wrapper__content .column_text {
    column-count: 1;
  }
  /* line 290, sass/partials/_popup.scss */
  .popup__wrapper__content .domains__block {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 298, sass/partials/_popup.scss */
  .popup__wrapper__header h2 {
    font-size: 2rem;
  }

  /* line 301, sass/partials/_popup.scss */
  .popup__wrapper__content .glossary__list table tr th {
    font-size: 1.8rem;
  }
  /* line 304, sass/partials/_popup.scss */
  .popup__wrapper__content .glossary__list table tr td {
    font-size: 1.2rem;
    line-height: 1.1em;
  }
  /* line 307, sass/partials/_popup.scss */
  .popup__wrapper__content .glossary__list table tr td:first-of-type {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 480px) {
  /* line 315, sass/partials/_popup.scss */
  .popup__wrapper__content .glossary__list table tr th {
    font-size: 1.6rem;
  }
}
/* line 2, sass/partials/_hints.scss */
.header__item__info {
  position: absolute;
  top: 0;
  left: calc(100% + 1rem);
  background: #FFF;
  border-radius: .4rem;
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 32rem;
  padding: calc(0.5vw + 0.5rem);
  -webkit-transition: visibility 0.6s linear, opacity 0.6s ease, transform 0.6s ease;
  -moz-transition: visibility 0.6s linear, opacity 0.6s ease, transform 0.6s ease;
  -o-transition: visibility 0.6s linear, opacity 0.6s ease, transform 0.6s ease;
  transition: visibility 0.6s linear, opacity 0.6s ease, transform 0.6s ease;
  -webkit-transform: translateX(3rem);
  -moz-transform: translateX(3rem);
  -ms-transform: translateX(3rem);
  -o-transform: translateX(3rem);
  transform: translateX(3rem);
}
/* line 15, sass/partials/_hints.scss */
.header__item__info::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: .6rem solid transparent;
  border-bottom: .6rem solid transparent;
  border-right: 1rem solid #FFF;
  top: calc((0.75vw + 0.75rem) + .5rem);
  right: 100%;
  pointer-events: none;
}
/* line 27, sass/partials/_hints.scss */
.header__item__info__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
/* line 32, sass/partials/_hints.scss */
.header__item__info__header span {
  color: #1C5464;
  font-size: 1.2rem;
}
/* line 36, sass/partials/_hints.scss */
.header__item__info__header button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  pointer-events: all;
}
/* line 43, sass/partials/_hints.scss */
.header__item__info__header button i::before {
  background: #082932;
  opacity: .5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 48, sass/partials/_hints.scss */
.header__item__info__header button:hover i::before {
  opacity: .75;
}
/* line 50, sass/partials/_hints.scss */
.header__item__info__header + * {
  margin-top: calc(0.5vw + 0.5rem);
}
/* line 52, sass/partials/_hints.scss */
.header__item__info h5 {
  margin-bottom: .5rem;
}
/* line 55, sass/partials/_hints.scss */
.header__item__info p {
  color: #1C5464;
  font-size: 1.4rem;
  margin-bottom: 0;
}
/* line 60, sass/partials/_hints.scss */
.header__item__info__footer {
  display: flex;
  padding-top: calc(0.5vw + 0.5rem);
}
/* line 63, sass/partials/_hints.scss */
.header__item__info__footer button {
  border: none;
  padding: 0;
  margin-left: auto;
  display: inline-block;
  background: transparent;
  font-size: 1.2rem;
  color: #1C5464;
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 1rem;
  cursor: pointer;
  pointer-events: all;
}
/* line 77, sass/partials/_hints.scss */
.header__item__info__footer button::before {
  content: '';
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: .9rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  background: #1C5464;
  z-index: 2;
  -webkit-mask: url("./images/arrow.svg") center/contain no-repeat;
  mask: url("./images/arrow.svg") center/contain no-repeat;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 92, sass/partials/_hints.scss */
.header__item__info__footer button::after {
  content: '';
  width: 3.2rem;
  flex: 0 0 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #1C5464;
  -moz-box-shadow: inset 0 0 0 2px #1C5464;
  box-shadow: inset 0 0 0 2px #1C5464;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 102, sass/partials/_hints.scss */
.header__item__info__footer button:hover::before {
  background: #FFF;
}
/* line 105, sass/partials/_hints.scss */
.header__item__info__footer button:hover::after {
  background: #1C5464;
}

/* line 114, sass/partials/_hints.scss */
.header__bottom .header__item__info {
  top: unset;
  bottom: 0;
}
/* line 117, sass/partials/_hints.scss */
.header__bottom .header__item__info::before {
  top: unset;
  bottom: calc((0.75vw + 0.75rem) + .5rem);
}

/* line 124, sass/partials/_hints.scss */
.show-hints #tool::before {
  opacity: .51;
  visibility: visible;
}
/* line 129, sass/partials/_hints.scss */
.show-hints .header__item__link {
  opacity: .25;
}
/* line 131, sass/partials/_hints.scss */
.show-hints .header__item__link::before, .show-hints .header__item__link::after {
  opacity: 0;
  visibility: hidden;
}
/* line 138, sass/partials/_hints.scss */
.show-hints .header__item.highlight .header__item__link {
  opacity: 1;
}
/* line 141, sass/partials/_hints.scss */
.show-hints .header__item.highlight .header__item__info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
  transform: translateX(1rem);
}
