@charset "UTF-8";
/* Created on 06.07.18 */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* Imports - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* Variables - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* Global Settings - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* line 7, ../partials/_globals.scss */
html, body {
  padding: 0 20px;
  margin: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  background-color: #000000;
}
/* line 14, ../partials/_globals.scss */
html #content-wrapper, body #content-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* line 28, ../partials/_globals.scss */
#content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
/* line 33, ../partials/_globals.scss */
#content-wrapper *, #content-wrapper *:before, #content-wrapper *:after {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -ms-box-sizing: inherit;
}



/* line 47, ../partials/_globals.scss */
img {
  border: none;
}

a {
    text-decoration: none;
}

a:link {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}

a:hover {
    color: #ffffff;
}

a:active {
    color: #ffffff;
}

/* line 51, ../partials/_globals.scss */
sup {
  vertical-align: baseline;
  position: relative;
  top: -6px;
  font-size: 12px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* Buttons - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*
 * Rectangle button
 *
 * @param [$width] - width
 * @param [$height] - height
 * @param [$color] - text color
 * @param [$background] - background color
 * @param [$border-color] - border color
 * @param [$border-width] - border width
 */
/*
 * Square button
 *
 * @param [$width-height] - width and height
 * @param [$color] - text color
 * @param [$background] - background color
 * @param [$border-color] - border color
 * @param [$border-width] - border width
 */
/*
 * Circle button
 *
 * @param [$width-height] - width and height
 * @param [$color] - text color
 * @param [$background] - background color
 * @param [$border-color] - border color
 * @param [$border-width] - border width
 */
 
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* Fonts - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "SamsungSSRg";
  src: url("../../assets/fonts/samsung/SamsungSharpSans-Regular.eot") format("eot"), url("../../assets/fonts/samsung/SamsungSharpSans-Regular.woff") format("woff"), url("../../assets/fonts/samsung/SamsungSharpSans-Regular.ttf") format("truetype"), url("../../assets/fonts/samsung/SamsungSharpSans-Regular.svg#11b816e7-d678-48dd-bc75-560de9c19049") format("svg");
}
@font-face {
  font-family: "SamsungSSMd";
  src: url("../../assets/fonts/samsung/SamsungSharpSans-Medium.eot") format("eot"), url("../../assets/fonts/samsung/SamsungSharpSans-Medium.woff") format("woff"), url("../../assets/fonts/samsung/SamsungSharpSans-Medium.ttf") format("truetype"), url("../../assets/fonts/samsung/SamsungSharpSans-Medium.svg#11b816e7-d678-48dd-bc75-560de9c19049") format("svg");
}
@font-face {
  font-family: "SamsungSSBd";
  src: url("../../assets/fonts/samsung/SamsungSharpSans-Bold.eot") format("eot"), url("../../assets/fonts/samsung/SamsungSharpSans-Bold.woff") format("woff"), url("../../assets/fonts/samsung/SamsungSharpSans-Bold.ttf") format("truetype"), url("../../assets/fonts/samsung/SamsungSharpSans-Bold.svg#11b816e7-d678-48dd-bc75-560de9c19049") format("svg");
}
@font-face {
  font-family: "SamsungOne800";
  src: url("../../assets/fonts/samsung/SamsungOne-400.eot") format("eot"), url("../../assets/fonts/samsung/SamsungOne-400.woff") format("woff"), url("../../assets/fonts/samsung/SamsungOne-400.ttf") format("truetype"), url("../../assets/fonts/samsung/SamsungOne-400.svg") format("svg");
}
@font-face {
  font-family: "SamsungOne700";
  src: url("../../assets/fonts/samsung/SamsungOne-700.eot") format("eot"), url("../../assets/fonts/samsung/SamsungOne-700.woff") format("woff"), url("../../assets/fonts/samsung/SamsungOne-700.ttf") format("truetype"), url("../../assets/fonts/samsung/SamsungOne-700.svg") format("svg");
}
@font-face {
  font-family: "SamsungOne600";
  src: url("../../assets/fonts/samsung/SamsungOne-600.eot") format("eot"), url("../../assets/fonts/samsung/SamsungOne-600.woff") format("woff"), url("../../assets/fonts/samsung/SamsungOne-600.ttf") format("truetype"), url("../../assets/fonts/samsung/SamsungOne-600.svg") format("svg");
}
@font-face {
  font-family: "SamsungOne500";
  src: url("../../assets/fonts/samsung/SamsungOne-500.eot") format("eot"), url("../../assets/fonts/samsung/SamsungOne-500.woff") format("woff"), url("../../assets/fonts/samsung/SamsungOne-500.ttf") format("truetype"), url("../../assets/fonts/samsung/SamsungOne-500.svg") format("svg");
}
@font-face {
  font-family: "SamsungOne400";
  src: url("../../assets/fonts/samsung/SamsungOne-400.eot") format("eot"), url("../../assets/fonts/samsung/SamsungOne-400.woff") format("woff"), url("../../assets/fonts/samsung/SamsungOne-400.ttf") format("truetype"), url("../../assets/fonts/samsung/SamsungOne-400.svg") format("svg");
}
@font-face {
  font-family: "SamsungOne300";
  src: url("../../assets/fonts/samsung/SamsungOne-300.eot") format("eot"), url("../../assets/fonts/samsung/SamsungOne-300.woff") format("woff"), url("../../assets/fonts/samsung/SamsungOne-300.ttf") format("truetype"), url("../../assets/fonts/samsung/SamsungOne-300.svg") format("svg");
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* line 91, ../partials/_fonts.scss */
#content-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: SamsungOne400, Arial, sans-serif;
  color: #ffffff;
}
/* line 93, ../partials/_fonts.scss */
#content-wrapper h1 {
  margin: 0 0 20px 0;
  font-family: SamsungSSBd, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
