
/* Fonts */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/roboto-v20-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('fonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'ccicon';
  src:  url('fonts/ccicon.eot?bas3hi');
  src:  url('fonts/ccicon.eot?bas3hi#iefix') format('embedded-opentype'),
    url('fonts/ccicon.woff2?bas3hi') format('woff2'),
    url('fonts/ccicon.ttf?bas3hi') format('truetype'),
    url('fonts/ccicon.woff?bas3hi') format('woff'),
    url('fonts/ccicon.svg?bas3hi#ccicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ccicon-"], [class*=" ccicon-"] {
  font-family: 'ccicon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ccicon-mouse:before {
  content: "\e900";
}
.ccicon-arrow:before {
  content: "\e901";
}
.ccicon-dot:before {
  content: "\e902";
}
.ccicon-square:before {
  content: "\e903";
}


/* Generic rules */

:focus {
  outline: none;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  border: 0;
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-family: Roboto, sans-serif, arial, Helvetica;
  color: #241804;
  background-color: #eef1f4;
  display: flex;
  flex-direction: column;
  transition: background-color .2s ease;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fefcf4;
}

h1 {
  font-size: 38px;
  line-height: 1.12;
  word-wrap: break-word;
}

a, a:hover, a:active, a:focus, a:visited {
  color: #075da7;
  text-decoration: none;
  outline: none;
}

ul {
  list-style: none;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.center-text {
  text-align: center;
}

.left-text {
  text-align: left;
}

.striked {
  text-decoration: line-through;
}


/* Components - Button */

.cc-btn, .cc-btn:visited {
  display: inline-block;
  background-color: #df0715;
  background-image: linear-gradient(to bottom, #ff5555 -34%, #c70707 98%);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 14px 28px;
  border: 0 none;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 15px 25px 0 rgba(182, 34, 34, 0.34);
  transition: box-shadow .15s linear;
  user-select: none;
}

.cc-btn:active, .cc-btn:focus {
  color: #fff;
}

.cc-btn:hover {
  color: #fff;
  background-color: #c10612;
  background-image: linear-gradient(to bottom, #d74848 -34%, #b20909 98%);
  box-shadow: none;
}

@media screen and (min-width: 769px) {
  
  .cc-btn, .cc-btn:visited {
    font-size: 24px;
    padding: 17px 39px;
    border-radius: 12px;
  }
    
}


/* Components - Tooltip */


/* Tooltip */

.cc-tooltip-ref {
  position: relative;
  display: block;
}

.cc-tooltip {
  position: relative;
  display: inline-block;
}

.cc-tooltip .tticon {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #241804;
  background-color: #fff;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid #241804;
  border-radius: 8px;
  padding-top: 2px;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cc-tooltip .tticon:hover {
  color: #fff;
  background-color: #241804;
}

.cc-tooltip .ttbox {
  display: block;
  visibility: hidden;
  color: #241804;
  line-height: 1.71;
  padding: 8px 16px;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #fefcf4;
  position: absolute;
  bottom: 26px;
  right: -1px;
  opacity: 0;
  transition: opacity .3s ease-out;
  z-index: -1;
}

.cc-tooltip .tticon:hover:before, 
.cc-tooltip .tticon:hover + span {
  visibility: visible;
  opacity: 1;
  z-index: 20;
}

@media screen and (min-width: 769px) {
  
  .cc-tooltip .tticon {
    font-size: 15px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    padding-top: 4px;
  }
  
  .cc-tooltip .ttbox {
    font-size: 16px;
    bottom: 30px;
  }
  
}

@media screen and (min-width: 993px) {
  
  .cc-tooltip .ttbox {
    font-size: 16px;
    bottom: 33px;
  }
  
}

/* Header */

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: top 0.3s ease;
  z-index: 100;
}

header .primary {
  opacity: 1;
  max-height: 60px;
  position: relative;
  background-image: linear-gradient(to right, #e8741b -134%, #febe1d 50%, #e8741b 143%);
	transition: all 200ms ease;
  z-index: 1;
}

header .secondary {
  opacity: 0;
  max-height: 0;
  height: 60px;
  position: relative;
  display: flex;
	background-color: #fefcf4;
	transition: all 200ms ease;
}

header .primary.active + .secondary {
  height: 27px;
  max-height: 27px;
  opacity: 1;
  z-index: 1;
}

header .container {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

header .logo a {
  display: block;
  padding: 20px 24px 24px;
}

header .logo img {
  display: block;
  width: 165px;
  max-width: 100%;
}

header .langs {
  padding-right: 24px;
  white-space: nowrap;
}

header .langs a,
header .langs a:hover,
header .langs span {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-left: 12px;
}

header .langs > *:first-child {
  margin-left: 0;
}

header .langs span {
  font-weight: 700;
}

header .secondary .logo {
  display: none;
}

header .secondary .hlight {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.52px;
  white-space: nowrap;
  flex: 1 1 auto;
  text-align: center;
}

header .secondary .hlight .cc-tooltip .tticon {
  margin-left: 6px;
}

header .secondary .cta {
  opacity: 0;
  display: none;
  min-height: 60px;
  padding-right: 24px;
  transition: opacity 0.5s ease;
}

header .secondary .cta .cc-btn {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 6px;
  white-space: nowrap;
}

header.sticky {
  top: -60px;
}

header.sticky .primary.active + .secondary {
  opacity: 1;
  height: 60px;
  max-height: 60px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

header.sticky .secondary .logo {
  display: block;
}

header.sticky .secondary .hlight {
  display: none;
}

header.sticky .secondary .hlight .cc-tooltip .ttbox {
  bottom: auto;
  top: 30px;
}

header.sticky .secondary .cta {
  display: block;
  position: relative;
  z-index: 2;
}

header.sticky .secondary .cta.show {
  display: block;
  opacity: 1;
}

header.sticky .secondary .cta .cc-btn {
  margin-top: -100%;
  box-shadow: 0 6px 10px 0 rgba(182, 34, 34, 0.34);
  transition: margin .5s ease, box-shadow .15s linear;
}

header.sticky .secondary .cta .cc-btn:hover {
  box-shadow: none;
}

header.sticky .secondary .cta.show .cc-btn {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  
  header .logo img {
    max-width: 86%;
  }
  
  header .secondary .cta .cc-btn {
    font-weight: 500;
    box-shadow: none;
  }
  
  header .secondary .cta .cc-btn span {
    display: none;
  }
  
  header.sticky .secondary .hlight {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 40%;
    white-space: normal;
    line-height: 1.3;
    align-items: center;
    opacity: 0;
    z-index: 1;
  }
  
  header.sticky .secondary .hlight.show {
    transition: opacity 0.5s ease;
    opacity: 1;
  }
  
  header.sticky .secondary .hlight .cc-tooltip {
    display: none;
  }
  
}

@media screen and (min-width: 769px) {
  
  header .logo {
    flex: 0 0 auto;
  }
  
  header .primary .logo a {
    padding: 37px 0 43px 40px;
  }
  
  header .secondary .logo a {
    padding: 13px 40px 17px;
  }
  
  header .logo img {
    width: 196px;
  }
  
  header .langs {
    padding-right: 40px;
  }
  
  header .primary {
    max-height: none;
  }
  
  header .primary.active + .secondary {
    height: 35px;
    max-height: 35px;
  }
  
  header.sticky .primary.active + .secondary {
    height: 50px;
    max-height: 50px;
  }
  
  header .secondary .hlight {
    font-size: 16px;
  }
  
  header .secondary .hlight .cc-tooltip .tticon {
    margin-left: 12px;
  }
  
  header.sticky {
    top: -75px;
  }
  
  header.sticky .primary {
    box-shadow: none;
    opacity: 1;
    max-height: 75px;
    overflow: visible;
  }
  
  header.sticky .secondary {
    max-height: 56px;
  }
  
  header .secondary .cta {
    padding-right: 40px;
    min-height: 50px;
  }
  
  header.sticky .secondary .cta.show .cc-btn {
    margin-top: 7px;
  }
  
}

@media screen and (min-width: 993px) {
  
  header .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  header .primary {
    background-image: linear-gradient(50deg, #ffc42f 6%, #e8741b 100%);
  }
  
  header .primary .logo a {
    padding: 34px 0 40px 40px;
  }
  
  header .primary .logo img {
    width: 257px;
  }
  
  header .primary.active + .secondary {
    height: 50px;
    max-height: 50px;
  }
  
  header .secondary .logo {
    display: block;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  
  header.hidden {
    top: -150px;
  }
  
  header.sticky .secondary .logo {
    opacity: 1;
  }
  
  header .secondary .hlight {
    font-size: 18px;
  }
  
  header.sticky .secondary .hlight {
    display: block;
  }
  
  header .secondary .cta,
  header.sticky .secondary .cta,
  header.sticky .secondary .cta.show {
    min-width: 276px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  header.sticky .secondary .cta.show .cc-btn {
    margin-top: 0;
  }
  
}


/* Main */

main {
  flex: 1 0 auto;
  overflow: hidden;
  position: relative;
  /* background-image: linear-gradient(to right, #febe1d -46%, #e8741b 127%); */
  background-image: linear-gradient(to right, #e8741b -134%, #febe1d 50%, #e8741b 143%);
}

main img {
  max-width: 100%;
  display: block;
}

#cc_sidenav {
  position: fixed;
  right: 3px;
  bottom: 50%;
  margin-bottom: -55px;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

#cc_sidenav a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

#cc_sidenav .ccicon {
  color: #fff;
  font-size: 32px;
  display: block;
  height: 32px;
  opacity: 0.5;
  transition: opacity .2s linear;
}

#cc_sidenav .active .ccicon {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  
  #cc_sidenav {
    right: 16px;
  }
  
  #cc_sidenav .ccicon {
    font-size: 48px;
    height: 40px;
  }
  
}

@media screen and (min-width: 993px) {
  
  #cc_sidenav {
    right: 18px;
  }
  
  #cc_sidenav .ccicon {
    font-size: 56px;
    height: 46px;
  }  
  
}


/* Sections */

section:first-child {
  padding-top: 87px;
}

section .container {
  padding-top: 32px;
}

section .info {
  padding: 0 24px;
}

section .info h1 {
  margin: 12px 0 36px;
}

section .info h1:first-child {
  margin-top: 38px;
}

section .info h1 br {
  display: none;
}

section .items {
  font-size: 21px;
  font-weight: 300;
  color: rgba(18,18,18,0.9);
  margin: 0 24px;
  border-top: 1px solid #482e07;
}

section .items .item:not(:first-child) {
  border-top: 1px solid #482e07;
  margin-top: 24px;
}

section .items h3 {
  font-size: 14px;
  font-weight: bold;
  color: #271f12;
  text-transform: uppercase;
  margin: 24px 0 6px;
}

section .items .item a {
  color: rgba(18,18,18,0.9);
  text-decoration: underline;
}

section .items .cta {
  margin-top: 30px;
}

section .items .cta .note {
  font-size: 18px;
  line-height: 1.33;
  font-style: italic;
  margin: 24px 0 44px;
}

section .img {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  
  section:first-child {
    padding-top: 100px;
  }
  
  section .container {
    padding-top: 64px;
  }
  
  section .info {
    padding: 0 40px;
  }
  
  section .info h1 {
    font-size: 60px;
  }
  
  section .info h1:first-child {
    margin-top: 0;
  }
  
  section .info h3 {
    font-size: 22px;
  }
  
  section .items {
    font-size: 20px;
    margin: 0 40px;
  }
  
  section .items .cta {
    margin-top: 50px;
  }
  
  section .items h3 {
    font-size: 20px;
  }
  
}

@media screen and (min-width: 993px) {
  
  section {
    background-image: linear-gradient(50deg, #ffc42f 6%, #e8741b 100%);
  }
  
  section .container {
    padding: 92px 40px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 660px;
  }
  
  section .info {
    padding: 0;
    max-width: 50%;
  }
  
  section .info h1 {
    margin: 24px 0 40px;
  }

  section .info h1 br {
    display: inline;
  }
  
  section .info h3 {
    margin-top: 16px;
  }
  
  section .items {
    border-top: 0 none;
    max-width: 50%;
    margin: 0 0 92px;
  }
  
  section .item {
    max-width: 415px;
  }
  
  section .items .cta {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  
  section .items .cta a {
    white-space: nowrap;
    margin: 0 30px 16px 0;
  }
  
  section .items .cta .note {
    margin: 8px 0 0;
  }
  
  section .img {
    margin: 0;
    max-width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  section:not(:first-child):not(:last-child) .cta {
    display: none;
  }
  
}

@media screen and (min-width: 1201px) {
  
  section .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  section .info h1 {
    font-size: 80px;
  }
  
}


/* Footer */

footer {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 300;
  background-color: #fefcf4;
}

footer .container {
  padding: 24px;
}

footer .menu a {
  color: #4a90e2;
  margin-right: 20px;
  display: inline-block;
}

footer .menu a:hover {
  text-decoration: underline;
}
 
footer .copyright {
  padding-top: 5px;
}

@media screen and (min-width: 769px) {
  
  footer .container {
    padding: 24px 40px;
  }
  
}

@media screen and (min-width: 993px) {
  
  footer .container {
    max-width: 1200px;
    margin: 0 auto;
  }

  footer .menu {
    float: left;
  }

  footer .copyright {
    text-align: right;
    font-size: 13px;
    padding-top: 0;
  }
  
}


/* IE11/Edge specific rules */

_:-ms-fullscreen, :root body { 
  min-height: 100vh;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

html, body {
  border: 0;
  padding: 0;
  margin: 0;
}

.jubi50 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
  background-color: #4864e2;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 12px
}

.jubi50 > div:first-child {
  padding: 46px 32px 0;
}

.jubi50 h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.jubi50 .j50cta {
  margin: 24px 0 32px;
}

.jubi50 .j50cta a, .jubi50 .j50cta a:visited {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e60050;
  border-radius: 10px;
  min-height: 48px;
  min-width: 190px;
  padding: 4px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: background-color .15s ease-out;
  user-select: none;
}

.jubi50 .j50cta a:hover, .jubi50 .j50cta a:focus {
  background-color: #85002e;
}

.jubi50 .j50note {
  font-size: 12px;
  line-height: 1.17;
  opacity: 0.9;
}

.jubi50 > div:last-child {
  margin-top: 46px;
  display: flex;
  justify-content: flex-end;
}

.jubi50 > div:last-child img {
  width: 310px;
  max-width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  
  .jubi50 {
    font-size: 24px;
    display: flex;
  }

  .jubi50 > div:first-child {
    padding: 56px;
    flex: 1 1 100%;
  }

  .jubi50 h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .jubi50 .j50cta {
    margin-top: 32px;
  }

  .jubi50 .j50cta a, .jubi50 .j50cta a:visited {
    font-size: 24px;
    font-weight: 900;
    min-height: 54px;
    min-width: 210px;
  }

  .jubi50 > div:last-child {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex: 0 0 292px;
  }
  
}

@media screen and (min-width: 1201px) {

  .jubi50 > div:first-child {
    padding: 60px 46px 46px 68px;
    flex: 0 1 610px;
  }

  .jubi50 h3 {
    font-size: 48px;
    line-height: 1.1;
  }

  .jubi50 .j50cta a, .jubi50 .j50cta a:visited {
    font-size: 16px;
    font-weight: 700;
    min-height: 48px;
    min-width: 190px;
  }

  .jubi50 > div:last-child {
    flex: 1 1 auto;
  }

  .jubi50 > div:last-child img {
    width: 100%;
    max-width: 580px;
    margin-top: -45px;
  }
  
}
