/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \**************************************************************************************************************************************************************************************************/
*,:after,:before{-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;text-rendering:optimizeLegibility}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;margin:0;padding:0;vertical-align:baseline}div{vertical-align:top}body{-ms-scroll-chaining:none;overscroll-behavior:none}a{color:inherit;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img,svg,video{max-width:100%;vertical-align:top}@font-face{font-display:auto;font-family:Nuckle;font-style:normal;font-weight:300;src:url(https://www.colourfeel.org/wp-content/themes/colourfeel24/static/fonts/Nuckle-Light.woff2) format("woff2"),url(https://www.colourfeel.org/wp-content/themes/colourfeel24/static/fonts/Nuckle-Light.woff) format("woff"),url(https://www.colourfeel.org/wp-content/themes/colourfeel24/static/fonts/Nuckle-Light.otf) format("opentype"),url(https://www.colourfeel.org/wp-content/themes/colourfeel24/static/fonts/Nuckle-Light.ttf) format("truetype")}.clearfix:after{clear:both;content:"";display:table}.container{margin-left:auto;margin-right:auto;width:100%}.hide{display:none!important}@media (min-width:768px){.hide--desktop{display:none!important}}@media (max-width:767px){.desktop,.hide--mobile{display:none!important}}@media (min-width:768px){.mobile{display:none!important}}.image img{height:auto;width:100%}.image.cover img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.image.contain img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.icon svg{height:100%;width:100%}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex.center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex.wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex.direction--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex.direction--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex.justify--start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex.justify--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex.justify--end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex.justify--between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex.align--start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.flex.align--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex.align--end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex.align--stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.flex.align--baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.grid{display:grid}.auto{margin-left:auto;margin-right:auto}.uppercase{text-transform:uppercase}.text--left{text-align:left}.text--center{text-align:center}.text--right{text-align:right}html{font-family:Nuckle,Helvetica,Arial,sans-serif;font-family:Nuckle;font-size:1.25vw;font-style:normal;font-weight:400;letter-spacing:.04em;line-height:1.25}@media (max-width:767px) and (orientation:portrait){html{font-size:4.8vw}}@media (max-width:767px) and (orientation:landscape){html{font-size:2.4vw}}@media (max-width:767px){html{letter-spacing:.04em;line-height:1.25}}html p{margin-bottom:1.25em}html p:last-child{margin:0}html .title{margin-bottom:1.25em}body{overflow-x:hidden}@-webkit-keyframes gradient{0%{background-color:#f26543}25%{background-color:#9148f0}50%{background-color:#3ee25d}75%{background-color:#ff73a9}to{background-color:#f26543}}@keyframes gradient{0%{background-color:#f26543}25%{background-color:#9148f0}50%{background-color:#3ee25d}75%{background-color:#ff73a9}to{background-color:#f26543}}@-webkit-keyframes colour{0%{color:#f26543}25%{color:#9148f0}50%{color:#3ee25d}75%{color:#ff73a9}to{color:#f26543}}@keyframes colour{0%{color:#f26543}25%{color:#9148f0}50%{color:#3ee25d}75%{color:#ff73a9}to{color:#f26543}}@-webkit-keyframes border{0%{border-color:#f26543}25%{border-color:#9148f0}50%{border-color:#3ee25d}75%{border-color:#ff73a9}to{border-color:#f26543}}@keyframes border{0%{border-color:#f26543}25%{border-color:#9148f0}50%{border-color:#3ee25d}75%{border-color:#ff73a9}to{border-color:#f26543}}.colour{-webkit-animation:colour 16s infinite;animation:colour 16s infinite}.colour:hover{-webkit-filter:invert(100%);filter:invert(100%)}.multiply img{-webkit-filter:grayscale(100%) contrast(1);filter:grayscale(100%) contrast(1);mix-blend-mode:lighten;-webkit-transition:mix-blend-mode .2s ease,-webkit-filter .2s ease;transition:mix-blend-mode .2s ease,-webkit-filter .2s ease;transition:filter .2s ease,mix-blend-mode .2s ease;transition:filter .2s ease,mix-blend-mode .2s ease,-webkit-filter .2s ease}.multiply:hover img{-webkit-filter:grayscale(0);filter:grayscale(0);mix-blend-mode:normal}.ver{opacity:0;-webkit-transform:translate3d(0,1.5625vw,0);transform:translate3d(0,1.5625vw,0);-webkit-transition:opacity 1s ease,-webkit-transform 1s ease;transition:opacity 1s ease,-webkit-transform 1s ease;transition:opacity 1s ease,transform 1s ease;transition:opacity 1s ease,transform 1s ease,-webkit-transform 1s ease}.show{opacity:1!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}.header{display:none}.preloader-plus{background:#fff}.preloader-plus .lds-rolling{display:none}.preloader-plus .prog-bar{-webkit-animation:gradient 16s infinite;animation:gradient 16s infinite;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial}#cursor{pointer-events:none!important}#cursor{border-radius:100%;left:0;opacity:0;position:fixed;top:0;z-index:9}.show-cursor #cursor{opacity:1}.page-template-home #cursor{-webkit-transition:all 1s!important;transition:all 1s!important}.page-template-home #cursor{-webkit-animation:gradient 16s infinite;animation:gradient 16s infinite;-webkit-filter:blur(300px) invert(1);filter:blur(300px) invert(1);height:52.08333vw;width:52.08333vw}@media (max-width:767px) and (orientation:portrait){.page-template-home #cursor{width:266.66667vw}}@media (max-width:767px) and (orientation:landscape){.page-template-home #cursor{width:133.33333vw}}@media (max-width:767px) and (orientation:portrait){.page-template-home #cursor{height:266.66667vw}}@media (max-width:767px) and (orientation:landscape){.page-template-home #cursor{height:133.33333vw}}.page-template-home.scroll #cursor{opacity:0!important}.page-template-home.scroll #cursor{-webkit-filter:blur(80px) invert(0);filter:blur(80px) invert(0);height:10.41667vw;width:10.41667vw}@media (max-width:767px) and (orientation:portrait){.page-template-home.scroll #cursor{width:53.33333vw}}@media (max-width:767px) and (orientation:landscape){.page-template-home.scroll #cursor{width:26.66667vw}}@media (max-width:767px) and (orientation:portrait){.page-template-home.scroll #cursor{height:53.33333vw}}@media (max-width:767px) and (orientation:landscape){.page-template-home.scroll #cursor{height:26.66667vw}}.page-template-another-future #cursor{height:44.27083vw;width:44.27083vw;z-index:99}@media (max-width:767px) and (orientation:portrait){.page-template-another-future #cursor{width:100vw}}@media (max-width:767px) and (orientation:landscape){.page-template-another-future #cursor{width:50vw}}@media (max-width:767px) and (orientation:portrait){.page-template-another-future #cursor{height:100vw}}@media (max-width:767px) and (orientation:landscape){.page-template-another-future #cursor{height:50vw}}@media (max-width:767px){.page-template-another-future #cursor{left:50%!important;opacity:1!important;top:50%!important;-webkit-transform:translate3d(-50%,-50%,0)!important;transform:translate3d(-50%,-50%,0)!important}}