/* line 102, ../partials/_fonts.scss */
#content-wrapper h2 {
  margin: 0 0 2.5%;
  font-family: SamsungSSBd, Arial, sans-serif;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}
/* line 109, ../partials/_fonts.scss */
#content-wrapper h3 {
  margin: -10px 0 30px;
  font-family: SamsungSSMd, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5rem;
  text-align: center;
}
/* line 118, ../partials/_fonts.scss */
#content-wrapper h4 {
  font-family: SamsungOne800, Arial, sans-serif;
  font-size: 1.0rem;
  line-height: 1.5rem;
}
/* line 124, ../partials/_fonts.scss */
#content-wrapper p, #content-wrapper ul, #content-wrapper ol {
  margin: 0 auto 2.5%;
  font-size: 20px;
  line-height: 30px;
  font-family: SamsungOne400, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
}
/* line 132, ../partials/_fonts.scss */
#content-wrapper p.smallprint {
  font-size: 16px;
  line-height: 24px;
}
/* line 137, ../partials/_fonts.scss */
#content-wrapper b, #content-wrapper strong {
  font-family: SamsungOne800, Arial, sans-serif;
  font-weight: normal;
}
/* line 141, ../partials/_fonts.scss */
#content-wrapper ol {
  list-style-type: decimal;
}
/* line 144, ../partials/_fonts.scss */
#content-wrapper ol li {
  list-style: decimal;
}
/* line 149, ../partials/_fonts.scss */
#content-wrapper ul {
  padding: 0;
  margin: 0;
}
/* line 153, ../partials/_fonts.scss */
#content-wrapper ul li {
  padding: 0;
  margin: 0;
  list-style-type: disc;
}
#content-wrapper img {
	max-width:100%;
}

/* Defining Base font size depending on viewport width */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
  /* line 170, ../partials/_fonts.scss */
  #content-wrapper {
    /* TODO */
  }
}
@media (max-width: 768px) {
  /* line 170, ../partials/_fonts.scss */
  #content-wrapper {
    /* TODO */
  }
}
@media (max-width: 481px) {
  /* line 184, ../partials/_fonts.scss */
  #content-wrapper h1 {
    margin: 0 20px 20px 20px;
    font-size: 30px;
    line-height: 40px;
  }
  /* line 190, ../partials/_fonts.scss */
  #content-wrapper p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 20px;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* Icon-Fonts - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url("../../assets/fonts/icomoon/icomoon.eot?6nqh25");
  src: url("../../assets/fonts/icomoon/icomoon.eot?#iefix6nqh25") format("embedded-opentype"), url("../../assets/fonts/icomoon/icomoon.woff?6nqh25") format("woff"), url("../../assets/fonts/icomoon/icomoon.ttf?6nqh25") format("truetype"), url("../../assets/fonts/icomoon/icomoon.svg?6nqh25#icomoon") format("svg");
}
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* line 21, ../partials/_icon-fonts.scss */
#content-wrapper [class^="icon-"], #content-wrapper [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* line 39, ../partials/_icon-fonts.scss */
.icon-a5-logo .path1:before {
  content: "\e907";
  color: #ffffff;
}

/* line 43, ../partials/_icon-fonts.scss */
.icon-a5-logo .path2:before {
  content: "\e908";
  margin-left: -5.703125em;
  color: #ffffff;
}

/* line 48, ../partials/_icon-fonts.scss */
.icon-a5-logo .path3:before {
  content: "\e909";
  margin-left: -5.703125em;
  color: #a7a9ac;
}

/* line 53, ../partials/_icon-fonts.scss */
.icon-a5-logo .path4:before {
  content: "\e90a";
  margin-left: -5.703125em;
  color: #a7a9ac;
}

/* line 58, ../partials/_icon-fonts.scss */
.icon-a5-logo .path5:before {
  content: "\e90b";
  margin-left: -5.703125em;
  color: #ffffff;
}

/* line 63, ../partials/_icon-fonts.scss */
.icon-a5-logo .path6:before {
  content: "\e90c";
  margin-left: -5.703125em;
  color: #ffffff;
}

/* line 68, ../partials/_icon-fonts.scss */
.icon-a3-logo .path1:before {
  content: "\e901";
  color: #ffffff;
}

/* line 72, ../partials/_icon-fonts.scss */
.icon-a3-logo .path2:before {
  content: "\e902";
  margin-left: -5.703125em;
  color: #ffffff;
}

/* line 77, ../partials/_icon-fonts.scss */
.icon-a3-logo .path3:before {
  content: "\e903";
  margin-left: -5.703125em;
  color: #ffffff;
}

/* line 82, ../partials/_icon-fonts.scss */
.icon-a3-logo .path4:before {
  content: "\e904";
  margin-left: -5.703125em;
  color: #ffffff;
}

/* line 87, ../partials/_icon-fonts.scss */
.icon-a3-logo .path5:before {
  content: "\e905";
  margin-left: -5.703125em;
  color: #a7a9ac;
}

/* line 92, ../partials/_icon-fonts.scss */
.icon-a3-logo .path6:before {
  content: "\e906";
  margin-left: -5.703125em;
  color: #a7a9ac;
}

/* line 98, ../partials/_icon-fonts.scss */
.icon-play_circle_outline:before {
  content: "\e01d";
}

/* line 101, ../partials/_icon-fonts.scss */
.icon-faq-icon:before {
  content: "\e604";
}

/* line 104, ../partials/_icon-fonts.scss */
.icon-close-icon:before {
  content: "\e603";
}

/* line 107, ../partials/_icon-fonts.scss */
.icon-cardboard-icon:before {
  content: "\e602";
}

/* line 110, ../partials/_icon-fonts.scss */
.icon-gallery-icon:before {
  content: "\e600";
}

/* line 113, ../partials/_icon-fonts.scss */
.icon-text-icon:before {
  content: "\e601";
}

/* line 116, ../partials/_icon-fonts.scss */
.icon-uniE60B:before {
  content: "\e60b";
}

/* line 119, ../partials/_icon-fonts.scss */
.icon-uniE60C:before {
  content: "\e60c";
}

/* line 122, ../partials/_icon-fonts.scss */
.icon-uniE60E:before {
  content: "\e60e";
}

/* line 125, ../partials/_icon-fonts.scss */
.icon-uniE60F:before {
  content: "\e60f";
}

/* line 128, ../partials/_icon-fonts.scss */
.icon-uniE610:before {
  content: "\e610";
}

/* line 131, ../partials/_icon-fonts.scss */
.icon-uniE611:before {
  content: "\e611";
}

/* line 134, ../partials/_icon-fonts.scss */
.icon-arrow-open-big:before {
  content: "\e612";
}

/* line 137, ../partials/_icon-fonts.scss */
.icon-arrow-closed-big:before {
  content: "\e613";
}

/* line 140, ../partials/_icon-fonts.scss */
.icon-uniE614:before {
  content: "\e614";
}

/* line 143, ../partials/_icon-fonts.scss */
.icon-uniE615:before {
  content: "\e615";
}

#topper {
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  height: 70px;
  display: block;
}

#campaign-logo {
  float: right;
  font-family: Lato;
  font-weight: bold;
  font-size: 20pt;
  
}

#campaign-logo img {
  height: 70px;
}

#brand-logo {
  float: left;
}

#brand-logo img {
  height: 40px;
}

/* line 33, ../partials/_videos.scss */
#content-wrapper {
  margin: 0 auto;
}
/* line 37, ../partials/_videos.scss */
#content-wrapper .icon-hashtag {
  color: #ffffff;
  font-style: italic;
  font-family: Lato, Arial, sans-serif;
  margin-right: 5px;
}

/* line 45, ../partials/_videos.scss */
.award-section {
  max-width: 1300px;
  margin: 0 auto;
}

/* line 51, ../partials/_videos.scss */
.award-section p {
  margin: 0 auto 2.5%;
  text-align: center;
  width: 60%;
}

#content-wrapper section.award-section .content h1 {
  line-height: 30px;
}

#content-wrapper section.award-section .content h1 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  font-family: SamsungSSBd, Arial, sans-serif;
}

/* line 58, ../partials/_videos.scss */
.great-video {
  margin: 0 15px 2.5%;
  text-align: center;
}

/* line 64, ../partials/_videos.scss */
figure {
  margin: auto;
}

/* line 71, ../partials/_videos.scss */
figure iframe {
  text-align: center;
}

/* line 76, ../partials/_videos.scss */
#content-wrapper figure iframe {
  height: 546px;
}

/* line 81, ../partials/_videos.scss */
figcaption {
  color: #ffffff;
  font-family: SamsungOne400;
  text-align: left;
  margin-bottom: 20px;
}

/* line 89, ../partials/_videos.scss */
figcaption > .resolution {
  display: none;
}

/* line 94, ../partials/_videos.scss */
figcaption:hover > .resolution {
  display: inline;
}

/* line 99, ../partials/_videos.scss */
figcaption:hover > .question {
  display: none;
}

/* line 104, ../partials/_videos.scss */
.grid-container {
  display: grid;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
  max-width: 970px;
  grid-template-columns: auto auto auto;
}

@media (max-width: 1000px) {
  /* line 115, ../partials/_videos.scss */
  .award-section p {
    width: 100%;
    padding: 5px;
  }

  /* line 124, ../partials/_videos.scss */
  #content-wrapper figure iframe {
    height: 400px;
  }

  /* line 130, ../partials/_videos.scss */
  .grid-container {
    max-width: 711px;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 700px) {
  /* line 141, ../partials/_videos.scss */
  #content-wrapper figure iframe {
    height: 300px;
  }

  /* line 147, ../partials/_videos.scss */
  .grid-container {
    grid-template-columns: auto;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* CSS for modal window - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* line 7, ../modules/jquery.modal/_jqueryModal.scss */
.blocker {
  width: 100%;
  height: 100%;
  padding: 3%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: auto;
  z-index: 1;
}
/* line 25, ../modules/jquery.modal/_jqueryModal.scss */
.blocker:before {
  content: "";
  height: 100%;
  margin-right: -0.05em;
  vertical-align: middle;
  display: inline-block;
}

/* line 34, ../modules/jquery.modal/_jqueryModal.scss */
.modal {
  max-width: 400px;
  padding: 50px 40px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  background: white;
  font-family: SamsungOne400, Arial, sans-serif;
  color: #ffffff;
  font-size: 1.0rem;
  line-height: 1.4rem;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  z-index: 2;
}
/* line 56, ../modules/jquery.modal/_jqueryModal.scss */
.modal p {
  max-width: 80%;
  margin: 5% 0 5% 0;
}
/* line 61, ../modules/jquery.modal/_jqueryModal.scss */
.modal a.close-modal {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
}
/* line 70, ../modules/jquery.modal/_jqueryModal.scss */
.modal a.close-modal:before {
  content: "\e603";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 85, ../modules/jquery.modal/_jqueryModal.scss */
.modal-spinner {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-right: -32px;
  display: none;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  border-radius: 8px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* Main-Navigation - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* "activationSection.html" - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* line 11, ../modules/sections/_activationSection.scss */
#content-wrapper section.activation .content {
  text-align: center;
  padding: 100px 80px 0 80px;
}
/* line 16, ../modules/sections/_activationSection.scss */
#content-wrapper section.activation .content .activation-slider .slick-slide {
  border: 0;
  outline: 0;
}
/* line 20, ../modules/sections/_activationSection.scss */
#content-wrapper section.activation .content .activation-slider .slick-slide .img-acti {
  width: 100%;
}
/* line 25, ../modules/sections/_activationSection.scss */
#content-wrapper section.activation .content .activation-slider button {
  border: none;
  outline: none;
  background-size: contain;
  z-index: 999;
  position: absolute;
  top: 45%;
  cursor: pointer;
  background-color: transparent;
}
/* line 35, ../modules/sections/_activationSection.scss */
#content-wrapper section.activation .content .activation-slider button.slick-prev {
  left: 20px;
}
/* line 39, ../modules/sections/_activationSection.scss */
#content-wrapper section.activation .content .activation-slider button.slick-next {
  right: 20px;
}
@media (max-width: 768px) {
  /* line 11, ../modules/sections/_activationSection.scss */
  #content-wrapper section.activation .content {
    padding: 0 20px 60px 20px;
  }
  /* line 49, ../modules/sections/_activationSection.scss */
  #content-wrapper section.activation .content .activation-slider button {
    top: 35%;
  }
  /* line 52, ../modules/sections/_activationSection.scss */
  #content-wrapper section.activation .content .activation-slider button .btn-arrow {
    width: 50px;
  }
  /* line 56, ../modules/sections/_activationSection.scss */
  #content-wrapper section.activation .content .activation-slider button.slick-prev {
    left: 5px;
  }
  /* line 60, ../modules/sections/_activationSection.scss */
  #content-wrapper section.activation .content .activation-slider button.slick-next {
    right: 5px;
  }
}
@media (max-width: 481px) {
  /* line 11, ../modules/sections/_activationSection.scss */
  #content-wrapper section.activation .content {
    padding: 0 0 40px 0;
  }
  /* line 73, ../modules/sections/_activationSection.scss */
  #content-wrapper section.activation .content .activation-slider button .btn-arrow {
    width: 40px;
  }
  /* line 77, ../modules/sections/_activationSection.scss */
  #content-wrapper section.activation .content .activation-slider button.slick-prev {
    left: 0;
  }
  /* line 81, ../modules/sections/_activationSection.scss */
  #content-wrapper section.activation .content .activation-slider button.slick-next {
    right: 0;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* "introSection.html" - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* line 11, ../modules/sections/_introSection.scss */
#content-wrapper section.intro .content {
  text-align: center;
  padding: 0px 40px 40px 40px;
}
/* line 15, ../modules/sections/_introSection.scss */
#content-wrapper section.intro .content .logo {
  width: 420px;
}
/* line 19, ../modules/sections/_introSection.scss */
#content-wrapper section.intro .content .text-container {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  font-family: SamsungOne400, Arial, sans-serif;
  padding: 40px 0;
}
/* line 27, ../modules/sections/_introSection.scss */
#content-wrapper section.intro .content .box-container {
  *zoom: 1;
  padding-bottom: 40px;
}
/* line 38, ../../../../../../../../../../../../.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#content-wrapper section.intro .content .box-container:after {
  content: "";
  display: table;
  clear: both;
}
/* line 31, ../modules/sections/_introSection.scss */
#content-wrapper section.intro .content .box-container .box {
  float: left;
  width: 33%;
  padding: 0 10px;
  text-align: center;
  display: block;
}
/* line 38, ../modules/sections/_introSection.scss */
#content-wrapper section.intro .content .box-container .box .big {
  font-family: SamsungOne400, Arial, sans-serif;
  font-size: 34px;
  line-height: 44px;
  margin: 0;
}
/* line 45, ../modules/sections/_introSection.scss */
#content-wrapper section.intro .content .box-container .box .small {
  margin: 0;
  font-family: SamsungOne400, Arial, sans-serif;
}
/* line 52, ../modules/sections/_introSection.scss */
#content-wrapper section.intro .content .result {
  font-family: SamsungOne800, Arial, sans-serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 44px;
}
@media (max-width: 1024px) {
  /* line 59, ../modules/sections/_introSection.scss */
  #content-wrapper section.intro .content .text-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 11, ../modules/sections/_introSection.scss */
  #content-wrapper section.intro .content {
    padding: 40px;
  }
  /* line 67, ../modules/sections/_introSection.scss */
  #content-wrapper section.intro .content .logo {
    width: 350px;
  }
  /* line 71, ../modules/sections/_introSection.scss */
  #content-wrapper section.intro .content .text-container {
    padding: 40px 0;
    text-align: center;
  }
  /* line 77, ../modules/sections/_introSection.scss */
  #content-wrapper section.intro .content .box-container .box {
    width: 100%;
    padding-bottom: 40px;
  }
}
@media (max-width: 481px) {
  /* line 11, ../modules/sections/_introSection.scss */
  #content-wrapper section.intro .content {
    padding: 40px 0;
  }
  /* line 87, ../modules/sections/_introSection.scss */
  #content-wrapper section.intro .content .logo {
    width: 250px;
  }
  /* line 91, ../modules/sections/_introSection.scss */
  #content-wrapper section.intro .content .text-container {
    padding: 20px 0;
  }
  /* line 95, ../modules/sections/_introSection.scss */
  #content-wrapper section.intro .content .box-container {
    padding-bottom: 0;
  }
  /* line 98, ../modules/sections/_introSection.scss */
  #content-wrapper section.intro .content .box-container .box {
    padding-bottom: 20px;
    min-height: 100px;
  }
  /* line 102, ../modules/sections/_introSection.scss */
  #content-wrapper section.intro .content .box-container .box .big {
    font-size: 24px;
    line-height: 34px;
  }
  /* line 107, ../modules/sections/_introSection.scss */
  #content-wrapper section.intro .content .box-container .box .small {
    line-height: 20px;
  }
}

/* line 6, ../modules/sections/_liveGrid.scss */
html.firefox #content-wrapper section .content .live-grid-wrapper .hud-wrapper .pulse, html.no-smil #content-wrapper section .content .live-grid-wrapper .hud-wrapper .pulse {
  line-height: 24px !important;
}
/* line 9, ../modules/sections/_liveGrid.scss */
html.firefox #content-wrapper section.summary .content .clipboard-wrapper .clipboard, html.no-smil #content-wrapper section.summary .content .clipboard-wrapper .clipboard {
  height: 39px;
  line-height: 8px;
}

/* line 23, ../modules/sections/_liveGrid.scss */
#content-wrapper section .content .live-grid-wrapper {
  position: relative;
  height: 420px;
  top: 20px;
}
@media (max-width: 640px) {
  /* line 23, ../modules/sections/_liveGrid.scss */
  #content-wrapper section .content .live-grid-wrapper {
    height: 380px;
  }
}
@media (max-width: 480px) {
  /* line 23, ../modules/sections/_liveGrid.scss */
  #content-wrapper section .content .live-grid-wrapper {
    height: 300px;
  }
}
@media (max-width: 360px) {
  /* line 23, ../modules/sections/_liveGrid.scss */
  #content-wrapper section .content .live-grid-wrapper {
    height: 250px;
  }
}
/* line 49, ../modules/sections/_liveGrid.scss */
#content-wrapper section .content .live-grid-wrapper .live-wrapper {
  width: 100%;
  height: auto;
  display: block;
  top: 40px;
  position: absolute;
  z-index: 1;
  left: 50%;
  max-width: 640px;
  min-width: 640px;
  transform: translate3d(-50%, 0, 0);
}
@media (max-width: 640px) {
  /* line 69, ../modules/sections/_liveGrid.scss */
  #content-wrapper section .content .live-grid-wrapper .live-wrapper {
    max-width: 480px;
    min-width: 480px;
  }
}
@media (max-width: 480px) {
  /* line 78, ../modules/sections/_liveGrid.scss */
  #content-wrapper section .content .live-grid-wrapper .live-wrapper {
    max-width: 360px;
    min-width: 360px;
  }
}
/* line 91, ../modules/sections/_liveGrid.scss */
#content-wrapper section .content .live-grid-wrapper .hud-wrapper {
  position: relative;
  max-width: 640px;
  min-width: 480px;
  margin: 0 auto;
}
/* line 98, ../modules/sections/_liveGrid.scss */
#content-wrapper section .content .live-grid-wrapper .hud-wrapper .total {
  font-family: SamsungOne400, Arial, sans-serif;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  display: inline-block;
  text-align: right;
  float: right;
  margin: 15px;
}
/* line 109, ../modules/sections/_liveGrid.scss */
#content-wrapper section .content .live-grid-wrapper .hud-wrapper .pulse {
  display: inline-block;
  margin: 0px 25px;
  float: left;
  text-indent: 30px;
  font-family: SamsungOne400, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 118, ../modules/sections/_liveGrid.scss */
#content-wrapper section .content .live-grid-wrapper .hud-wrapper .pulse {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F74E00;
  cursor: default;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
}
/* line 131, ../modules/sections/_liveGrid.scss */
#content-wrapper section .content .live-grid-wrapper .hud-wrapper .pulse:hover {
  animation: none;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
/* line 165, ../modules/sections/_liveGrid.scss */
#content-wrapper section .content .live-item {
  position: relative;
  width: 20vw;
  height: 20vw;
  max-width: 128px;
  max-height: 128px;
  float: left;
  display: block;
}
/* line 175, ../modules/sections/_liveGrid.scss */
#content-wrapper section .content .live-item img {
  position: relative;
  width: 100%;
  height: auto;
}
/* line 183, ../modules/sections/_liveGrid.scss */
#content-wrapper section .content .live-item.live-item-js {
  opacity: 0;
  transition: opacity .5s 0s ease-in-out, transform .5s 0s ease-in-out;
}
/* line 188, ../modules/sections/_liveGrid.scss */
#content-wrapper section .content .live-item.live-item-js.show {
  opacity: 1;
  transition: opacity .5s .25s ease-in-out, transform .5s .25s ease-in-out;
  animation: bounce-in 0.5s .25s;
}
@media (max-width: 640px) {
  /* line 202, ../modules/sections/_liveGrid.scss */
  #content-wrapper section .content .live-item {
    max-width: 96px;
    max-height: 96px;
  }
}
@media (max-width: 480px) {
  /* line 213, ../modules/sections/_liveGrid.scss */
  #content-wrapper section .content .live-item {
    max-width: 72px;
    max-height: 72px;
  }
}
@keyframes bounce-in {
  0% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* "newsSection.html" - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* line 11, ../modules/sections/_newsSection.scss */
#content-wrapper section.news .content {
  text-align: center;
  padding: 0 80px;
}
/* line 16, ../modules/sections/_newsSection.scss */
#content-wrapper section.news .content .news-slider .slick-slide {
  border: 0;
  outline: 0;
  position: relative;
}
/* line 21, ../modules/sections/_newsSection.scss */
#content-wrapper section.news .content .news-slider .slick-slide .img-news {
  width: 100%;
}
/* line 25, ../modules/sections/_newsSection.scss */
#content-wrapper section.news .content .news-slider .slick-slide .caption {
  background-color: rgb(255, 255, 255);
  width: 80%;
  position: absolute;
  bottom: 0;
  padding: 22px 0;
  transform: translateX(-50%);
  left: 50%;
}
/* line 34, ../modules/sections/_newsSection.scss */
#content-wrapper section.news .content .news-slider .slick-slide .caption p {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 481px) {
  /* line 25, ../modules/sections/_newsSection.scss */
  #content-wrapper section.news .content .news-slider .slick-slide .caption {
    padding: 14px 0;
  }
  /* line 45, ../modules/sections/_newsSection.scss */
  #content-wrapper section.news .content .news-slider .slick-slide .caption p {
    line-height: 16px;
    font-size: 16px;
  }
}
/* line 53, ../modules/sections/_newsSection.scss */
#content-wrapper section.news .content .news-slider button {
  border: none;
  outline: none;
  background-size: contain;
  z-index: 999;
  position: absolute;
  top: 40%;
  cursor: pointer;
  background-color: transparent;
}
/* line 63, ../modules/sections/_newsSection.scss */
#content-wrapper section.news .content .news-slider button.slick-prev {
  left: 20px;
}
/* line 67, ../modules/sections/_newsSection.scss */
#content-wrapper section.news .content .news-slider button.slick-next {
  right: 20px;
}
@media (max-width: 768px) {
  /* line 11, ../modules/sections/_newsSection.scss */
  #content-wrapper section.news .content {
    padding: 0 20px 60px 20px;
  }
  /* line 77, ../modules/sections/_newsSection.scss */
  #content-wrapper section.news .content .news-slider button {
    top: 25%;
  }
  /* line 80, ../modules/sections/_newsSection.scss */
  #content-wrapper section.news .content .news-slider button .btn-arrow {
    width: 50px;
  }
  /* line 84, ../modules/sections/_newsSection.scss */
  #content-wrapper section.news .content .news-slider button.slick-prev {
    left: 5px;
  }
  /* line 88, ../modules/sections/_newsSection.scss */
  #content-wrapper section.news .content .news-slider button.slick-next {
    right: 5px;
  }
}
@media (max-width: 481px) {
  /* line 11, ../modules/sections/_newsSection.scss */
  #content-wrapper section.news .content {
    padding: 0 0 40px 0;
  }
  /* line 100, ../modules/sections/_newsSection.scss */
  #content-wrapper section.news .content .news-slider button .btn-arrow {
    width: 40px;
  }
  /* line 104, ../modules/sections/_newsSection.scss */
  #content-wrapper section.news .content .news-slider button.slick-prev {
    left: 0;
  }
  /* line 108, ../modules/sections/_newsSection.scss */
  #content-wrapper section.news .content .news-slider button.slick-next {
    right: 0;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* "projectionSection.html" - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* line 11, ../modules/sections/_projectionSection.scss */
#content-wrapper section.projection .content {
  text-align: center;
  padding: 100px 80px 0 80px;
}
/* line 16, ../modules/sections/_projectionSection.scss */
#content-wrapper section.projection .content .projection-slider .slick-slide {
  border: 0;
  outline: 0;
}
/* line 20, ../modules/sections/_projectionSection.scss */
#content-wrapper section.projection .content .projection-slider .slick-slide .img-proj {
  width: 100%;
}
/* line 25, ../modules/sections/_projectionSection.scss */
#content-wrapper section.projection .content .projection-slider button {
  border: none;
  outline: none;
  background-size: contain;
  z-index: 999;
  position: absolute;
  top: 45%;
  cursor: pointer;
  background-color: transparent;
}
/* line 35, ../modules/sections/_projectionSection.scss */
#content-wrapper section.projection .content .projection-slider button.slick-prev {
  left: 20px;
}
/* line 39, ../modules/sections/_projectionSection.scss */
#content-wrapper section.projection .content .projection-slider button.slick-next {
  right: 20px;
}
@media (max-width: 768px) {
  /* line 11, ../modules/sections/_projectionSection.scss */
  #content-wrapper section.projection .content {
    padding: 0 20px 60px 20px;
  }
  /* line 49, ../modules/sections/_projectionSection.scss */
  #content-wrapper section.projection .content .projection-slider button {
    top: 35%;
  }
  /* line 52, ../modules/sections/_projectionSection.scss */
  #content-wrapper section.projection .content .projection-slider button .btn-arrow {
    width: 50px;
  }
  /* line 56, ../modules/sections/_projectionSection.scss */
  #content-wrapper section.projection .content .projection-slider button.slick-prev {
    left: 5px;
  }
  /* line 60, ../modules/sections/_projectionSection.scss */
  #content-wrapper section.projection .content .projection-slider button.slick-next {
    right: 5px;
  }
}
@media (max-width: 481px) {
  /* line 11, ../modules/sections/_projectionSection.scss */
  #content-wrapper section.projection .content {
    padding: 0 0 40px 0;
  }
  /* line 73, ../modules/sections/_projectionSection.scss */
  #content-wrapper section.projection .content .projection-slider button .btn-arrow {
    width: 40px;
  }
  /* line 77, ../modules/sections/_projectionSection.scss */
  #content-wrapper section.projection .content .projection-slider button.slick-prev {
    left: 0;
  }
  /* line 81, ../modules/sections/_projectionSection.scss */
  #content-wrapper section.projection .content .projection-slider button.slick-next {
    right: 0;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* "videoSection.html" - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* line 11, ../modules/sections/_videoSection.scss */
#content-wrapper section.video .content {
  text-align: center;
  padding: 0 80px;
}
/* line 15, ../modules/sections/_videoSection.scss */
#content-wrapper section.video .content .video-container {
  padding-bottom: 100px;
}
/* line 18, ../modules/sections/_videoSection.scss */
#content-wrapper section.video .content .video-container .embed-container {
  position: relative;
  padding-bottom: 50%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
/* line 25, ../modules/sections/_videoSection.scss */
#content-wrapper section.video .content .video-container .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  /* line 11, ../modules/sections/_videoSection.scss */
  #content-wrapper section.video .content {
    padding: 0 20px;
  }
  /* line 38, ../modules/sections/_videoSection.scss */
  #content-wrapper section.video .content .video-container {
    padding-bottom: 60px;
  }
}
@media (max-width: 481px) {
  /* line 11, ../modules/sections/_videoSection.scss */
  #content-wrapper section.video .content {
    padding: 0;
  }
  /* line 46, ../modules/sections/_videoSection.scss */
  #content-wrapper section.video .content .video-container {
    padding-bottom: 40px;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* "videoSection.html" - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* line 11, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content {
  text-align: center;
  padding: 0 0 180px 0;
}
/* line 15, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content p {
  margin: 20px 0;
}
/* line 18, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content p a {
  color: #ffffff;
}
/* line 24, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content .screencast-container {
  padding-top: 100px;
}
/* line 27, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content .screencast-container h1 {
  line-height: 30px;
}
/* line 30, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content .screencast-container h1 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  font-family: SamsungSSBd, Arial, sans-serif;
}
/* line 39, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content .screencast-container .screencast {
  width: 100%;
  border: 0;
  outline: 0;
}
/* line 46, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content .post-container {
  padding-top: 100px;
}
/* line 49, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content .post-container img {
  width: 100%;
}
/* line 54, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content .example-container {
  padding-top: 100px;
}
/* line 57, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content iframe {
  width: 100%;
  height: 720px;
  border: 0;
  outline: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* line 66, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content .video-container {
  padding-bottom: 40px;
  padding-top: 80px;
}
@media (max-width: 640px) {
  /* line 66, ../modules/sections/_websitesection.scss */
  #content-wrapper section.website .content .video-container {
    padding-top: 0px;
  }
}
/* line 74, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content .video-container .embed-container {
  position: relative;
  padding-bottom: 50%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
/* line 81, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content .video-container .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 91, ../modules/sections/_websitesection.scss */
#content-wrapper section.website .content .logo-google {
  width: 160px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  /* line 11, ../modules/sections/_websitesection.scss */
  #content-wrapper section.website .content {
    padding: 0 20px 60px 20px;
  }
  /* line 99, ../modules/sections/_websitesection.scss */
  #content-wrapper section.website .content .screencast-container {
    padding: 0;
  }
  /* line 103, ../modules/sections/_websitesection.scss */
  #content-wrapper section.website .content .post-container {
    padding: 60px 0 0 0;
  }
  /* line 107, ../modules/sections/_websitesection.scss */
  #content-wrapper section.website .content .example-container {
    padding: 60px 0;
  }
}
@media (max-width: 481px) {
  /* line 11, ../modules/sections/_websitesection.scss */
  #content-wrapper section.website .content {
    padding: 0 0 40px 0;
  }
  /* line 115, ../modules/sections/_websitesection.scss */
  #content-wrapper section.website .content .screencast-container {
    padding: 0;
  }
  /* line 119, ../modules/sections/_websitesection.scss */
  #content-wrapper section.website .content .post-container {
    padding: 40px 0 0 0;
  }
  /* line 123, ../modules/sections/_websitesection.scss */
  #content-wrapper section.website .content .example-container {
    padding: 40px 0;
  }
  /* line 126, ../modules/sections/_websitesection.scss */
  #content-wrapper section.website .content .example-container iframe {
    height: 80vh;
  }
  /* line 132, ../modules/sections/_websitesection.scss */
  #content-wrapper section.website .content p br {
    display: none;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* Sections - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* line 12, ../modules/sections/global/_sections.scss */
#content-wrapper section {
  overflow: hidden;
}
/* line 15, ../modules/sections/global/_sections.scss */
#content-wrapper section .content {
  max-width: 1360px;
  position: relative;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* Slick slider - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* line 7, ../modules/sections/slick/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../modules/sections/slick/_slick.scss */
.slick-list {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  overflow: hidden;
}

/* line 36, ../modules/sections/slick/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 40, ../modules/sections/slick/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
}

/* line 44, ../modules/sections/slick/_slick.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 52, ../modules/sections/slick/_slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 59, ../modules/sections/slick/_slick.scss */
.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}

/* line 64, ../modules/sections/slick/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 68, ../modules/sections/slick/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 72, ../modules/sections/slick/_slick.scss */
.slick-slide {
  min-height: 1px;
  float: left;
  display: none;
}

/* line 78, ../modules/sections/slick/_slick.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 82, ../modules/sections/slick/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 86, ../modules/sections/slick/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 90, ../modules/sections/slick/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 94, ../modules/sections/slick/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 98, ../modules/sections/slick/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 102, ../modules/sections/slick/_slick.scss */
.slick-vertical .slick-slide {
  height: auto;
  display: block;
  border: 1px solid transparent;
}

/* Dots */
/* line 109, ../modules/sections/slick/_slick.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 113, ../modules/sections/slick/_slick.scss */
.slick-dots {
  width: 100%;
  padding: 0 0 12px 0 !important;
  margin: 0;
  text-align: center;
  display: block;
  list-style: none;
  margin-top: 10px !important;
}

/* line 125, ../modules/sections/slick/_slick.scss */
.slick-dots li {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 4px !important;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 135, ../modules/sections/slick/_slick.scss */
.slick-dots li button {
  width: 25px;
  height: 25px;
  padding: 8px;
  display: block;
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  outline: none;
}

/* line 149, ../modules/sections/slick/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 153, ../modules/sections/slick/_slick.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 157, ../modules/sections/slick/_slick.scss */
.slick-dots li button:before {
  content: '•';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-family: 'slick';
  font-size: 50px;
  line-height: 20px;
  opacity: .1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 175, ../modules/sections/slick/_slick.scss */
.slick-dots li.slick-active button:before {
  color: #0689d8;
  opacity: 1;
}

.element-shadow {
	
	border-style: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* Colors - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

/* Grounding Colors */
.sas-classicblue{color:rgb(0,125,195)!important}
.sas-midnightblue{color:rgb(4,48,75)!important}
.sas-cobaltblue{color:rgb(0,116,190)!important}
.sas-skyblue{color:rgb(98,186,233)!important}
.sas-slategray{color:rgb(130,130,130)!important}
.sas-offwhite{color:rgb(155,155,155)!important}
/* Vibrant Colors */
.sas-red{color:rgb(219,56,86)!important}
.sas-orange{color:rgb(245,130,32)!important}
.sas-sienna{color:rgb(216,138,42)!important}
.sas-yellow{color:rgb(255,204,50)!important}
.sas-green{color:rgb(144,180,62)!important}
.sas-aquamarine{color:rgb(0,176,141)!important}
.sas-blue{color:rgb(0,116,190)!important}
.sas-violet{color:rgb(65,91,169)!important}
.sas-plum{color:rgb(141,42,144)!important}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* W3 Slideshow - Definition */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.w3-button:hover{color:#000!important;background-color:#ccc!important}

.w3-center{text-align:center!important}
.w3-container{padding:0.01em 16px}
.w3-display-container{position:relative}
.w3-display-container:hover{display:block}
.w3-display-container:hover span{display:inline-block}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-section{margin-top:16px!important;margin-bottom:16px!important}

.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}

.w3-medium{font-size:15px!important}
.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}
.w3-xxlarge{font-size:36px!important}

.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:rgb(219,56,86)!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
