/*! ------------------------------------------------------------
/*!  COMBO DIGITAL
/*!	 Copyright (c) 2017 - All rights reserved.
/*!
/*! 	Via Borgo Vico, 35
/*! 	http://combo.digital
/*! 	colombo@combo.digital
/*! ----------------------------------------------------------- */
/* ----------------------------------------------
/* 	Variables
/* ----------------------------------------------
/*
/*  Table Content
/*
/* 	1. Typography
/* 	2. Colors
/* 	3. Grid
/* 	4. Layout
/* 	5. Mediaquery
/*
/* --------------------------------------------- */
/* ----------------------------------------------
/* 	Mixins
/* ----------------------------------------------
/*
/*  Table Content
/*
/* 	1. Clearfix
/* 	2. Breakpoints and responsive utilities
/* 	3. Animation
/* 	4. Transition
/* 	5. Transform
/* 	6. Keyframes
/* 	7. Flexbox
/*
/* --------------------------------------------- */
@import url(sass/vendor/reset.css);
@import url(sass/vendor/lightbox.css);
.order-first {
  order: -1; }

.order-last {
  order: 1; }

.order-0 {
  order: 0; }

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-row-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-column-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

/* ----------------------------------------------
/* 	Fonts
/* ----------------------------------------------
/*
/*  Table Content
/*
/* 	1. Circular Book
/*
/* --------------------------------------------- */
@font-face {
  font-family: 'Circular';
  font-style: normal;
  font-weight: 400;
  src: local("Circular Regular"), url(../fonts/circular/circular-pro-book.ttf) format("truetype"); }
@font-face {
  font-family: 'Circular';
  font-style: normal;
  font-weight: 500;
  src: local("Circular Medium"), url(../fonts/circular/circular-pro-medium.ttf) format("truetype"); }
@font-face {
  font-family: 'Circular';
  font-style: normal;
  font-weight: 600;
  src: local("Circular Bold"), url(../fonts/circular/circular-pro-bold.ttf) format("truetype"); }
/* ----------------------------------------------
/* 	Mediaquery
/* ----------------------------------------------
/*
/*  Table Content
/*
/* 	1. Mediaquery
/*
/* --------------------------------------------- */
/* ----------------------------------------------
/* 	Helpers
/* ----------------------------------------------
/*
/*  Table Content
/*
/* 	1. Width
/* 	2. Float
/* 	3. Text
/* 	4. Vertical align
/* 	5. Hide
/* 	6. Circle
/* 	7. Colors
/* 	8. Depth & Shadow
/* 	9. Responsive
/* 	10. Font size
/* 	11. Padding, Margin & Border
/*
/* --------------------------------------------- */
.is-full-width {
  width: 100%; }
  .is-full-width-important {
    width: 100% !important; }

.is-auto-width {
  width: auto; }
  .is-auto-width-important {
    width: auto !important; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clearfix::before, .clearfix::after {
  content: '';
  display: table; }
.clearfix::after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.normal {
  font-weight: 400; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

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

.circle {
  border-radius: 50%; }

.color-primary {
  color: #3D5A80; }

.color-secondary {
  color: #9b59b6; }

.z-depth-0 {
  box-shadow: none !important; }

.base-shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0; }

.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

img.img-responsive,
video.video-responsive {
  width: 100%;
  height: auto !important;
  max-width: 100%;
  border: 0; }

@media only screen and (min-width: 768px) {
  .show-small {
    display: none; } }

.hide-small {
  display: none; }
  @media only screen and (min-width: 768px) {
    .hide-small {
      display: block; } }

.hide-medium {
  display: block; }
  @media only screen and (min-width: 768px) {
    .hide-medium {
      display: none; } }
  @media only screen and (min-width: 992px) {
    .hide-medium {
      display: block; } }

.size-1 {
  font-size: 1px; }

.size-2 {
  font-size: 2px; }

.size-3 {
  font-size: 3px; }

.size-4 {
  font-size: 4px; }

.size-5 {
  font-size: 5px; }

.size-6 {
  font-size: 6px; }

.size-7 {
  font-size: 7px; }

.size-8 {
  font-size: 8px; }

.size-9 {
  font-size: 9px; }

.size-10 {
  font-size: 10px; }

.size-11 {
  font-size: 11px; }

.size-12 {
  font-size: 12px; }

.size-13 {
  font-size: 13px; }

.size-14 {
  font-size: 14px; }

.size-15 {
  font-size: 15px; }

.size-16 {
  font-size: 16px; }

.size-17 {
  font-size: 17px; }

.size-18 {
  font-size: 18px; }

.size-19 {
  font-size: 19px; }

.size-20 {
  font-size: 20px; }

.size-21 {
  font-size: 21px; }

.size-22 {
  font-size: 22px; }

.size-23 {
  font-size: 23px; }

.size-24 {
  font-size: 24px; }

.size-25 {
  font-size: 25px; }

.size-26 {
  font-size: 26px; }

.size-27 {
  font-size: 27px; }

.size-28 {
  font-size: 28px; }

.size-29 {
  font-size: 29px; }

.size-30 {
  font-size: 30px; }

.size-31 {
  font-size: 31px; }

.size-32 {
  font-size: 32px; }

.size-33 {
  font-size: 33px; }

.size-34 {
  font-size: 34px; }

.size-35 {
  font-size: 35px; }

.size-36 {
  font-size: 36px; }

.size-37 {
  font-size: 37px; }

.size-38 {
  font-size: 38px; }

.size-39 {
  font-size: 39px; }

.size-40 {
  font-size: 40px; }

.no-border {
  border: 0 !important; }

.no-margin {
  margin: 0; }
  .no-margin-important {
    margin: 0 !important; }

.no-margin-top-important {
  margin-top: 0px !important; }

.mt-1-important {
  margin-top: 1px !important; }

.mt-2-important {
  margin-top: 2px !important; }

.mt-3-important {
  margin-top: 3px !important; }

.mt-4-important {
  margin-top: 4px !important; }

.mt-5-important {
  margin-top: 5px !important; }

.mt-6-important {
  margin-top: 6px !important; }

.mt-7-important {
  margin-top: 7px !important; }

.mt-8-important {
  margin-top: 8px !important; }

.mt-9-important {
  margin-top: 9px !important; }

.mt-10-important {
  margin-top: 10px !important; }

.mt-11-important {
  margin-top: 11px !important; }

.mt-12-important {
  margin-top: 12px !important; }

.mt-13-important {
  margin-top: 13px !important; }

.mt-14-important {
  margin-top: 14px !important; }

.mt-15-important {
  margin-top: 15px !important; }

.mt-16-important {
  margin-top: 16px !important; }

.mt-17-important {
  margin-top: 17px !important; }

.mt-18-important {
  margin-top: 18px !important; }

.mt-19-important {
  margin-top: 19px !important; }

.mt-20-important {
  margin-top: 20px !important; }

.mt-21-important {
  margin-top: 21px !important; }

.mt-22-important {
  margin-top: 22px !important; }

.mt-23-important {
  margin-top: 23px !important; }

.mt-24-important {
  margin-top: 24px !important; }

.mt-25-important {
  margin-top: 25px !important; }

.mt-26-important {
  margin-top: 26px !important; }

.mt-27-important {
  margin-top: 27px !important; }

.mt-28-important {
  margin-top: 28px !important; }

.mt-29-important {
  margin-top: 29px !important; }

.mt-30-important {
  margin-top: 30px !important; }

.mt-31-important {
  margin-top: 31px !important; }

.mt-32-important {
  margin-top: 32px !important; }

.mt-33-important {
  margin-top: 33px !important; }

.mt-34-important {
  margin-top: 34px !important; }

.mt-35-important {
  margin-top: 35px !important; }

.mt-36-important {
  margin-top: 36px !important; }

.mt-37-important {
  margin-top: 37px !important; }

.mt-38-important {
  margin-top: 38px !important; }

.mt-39-important {
  margin-top: 39px !important; }

.mt-40-important {
  margin-top: 40px !important; }

.mt-41-important {
  margin-top: 41px !important; }

.mt-42-important {
  margin-top: 42px !important; }

.mt-43-important {
  margin-top: 43px !important; }

.mt-44-important {
  margin-top: 44px !important; }

.mt-45-important {
  margin-top: 45px !important; }

.mt-46-important {
  margin-top: 46px !important; }

.mt-47-important {
  margin-top: 47px !important; }

.mt-48-important {
  margin-top: 48px !important; }

.mt-49-important {
  margin-top: 49px !important; }

.mt-50-important {
  margin-top: 50px !important; }

.mt-51-important {
  margin-top: 51px !important; }

.mt-52-important {
  margin-top: 52px !important; }

.mt-53-important {
  margin-top: 53px !important; }

.mt-54-important {
  margin-top: 54px !important; }

.mt-55-important {
  margin-top: 55px !important; }

.mt-56-important {
  margin-top: 56px !important; }

.mt-57-important {
  margin-top: 57px !important; }

.mt-58-important {
  margin-top: 58px !important; }

.mt-59-important {
  margin-top: 59px !important; }

.mt-60-important {
  margin-top: 60px !important; }

.mt-61-important {
  margin-top: 61px !important; }

.mt-62-important {
  margin-top: 62px !important; }

.mt-63-important {
  margin-top: 63px !important; }

.mt-64-important {
  margin-top: 64px !important; }

.mt-65-important {
  margin-top: 65px !important; }

.mt-66-important {
  margin-top: 66px !important; }

.mt-67-important {
  margin-top: 67px !important; }

.mt-68-important {
  margin-top: 68px !important; }

.mt-69-important {
  margin-top: 69px !important; }

.mt-70-important {
  margin-top: 70px !important; }

.mt-71-important {
  margin-top: 71px !important; }

.mt-72-important {
  margin-top: 72px !important; }

.mt-73-important {
  margin-top: 73px !important; }

.mt-74-important {
  margin-top: 74px !important; }

.mt-75-important {
  margin-top: 75px !important; }

.mt-76-important {
  margin-top: 76px !important; }

.mt-77-important {
  margin-top: 77px !important; }

.mt-78-important {
  margin-top: 78px !important; }

.mt-79-important {
  margin-top: 79px !important; }

.mt-80-important {
  margin-top: 80px !important; }

.mt-81-important {
  margin-top: 81px !important; }

.mt-82-important {
  margin-top: 82px !important; }

.mt-83-important {
  margin-top: 83px !important; }

.mt-84-important {
  margin-top: 84px !important; }

.mt-85-important {
  margin-top: 85px !important; }

.mt-86-important {
  margin-top: 86px !important; }

.mt-87-important {
  margin-top: 87px !important; }

.mt-88-important {
  margin-top: 88px !important; }

.mt-89-important {
  margin-top: 89px !important; }

.mt-90-important {
  margin-top: 90px !important; }

.mt-91-important {
  margin-top: 91px !important; }

.mt-92-important {
  margin-top: 92px !important; }

.mt-93-important {
  margin-top: 93px !important; }

.mt-94-important {
  margin-top: 94px !important; }

.mt-95-important {
  margin-top: 95px !important; }

.mt-96-important {
  margin-top: 96px !important; }

.mt-97-important {
  margin-top: 97px !important; }

.mt-98-important {
  margin-top: 98px !important; }

.mt-99-important {
  margin-top: 99px !important; }

.mt-100-important {
  margin-top: 100px !important; }

.mt-101-important {
  margin-top: 101px !important; }

.mt-102-important {
  margin-top: 102px !important; }

.mt-103-important {
  margin-top: 103px !important; }

.mt-104-important {
  margin-top: 104px !important; }

.mt-105-important {
  margin-top: 105px !important; }

.mt-106-important {
  margin-top: 106px !important; }

.mt-107-important {
  margin-top: 107px !important; }

.mt-108-important {
  margin-top: 108px !important; }

.mt-109-important {
  margin-top: 109px !important; }

.mt-110-important {
  margin-top: 110px !important; }

.mt-111-important {
  margin-top: 111px !important; }

.mt-112-important {
  margin-top: 112px !important; }

.mt-113-important {
  margin-top: 113px !important; }

.mt-114-important {
  margin-top: 114px !important; }

.mt-115-important {
  margin-top: 115px !important; }

.mt-116-important {
  margin-top: 116px !important; }

.mt-117-important {
  margin-top: 117px !important; }

.mt-118-important {
  margin-top: 118px !important; }

.mt-119-important {
  margin-top: 119px !important; }

.mt-120-important {
  margin-top: 120px !important; }

.no-margin-top {
  margin-top: 0px; }

.mt-1 {
  margin-top: 1px; }

.mt-2 {
  margin-top: 2px; }

.mt-3 {
  margin-top: 3px; }

.mt-4 {
  margin-top: 4px; }

.mt-5 {
  margin-top: 5px; }

.mt-6 {
  margin-top: 6px; }

.mt-7 {
  margin-top: 7px; }

.mt-8 {
  margin-top: 8px; }

.mt-9 {
  margin-top: 9px; }

.mt-10 {
  margin-top: 10px; }

.mt-11 {
  margin-top: 11px; }

.mt-12 {
  margin-top: 12px; }

.mt-13 {
  margin-top: 13px; }

.mt-14 {
  margin-top: 14px; }

.mt-15 {
  margin-top: 15px; }

.mt-16 {
  margin-top: 16px; }

.mt-17 {
  margin-top: 17px; }

.mt-18 {
  margin-top: 18px; }

.mt-19 {
  margin-top: 19px; }

.mt-20 {
  margin-top: 20px; }

.mt-21 {
  margin-top: 21px; }

.mt-22 {
  margin-top: 22px; }

.mt-23 {
  margin-top: 23px; }

.mt-24 {
  margin-top: 24px; }

.mt-25 {
  margin-top: 25px; }

.mt-26 {
  margin-top: 26px; }

.mt-27 {
  margin-top: 27px; }

.mt-28 {
  margin-top: 28px; }

.mt-29 {
  margin-top: 29px; }

.mt-30 {
  margin-top: 30px; }

.mt-31 {
  margin-top: 31px; }

.mt-32 {
  margin-top: 32px; }

.mt-33 {
  margin-top: 33px; }

.mt-34 {
  margin-top: 34px; }

.mt-35 {
  margin-top: 35px; }

.mt-36 {
  margin-top: 36px; }

.mt-37 {
  margin-top: 37px; }

.mt-38 {
  margin-top: 38px; }

.mt-39 {
  margin-top: 39px; }

.mt-40 {
  margin-top: 40px; }

.mt-41 {
  margin-top: 41px; }

.mt-42 {
  margin-top: 42px; }

.mt-43 {
  margin-top: 43px; }

.mt-44 {
  margin-top: 44px; }

.mt-45 {
  margin-top: 45px; }

.mt-46 {
  margin-top: 46px; }

.mt-47 {
  margin-top: 47px; }

.mt-48 {
  margin-top: 48px; }

.mt-49 {
  margin-top: 49px; }

.mt-50 {
  margin-top: 50px; }

.mt-51 {
  margin-top: 51px; }

.mt-52 {
  margin-top: 52px; }

.mt-53 {
  margin-top: 53px; }

.mt-54 {
  margin-top: 54px; }

.mt-55 {
  margin-top: 55px; }

.mt-56 {
  margin-top: 56px; }

.mt-57 {
  margin-top: 57px; }

.mt-58 {
  margin-top: 58px; }

.mt-59 {
  margin-top: 59px; }

.mt-60 {
  margin-top: 60px; }

.mt-61 {
  margin-top: 61px; }

.mt-62 {
  margin-top: 62px; }

.mt-63 {
  margin-top: 63px; }

.mt-64 {
  margin-top: 64px; }

.mt-65 {
  margin-top: 65px; }

.mt-66 {
  margin-top: 66px; }

.mt-67 {
  margin-top: 67px; }

.mt-68 {
  margin-top: 68px; }

.mt-69 {
  margin-top: 69px; }

.mt-70 {
  margin-top: 70px; }

.mt-71 {
  margin-top: 71px; }

.mt-72 {
  margin-top: 72px; }

.mt-73 {
  margin-top: 73px; }

.mt-74 {
  margin-top: 74px; }

.mt-75 {
  margin-top: 75px; }

.mt-76 {
  margin-top: 76px; }

.mt-77 {
  margin-top: 77px; }

.mt-78 {
  margin-top: 78px; }

.mt-79 {
  margin-top: 79px; }

.mt-80 {
  margin-top: 80px; }

.mt-81 {
  margin-top: 81px; }

.mt-82 {
  margin-top: 82px; }

.mt-83 {
  margin-top: 83px; }

.mt-84 {
  margin-top: 84px; }

.mt-85 {
  margin-top: 85px; }

.mt-86 {
  margin-top: 86px; }

.mt-87 {
  margin-top: 87px; }

.mt-88 {
  margin-top: 88px; }

.mt-89 {
  margin-top: 89px; }

.mt-90 {
  margin-top: 90px; }

.mt-91 {
  margin-top: 91px; }

.mt-92 {
  margin-top: 92px; }

.mt-93 {
  margin-top: 93px; }

.mt-94 {
  margin-top: 94px; }

.mt-95 {
  margin-top: 95px; }

.mt-96 {
  margin-top: 96px; }

.mt-97 {
  margin-top: 97px; }

.mt-98 {
  margin-top: 98px; }

.mt-99 {
  margin-top: 99px; }

.mt-100 {
  margin-top: 100px; }

.mt-101 {
  margin-top: 101px; }

.mt-102 {
  margin-top: 102px; }

.mt-103 {
  margin-top: 103px; }

.mt-104 {
  margin-top: 104px; }

.mt-105 {
  margin-top: 105px; }

.mt-106 {
  margin-top: 106px; }

.mt-107 {
  margin-top: 107px; }

.mt-108 {
  margin-top: 108px; }

.mt-109 {
  margin-top: 109px; }

.mt-110 {
  margin-top: 110px; }

.mt-111 {
  margin-top: 111px; }

.mt-112 {
  margin-top: 112px; }

.mt-113 {
  margin-top: 113px; }

.mt-114 {
  margin-top: 114px; }

.mt-115 {
  margin-top: 115px; }

.mt-116 {
  margin-top: 116px; }

.mt-117 {
  margin-top: 117px; }

.mt-118 {
  margin-top: 118px; }

.mt-119 {
  margin-top: 119px; }

.mt-120 {
  margin-top: 120px; }

.no-margin-right-important {
  margin-right: 0px !important; }

.mr-1-important {
  margin-right: 1px !important; }

.mr-2-important {
  margin-right: 2px !important; }

.mr-3-important {
  margin-right: 3px !important; }

.mr-4-important {
  margin-right: 4px !important; }

.mr-5-important {
  margin-right: 5px !important; }

.mr-6-important {
  margin-right: 6px !important; }

.mr-7-important {
  margin-right: 7px !important; }

.mr-8-important {
  margin-right: 8px !important; }

.mr-9-important {
  margin-right: 9px !important; }

.mr-10-important {
  margin-right: 10px !important; }

.mr-11-important {
  margin-right: 11px !important; }

.mr-12-important {
  margin-right: 12px !important; }

.mr-13-important {
  margin-right: 13px !important; }

.mr-14-important {
  margin-right: 14px !important; }

.mr-15-important {
  margin-right: 15px !important; }

.mr-16-important {
  margin-right: 16px !important; }

.mr-17-important {
  margin-right: 17px !important; }

.mr-18-important {
  margin-right: 18px !important; }

.mr-19-important {
  margin-right: 19px !important; }

.mr-20-important {
  margin-right: 20px !important; }

.mr-21-important {
  margin-right: 21px !important; }

.mr-22-important {
  margin-right: 22px !important; }

.mr-23-important {
  margin-right: 23px !important; }

.mr-24-important {
  margin-right: 24px !important; }

.mr-25-important {
  margin-right: 25px !important; }

.mr-26-important {
  margin-right: 26px !important; }

.mr-27-important {
  margin-right: 27px !important; }

.mr-28-important {
  margin-right: 28px !important; }

.mr-29-important {
  margin-right: 29px !important; }

.mr-30-important {
  margin-right: 30px !important; }

.mr-31-important {
  margin-right: 31px !important; }

.mr-32-important {
  margin-right: 32px !important; }

.mr-33-important {
  margin-right: 33px !important; }

.mr-34-important {
  margin-right: 34px !important; }

.mr-35-important {
  margin-right: 35px !important; }

.mr-36-important {
  margin-right: 36px !important; }

.mr-37-important {
  margin-right: 37px !important; }

.mr-38-important {
  margin-right: 38px !important; }

.mr-39-important {
  margin-right: 39px !important; }

.mr-40-important {
  margin-right: 40px !important; }

.mr-41-important {
  margin-right: 41px !important; }

.mr-42-important {
  margin-right: 42px !important; }

.mr-43-important {
  margin-right: 43px !important; }

.mr-44-important {
  margin-right: 44px !important; }

.mr-45-important {
  margin-right: 45px !important; }

.mr-46-important {
  margin-right: 46px !important; }

.mr-47-important {
  margin-right: 47px !important; }

.mr-48-important {
  margin-right: 48px !important; }

.mr-49-important {
  margin-right: 49px !important; }

.mr-50-important {
  margin-right: 50px !important; }

.mr-51-important {
  margin-right: 51px !important; }

.mr-52-important {
  margin-right: 52px !important; }

.mr-53-important {
  margin-right: 53px !important; }

.mr-54-important {
  margin-right: 54px !important; }

.mr-55-important {
  margin-right: 55px !important; }

.mr-56-important {
  margin-right: 56px !important; }

.mr-57-important {
  margin-right: 57px !important; }

.mr-58-important {
  margin-right: 58px !important; }

.mr-59-important {
  margin-right: 59px !important; }

.mr-60-important {
  margin-right: 60px !important; }

.mr-61-important {
  margin-right: 61px !important; }

.mr-62-important {
  margin-right: 62px !important; }

.mr-63-important {
  margin-right: 63px !important; }

.mr-64-important {
  margin-right: 64px !important; }

.mr-65-important {
  margin-right: 65px !important; }

.mr-66-important {
  margin-right: 66px !important; }

.mr-67-important {
  margin-right: 67px !important; }

.mr-68-important {
  margin-right: 68px !important; }

.mr-69-important {
  margin-right: 69px !important; }

.mr-70-important {
  margin-right: 70px !important; }

.mr-71-important {
  margin-right: 71px !important; }

.mr-72-important {
  margin-right: 72px !important; }

.mr-73-important {
  margin-right: 73px !important; }

.mr-74-important {
  margin-right: 74px !important; }

.mr-75-important {
  margin-right: 75px !important; }

.mr-76-important {
  margin-right: 76px !important; }

.mr-77-important {
  margin-right: 77px !important; }

.mr-78-important {
  margin-right: 78px !important; }

.mr-79-important {
  margin-right: 79px !important; }

.mr-80-important {
  margin-right: 80px !important; }

.mr-81-important {
  margin-right: 81px !important; }

.mr-82-important {
  margin-right: 82px !important; }

.mr-83-important {
  margin-right: 83px !important; }

.mr-84-important {
  margin-right: 84px !important; }

.mr-85-important {
  margin-right: 85px !important; }

.mr-86-important {
  margin-right: 86px !important; }

.mr-87-important {
  margin-right: 87px !important; }

.mr-88-important {
  margin-right: 88px !important; }

.mr-89-important {
  margin-right: 89px !important; }

.mr-90-important {
  margin-right: 90px !important; }

.mr-91-important {
  margin-right: 91px !important; }

.mr-92-important {
  margin-right: 92px !important; }

.mr-93-important {
  margin-right: 93px !important; }

.mr-94-important {
  margin-right: 94px !important; }

.mr-95-important {
  margin-right: 95px !important; }

.mr-96-important {
  margin-right: 96px !important; }

.mr-97-important {
  margin-right: 97px !important; }

.mr-98-important {
  margin-right: 98px !important; }

.mr-99-important {
  margin-right: 99px !important; }

.mr-100-important {
  margin-right: 100px !important; }

.mr-101-important {
  margin-right: 101px !important; }

.mr-102-important {
  margin-right: 102px !important; }

.mr-103-important {
  margin-right: 103px !important; }

.mr-104-important {
  margin-right: 104px !important; }

.mr-105-important {
  margin-right: 105px !important; }

.mr-106-important {
  margin-right: 106px !important; }

.mr-107-important {
  margin-right: 107px !important; }

.mr-108-important {
  margin-right: 108px !important; }

.mr-109-important {
  margin-right: 109px !important; }

.mr-110-important {
  margin-right: 110px !important; }

.mr-111-important {
  margin-right: 111px !important; }

.mr-112-important {
  margin-right: 112px !important; }

.mr-113-important {
  margin-right: 113px !important; }

.mr-114-important {
  margin-right: 114px !important; }

.mr-115-important {
  margin-right: 115px !important; }

.mr-116-important {
  margin-right: 116px !important; }

.mr-117-important {
  margin-right: 117px !important; }

.mr-118-important {
  margin-right: 118px !important; }

.mr-119-important {
  margin-right: 119px !important; }

.mr-120-important {
  margin-right: 120px !important; }

.no-margin-right {
  margin-right: 0px; }

.mr-1 {
  margin-right: 1px; }

.mr-2 {
  margin-right: 2px; }

.mr-3 {
  margin-right: 3px; }

.mr-4 {
  margin-right: 4px; }

.mr-5 {
  margin-right: 5px; }

.mr-6 {
  margin-right: 6px; }

.mr-7 {
  margin-right: 7px; }

.mr-8 {
  margin-right: 8px; }

.mr-9 {
  margin-right: 9px; }

.mr-10 {
  margin-right: 10px; }

.mr-11 {
  margin-right: 11px; }

.mr-12 {
  margin-right: 12px; }

.mr-13 {
  margin-right: 13px; }

.mr-14 {
  margin-right: 14px; }

.mr-15 {
  margin-right: 15px; }

.mr-16 {
  margin-right: 16px; }

.mr-17 {
  margin-right: 17px; }

.mr-18 {
  margin-right: 18px; }

.mr-19 {
  margin-right: 19px; }

.mr-20 {
  margin-right: 20px; }

.mr-21 {
  margin-right: 21px; }

.mr-22 {
  margin-right: 22px; }

.mr-23 {
  margin-right: 23px; }

.mr-24 {
  margin-right: 24px; }

.mr-25 {
  margin-right: 25px; }

.mr-26 {
  margin-right: 26px; }

.mr-27 {
  margin-right: 27px; }

.mr-28 {
  margin-right: 28px; }

.mr-29 {
  margin-right: 29px; }

.mr-30 {
  margin-right: 30px; }

.mr-31 {
  margin-right: 31px; }

.mr-32 {
  margin-right: 32px; }

.mr-33 {
  margin-right: 33px; }

.mr-34 {
  margin-right: 34px; }

.mr-35 {
  margin-right: 35px; }

.mr-36 {
  margin-right: 36px; }

.mr-37 {
  margin-right: 37px; }

.mr-38 {
  margin-right: 38px; }

.mr-39 {
  margin-right: 39px; }

.mr-40 {
  margin-right: 40px; }

.mr-41 {
  margin-right: 41px; }

.mr-42 {
  margin-right: 42px; }

.mr-43 {
  margin-right: 43px; }

.mr-44 {
  margin-right: 44px; }

.mr-45 {
  margin-right: 45px; }

.mr-46 {
  margin-right: 46px; }

.mr-47 {
  margin-right: 47px; }

.mr-48 {
  margin-right: 48px; }

.mr-49 {
  margin-right: 49px; }

.mr-50 {
  margin-right: 50px; }

.mr-51 {
  margin-right: 51px; }

.mr-52 {
  margin-right: 52px; }

.mr-53 {
  margin-right: 53px; }

.mr-54 {
  margin-right: 54px; }

.mr-55 {
  margin-right: 55px; }

.mr-56 {
  margin-right: 56px; }

.mr-57 {
  margin-right: 57px; }

.mr-58 {
  margin-right: 58px; }

.mr-59 {
  margin-right: 59px; }

.mr-60 {
  margin-right: 60px; }

.mr-61 {
  margin-right: 61px; }

.mr-62 {
  margin-right: 62px; }

.mr-63 {
  margin-right: 63px; }

.mr-64 {
  margin-right: 64px; }

.mr-65 {
  margin-right: 65px; }

.mr-66 {
  margin-right: 66px; }

.mr-67 {
  margin-right: 67px; }

.mr-68 {
  margin-right: 68px; }

.mr-69 {
  margin-right: 69px; }

.mr-70 {
  margin-right: 70px; }

.mr-71 {
  margin-right: 71px; }

.mr-72 {
  margin-right: 72px; }

.mr-73 {
  margin-right: 73px; }

.mr-74 {
  margin-right: 74px; }

.mr-75 {
  margin-right: 75px; }

.mr-76 {
  margin-right: 76px; }

.mr-77 {
  margin-right: 77px; }

.mr-78 {
  margin-right: 78px; }

.mr-79 {
  margin-right: 79px; }

.mr-80 {
  margin-right: 80px; }

.mr-81 {
  margin-right: 81px; }

.mr-82 {
  margin-right: 82px; }

.mr-83 {
  margin-right: 83px; }

.mr-84 {
  margin-right: 84px; }

.mr-85 {
  margin-right: 85px; }

.mr-86 {
  margin-right: 86px; }

.mr-87 {
  margin-right: 87px; }

.mr-88 {
  margin-right: 88px; }

.mr-89 {
  margin-right: 89px; }

.mr-90 {
  margin-right: 90px; }

.mr-91 {
  margin-right: 91px; }

.mr-92 {
  margin-right: 92px; }

.mr-93 {
  margin-right: 93px; }

.mr-94 {
  margin-right: 94px; }

.mr-95 {
  margin-right: 95px; }

.mr-96 {
  margin-right: 96px; }

.mr-97 {
  margin-right: 97px; }

.mr-98 {
  margin-right: 98px; }

.mr-99 {
  margin-right: 99px; }

.mr-100 {
  margin-right: 100px; }

.mr-101 {
  margin-right: 101px; }

.mr-102 {
  margin-right: 102px; }

.mr-103 {
  margin-right: 103px; }

.mr-104 {
  margin-right: 104px; }

.mr-105 {
  margin-right: 105px; }

.mr-106 {
  margin-right: 106px; }

.mr-107 {
  margin-right: 107px; }

.mr-108 {
  margin-right: 108px; }

.mr-109 {
  margin-right: 109px; }

.mr-110 {
  margin-right: 110px; }

.mr-111 {
  margin-right: 111px; }

.mr-112 {
  margin-right: 112px; }

.mr-113 {
  margin-right: 113px; }

.mr-114 {
  margin-right: 114px; }

.mr-115 {
  margin-right: 115px; }

.mr-116 {
  margin-right: 116px; }

.mr-117 {
  margin-right: 117px; }

.mr-118 {
  margin-right: 118px; }

.mr-119 {
  margin-right: 119px; }

.mr-120 {
  margin-right: 120px; }

.no-margin-bottom-important {
  margin-bottom: 0px !important; }

.mb-1-important {
  margin-bottom: 1px !important; }

.mb-2-important {
  margin-bottom: 2px !important; }

.mb-3-important {
  margin-bottom: 3px !important; }

.mb-4-important {
  margin-bottom: 4px !important; }

.mb-5-important {
  margin-bottom: 5px !important; }

.mb-6-important {
  margin-bottom: 6px !important; }

.mb-7-important {
  margin-bottom: 7px !important; }

.mb-8-important {
  margin-bottom: 8px !important; }

.mb-9-important {
  margin-bottom: 9px !important; }

.mb-10-important {
  margin-bottom: 10px !important; }

.mb-11-important {
  margin-bottom: 11px !important; }

.mb-12-important {
  margin-bottom: 12px !important; }

.mb-13-important {
  margin-bottom: 13px !important; }

.mb-14-important {
  margin-bottom: 14px !important; }

.mb-15-important {
  margin-bottom: 15px !important; }

.mb-16-important {
  margin-bottom: 16px !important; }

.mb-17-important {
  margin-bottom: 17px !important; }

.mb-18-important {
  margin-bottom: 18px !important; }

.mb-19-important {
  margin-bottom: 19px !important; }

.mb-20-important {
  margin-bottom: 20px !important; }

.mb-21-important {
  margin-bottom: 21px !important; }

.mb-22-important {
  margin-bottom: 22px !important; }

.mb-23-important {
  margin-bottom: 23px !important; }

.mb-24-important {
  margin-bottom: 24px !important; }

.mb-25-important {
  margin-bottom: 25px !important; }

.mb-26-important {
  margin-bottom: 26px !important; }

.mb-27-important {
  margin-bottom: 27px !important; }

.mb-28-important {
  margin-bottom: 28px !important; }

.mb-29-important {
  margin-bottom: 29px !important; }

.mb-30-important {
  margin-bottom: 30px !important; }

.mb-31-important {
  margin-bottom: 31px !important; }

.mb-32-important {
  margin-bottom: 32px !important; }

.mb-33-important {
  margin-bottom: 33px !important; }

.mb-34-important {
  margin-bottom: 34px !important; }

.mb-35-important {
  margin-bottom: 35px !important; }

.mb-36-important {
  margin-bottom: 36px !important; }

.mb-37-important {
  margin-bottom: 37px !important; }

.mb-38-important {
  margin-bottom: 38px !important; }

.mb-39-important {
  margin-bottom: 39px !important; }

.mb-40-important {
  margin-bottom: 40px !important; }

.mb-41-important {
  margin-bottom: 41px !important; }

.mb-42-important {
  margin-bottom: 42px !important; }

.mb-43-important {
  margin-bottom: 43px !important; }

.mb-44-important {
  margin-bottom: 44px !important; }

.mb-45-important {
  margin-bottom: 45px !important; }

.mb-46-important {
  margin-bottom: 46px !important; }

.mb-47-important {
  margin-bottom: 47px !important; }

.mb-48-important {
  margin-bottom: 48px !important; }

.mb-49-important {
  margin-bottom: 49px !important; }

.mb-50-important {
  margin-bottom: 50px !important; }

.mb-51-important {
  margin-bottom: 51px !important; }

.mb-52-important {
  margin-bottom: 52px !important; }

.mb-53-important {
  margin-bottom: 53px !important; }

.mb-54-important {
  margin-bottom: 54px !important; }

.mb-55-important {
  margin-bottom: 55px !important; }

.mb-56-important {
  margin-bottom: 56px !important; }

.mb-57-important {
  margin-bottom: 57px !important; }

.mb-58-important {
  margin-bottom: 58px !important; }

.mb-59-important {
  margin-bottom: 59px !important; }

.mb-60-important {
  margin-bottom: 60px !important; }

.mb-61-important {
  margin-bottom: 61px !important; }

.mb-62-important {
  margin-bottom: 62px !important; }

.mb-63-important {
  margin-bottom: 63px !important; }

.mb-64-important {
  margin-bottom: 64px !important; }

.mb-65-important {
  margin-bottom: 65px !important; }

.mb-66-important {
  margin-bottom: 66px !important; }

.mb-67-important {
  margin-bottom: 67px !important; }

.mb-68-important {
  margin-bottom: 68px !important; }

.mb-69-important {
  margin-bottom: 69px !important; }

.mb-70-important {
  margin-bottom: 70px !important; }

.mb-71-important {
  margin-bottom: 71px !important; }

.mb-72-important {
  margin-bottom: 72px !important; }

.mb-73-important {
  margin-bottom: 73px !important; }

.mb-74-important {
  margin-bottom: 74px !important; }

.mb-75-important {
  margin-bottom: 75px !important; }

.mb-76-important {
  margin-bottom: 76px !important; }

.mb-77-important {
  margin-bottom: 77px !important; }

.mb-78-important {
  margin-bottom: 78px !important; }

.mb-79-important {
  margin-bottom: 79px !important; }

.mb-80-important {
  margin-bottom: 80px !important; }

.mb-81-important {
  margin-bottom: 81px !important; }

.mb-82-important {
  margin-bottom: 82px !important; }

.mb-83-important {
  margin-bottom: 83px !important; }

.mb-84-important {
  margin-bottom: 84px !important; }

.mb-85-important {
  margin-bottom: 85px !important; }

.mb-86-important {
  margin-bottom: 86px !important; }

.mb-87-important {
  margin-bottom: 87px !important; }

.mb-88-important {
  margin-bottom: 88px !important; }

.mb-89-important {
  margin-bottom: 89px !important; }

.mb-90-important {
  margin-bottom: 90px !important; }

.mb-91-important {
  margin-bottom: 91px !important; }

.mb-92-important {
  margin-bottom: 92px !important; }

.mb-93-important {
  margin-bottom: 93px !important; }

.mb-94-important {
  margin-bottom: 94px !important; }

.mb-95-important {
  margin-bottom: 95px !important; }

.mb-96-important {
  margin-bottom: 96px !important; }

.mb-97-important {
  margin-bottom: 97px !important; }

.mb-98-important {
  margin-bottom: 98px !important; }

.mb-99-important {
  margin-bottom: 99px !important; }

.mb-100-important {
  margin-bottom: 100px !important; }

.mb-101-important {
  margin-bottom: 101px !important; }

.mb-102-important {
  margin-bottom: 102px !important; }

.mb-103-important {
  margin-bottom: 103px !important; }

.mb-104-important {
  margin-bottom: 104px !important; }

.mb-105-important {
  margin-bottom: 105px !important; }

.mb-106-important {
  margin-bottom: 106px !important; }

.mb-107-important {
  margin-bottom: 107px !important; }

.mb-108-important {
  margin-bottom: 108px !important; }

.mb-109-important {
  margin-bottom: 109px !important; }

.mb-110-important {
  margin-bottom: 110px !important; }

.mb-111-important {
  margin-bottom: 111px !important; }

.mb-112-important {
  margin-bottom: 112px !important; }

.mb-113-important {
  margin-bottom: 113px !important; }

.mb-114-important {
  margin-bottom: 114px !important; }

.mb-115-important {
  margin-bottom: 115px !important; }

.mb-116-important {
  margin-bottom: 116px !important; }

.mb-117-important {
  margin-bottom: 117px !important; }

.mb-118-important {
  margin-bottom: 118px !important; }

.mb-119-important {
  margin-bottom: 119px !important; }

.mb-120-important {
  margin-bottom: 120px !important; }

.no-margin-bottom {
  margin-bottom: 0px; }

.mb-1 {
  margin-bottom: 1px; }

.mb-2 {
  margin-bottom: 2px; }

.mb-3 {
  margin-bottom: 3px; }

.mb-4 {
  margin-bottom: 4px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-6 {
  margin-bottom: 6px; }

.mb-7 {
  margin-bottom: 7px; }

.mb-8 {
  margin-bottom: 8px; }

.mb-9 {
  margin-bottom: 9px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-11 {
  margin-bottom: 11px; }

.mb-12 {
  margin-bottom: 12px; }

.mb-13 {
  margin-bottom: 13px; }

.mb-14 {
  margin-bottom: 14px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-16 {
  margin-bottom: 16px; }

.mb-17 {
  margin-bottom: 17px; }

.mb-18 {
  margin-bottom: 18px; }

.mb-19 {
  margin-bottom: 19px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-21 {
  margin-bottom: 21px; }

.mb-22 {
  margin-bottom: 22px; }

.mb-23 {
  margin-bottom: 23px; }

.mb-24 {
  margin-bottom: 24px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-26 {
  margin-bottom: 26px; }

.mb-27 {
  margin-bottom: 27px; }

.mb-28 {
  margin-bottom: 28px; }

.mb-29 {
  margin-bottom: 29px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-31 {
  margin-bottom: 31px; }

.mb-32 {
  margin-bottom: 32px; }

.mb-33 {
  margin-bottom: 33px; }

.mb-34 {
  margin-bottom: 34px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-36 {
  margin-bottom: 36px; }

.mb-37 {
  margin-bottom: 37px; }

.mb-38 {
  margin-bottom: 38px; }

.mb-39 {
  margin-bottom: 39px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-41 {
  margin-bottom: 41px; }

.mb-42 {
  margin-bottom: 42px; }

.mb-43 {
  margin-bottom: 43px; }

.mb-44 {
  margin-bottom: 44px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-46 {
  margin-bottom: 46px; }

.mb-47 {
  margin-bottom: 47px; }

.mb-48 {
  margin-bottom: 48px; }

.mb-49 {
  margin-bottom: 49px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-51 {
  margin-bottom: 51px; }

.mb-52 {
  margin-bottom: 52px; }

.mb-53 {
  margin-bottom: 53px; }

.mb-54 {
  margin-bottom: 54px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-56 {
  margin-bottom: 56px; }

.mb-57 {
  margin-bottom: 57px; }

.mb-58 {
  margin-bottom: 58px; }

.mb-59 {
  margin-bottom: 59px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-61 {
  margin-bottom: 61px; }

.mb-62 {
  margin-bottom: 62px; }

.mb-63 {
  margin-bottom: 63px; }

.mb-64 {
  margin-bottom: 64px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-66 {
  margin-bottom: 66px; }

.mb-67 {
  margin-bottom: 67px; }

.mb-68 {
  margin-bottom: 68px; }

.mb-69 {
  margin-bottom: 69px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-71 {
  margin-bottom: 71px; }

.mb-72 {
  margin-bottom: 72px; }

.mb-73 {
  margin-bottom: 73px; }

.mb-74 {
  margin-bottom: 74px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-76 {
  margin-bottom: 76px; }

.mb-77 {
  margin-bottom: 77px; }

.mb-78 {
  margin-bottom: 78px; }

.mb-79 {
  margin-bottom: 79px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-81 {
  margin-bottom: 81px; }

.mb-82 {
  margin-bottom: 82px; }

.mb-83 {
  margin-bottom: 83px; }

.mb-84 {
  margin-bottom: 84px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-86 {
  margin-bottom: 86px; }

.mb-87 {
  margin-bottom: 87px; }

.mb-88 {
  margin-bottom: 88px; }

.mb-89 {
  margin-bottom: 89px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-91 {
  margin-bottom: 91px; }

.mb-92 {
  margin-bottom: 92px; }

.mb-93 {
  margin-bottom: 93px; }

.mb-94 {
  margin-bottom: 94px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-96 {
  margin-bottom: 96px; }

.mb-97 {
  margin-bottom: 97px; }

.mb-98 {
  margin-bottom: 98px; }

.mb-99 {
  margin-bottom: 99px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-101 {
  margin-bottom: 101px; }

.mb-102 {
  margin-bottom: 102px; }

.mb-103 {
  margin-bottom: 103px; }

.mb-104 {
  margin-bottom: 104px; }

.mb-105 {
  margin-bottom: 105px; }

.mb-106 {
  margin-bottom: 106px; }

.mb-107 {
  margin-bottom: 107px; }

.mb-108 {
  margin-bottom: 108px; }

.mb-109 {
  margin-bottom: 109px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-111 {
  margin-bottom: 111px; }

.mb-112 {
  margin-bottom: 112px; }

.mb-113 {
  margin-bottom: 113px; }

.mb-114 {
  margin-bottom: 114px; }

.mb-115 {
  margin-bottom: 115px; }

.mb-116 {
  margin-bottom: 116px; }

.mb-117 {
  margin-bottom: 117px; }

.mb-118 {
  margin-bottom: 118px; }

.mb-119 {
  margin-bottom: 119px; }

.mb-120 {
  margin-bottom: 120px; }

.no-margin-left-important {
  margin-left: 0px !important; }

.ml-1-important {
  margin-left: 1px !important; }

.ml-2-important {
  margin-left: 2px !important; }

.ml-3-important {
  margin-left: 3px !important; }

.ml-4-important {
  margin-left: 4px !important; }

.ml-5-important {
  margin-left: 5px !important; }

.ml-6-important {
  margin-left: 6px !important; }

.ml-7-important {
  margin-left: 7px !important; }

.ml-8-important {
  margin-left: 8px !important; }

.ml-9-important {
  margin-left: 9px !important; }

.ml-10-important {
  margin-left: 10px !important; }

.ml-11-important {
  margin-left: 11px !important; }

.ml-12-important {
  margin-left: 12px !important; }

.ml-13-important {
  margin-left: 13px !important; }

.ml-14-important {
  margin-left: 14px !important; }

.ml-15-important {
  margin-left: 15px !important; }

.ml-16-important {
  margin-left: 16px !important; }

.ml-17-important {
  margin-left: 17px !important; }

.ml-18-important {
  margin-left: 18px !important; }

.ml-19-important {
  margin-left: 19px !important; }

.ml-20-important {
  margin-left: 20px !important; }

.ml-21-important {
  margin-left: 21px !important; }

.ml-22-important {
  margin-left: 22px !important; }

.ml-23-important {
  margin-left: 23px !important; }

.ml-24-important {
  margin-left: 24px !important; }

.ml-25-important {
  margin-left: 25px !important; }

.ml-26-important {
  margin-left: 26px !important; }

.ml-27-important {
  margin-left: 27px !important; }

.ml-28-important {
  margin-left: 28px !important; }

.ml-29-important {
  margin-left: 29px !important; }

.ml-30-important {
  margin-left: 30px !important; }

.ml-31-important {
  margin-left: 31px !important; }

.ml-32-important {
  margin-left: 32px !important; }

.ml-33-important {
  margin-left: 33px !important; }

.ml-34-important {
  margin-left: 34px !important; }

.ml-35-important {
  margin-left: 35px !important; }

.ml-36-important {
  margin-left: 36px !important; }

.ml-37-important {
  margin-left: 37px !important; }

.ml-38-important {
  margin-left: 38px !important; }

.ml-39-important {
  margin-left: 39px !important; }

.ml-40-important {
  margin-left: 40px !important; }

.ml-41-important {
  margin-left: 41px !important; }

.ml-42-important {
  margin-left: 42px !important; }

.ml-43-important {
  margin-left: 43px !important; }

.ml-44-important {
  margin-left: 44px !important; }

.ml-45-important {
  margin-left: 45px !important; }

.ml-46-important {
  margin-left: 46px !important; }

.ml-47-important {
  margin-left: 47px !important; }

.ml-48-important {
  margin-left: 48px !important; }

.ml-49-important {
  margin-left: 49px !important; }

.ml-50-important {
  margin-left: 50px !important; }

.ml-51-important {
  margin-left: 51px !important; }

.ml-52-important {
  margin-left: 52px !important; }

.ml-53-important {
  margin-left: 53px !important; }

.ml-54-important {
  margin-left: 54px !important; }

.ml-55-important {
  margin-left: 55px !important; }

.ml-56-important {
  margin-left: 56px !important; }

.ml-57-important {
  margin-left: 57px !important; }

.ml-58-important {
  margin-left: 58px !important; }

.ml-59-important {
  margin-left: 59px !important; }

.ml-60-important {
  margin-left: 60px !important; }

.ml-61-important {
  margin-left: 61px !important; }

.ml-62-important {
  margin-left: 62px !important; }

.ml-63-important {
  margin-left: 63px !important; }

.ml-64-important {
  margin-left: 64px !important; }

.ml-65-important {
  margin-left: 65px !important; }

.ml-66-important {
  margin-left: 66px !important; }

.ml-67-important {
  margin-left: 67px !important; }

.ml-68-important {
  margin-left: 68px !important; }

.ml-69-important {
  margin-left: 69px !important; }

.ml-70-important {
  margin-left: 70px !important; }

.ml-71-important {
  margin-left: 71px !important; }

.ml-72-important {
  margin-left: 72px !important; }

.ml-73-important {
  margin-left: 73px !important; }

.ml-74-important {
  margin-left: 74px !important; }

.ml-75-important {
  margin-left: 75px !important; }

.ml-76-important {
  margin-left: 76px !important; }

.ml-77-important {
  margin-left: 77px !important; }

.ml-78-important {
  margin-left: 78px !important; }

.ml-79-important {
  margin-left: 79px !important; }

.ml-80-important {
  margin-left: 80px !important; }

.ml-81-important {
  margin-left: 81px !important; }

.ml-82-important {
  margin-left: 82px !important; }

.ml-83-important {
  margin-left: 83px !important; }

.ml-84-important {
  margin-left: 84px !important; }

.ml-85-important {
  margin-left: 85px !important; }

.ml-86-important {
  margin-left: 86px !important; }

.ml-87-important {
  margin-left: 87px !important; }

.ml-88-important {
  margin-left: 88px !important; }

.ml-89-important {
  margin-left: 89px !important; }

.ml-90-important {
  margin-left: 90px !important; }

.ml-91-important {
  margin-left: 91px !important; }

.ml-92-important {
  margin-left: 92px !important; }

.ml-93-important {
  margin-left: 93px !important; }

.ml-94-important {
  margin-left: 94px !important; }

.ml-95-important {
  margin-left: 95px !important; }

.ml-96-important {
  margin-left: 96px !important; }

.ml-97-important {
  margin-left: 97px !important; }

.ml-98-important {
  margin-left: 98px !important; }

.ml-99-important {
  margin-left: 99px !important; }

.ml-100-important {
  margin-left: 100px !important; }

.ml-101-important {
  margin-left: 101px !important; }

.ml-102-important {
  margin-left: 102px !important; }

.ml-103-important {
  margin-left: 103px !important; }

.ml-104-important {
  margin-left: 104px !important; }

.ml-105-important {
  margin-left: 105px !important; }

.ml-106-important {
  margin-left: 106px !important; }

.ml-107-important {
  margin-left: 107px !important; }

.ml-108-important {
  margin-left: 108px !important; }

.ml-109-important {
  margin-left: 109px !important; }

.ml-110-important {
  margin-left: 110px !important; }

.ml-111-important {
  margin-left: 111px !important; }

.ml-112-important {
  margin-left: 112px !important; }

.ml-113-important {
  margin-left: 113px !important; }

.ml-114-important {
  margin-left: 114px !important; }

.ml-115-important {
  margin-left: 115px !important; }

.ml-116-important {
  margin-left: 116px !important; }

.ml-117-important {
  margin-left: 117px !important; }

.ml-118-important {
  margin-left: 118px !important; }

.ml-119-important {
  margin-left: 119px !important; }

.ml-120-important {
  margin-left: 120px !important; }

.no-margin-left {
  margin-left: 0px; }

.ml-1 {
  margin-left: 1px; }

.ml-2 {
  margin-left: 2px; }

.ml-3 {
  margin-left: 3px; }

.ml-4 {
  margin-left: 4px; }

.ml-5 {
  margin-left: 5px; }

.ml-6 {
  margin-left: 6px; }

.ml-7 {
  margin-left: 7px; }

.ml-8 {
  margin-left: 8px; }

.ml-9 {
  margin-left: 9px; }

.ml-10 {
  margin-left: 10px; }

.ml-11 {
  margin-left: 11px; }

.ml-12 {
  margin-left: 12px; }

.ml-13 {
  margin-left: 13px; }

.ml-14 {
  margin-left: 14px; }

.ml-15 {
  margin-left: 15px; }

.ml-16 {
  margin-left: 16px; }

.ml-17 {
  margin-left: 17px; }

.ml-18 {
  margin-left: 18px; }

.ml-19 {
  margin-left: 19px; }

.ml-20 {
  margin-left: 20px; }

.ml-21 {
  margin-left: 21px; }

.ml-22 {
  margin-left: 22px; }

.ml-23 {
  margin-left: 23px; }

.ml-24 {
  margin-left: 24px; }

.ml-25 {
  margin-left: 25px; }

.ml-26 {
  margin-left: 26px; }

.ml-27 {
  margin-left: 27px; }

.ml-28 {
  margin-left: 28px; }

.ml-29 {
  margin-left: 29px; }

.ml-30 {
  margin-left: 30px; }

.ml-31 {
  margin-left: 31px; }

.ml-32 {
  margin-left: 32px; }

.ml-33 {
  margin-left: 33px; }

.ml-34 {
  margin-left: 34px; }

.ml-35 {
  margin-left: 35px; }

.ml-36 {
  margin-left: 36px; }

.ml-37 {
  margin-left: 37px; }

.ml-38 {
  margin-left: 38px; }

.ml-39 {
  margin-left: 39px; }

.ml-40 {
  margin-left: 40px; }

.ml-41 {
  margin-left: 41px; }

.ml-42 {
  margin-left: 42px; }

.ml-43 {
  margin-left: 43px; }

.ml-44 {
  margin-left: 44px; }

.ml-45 {
  margin-left: 45px; }

.ml-46 {
  margin-left: 46px; }

.ml-47 {
  margin-left: 47px; }

.ml-48 {
  margin-left: 48px; }

.ml-49 {
  margin-left: 49px; }

.ml-50 {
  margin-left: 50px; }

.ml-51 {
  margin-left: 51px; }

.ml-52 {
  margin-left: 52px; }

.ml-53 {
  margin-left: 53px; }

.ml-54 {
  margin-left: 54px; }

.ml-55 {
  margin-left: 55px; }

.ml-56 {
  margin-left: 56px; }

.ml-57 {
  margin-left: 57px; }

.ml-58 {
  margin-left: 58px; }

.ml-59 {
  margin-left: 59px; }

.ml-60 {
  margin-left: 60px; }

.ml-61 {
  margin-left: 61px; }

.ml-62 {
  margin-left: 62px; }

.ml-63 {
  margin-left: 63px; }

.ml-64 {
  margin-left: 64px; }

.ml-65 {
  margin-left: 65px; }

.ml-66 {
  margin-left: 66px; }

.ml-67 {
  margin-left: 67px; }

.ml-68 {
  margin-left: 68px; }

.ml-69 {
  margin-left: 69px; }

.ml-70 {
  margin-left: 70px; }

.ml-71 {
  margin-left: 71px; }

.ml-72 {
  margin-left: 72px; }

.ml-73 {
  margin-left: 73px; }

.ml-74 {
  margin-left: 74px; }

.ml-75 {
  margin-left: 75px; }

.ml-76 {
  margin-left: 76px; }

.ml-77 {
  margin-left: 77px; }

.ml-78 {
  margin-left: 78px; }

.ml-79 {
  margin-left: 79px; }

.ml-80 {
  margin-left: 80px; }

.ml-81 {
  margin-left: 81px; }

.ml-82 {
  margin-left: 82px; }

.ml-83 {
  margin-left: 83px; }

.ml-84 {
  margin-left: 84px; }

.ml-85 {
  margin-left: 85px; }

.ml-86 {
  margin-left: 86px; }

.ml-87 {
  margin-left: 87px; }

.ml-88 {
  margin-left: 88px; }

.ml-89 {
  margin-left: 89px; }

.ml-90 {
  margin-left: 90px; }

.ml-91 {
  margin-left: 91px; }

.ml-92 {
  margin-left: 92px; }

.ml-93 {
  margin-left: 93px; }

.ml-94 {
  margin-left: 94px; }

.ml-95 {
  margin-left: 95px; }

.ml-96 {
  margin-left: 96px; }

.ml-97 {
  margin-left: 97px; }

.ml-98 {
  margin-left: 98px; }

.ml-99 {
  margin-left: 99px; }

.ml-100 {
  margin-left: 100px; }

.ml-101 {
  margin-left: 101px; }

.ml-102 {
  margin-left: 102px; }

.ml-103 {
  margin-left: 103px; }

.ml-104 {
  margin-left: 104px; }

.ml-105 {
  margin-left: 105px; }

.ml-106 {
  margin-left: 106px; }

.ml-107 {
  margin-left: 107px; }

.ml-108 {
  margin-left: 108px; }

.ml-109 {
  margin-left: 109px; }

.ml-110 {
  margin-left: 110px; }

.ml-111 {
  margin-left: 111px; }

.ml-112 {
  margin-left: 112px; }

.ml-113 {
  margin-left: 113px; }

.ml-114 {
  margin-left: 114px; }

.ml-115 {
  margin-left: 115px; }

.ml-116 {
  margin-left: 116px; }

.ml-117 {
  margin-left: 117px; }

.ml-118 {
  margin-left: 118px; }

.ml-119 {
  margin-left: 119px; }

.ml-120 {
  margin-left: 120px; }

.no-padding-top-important {
  padding-top: 0px !important; }

.pt-1-important {
  padding-top: 1px !important; }

.pt-2-important {
  padding-top: 2px !important; }

.pt-3-important {
  padding-top: 3px !important; }

.pt-4-important {
  padding-top: 4px !important; }

.pt-5-important {
  padding-top: 5px !important; }

.pt-6-important {
  padding-top: 6px !important; }

.pt-7-important {
  padding-top: 7px !important; }

.pt-8-important {
  padding-top: 8px !important; }

.pt-9-important {
  padding-top: 9px !important; }

.pt-10-important {
  padding-top: 10px !important; }

.pt-11-important {
  padding-top: 11px !important; }

.pt-12-important {
  padding-top: 12px !important; }

.pt-13-important {
  padding-top: 13px !important; }

.pt-14-important {
  padding-top: 14px !important; }

.pt-15-important {
  padding-top: 15px !important; }

.pt-16-important {
  padding-top: 16px !important; }

.pt-17-important {
  padding-top: 17px !important; }

.pt-18-important {
  padding-top: 18px !important; }

.pt-19-important {
  padding-top: 19px !important; }

.pt-20-important {
  padding-top: 20px !important; }

.pt-21-important {
  padding-top: 21px !important; }

.pt-22-important {
  padding-top: 22px !important; }

.pt-23-important {
  padding-top: 23px !important; }

.pt-24-important {
  padding-top: 24px !important; }

.pt-25-important {
  padding-top: 25px !important; }

.pt-26-important {
  padding-top: 26px !important; }

.pt-27-important {
  padding-top: 27px !important; }

.pt-28-important {
  padding-top: 28px !important; }

.pt-29-important {
  padding-top: 29px !important; }

.pt-30-important {
  padding-top: 30px !important; }

.pt-31-important {
  padding-top: 31px !important; }

.pt-32-important {
  padding-top: 32px !important; }

.pt-33-important {
  padding-top: 33px !important; }

.pt-34-important {
  padding-top: 34px !important; }

.pt-35-important {
  padding-top: 35px !important; }

.pt-36-important {
  padding-top: 36px !important; }

.pt-37-important {
  padding-top: 37px !important; }

.pt-38-important {
  padding-top: 38px !important; }

.pt-39-important {
  padding-top: 39px !important; }

.pt-40-important {
  padding-top: 40px !important; }

.pt-41-important {
  padding-top: 41px !important; }

.pt-42-important {
  padding-top: 42px !important; }

.pt-43-important {
  padding-top: 43px !important; }

.pt-44-important {
  padding-top: 44px !important; }

.pt-45-important {
  padding-top: 45px !important; }

.pt-46-important {
  padding-top: 46px !important; }

.pt-47-important {
  padding-top: 47px !important; }

.pt-48-important {
  padding-top: 48px !important; }

.pt-49-important {
  padding-top: 49px !important; }

.pt-50-important {
  padding-top: 50px !important; }

.pt-51-important {
  padding-top: 51px !important; }

.pt-52-important {
  padding-top: 52px !important; }

.pt-53-important {
  padding-top: 53px !important; }

.pt-54-important {
  padding-top: 54px !important; }

.pt-55-important {
  padding-top: 55px !important; }

.pt-56-important {
  padding-top: 56px !important; }

.pt-57-important {
  padding-top: 57px !important; }

.pt-58-important {
  padding-top: 58px !important; }

.pt-59-important {
  padding-top: 59px !important; }

.pt-60-important {
  padding-top: 60px !important; }

.pt-61-important {
  padding-top: 61px !important; }

.pt-62-important {
  padding-top: 62px !important; }

.pt-63-important {
  padding-top: 63px !important; }

.pt-64-important {
  padding-top: 64px !important; }

.pt-65-important {
  padding-top: 65px !important; }

.pt-66-important {
  padding-top: 66px !important; }

.pt-67-important {
  padding-top: 67px !important; }

.pt-68-important {
  padding-top: 68px !important; }

.pt-69-important {
  padding-top: 69px !important; }

.pt-70-important {
  padding-top: 70px !important; }

.pt-71-important {
  padding-top: 71px !important; }

.pt-72-important {
  padding-top: 72px !important; }

.pt-73-important {
  padding-top: 73px !important; }

.pt-74-important {
  padding-top: 74px !important; }

.pt-75-important {
  padding-top: 75px !important; }

.pt-76-important {
  padding-top: 76px !important; }

.pt-77-important {
  padding-top: 77px !important; }

.pt-78-important {
  padding-top: 78px !important; }

.pt-79-important {
  padding-top: 79px !important; }

.pt-80-important {
  padding-top: 80px !important; }

.pt-81-important {
  padding-top: 81px !important; }

.pt-82-important {
  padding-top: 82px !important; }

.pt-83-important {
  padding-top: 83px !important; }

.pt-84-important {
  padding-top: 84px !important; }

.pt-85-important {
  padding-top: 85px !important; }

.pt-86-important {
  padding-top: 86px !important; }

.pt-87-important {
  padding-top: 87px !important; }

.pt-88-important {
  padding-top: 88px !important; }

.pt-89-important {
  padding-top: 89px !important; }

.pt-90-important {
  padding-top: 90px !important; }

.pt-91-important {
  padding-top: 91px !important; }

.pt-92-important {
  padding-top: 92px !important; }

.pt-93-important {
  padding-top: 93px !important; }

.pt-94-important {
  padding-top: 94px !important; }

.pt-95-important {
  padding-top: 95px !important; }

.pt-96-important {
  padding-top: 96px !important; }

.pt-97-important {
  padding-top: 97px !important; }

.pt-98-important {
  padding-top: 98px !important; }

.pt-99-important {
  padding-top: 99px !important; }

.pt-100-important {
  padding-top: 100px !important; }

.pt-101-important {
  padding-top: 101px !important; }

.pt-102-important {
  padding-top: 102px !important; }

.pt-103-important {
  padding-top: 103px !important; }

.pt-104-important {
  padding-top: 104px !important; }

.pt-105-important {
  padding-top: 105px !important; }

.pt-106-important {
  padding-top: 106px !important; }

.pt-107-important {
  padding-top: 107px !important; }

.pt-108-important {
  padding-top: 108px !important; }

.pt-109-important {
  padding-top: 109px !important; }

.pt-110-important {
  padding-top: 110px !important; }

.pt-111-important {
  padding-top: 111px !important; }

.pt-112-important {
  padding-top: 112px !important; }

.pt-113-important {
  padding-top: 113px !important; }

.pt-114-important {
  padding-top: 114px !important; }

.pt-115-important {
  padding-top: 115px !important; }

.pt-116-important {
  padding-top: 116px !important; }

.pt-117-important {
  padding-top: 117px !important; }

.pt-118-important {
  padding-top: 118px !important; }

.pt-119-important {
  padding-top: 119px !important; }

.pt-120-important {
  padding-top: 120px !important; }

.no-padding-top {
  padding-top: 0px; }

.pt-1 {
  padding-top: 1px; }

.pt-2 {
  padding-top: 2px; }

.pt-3 {
  padding-top: 3px; }

.pt-4 {
  padding-top: 4px; }

.pt-5 {
  padding-top: 5px; }

.pt-6 {
  padding-top: 6px; }

.pt-7 {
  padding-top: 7px; }

.pt-8 {
  padding-top: 8px; }

.pt-9 {
  padding-top: 9px; }

.pt-10 {
  padding-top: 10px; }

.pt-11 {
  padding-top: 11px; }

.pt-12 {
  padding-top: 12px; }

.pt-13 {
  padding-top: 13px; }

.pt-14 {
  padding-top: 14px; }

.pt-15 {
  padding-top: 15px; }

.pt-16 {
  padding-top: 16px; }

.pt-17 {
  padding-top: 17px; }

.pt-18 {
  padding-top: 18px; }

.pt-19 {
  padding-top: 19px; }

.pt-20 {
  padding-top: 20px; }

.pt-21 {
  padding-top: 21px; }

.pt-22 {
  padding-top: 22px; }

.pt-23 {
  padding-top: 23px; }

.pt-24 {
  padding-top: 24px; }

.pt-25 {
  padding-top: 25px; }

.pt-26 {
  padding-top: 26px; }

.pt-27 {
  padding-top: 27px; }

.pt-28 {
  padding-top: 28px; }

.pt-29 {
  padding-top: 29px; }

.pt-30 {
  padding-top: 30px; }

.pt-31 {
  padding-top: 31px; }

.pt-32 {
  padding-top: 32px; }

.pt-33 {
  padding-top: 33px; }

.pt-34 {
  padding-top: 34px; }

.pt-35 {
  padding-top: 35px; }

.pt-36 {
  padding-top: 36px; }

.pt-37 {
  padding-top: 37px; }

.pt-38 {
  padding-top: 38px; }

.pt-39 {
  padding-top: 39px; }

.pt-40 {
  padding-top: 40px; }

.pt-41 {
  padding-top: 41px; }

.pt-42 {
  padding-top: 42px; }

.pt-43 {
  padding-top: 43px; }

.pt-44 {
  padding-top: 44px; }

.pt-45 {
  padding-top: 45px; }

.pt-46 {
  padding-top: 46px; }

.pt-47 {
  padding-top: 47px; }

.pt-48 {
  padding-top: 48px; }

.pt-49 {
  padding-top: 49px; }

.pt-50 {
  padding-top: 50px; }

.pt-51 {
  padding-top: 51px; }

.pt-52 {
  padding-top: 52px; }

.pt-53 {
  padding-top: 53px; }

.pt-54 {
  padding-top: 54px; }

.pt-55 {
  padding-top: 55px; }

.pt-56 {
  padding-top: 56px; }

.pt-57 {
  padding-top: 57px; }

.pt-58 {
  padding-top: 58px; }

.pt-59 {
  padding-top: 59px; }

.pt-60 {
  padding-top: 60px; }

.pt-61 {
  padding-top: 61px; }

.pt-62 {
  padding-top: 62px; }

.pt-63 {
  padding-top: 63px; }

.pt-64 {
  padding-top: 64px; }

.pt-65 {
  padding-top: 65px; }

.pt-66 {
  padding-top: 66px; }

.pt-67 {
  padding-top: 67px; }

.pt-68 {
  padding-top: 68px; }

.pt-69 {
  padding-top: 69px; }

.pt-70 {
  padding-top: 70px; }

.pt-71 {
  padding-top: 71px; }

.pt-72 {
  padding-top: 72px; }

.pt-73 {
  padding-top: 73px; }

.pt-74 {
  padding-top: 74px; }

.pt-75 {
  padding-top: 75px; }

.pt-76 {
  padding-top: 76px; }

.pt-77 {
  padding-top: 77px; }

.pt-78 {
  padding-top: 78px; }

.pt-79 {
  padding-top: 79px; }

.pt-80 {
  padding-top: 80px; }

.pt-81 {
  padding-top: 81px; }

.pt-82 {
  padding-top: 82px; }

.pt-83 {
  padding-top: 83px; }

.pt-84 {
  padding-top: 84px; }

.pt-85 {
  padding-top: 85px; }

.pt-86 {
  padding-top: 86px; }

.pt-87 {
  padding-top: 87px; }

.pt-88 {
  padding-top: 88px; }

.pt-89 {
  padding-top: 89px; }

.pt-90 {
  padding-top: 90px; }

.pt-91 {
  padding-top: 91px; }

.pt-92 {
  padding-top: 92px; }

.pt-93 {
  padding-top: 93px; }

.pt-94 {
  padding-top: 94px; }

.pt-95 {
  padding-top: 95px; }

.pt-96 {
  padding-top: 96px; }

.pt-97 {
  padding-top: 97px; }

.pt-98 {
  padding-top: 98px; }

.pt-99 {
  padding-top: 99px; }

.pt-100 {
  padding-top: 100px; }

.pt-101 {
  padding-top: 101px; }

.pt-102 {
  padding-top: 102px; }

.pt-103 {
  padding-top: 103px; }

.pt-104 {
  padding-top: 104px; }

.pt-105 {
  padding-top: 105px; }

.pt-106 {
  padding-top: 106px; }

.pt-107 {
  padding-top: 107px; }

.pt-108 {
  padding-top: 108px; }

.pt-109 {
  padding-top: 109px; }

.pt-110 {
  padding-top: 110px; }

.pt-111 {
  padding-top: 111px; }

.pt-112 {
  padding-top: 112px; }

.pt-113 {
  padding-top: 113px; }

.pt-114 {
  padding-top: 114px; }

.pt-115 {
  padding-top: 115px; }

.pt-116 {
  padding-top: 116px; }

.pt-117 {
  padding-top: 117px; }

.pt-118 {
  padding-top: 118px; }

.pt-119 {
  padding-top: 119px; }

.pt-120 {
  padding-top: 120px; }

.no-padding-right-important {
  padding-right: 0px !important; }

.pr-1-important {
  padding-right: 1px !important; }

.pr-2-important {
  padding-right: 2px !important; }

.pr-3-important {
  padding-right: 3px !important; }

.pr-4-important {
  padding-right: 4px !important; }

.pr-5-important {
  padding-right: 5px !important; }

.pr-6-important {
  padding-right: 6px !important; }

.pr-7-important {
  padding-right: 7px !important; }

.pr-8-important {
  padding-right: 8px !important; }

.pr-9-important {
  padding-right: 9px !important; }

.pr-10-important {
  padding-right: 10px !important; }

.pr-11-important {
  padding-right: 11px !important; }

.pr-12-important {
  padding-right: 12px !important; }

.pr-13-important {
  padding-right: 13px !important; }

.pr-14-important {
  padding-right: 14px !important; }

.pr-15-important {
  padding-right: 15px !important; }

.pr-16-important {
  padding-right: 16px !important; }

.pr-17-important {
  padding-right: 17px !important; }

.pr-18-important {
  padding-right: 18px !important; }

.pr-19-important {
  padding-right: 19px !important; }

.pr-20-important {
  padding-right: 20px !important; }

.pr-21-important {
  padding-right: 21px !important; }

.pr-22-important {
  padding-right: 22px !important; }

.pr-23-important {
  padding-right: 23px !important; }

.pr-24-important {
  padding-right: 24px !important; }

.pr-25-important {
  padding-right: 25px !important; }

.pr-26-important {
  padding-right: 26px !important; }

.pr-27-important {
  padding-right: 27px !important; }

.pr-28-important {
  padding-right: 28px !important; }

.pr-29-important {
  padding-right: 29px !important; }

.pr-30-important {
  padding-right: 30px !important; }

.pr-31-important {
  padding-right: 31px !important; }

.pr-32-important {
  padding-right: 32px !important; }

.pr-33-important {
  padding-right: 33px !important; }

.pr-34-important {
  padding-right: 34px !important; }

.pr-35-important {
  padding-right: 35px !important; }

.pr-36-important {
  padding-right: 36px !important; }

.pr-37-important {
  padding-right: 37px !important; }

.pr-38-important {
  padding-right: 38px !important; }

.pr-39-important {
  padding-right: 39px !important; }

.pr-40-important {
  padding-right: 40px !important; }

.pr-41-important {
  padding-right: 41px !important; }

.pr-42-important {
  padding-right: 42px !important; }

.pr-43-important {
  padding-right: 43px !important; }

.pr-44-important {
  padding-right: 44px !important; }

.pr-45-important {
  padding-right: 45px !important; }

.pr-46-important {
  padding-right: 46px !important; }

.pr-47-important {
  padding-right: 47px !important; }

.pr-48-important {
  padding-right: 48px !important; }

.pr-49-important {
  padding-right: 49px !important; }

.pr-50-important {
  padding-right: 50px !important; }

.pr-51-important {
  padding-right: 51px !important; }

.pr-52-important {
  padding-right: 52px !important; }

.pr-53-important {
  padding-right: 53px !important; }

.pr-54-important {
  padding-right: 54px !important; }

.pr-55-important {
  padding-right: 55px !important; }

.pr-56-important {
  padding-right: 56px !important; }

.pr-57-important {
  padding-right: 57px !important; }

.pr-58-important {
  padding-right: 58px !important; }

.pr-59-important {
  padding-right: 59px !important; }

.pr-60-important {
  padding-right: 60px !important; }

.pr-61-important {
  padding-right: 61px !important; }

.pr-62-important {
  padding-right: 62px !important; }

.pr-63-important {
  padding-right: 63px !important; }

.pr-64-important {
  padding-right: 64px !important; }

.pr-65-important {
  padding-right: 65px !important; }

.pr-66-important {
  padding-right: 66px !important; }

.pr-67-important {
  padding-right: 67px !important; }

.pr-68-important {
  padding-right: 68px !important; }

.pr-69-important {
  padding-right: 69px !important; }

.pr-70-important {
  padding-right: 70px !important; }

.pr-71-important {
  padding-right: 71px !important; }

.pr-72-important {
  padding-right: 72px !important; }

.pr-73-important {
  padding-right: 73px !important; }

.pr-74-important {
  padding-right: 74px !important; }

.pr-75-important {
  padding-right: 75px !important; }

.pr-76-important {
  padding-right: 76px !important; }

.pr-77-important {
  padding-right: 77px !important; }

.pr-78-important {
  padding-right: 78px !important; }

.pr-79-important {
  padding-right: 79px !important; }

.pr-80-important {
  padding-right: 80px !important; }

.pr-81-important {
  padding-right: 81px !important; }

.pr-82-important {
  padding-right: 82px !important; }

.pr-83-important {
  padding-right: 83px !important; }

.pr-84-important {
  padding-right: 84px !important; }

.pr-85-important {
  padding-right: 85px !important; }

.pr-86-important {
  padding-right: 86px !important; }

.pr-87-important {
  padding-right: 87px !important; }

.pr-88-important {
  padding-right: 88px !important; }

.pr-89-important {
  padding-right: 89px !important; }

.pr-90-important {
  padding-right: 90px !important; }

.pr-91-important {
  padding-right: 91px !important; }

.pr-92-important {
  padding-right: 92px !important; }

.pr-93-important {
  padding-right: 93px !important; }

.pr-94-important {
  padding-right: 94px !important; }

.pr-95-important {
  padding-right: 95px !important; }

.pr-96-important {
  padding-right: 96px !important; }

.pr-97-important {
  padding-right: 97px !important; }

.pr-98-important {
  padding-right: 98px !important; }

.pr-99-important {
  padding-right: 99px !important; }

.pr-100-important {
  padding-right: 100px !important; }

.pr-101-important {
  padding-right: 101px !important; }

.pr-102-important {
  padding-right: 102px !important; }

.pr-103-important {
  padding-right: 103px !important; }

.pr-104-important {
  padding-right: 104px !important; }

.pr-105-important {
  padding-right: 105px !important; }

.pr-106-important {
  padding-right: 106px !important; }

.pr-107-important {
  padding-right: 107px !important; }

.pr-108-important {
  padding-right: 108px !important; }

.pr-109-important {
  padding-right: 109px !important; }

.pr-110-important {
  padding-right: 110px !important; }

.pr-111-important {
  padding-right: 111px !important; }

.pr-112-important {
  padding-right: 112px !important; }

.pr-113-important {
  padding-right: 113px !important; }

.pr-114-important {
  padding-right: 114px !important; }

.pr-115-important {
  padding-right: 115px !important; }

.pr-116-important {
  padding-right: 116px !important; }

.pr-117-important {
  padding-right: 117px !important; }

.pr-118-important {
  padding-right: 118px !important; }

.pr-119-important {
  padding-right: 119px !important; }

.pr-120-important {
  padding-right: 120px !important; }

.no-padding-right {
  padding-right: 0px; }

.pr-1 {
  padding-right: 1px; }

.pr-2 {
  padding-right: 2px; }

.pr-3 {
  padding-right: 3px; }

.pr-4 {
  padding-right: 4px; }

.pr-5 {
  padding-right: 5px; }

.pr-6 {
  padding-right: 6px; }

.pr-7 {
  padding-right: 7px; }

.pr-8 {
  padding-right: 8px; }

.pr-9 {
  padding-right: 9px; }

.pr-10 {
  padding-right: 10px; }

.pr-11 {
  padding-right: 11px; }

.pr-12 {
  padding-right: 12px; }

.pr-13 {
  padding-right: 13px; }

.pr-14 {
  padding-right: 14px; }

.pr-15 {
  padding-right: 15px; }

.pr-16 {
  padding-right: 16px; }

.pr-17 {
  padding-right: 17px; }

.pr-18 {
  padding-right: 18px; }

.pr-19 {
  padding-right: 19px; }

.pr-20 {
  padding-right: 20px; }

.pr-21 {
  padding-right: 21px; }

.pr-22 {
  padding-right: 22px; }

.pr-23 {
  padding-right: 23px; }

.pr-24 {
  padding-right: 24px; }

.pr-25 {
  padding-right: 25px; }

.pr-26 {
  padding-right: 26px; }

.pr-27 {
  padding-right: 27px; }

.pr-28 {
  padding-right: 28px; }

.pr-29 {
  padding-right: 29px; }

.pr-30 {
  padding-right: 30px; }

.pr-31 {
  padding-right: 31px; }

.pr-32 {
  padding-right: 32px; }

.pr-33 {
  padding-right: 33px; }

.pr-34 {
  padding-right: 34px; }

.pr-35 {
  padding-right: 35px; }

.pr-36 {
  padding-right: 36px; }

.pr-37 {
  padding-right: 37px; }

.pr-38 {
  padding-right: 38px; }

.pr-39 {
  padding-right: 39px; }

.pr-40 {
  padding-right: 40px; }

.pr-41 {
  padding-right: 41px; }

.pr-42 {
  padding-right: 42px; }

.pr-43 {
  padding-right: 43px; }

.pr-44 {
  padding-right: 44px; }

.pr-45 {
  padding-right: 45px; }

.pr-46 {
  padding-right: 46px; }

.pr-47 {
  padding-right: 47px; }

.pr-48 {
  padding-right: 48px; }

.pr-49 {
  padding-right: 49px; }

.pr-50 {
  padding-right: 50px; }

.pr-51 {
  padding-right: 51px; }

.pr-52 {
  padding-right: 52px; }

.pr-53 {
  padding-right: 53px; }

.pr-54 {
  padding-right: 54px; }

.pr-55 {
  padding-right: 55px; }

.pr-56 {
  padding-right: 56px; }

.pr-57 {
  padding-right: 57px; }

.pr-58 {
  padding-right: 58px; }

.pr-59 {
  padding-right: 59px; }

.pr-60 {
  padding-right: 60px; }

.pr-61 {
  padding-right: 61px; }

.pr-62 {
  padding-right: 62px; }

.pr-63 {
  padding-right: 63px; }

.pr-64 {
  padding-right: 64px; }

.pr-65 {
  padding-right: 65px; }

.pr-66 {
  padding-right: 66px; }

.pr-67 {
  padding-right: 67px; }

.pr-68 {
  padding-right: 68px; }

.pr-69 {
  padding-right: 69px; }

.pr-70 {
  padding-right: 70px; }

.pr-71 {
  padding-right: 71px; }

.pr-72 {
  padding-right: 72px; }

.pr-73 {
  padding-right: 73px; }

.pr-74 {
  padding-right: 74px; }

.pr-75 {
  padding-right: 75px; }

.pr-76 {
  padding-right: 76px; }

.pr-77 {
  padding-right: 77px; }

.pr-78 {
  padding-right: 78px; }

.pr-79 {
  padding-right: 79px; }

.pr-80 {
  padding-right: 80px; }

.pr-81 {
  padding-right: 81px; }

.pr-82 {
  padding-right: 82px; }

.pr-83 {
  padding-right: 83px; }

.pr-84 {
  padding-right: 84px; }

.pr-85 {
  padding-right: 85px; }

.pr-86 {
  padding-right: 86px; }

.pr-87 {
  padding-right: 87px; }

.pr-88 {
  padding-right: 88px; }

.pr-89 {
  padding-right: 89px; }

.pr-90 {
  padding-right: 90px; }

.pr-91 {
  padding-right: 91px; }

.pr-92 {
  padding-right: 92px; }

.pr-93 {
  padding-right: 93px; }

.pr-94 {
  padding-right: 94px; }

.pr-95 {
  padding-right: 95px; }

.pr-96 {
  padding-right: 96px; }

.pr-97 {
  padding-right: 97px; }

.pr-98 {
  padding-right: 98px; }

.pr-99 {
  padding-right: 99px; }

.pr-100 {
  padding-right: 100px; }

.pr-101 {
  padding-right: 101px; }

.pr-102 {
  padding-right: 102px; }

.pr-103 {
  padding-right: 103px; }

.pr-104 {
  padding-right: 104px; }

.pr-105 {
  padding-right: 105px; }

.pr-106 {
  padding-right: 106px; }

.pr-107 {
  padding-right: 107px; }

.pr-108 {
  padding-right: 108px; }

.pr-109 {
  padding-right: 109px; }

.pr-110 {
  padding-right: 110px; }

.pr-111 {
  padding-right: 111px; }

.pr-112 {
  padding-right: 112px; }

.pr-113 {
  padding-right: 113px; }

.pr-114 {
  padding-right: 114px; }

.pr-115 {
  padding-right: 115px; }

.pr-116 {
  padding-right: 116px; }

.pr-117 {
  padding-right: 117px; }

.pr-118 {
  padding-right: 118px; }

.pr-119 {
  padding-right: 119px; }

.pr-120 {
  padding-right: 120px; }

.no-padding-bottom-important {
  padding-bottom: 0px !important; }

.pb-1-important {
  padding-bottom: 1px !important; }

.pb-2-important {
  padding-bottom: 2px !important; }

.pb-3-important {
  padding-bottom: 3px !important; }

.pb-4-important {
  padding-bottom: 4px !important; }

.pb-5-important {
  padding-bottom: 5px !important; }

.pb-6-important {
  padding-bottom: 6px !important; }

.pb-7-important {
  padding-bottom: 7px !important; }

.pb-8-important {
  padding-bottom: 8px !important; }

.pb-9-important {
  padding-bottom: 9px !important; }

.pb-10-important {
  padding-bottom: 10px !important; }

.pb-11-important {
  padding-bottom: 11px !important; }

.pb-12-important {
  padding-bottom: 12px !important; }

.pb-13-important {
  padding-bottom: 13px !important; }

.pb-14-important {
  padding-bottom: 14px !important; }

.pb-15-important {
  padding-bottom: 15px !important; }

.pb-16-important {
  padding-bottom: 16px !important; }

.pb-17-important {
  padding-bottom: 17px !important; }

.pb-18-important {
  padding-bottom: 18px !important; }

.pb-19-important {
  padding-bottom: 19px !important; }

.pb-20-important {
  padding-bottom: 20px !important; }

.pb-21-important {
  padding-bottom: 21px !important; }

.pb-22-important {
  padding-bottom: 22px !important; }

.pb-23-important {
  padding-bottom: 23px !important; }

.pb-24-important {
  padding-bottom: 24px !important; }

.pb-25-important {
  padding-bottom: 25px !important; }

.pb-26-important {
  padding-bottom: 26px !important; }

.pb-27-important {
  padding-bottom: 27px !important; }

.pb-28-important {
  padding-bottom: 28px !important; }

.pb-29-important {
  padding-bottom: 29px !important; }

.pb-30-important {
  padding-bottom: 30px !important; }

.pb-31-important {
  padding-bottom: 31px !important; }

.pb-32-important {
  padding-bottom: 32px !important; }

.pb-33-important {
  padding-bottom: 33px !important; }

.pb-34-important {
  padding-bottom: 34px !important; }

.pb-35-important {
  padding-bottom: 35px !important; }

.pb-36-important {
  padding-bottom: 36px !important; }

.pb-37-important {
  padding-bottom: 37px !important; }

.pb-38-important {
  padding-bottom: 38px !important; }

.pb-39-important {
  padding-bottom: 39px !important; }

.pb-40-important {
  padding-bottom: 40px !important; }

.pb-41-important {
  padding-bottom: 41px !important; }

.pb-42-important {
  padding-bottom: 42px !important; }

.pb-43-important {
  padding-bottom: 43px !important; }

.pb-44-important {
  padding-bottom: 44px !important; }

.pb-45-important {
  padding-bottom: 45px !important; }

.pb-46-important {
  padding-bottom: 46px !important; }

.pb-47-important {
  padding-bottom: 47px !important; }

.pb-48-important {
  padding-bottom: 48px !important; }

.pb-49-important {
  padding-bottom: 49px !important; }

.pb-50-important {
  padding-bottom: 50px !important; }

.pb-51-important {
  padding-bottom: 51px !important; }

.pb-52-important {
  padding-bottom: 52px !important; }

.pb-53-important {
  padding-bottom: 53px !important; }

.pb-54-important {
  padding-bottom: 54px !important; }

.pb-55-important {
  padding-bottom: 55px !important; }

.pb-56-important {
  padding-bottom: 56px !important; }

.pb-57-important {
  padding-bottom: 57px !important; }

.pb-58-important {
  padding-bottom: 58px !important; }

.pb-59-important {
  padding-bottom: 59px !important; }

.pb-60-important {
  padding-bottom: 60px !important; }

.pb-61-important {
  padding-bottom: 61px !important; }

.pb-62-important {
  padding-bottom: 62px !important; }

.pb-63-important {
  padding-bottom: 63px !important; }

.pb-64-important {
  padding-bottom: 64px !important; }

.pb-65-important {
  padding-bottom: 65px !important; }

.pb-66-important {
  padding-bottom: 66px !important; }

.pb-67-important {
  padding-bottom: 67px !important; }

.pb-68-important {
  padding-bottom: 68px !important; }

.pb-69-important {
  padding-bottom: 69px !important; }

.pb-70-important {
  padding-bottom: 70px !important; }

.pb-71-important {
  padding-bottom: 71px !important; }

.pb-72-important {
  padding-bottom: 72px !important; }

.pb-73-important {
  padding-bottom: 73px !important; }

.pb-74-important {
  padding-bottom: 74px !important; }

.pb-75-important {
  padding-bottom: 75px !important; }

.pb-76-important {
  padding-bottom: 76px !important; }

.pb-77-important {
  padding-bottom: 77px !important; }

.pb-78-important {
  padding-bottom: 78px !important; }

.pb-79-important {
  padding-bottom: 79px !important; }

.pb-80-important {
  padding-bottom: 80px !important; }

.pb-81-important {
  padding-bottom: 81px !important; }

.pb-82-important {
  padding-bottom: 82px !important; }

.pb-83-important {
  padding-bottom: 83px !important; }

.pb-84-important {
  padding-bottom: 84px !important; }

.pb-85-important {
  padding-bottom: 85px !important; }

.pb-86-important {
  padding-bottom: 86px !important; }

.pb-87-important {
  padding-bottom: 87px !important; }

.pb-88-important {
  padding-bottom: 88px !important; }

.pb-89-important {
  padding-bottom: 89px !important; }

.pb-90-important {
  padding-bottom: 90px !important; }

.pb-91-important {
  padding-bottom: 91px !important; }

.pb-92-important {
  padding-bottom: 92px !important; }

.pb-93-important {
  padding-bottom: 93px !important; }

.pb-94-important {
  padding-bottom: 94px !important; }

.pb-95-important {
  padding-bottom: 95px !important; }

.pb-96-important {
  padding-bottom: 96px !important; }

.pb-97-important {
  padding-bottom: 97px !important; }

.pb-98-important {
  padding-bottom: 98px !important; }

.pb-99-important {
  padding-bottom: 99px !important; }

.pb-100-important {
  padding-bottom: 100px !important; }

.pb-101-important {
  padding-bottom: 101px !important; }

.pb-102-important {
  padding-bottom: 102px !important; }

.pb-103-important {
  padding-bottom: 103px !important; }

.pb-104-important {
  padding-bottom: 104px !important; }

.pb-105-important {
  padding-bottom: 105px !important; }

.pb-106-important {
  padding-bottom: 106px !important; }

.pb-107-important {
  padding-bottom: 107px !important; }

.pb-108-important {
  padding-bottom: 108px !important; }

.pb-109-important {
  padding-bottom: 109px !important; }

.pb-110-important {
  padding-bottom: 110px !important; }

.pb-111-important {
  padding-bottom: 111px !important; }

.pb-112-important {
  padding-bottom: 112px !important; }

.pb-113-important {
  padding-bottom: 113px !important; }

.pb-114-important {
  padding-bottom: 114px !important; }

.pb-115-important {
  padding-bottom: 115px !important; }

.pb-116-important {
  padding-bottom: 116px !important; }

.pb-117-important {
  padding-bottom: 117px !important; }

.pb-118-important {
  padding-bottom: 118px !important; }

.pb-119-important {
  padding-bottom: 119px !important; }

.pb-120-important {
  padding-bottom: 120px !important; }

.no-padding-bottom {
  padding-bottom: 0px; }

.pb-1 {
  padding-bottom: 1px; }

.pb-2 {
  padding-bottom: 2px; }

.pb-3 {
  padding-bottom: 3px; }

.pb-4 {
  padding-bottom: 4px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-6 {
  padding-bottom: 6px; }

.pb-7 {
  padding-bottom: 7px; }

.pb-8 {
  padding-bottom: 8px; }

.pb-9 {
  padding-bottom: 9px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-11 {
  padding-bottom: 11px; }

.pb-12 {
  padding-bottom: 12px; }

.pb-13 {
  padding-bottom: 13px; }

.pb-14 {
  padding-bottom: 14px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-16 {
  padding-bottom: 16px; }

.pb-17 {
  padding-bottom: 17px; }

.pb-18 {
  padding-bottom: 18px; }

.pb-19 {
  padding-bottom: 19px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-21 {
  padding-bottom: 21px; }

.pb-22 {
  padding-bottom: 22px; }

.pb-23 {
  padding-bottom: 23px; }

.pb-24 {
  padding-bottom: 24px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-26 {
  padding-bottom: 26px; }

.pb-27 {
  padding-bottom: 27px; }

.pb-28 {
  padding-bottom: 28px; }

.pb-29 {
  padding-bottom: 29px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-31 {
  padding-bottom: 31px; }

.pb-32 {
  padding-bottom: 32px; }

.pb-33 {
  padding-bottom: 33px; }

.pb-34 {
  padding-bottom: 34px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-36 {
  padding-bottom: 36px; }

.pb-37 {
  padding-bottom: 37px; }

.pb-38 {
  padding-bottom: 38px; }

.pb-39 {
  padding-bottom: 39px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-41 {
  padding-bottom: 41px; }

.pb-42 {
  padding-bottom: 42px; }

.pb-43 {
  padding-bottom: 43px; }

.pb-44 {
  padding-bottom: 44px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-46 {
  padding-bottom: 46px; }

.pb-47 {
  padding-bottom: 47px; }

.pb-48 {
  padding-bottom: 48px; }

.pb-49 {
  padding-bottom: 49px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-51 {
  padding-bottom: 51px; }

.pb-52 {
  padding-bottom: 52px; }

.pb-53 {
  padding-bottom: 53px; }

.pb-54 {
  padding-bottom: 54px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-56 {
  padding-bottom: 56px; }

.pb-57 {
  padding-bottom: 57px; }

.pb-58 {
  padding-bottom: 58px; }

.pb-59 {
  padding-bottom: 59px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-61 {
  padding-bottom: 61px; }

.pb-62 {
  padding-bottom: 62px; }

.pb-63 {
  padding-bottom: 63px; }

.pb-64 {
  padding-bottom: 64px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-66 {
  padding-bottom: 66px; }

.pb-67 {
  padding-bottom: 67px; }

.pb-68 {
  padding-bottom: 68px; }

.pb-69 {
  padding-bottom: 69px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-71 {
  padding-bottom: 71px; }

.pb-72 {
  padding-bottom: 72px; }

.pb-73 {
  padding-bottom: 73px; }

.pb-74 {
  padding-bottom: 74px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-76 {
  padding-bottom: 76px; }

.pb-77 {
  padding-bottom: 77px; }

.pb-78 {
  padding-bottom: 78px; }

.pb-79 {
  padding-bottom: 79px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-81 {
  padding-bottom: 81px; }

.pb-82 {
  padding-bottom: 82px; }

.pb-83 {
  padding-bottom: 83px; }

.pb-84 {
  padding-bottom: 84px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-86 {
  padding-bottom: 86px; }

.pb-87 {
  padding-bottom: 87px; }

.pb-88 {
  padding-bottom: 88px; }

.pb-89 {
  padding-bottom: 89px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-91 {
  padding-bottom: 91px; }

.pb-92 {
  padding-bottom: 92px; }

.pb-93 {
  padding-bottom: 93px; }

.pb-94 {
  padding-bottom: 94px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-96 {
  padding-bottom: 96px; }

.pb-97 {
  padding-bottom: 97px; }

.pb-98 {
  padding-bottom: 98px; }

.pb-99 {
  padding-bottom: 99px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-101 {
  padding-bottom: 101px; }

.pb-102 {
  padding-bottom: 102px; }

.pb-103 {
  padding-bottom: 103px; }

.pb-104 {
  padding-bottom: 104px; }

.pb-105 {
  padding-bottom: 105px; }

.pb-106 {
  padding-bottom: 106px; }

.pb-107 {
  padding-bottom: 107px; }

.pb-108 {
  padding-bottom: 108px; }

.pb-109 {
  padding-bottom: 109px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-111 {
  padding-bottom: 111px; }

.pb-112 {
  padding-bottom: 112px; }

.pb-113 {
  padding-bottom: 113px; }

.pb-114 {
  padding-bottom: 114px; }

.pb-115 {
  padding-bottom: 115px; }

.pb-116 {
  padding-bottom: 116px; }

.pb-117 {
  padding-bottom: 117px; }

.pb-118 {
  padding-bottom: 118px; }

.pb-119 {
  padding-bottom: 119px; }

.pb-120 {
  padding-bottom: 120px; }

.no-padding-left-important {
  padding-left: 0px !important; }

.pl-1-important {
  padding-left: 1px !important; }

.pl-2-important {
  padding-left: 2px !important; }

.pl-3-important {
  padding-left: 3px !important; }

.pl-4-important {
  padding-left: 4px !important; }

.pl-5-important {
  padding-left: 5px !important; }

.pl-6-important {
  padding-left: 6px !important; }

.pl-7-important {
  padding-left: 7px !important; }

.pl-8-important {
  padding-left: 8px !important; }

.pl-9-important {
  padding-left: 9px !important; }

.pl-10-important {
  padding-left: 10px !important; }

.pl-11-important {
  padding-left: 11px !important; }

.pl-12-important {
  padding-left: 12px !important; }

.pl-13-important {
  padding-left: 13px !important; }

.pl-14-important {
  padding-left: 14px !important; }

.pl-15-important {
  padding-left: 15px !important; }

.pl-16-important {
  padding-left: 16px !important; }

.pl-17-important {
  padding-left: 17px !important; }

.pl-18-important {
  padding-left: 18px !important; }

.pl-19-important {
  padding-left: 19px !important; }

.pl-20-important {
  padding-left: 20px !important; }

.pl-21-important {
  padding-left: 21px !important; }

.pl-22-important {
  padding-left: 22px !important; }

.pl-23-important {
  padding-left: 23px !important; }

.pl-24-important {
  padding-left: 24px !important; }

.pl-25-important {
  padding-left: 25px !important; }

.pl-26-important {
  padding-left: 26px !important; }

.pl-27-important {
  padding-left: 27px !important; }

.pl-28-important {
  padding-left: 28px !important; }

.pl-29-important {
  padding-left: 29px !important; }

.pl-30-important {
  padding-left: 30px !important; }

.pl-31-important {
  padding-left: 31px !important; }

.pl-32-important {
  padding-left: 32px !important; }

.pl-33-important {
  padding-left: 33px !important; }

.pl-34-important {
  padding-left: 34px !important; }

.pl-35-important {
  padding-left: 35px !important; }

.pl-36-important {
  padding-left: 36px !important; }

.pl-37-important {
  padding-left: 37px !important; }

.pl-38-important {
  padding-left: 38px !important; }

.pl-39-important {
  padding-left: 39px !important; }

.pl-40-important {
  padding-left: 40px !important; }

.pl-41-important {
  padding-left: 41px !important; }

.pl-42-important {
  padding-left: 42px !important; }

.pl-43-important {
  padding-left: 43px !important; }

.pl-44-important {
  padding-left: 44px !important; }

.pl-45-important {
  padding-left: 45px !important; }

.pl-46-important {
  padding-left: 46px !important; }

.pl-47-important {
  padding-left: 47px !important; }

.pl-48-important {
  padding-left: 48px !important; }

.pl-49-important {
  padding-left: 49px !important; }

.pl-50-important {
  padding-left: 50px !important; }

.pl-51-important {
  padding-left: 51px !important; }

.pl-52-important {
  padding-left: 52px !important; }

.pl-53-important {
  padding-left: 53px !important; }

.pl-54-important {
  padding-left: 54px !important; }

.pl-55-important {
  padding-left: 55px !important; }

.pl-56-important {
  padding-left: 56px !important; }

.pl-57-important {
  padding-left: 57px !important; }

.pl-58-important {
  padding-left: 58px !important; }

.pl-59-important {
  padding-left: 59px !important; }

.pl-60-important {
  padding-left: 60px !important; }

.pl-61-important {
  padding-left: 61px !important; }

.pl-62-important {
  padding-left: 62px !important; }

.pl-63-important {
  padding-left: 63px !important; }

.pl-64-important {
  padding-left: 64px !important; }

.pl-65-important {
  padding-left: 65px !important; }

.pl-66-important {
  padding-left: 66px !important; }

.pl-67-important {
  padding-left: 67px !important; }

.pl-68-important {
  padding-left: 68px !important; }

.pl-69-important {
  padding-left: 69px !important; }

.pl-70-important {
  padding-left: 70px !important; }

.pl-71-important {
  padding-left: 71px !important; }

.pl-72-important {
  padding-left: 72px !important; }

.pl-73-important {
  padding-left: 73px !important; }

.pl-74-important {
  padding-left: 74px !important; }

.pl-75-important {
  padding-left: 75px !important; }

.pl-76-important {
  padding-left: 76px !important; }

.pl-77-important {
  padding-left: 77px !important; }

.pl-78-important {
  padding-left: 78px !important; }

.pl-79-important {
  padding-left: 79px !important; }

.pl-80-important {
  padding-left: 80px !important; }

.pl-81-important {
  padding-left: 81px !important; }

.pl-82-important {
  padding-left: 82px !important; }

.pl-83-important {
  padding-left: 83px !important; }

.pl-84-important {
  padding-left: 84px !important; }

.pl-85-important {
  padding-left: 85px !important; }

.pl-86-important {
  padding-left: 86px !important; }

.pl-87-important {
  padding-left: 87px !important; }

.pl-88-important {
  padding-left: 88px !important; }

.pl-89-important {
  padding-left: 89px !important; }

.pl-90-important {
  padding-left: 90px !important; }

.pl-91-important {
  padding-left: 91px !important; }

.pl-92-important {
  padding-left: 92px !important; }

.pl-93-important {
  padding-left: 93px !important; }

.pl-94-important {
  padding-left: 94px !important; }

.pl-95-important {
  padding-left: 95px !important; }

.pl-96-important {
  padding-left: 96px !important; }

.pl-97-important {
  padding-left: 97px !important; }

.pl-98-important {
  padding-left: 98px !important; }

.pl-99-important {
  padding-left: 99px !important; }

.pl-100-important {
  padding-left: 100px !important; }

.pl-101-important {
  padding-left: 101px !important; }

.pl-102-important {
  padding-left: 102px !important; }

.pl-103-important {
  padding-left: 103px !important; }

.pl-104-important {
  padding-left: 104px !important; }

.pl-105-important {
  padding-left: 105px !important; }

.pl-106-important {
  padding-left: 106px !important; }

.pl-107-important {
  padding-left: 107px !important; }

.pl-108-important {
  padding-left: 108px !important; }

.pl-109-important {
  padding-left: 109px !important; }

.pl-110-important {
  padding-left: 110px !important; }

.pl-111-important {
  padding-left: 111px !important; }

.pl-112-important {
  padding-left: 112px !important; }

.pl-113-important {
  padding-left: 113px !important; }

.pl-114-important {
  padding-left: 114px !important; }

.pl-115-important {
  padding-left: 115px !important; }

.pl-116-important {
  padding-left: 116px !important; }

.pl-117-important {
  padding-left: 117px !important; }

.pl-118-important {
  padding-left: 118px !important; }

.pl-119-important {
  padding-left: 119px !important; }

.pl-120-important {
  padding-left: 120px !important; }

.no-padding-left {
  padding-left: 0px; }

.pl-1 {
  padding-left: 1px; }

.pl-2 {
  padding-left: 2px; }

.pl-3 {
  padding-left: 3px; }

.pl-4 {
  padding-left: 4px; }

.pl-5 {
  padding-left: 5px; }

.pl-6 {
  padding-left: 6px; }

.pl-7 {
  padding-left: 7px; }

.pl-8 {
  padding-left: 8px; }

.pl-9 {
  padding-left: 9px; }

.pl-10 {
  padding-left: 10px; }

.pl-11 {
  padding-left: 11px; }

.pl-12 {
  padding-left: 12px; }

.pl-13 {
  padding-left: 13px; }

.pl-14 {
  padding-left: 14px; }

.pl-15 {
  padding-left: 15px; }

.pl-16 {
  padding-left: 16px; }

.pl-17 {
  padding-left: 17px; }

.pl-18 {
  padding-left: 18px; }

.pl-19 {
  padding-left: 19px; }

.pl-20 {
  padding-left: 20px; }

.pl-21 {
  padding-left: 21px; }

.pl-22 {
  padding-left: 22px; }

.pl-23 {
  padding-left: 23px; }

.pl-24 {
  padding-left: 24px; }

.pl-25 {
  padding-left: 25px; }

.pl-26 {
  padding-left: 26px; }

.pl-27 {
  padding-left: 27px; }

.pl-28 {
  padding-left: 28px; }

.pl-29 {
  padding-left: 29px; }

.pl-30 {
  padding-left: 30px; }

.pl-31 {
  padding-left: 31px; }

.pl-32 {
  padding-left: 32px; }

.pl-33 {
  padding-left: 33px; }

.pl-34 {
  padding-left: 34px; }

.pl-35 {
  padding-left: 35px; }

.pl-36 {
  padding-left: 36px; }

.pl-37 {
  padding-left: 37px; }

.pl-38 {
  padding-left: 38px; }

.pl-39 {
  padding-left: 39px; }

.pl-40 {
  padding-left: 40px; }

.pl-41 {
  padding-left: 41px; }

.pl-42 {
  padding-left: 42px; }

.pl-43 {
  padding-left: 43px; }

.pl-44 {
  padding-left: 44px; }

.pl-45 {
  padding-left: 45px; }

.pl-46 {
  padding-left: 46px; }

.pl-47 {
  padding-left: 47px; }

.pl-48 {
  padding-left: 48px; }

.pl-49 {
  padding-left: 49px; }

.pl-50 {
  padding-left: 50px; }

.pl-51 {
  padding-left: 51px; }

.pl-52 {
  padding-left: 52px; }

.pl-53 {
  padding-left: 53px; }

.pl-54 {
  padding-left: 54px; }

.pl-55 {
  padding-left: 55px; }

.pl-56 {
  padding-left: 56px; }

.pl-57 {
  padding-left: 57px; }

.pl-58 {
  padding-left: 58px; }

.pl-59 {
  padding-left: 59px; }

.pl-60 {
  padding-left: 60px; }

.pl-61 {
  padding-left: 61px; }

.pl-62 {
  padding-left: 62px; }

.pl-63 {
  padding-left: 63px; }

.pl-64 {
  padding-left: 64px; }

.pl-65 {
  padding-left: 65px; }

.pl-66 {
  padding-left: 66px; }

.pl-67 {
  padding-left: 67px; }

.pl-68 {
  padding-left: 68px; }

.pl-69 {
  padding-left: 69px; }

.pl-70 {
  padding-left: 70px; }

.pl-71 {
  padding-left: 71px; }

.pl-72 {
  padding-left: 72px; }

.pl-73 {
  padding-left: 73px; }

.pl-74 {
  padding-left: 74px; }

.pl-75 {
  padding-left: 75px; }

.pl-76 {
  padding-left: 76px; }

.pl-77 {
  padding-left: 77px; }

.pl-78 {
  padding-left: 78px; }

.pl-79 {
  padding-left: 79px; }

.pl-80 {
  padding-left: 80px; }

.pl-81 {
  padding-left: 81px; }

.pl-82 {
  padding-left: 82px; }

.pl-83 {
  padding-left: 83px; }

.pl-84 {
  padding-left: 84px; }

.pl-85 {
  padding-left: 85px; }

.pl-86 {
  padding-left: 86px; }

.pl-87 {
  padding-left: 87px; }

.pl-88 {
  padding-left: 88px; }

.pl-89 {
  padding-left: 89px; }

.pl-90 {
  padding-left: 90px; }

.pl-91 {
  padding-left: 91px; }

.pl-92 {
  padding-left: 92px; }

.pl-93 {
  padding-left: 93px; }

.pl-94 {
  padding-left: 94px; }

.pl-95 {
  padding-left: 95px; }

.pl-96 {
  padding-left: 96px; }

.pl-97 {
  padding-left: 97px; }

.pl-98 {
  padding-left: 98px; }

.pl-99 {
  padding-left: 99px; }

.pl-100 {
  padding-left: 100px; }

.pl-101 {
  padding-left: 101px; }

.pl-102 {
  padding-left: 102px; }

.pl-103 {
  padding-left: 103px; }

.pl-104 {
  padding-left: 104px; }

.pl-105 {
  padding-left: 105px; }

.pl-106 {
  padding-left: 106px; }

.pl-107 {
  padding-left: 107px; }

.pl-108 {
  padding-left: 108px; }

.pl-109 {
  padding-left: 109px; }

.pl-110 {
  padding-left: 110px; }

.pl-111 {
  padding-left: 111px; }

.pl-112 {
  padding-left: 112px; }

.pl-113 {
  padding-left: 113px; }

.pl-114 {
  padding-left: 114px; }

.pl-115 {
  padding-left: 115px; }

.pl-116 {
  padding-left: 116px; }

.pl-117 {
  padding-left: 117px; }

.pl-118 {
  padding-left: 118px; }

.pl-119 {
  padding-left: 119px; }

.pl-120 {
  padding-left: 120px; }

.np-t {
  padding-top: 0 !important; }
.np-r {
  padding-right: 0 !important; }
.np-b {
  padding-bottom: 0 !important; }
.np-l {
  padding-left: 0 !important; }

/* ----------------------------------------------
/* 	Standard Styles
/* ----------------------------------------------
/*
/*  Table Content
/*
/* 	1. Reset
/* 	2. Html & Body
/* 	3. Typography
/*
/* --------------------------------------------- */
html {
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility; }

body {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0; }

body {
  font-family: "Roboto", sans-serif;
  color: #212121;
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
  letter-spacing: 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px;
  font-weight: 700; }

h6 {
  font-size: 12px; }

p {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
  color: #3D5A80;
  letter-spacing: .5px; }

a {
  color: #444;
  cursor: pointer;
  outline: 0;
  text-decoration: none; }
  a:hover {
    color: #9EB0BC;
    outline: 0;
    text-decoration: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 24px 0;
  padding: 0;
  box-sizing: content-box; }

/* ----------------------------------------------
/* 	Layout
/* ----------------------------------------------
/*
/*  Table Content
/*
/* 	1. Section
/* 	2. Container
/*
/* --------------------------------------------- */
.container-medium {
  margin: 0 auto;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (min-width: 768px) {
    .container-medium {
      padding-left: 30px;
      padding-right: 30px; } }

.container-small {
  margin: 0 auto;
  max-width: 400px;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (min-width: 768px) {
    .container-small {
      padding-left: 30px;
      padding-right: 30px; } }

/* ----------------------------------------------
/* 	Plugins
/* ---------------------------------------------- */
/* ----------------------------------------------
/* 	Components
/* ---------------------------------------------- */
/* ----------------------------------------------
/* 	Forms
/* --------------------------------------------- */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #222; }

input,
textarea {
  appearance: none; }

label {
  display: block;
  font-weight: normal; }

input:-webkit-autofill {
  box-shadow: none; }

input[type=checkbox] {
  appearance: checkbox; }

input[type=radio] {
  appearance: radio; }

.input-group {
  display: inline-block;
  width: 100%;
  padding: 0;
  position: relative;
  margin-bottom: 20px; }
  .input-group.full-width {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .input-group label {
    font-weight: 500;
    margin-bottom: 10px; }
  .input-group input, .input-group textarea, .input-group select {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #eeeeee;
    background: transparent;
    margin-bottom: 0;
    outline: none;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #222; }
    .input-group input:active, .input-group input:focus, .input-group textarea:active, .input-group textarea:focus, .input-group select:active, .input-group select:focus {
      outline: none; }
  .input-group input {
    height: 42px;
    line-height: 42px; }
  .input-group textarea {
    min-height: 120px; }
  .input-group select {
    position: relative;
    height: 42px; }
  .input-group .help-block {
    font-size: 12px;
    margin-top: 10px;
    color: #424242; }
    .input-group .help-block.has-error {
      color: #e74c3c; }

.input-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: inherit;
  -moz-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit; }
  .input-checkbox input {
    width: auto !important;
    height: auto !important;
    line-height: initial !important; }
  .input-checkbox label {
    margin-bottom: 0 !important;
    padding-left: 15px !important;
    line-height: 1.2; }

/**
 *  CHECKBOXES AND RADIO BUTTONS
 *
 *  Markup:
 *  -------
 *
 *  <div class="radio">
 *    <input id="hello" name="hello" type="radio" value=""/>
 *    <label for="hello" >option 1</label>
 *  </div>
 *
 *  <div class="checkbox">
 *    <input id="goodbye" name="goodbye" type="checkbox" value=""/>
 *    <label for="goodbye">option {{$i}}</label>
 *  </div>
 *
 */
/* ----------------------------------------------
/* 	Buttons
/* --------------------------------------------- */
button {
  background-color: transparent;
  border: 0;
  cursor: pointer; }

.btn {
  background-color: #F1F3F5;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #222;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
  white-space: nowrap; }
  .btn:focus, .btn:hover, .btn:active {
    color: #222; }
  .btn:hover {
    cursor: pointer;
    text-decoration: none; }
  .btn:active {
    opacity: 1; }
  .btn:first-child {
    margin-left: 0; }
  .btn:last-child {
    margin-right: 0; }
  .btn.btn-big {
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 30px; }
    @media only screen and (min-width: 992px) {
      .btn.btn-big {
        padding: 10px 40px; } }
  .btn.btn-small {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.273em;
    padding: 6px 20px; }
  .btn.btn-huge {
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.5em;
    padding: 15px 30px; }
    @media only screen and (min-width: 992px) {
      .btn.btn-huge {
        border-radius: 3px;
        font-size: 18px;
        line-height: 1.5em;
        padding: 18px 50px; } }
    .btn.btn-huge i {
      font-size: 20px; }
  .btn.btn-large {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100%; }
  .btn.btn-primary {
    background-color: #3D5A80;
    border: 1px solid #3D5A80;
    border-bottom: 3px solid #2d425d;
    color: #F1F3F5; }
    .btn.btn-primary:hover {
      color: #F1F3F5; }
  .btn.btn-secondary {
    background-color: #9b59b6;
    border: 1px solid #9b59b6;
    color: #F1F3F5; }
    .btn.btn-secondary:hover {
      color: #F1F3F5; }
  .btn.btn-transparent {
    background-color: transparent;
    border: 1px solid transparent; }
  .btn.btn-white {
    background-color: #F1F3F5;
    border: 1px solid #F1F3F5;
    color: #3D5A80; }
  .btn.btn-green {
    background-color: #4caf50;
    border-color: #4caf50;
    color: #F1F3F5; }
  .btn.btn-red {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #F1F3F5; }
  .btn.btn-outlined {
    background-color: transparent;
    border: 1px solid #3D5A80;
    color: #3D5A80; }
  .btn.btn-disabled {
    cursor: default;
    opacity: .4; }
  .btn.btn-only-icon {
    height: 43px;
    line-height: 43px;
    padding: 0;
    width: 43px; }
    .btn.btn-only-icon i {
      margin-left: 0;
      margin-right: 0; }
  .btn.btn-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .btn.btn-icon i {
      position: relative;
      transition: all .3s ease;
      margin-right: 8px;
      font-size: 18px; }

/* ----------------------------------------------
/* 	Modals
/* --------------------------------------------- */
.modal-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .modal-header h5 {
    font-size: 17px; }

/* ----------------------------------------------
/* 	Slider
/* --------------------------------------------- */
.swiper_container {
  width: 100%;
  height: 100%; }
  .swiper_container .swiper_slide {
    text-align: center;
    font-size: 18px;
    background: #F1F3F5;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

h1 {
  font-family: "Playfair Display", serif;
  color: #141D29; }
  h1 span {
    color: #9EB0BC; }

blockquote {
  position: relative;
  margin: 30px 0 30px 10%; }
  blockquote:before {
    position: absolute;
    top: 13px;
    left: -40px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    color: #9EB0BC;
    font-size: 24px; }
  blockquote cite {
    font-size: 15px;
    color: #9c9b9b; }

.fit-viewport {
  height: 100vh;
  position: relative; }

.fit-h {
  height: 100%; }

.min-h {
  min-height: 100%; }

.section-page .wrapper {
  width: 80%;
  margin-left: 10%;
  padding: 120px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 1381px) {
    .section-page .wrapper {
      width: 60%;
      margin-left: 15%; } }
.section-page.section--light {
  background-color: #f7f7f7; }
.section-page.section--dark {
  background-color: #141D29; }
  .section-page.section--dark h2,
  .section-page.section--dark .link {
    color: white !important; }
  .section-page.section--dark p {
    color: #b5b5b5 !important; }
.section-page.section--bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .section-page.section--bg:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #141D29;
    opacity: .8;
    z-index: 1; }
  .section-page.section--bg * {
    position: relative;
    z-index: 3; }
  .section-page.section--bg h2,
  .section-page.section--bg .link {
    color: white !important; }
.section-page .link {
  font-size: 17px;
  position: relative;
  color: #50514F;
  margin-right: 60px; }
  .section-page .link:after {
    content: '';
    width: 25%;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #9EB0BC;
    transition: width 500ms cubic-bezier(0.435, 0.01, 0.135, 1); }
  .section-page .link:hover:after {
    width: 100%; }

.container-fluid {
  max-width: 95%; }

.color-azzurro {
  color: #9EB0BC !important; }

.menu__open #loghi__wrapper,
.menu__open #top,
.menu__open #down {
  display: none !important; }
.menu__open #navigation__wrapper {
  transform: translateX(0%); }
.menu__open #header__wrapper .light {
  background: transparent !important; }

#menu__icon {
  width: 36px;
  height: 50px;
  z-index: 2;
  position: relative;
  /* active state, i.e. menu open */ }
  #menu__icon:before {
    content: 'menu';
    position: absolute;
    bottom: 0;
    right: 0;
    color: #9EB0BC;
    font-size: 13px;
    text-align: center; }
  #menu__icon .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s; }
  #menu__icon .c-hamburger:focus {
    outline: none; }
  #menu__icon .c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: white; }
  #menu__icon .c-hamburger span::before,
  #menu__icon .c-hamburger span::after {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    content: "";
    -webkit-transition: top 0.1s; }
  #menu__icon .c-hamburger span::after {
    width: 60%; }
  #menu__icon .c-hamburger span::before {
    top: -8px; }
  #menu__icon .c-hamburger span::after {
    bottom: -8px; }
  #menu__icon .c-hamburger--htx {
    background-color: transparent; }
  #menu__icon .c-hamburger--htx span {
    transition: background 0s 0.3s; }
  #menu__icon .c-hamburger--htx span::before,
  #menu__icon .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s; }
  #menu__icon .c-hamburger--htx span::before {
    transition-property: top, transform; }
  #menu__icon .c-hamburger--htx span::after {
    transition-property: bottom, transform; }
  #menu__icon .c-hamburger--htx.is-active {
    background-color: transparent; }
  #menu__icon .c-hamburger--htx.is-active span {
    background: transparent; }
  #menu__icon .c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg); }
  #menu__icon .c-hamburger--htx.is-active span::after {
    width: 100%;
    bottom: 0;
    transform: rotate(-45deg); }
  #menu__icon .c-hamburger--htx.is-active span::before,
  #menu__icon .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
    background: white; }
  #menu__icon.dark .c-hamburger span {
    background: #141D29;
    transition-delay: 0s; }
  #menu__icon.dark .c-hamburger span::before,
  #menu__icon.dark .c-hamburger span::after {
    background-color: #141D29; }

#navigation__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #141D29;
  padding-top: 140px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: transform 1s cubic-bezier(0.435, 0.01, 0.135, 1);
  transform: translateX(100%); }
  
  #navigation__wrapper.no-padding-top {
  padding-top: 0px; }

  #navigation__wrapper.small-padding-top {
  padding-top: 110px; }
  
  #navigation__wrapper #nav__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  #navigation__wrapper .cl {
    width: calc(50% / 5); }
  #navigation__wrapper .cl.cl-blog {
      width: 7%; }
  #navigation__wrapper .cl.cl-supporto {
    width: 12%; }
  #navigation__wrapper .cl.cl-areariservata {
    width: 17%; }
  #navigation__wrapper .cl.cl-contatti {
    width: 11%; }
  #navigation__wrapper .cl.cl-lang {
    width: 3%; }
    
    #navigation__wrapper .cl:first-child {
      width: 50%; }
    @media screen and (min-width: 992px) {
      /*#navigation__wrapper .cl:last-child {
        text-align: right; }*/ }
  #navigation__wrapper a {
    font-family: "Roboto", sans-serif;
    color: white;
    width: 100%;
    text-align: center; }
    #navigation__wrapper a.heading {
      font-family: "Playfair Display", serif;
      font-size: 18px;
      line-height: 1.3;
      text-transform: uppercase; }
    #navigation__wrapper a:hover {
      color: #9EB0BC; }
  #navigation__wrapper ul {
    padding-left: 35px;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #navigation__wrapper ul li {
      width: 33.33%;
      margin-bottom: 15px;
      list-style-type: none; }
      #navigation__wrapper ul li a {
        font-size: 16px;
        line-height: 1.2;
        color: white; }
  #navigation__wrapper #logos__wrapper {
    margin-top: 60px; }
    #navigation__wrapper #logos__wrapper h4 {
      font-size: 17px;
      margin-bottom: 10px;
      color: white; }
    #navigation__wrapper #logos__wrapper .logo {
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      overflow: hidden a;
        overflow-max-width: 120px;
        overflow-text-align: left; }
      #navigation__wrapper #logos__wrapper .logo img {
        display: block;
        max-width: 100%;
        height: auto; }
      #navigation__wrapper #logos__wrapper .logo#logo__fondazione {
        padding-top: 30px;
        padding-right: 30px a;
          padding-right-max-width: initial; }
        #navigation__wrapper #logos__wrapper .logo#logo__fondazione img {
          width: 100%;
          max-width: 280px; }
      #navigation__wrapper #logos__wrapper .logo#logo__pavia img {
        height: 80px; }
      #navigation__wrapper #logos__wrapper .logo#logo__bip img {
        max-height: 45px; }
      #navigation__wrapper #logos__wrapper .logo#logo__ibm img {
        max-height: 45px; }
      #navigation__wrapper #logos__wrapper .logo#logo__semed img {
        max-height: 55px; }
    #navigation__wrapper #logos__wrapper #row__patrocini h4 {
      margin-top: 20px; }
    #navigation__wrapper #logos__wrapper #row__patrocini .logo {
      height: 100px; }
    #navigation__wrapper #logos__wrapper .row__partner {
      margin-top: 20px; }
      #navigation__wrapper #logos__wrapper .row__partner .mt {
        margin-top: 30px; }
      #navigation__wrapper #logos__wrapper .row__partner .logo {
        height: 60px; }
  #navigation__wrapper #legge__wrapper {
    margin-top: 30px; }
    #navigation__wrapper #legge__wrapper p {
      font-size: 14px;
      color: white; }
  #navigation__wrapper #social {
    display: block;
    text-align: right;
    margin-top: 50px;
    margin-bottom: 20px; }
    #navigation__wrapper #social li {
      width: auto;
      margin: 0 5px;
      display: inline-block; }
      #navigation__wrapper #social li a {
        font-size: 34px; }
  #navigation__wrapper #dati-legge {
    font-size: 14px;
    color: white;
    padding-left: 30px;
    text-align: right; }
  @media screen and (max-width: 991px) {
    #navigation__wrapper #nav__wrapper {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    #navigation__wrapper #logos__wrapper {
      margin-top: 30px; }
    #navigation__wrapper #logos__wrapper #row__patrocini .logo {
      width: 50%;
      height: auto; }
    #navigation__wrapper #logos__wrapper .row__partner {
      margin-top: 30px;
      margin-bottom: 30px; }
    #navigation__wrapper #logos__wrapper .row__partner .logo {
      height: auto; }
    #navigation__wrapper .cl {
      width: 100% !important;
      margin-bottom: 10px; }
    #navigation__wrapper ul {
      padding: 0;
      margin-top: 15px; }
      #navigation__wrapper ul li {
        width: 50%; }
    #navigation__wrapper #social {
      text-align: left;
      margin-top: 10px; }
    #navigation__wrapper #dati-legge {
      text-align: left;
      padding-left: 0; } }

#page__index #header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  padding: 30px 0;
  transition: transform 1s cubic-bezier(0.435, 0.01, 0.135, 1);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden; }
  #page__index #header__wrapper .container {
    max-width: 95%; }
    #page__index #header__wrapper .container .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch; }
    #page__index #header__wrapper .container img {
      height: 50px; }
  #page__index #header__wrapper.active {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible; }
  #page__index #header__wrapper #loghi__wrapper a {
    margin: 0 20px; }
  @media screen and (max-width: 991px) {
    #page__index #header__wrapper #loghi__wrapper {
      display: none; } }
#page__index #logo__wrapper #letter-t {
  fill: white; }
#page__index #logo__wrapper #word-emba {
  fill: #9fb1bc; }
#page__index #logo__wrapper #word-ticinensis {
  fill: #fff; }
#page__index #logo__wrapper #payoff {
  fill: #a8a8a8; }
#page__index #logo__wrapper #quadrato {
  fill: #9fb1bc; }
#page__index #logo__wrapper #linea1 {
  fill: #2e5266; }
#page__index #logo__wrapper #linea2 {
  fill: #2e5266; }
#page__index .fit-viewport {
  background: #828282;
  overflow: hidden; }
#page__index .main-content {
  padding-top: 0px; }
#page__index .section-index {
  position: relative;
  transition: transform 1s cubic-bezier(0.435, 0.01, 0.135, 1);
  overflow: hidden;
  background-size: cover;
  background-position: top; }
  #page__index .section-index:before {
    content: '';
    width: 80%;
    height: calc(100% - 110px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 2; }
  #page__index .section-index:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #141D29;
    opacity: .2;
    z-index: 1; }
  #page__index .section-index.is-active:after {
    transition: transform 500ms cubic-bezier(0.435, 0.01, 0.135, 1);
    transform: translateX(100%); }
  #page__index .section-index .wrapper {
    position: relative;
    opacity: 1;
    z-index: 3;
    width: 80%;
    transition: all 1s cubic-bezier(0.435, 0.01, 0.135, 1);
    opacity: 0; }
    #page__index .section-index .wrapper .content__wrapper {
      width: 80%;
      max-width: 760px;
      margin-left: 20%;
      position: relative; }
  #page__index .section-index h1 {
    font-size: 52px;
    color: black;
    margin-bottom: 40px;
    position: relative; }
    #page__index .section-index h1:before {
      font-family: "Roboto", sans-serif;
      font-size: 17px;
      color: #9EB0BC;
      font-weight: bold;
      position: absolute;
      top: 28px;
      left: -100px;
      z-index: 2;
      transform: rotate(270deg); }
  #page__index .section-index p {
    font-size: 16px;
    line-height: 24px;
    color: #828282;
    margin-bottom: 40px; }
  #page__index .section-index ul {
    margin-bottom: 20px; }
    #page__index .section-index ul li {
      font-size: 16px;
      line-height: 24px;
      color: #828282;
      margin-bottom: 10px;
      list-style: disc;
      list-style-position: inside;
      text-indent: -22px;
      padding-left: 22px; }
  #page__index .section-index .link a {
    font-size: 17px;
    position: relative;
    color: #50514F;
    margin-right: 60px; }
    #page__index .section-index .link a:after {
      content: '';
      width: 25px;
      height: 3px;
      position: absolute;
      bottom: -10px;
      left: 0;
      background: #9EB0BC;
      transition: width 500ms cubic-bezier(0.435, 0.01, 0.135, 1); }
    #page__index .section-index .link a:hover:after {
      width: 100%; }
  #page__index .section-index .next__slide {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer; }
    #page__index .section-index .next__slide:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: #9EB0BC;
      transition: width 1s cubic-bezier(0.435, 0.01, 0.135, 1);
      z-index: 2; }
    #page__index .section-index .next__slide:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 100%;
      background: #F1F3F5;
      z-index: 1;
      transition: all 500ms cubic-bezier(0.435, 0.01, 0.135, 1);
      opacity: 0;
      visibility: hidden;
      text-align: center;
      line-height: 60px;
      content: "\f309";
      font-family: "Font Awesome 5 Free";
      font-size: 16px;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-weight: 900;
      color: #5D737E; }
    #page__index .section-index .next__slide span {
      position: relative;
      z-index: 3;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      color: white;
      transition: opacity 1s cubic-bezier(0.435, 0.01, 0.135, 1);
      transition-delay: 500ms;
      opacity: 0;
      visibility: hidden; }
    #page__index .section-index .next__slide.active:before {
      width: 100%; }
    #page__index .section-index .next__slide.active span {
      opacity: 1;
      visibility: visible; }
    #page__index .section-index .next__slide:hover:after {
      transform: translateX(60px);
      opacity: 1;
      visibility: visible; }
  #page__index .section-index .desktop {
    display: block; }
  #page__index .section-index .mobile {
    display: none; }
#page__index .section--home {
  position: relative; }
  #page__index .section--home video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }
  #page__index .section--home:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #141D29;
    z-index: 2; }
  #page__index .section--home:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #141D29;
    opacity: .8;
    z-index: 1; }
  #page__index .section--home .wrapper {
    width: 100%;
    transform: translateX(-10%);
    opacity: 0;
    visibility: hidden; }
    #page__index .section--home .wrapper .content__wrapper {
      width: 95%;
      position: relative;
      max-width: inherit;
      margin-left: 2.5%; }
  #page__index .section--home h1 {
    max-width: 80%;
    color: white;
    font-size: 40px;
    line-height: 52px; }
  #page__index .section--home.is-active:after {
    transform: translateX(0%); }
  #page__index .section--home.moving:before {
    transition: transform 1s cubic-bezier(0.435, 0.01, 0.135, 1);
    transform: translateX(100%); }
  #page__index .section--home.ready .wrapper {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible; }
#page__index #section__intro {
  background-image: url(images/hero/disrupt.jpg?v=1?v=1);
  background-position: center; }
  #page__index #section__intro.embat2 {
    background-image: url(images/hero/disrupt2.jpg?v=1);
    background-position: center; }
  #page__index #section__intro h1:before {
    content: '1/10'; }
#page__index #section__sintesi {
  background-image: url(images/hero/sponsor.jpg?v=1); }
  #page__index #section__sintesi h1:before {
    content: '2/10'; }
#page__index #section__formazione {
  background-image: url(images/hero/formazione.jpg?v=1); }
  #page__index #section__formazione.embat2 {
    background-image: url(images/hero/formazione2.jpg?v=1); }
  #page__index #section__formazione h1:before {
    content: '3/10'; }
#page__index #section__piattaforma {
  background-image: url(images/hero/weschool.png?v=1); }
  #page__index #section__piattaforma.embat2 {
    background-image: url(images/hero/weschool2.png?v=1); }
  #page__index #section__piattaforma h1:before {
    content: '4/10'; }
#page__index #section__programma {
  background-image: url(images/hero/programma.jpg?v=1); }
  #page__index #section__programma.embat2 {
    background-image: url(images/hero/programma2.jpg?v=1); }
  #page__index #section__programma h1:before {
    content: '5/10'; }
#page__index #section__docenti {
  background-image: url(images/hero/pavia.jpg?v=1); }
  #page__index #section__docenti.embat2 {
    background-image: url(images/hero/pavia3.jpg?v=1); }
  #page__index #section__docenti h1:before {
    content: '6/10'; }
  #page__index #section__docenti #lista__docenti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    #page__index #section__docenti #lista__docenti .persona {
      width: 25%;
      position: relative;
      padding-right: 30px; }
    #page__index #section__docenti #lista__docenti a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #page__index #section__docenti #lista__docenti .pic {
      width: 100%;
      max-width: 180px;
      height: 200px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    @media screen and (max-width: 991px) {
      #page__index #section__docenti #lista__docenti .persona {
        padding-right: 15px; }
        #page__index #section__docenti #lista__docenti .persona .pic {
          height: 80px; } }
#page__index #section__location {
  background-image: url(images/hero/location.jpg?v=1); }
  #page__index #section__location.embat2 {
    background-image: url(images/hero/location2.jpg?v=1); }
  #page__index #section__location h1:before {
    content: '7/10'; }
#page__index #section__viaggio {
  background-image: url(images/hero/viaggio.jpg?v=1); }
  #page__index #section__viaggio h1:before {
    content: '8/10'; }
  #page__index #section__viaggio .link a {
    display: inline-block;
    margin-bottom: 30px; }
#page__index #section__requisiti {
  background-image: url(images/hero/requisiti.jpg?v=1); }
  #page__index #section__requisiti h1:before {
    content: '9/10'; }
  #page__index #section__requisiti img {
    width: 120px;
    display: block;
    margin-top: 30px; }
#page__index #section__ready {
  background-image: url(images/hero/ready.jpg?v=1); }
  #page__index #section__ready h1:before {
    content: '10/10'; }
  #page__index #section__ready blockquote {
    margin: 0 0 40px 10%; }
    #page__index #section__ready blockquote p {
      font-family: "Playfair Display", serif;
      font-size: 31px;
      line-height: 1.2;
      margin-bottom: 20px; }
    #page__index #section__ready blockquote cite {
      font-size: 17px; }
    #page__index #section__ready blockquote:before {
      top: 15px;
      left: -50px;
      font-size: 30px; }
    @media screen and (max-width: 991px) {
      #page__index #section__ready blockquote p {
        display: block;
        font-size: 23px; }
      #page__index #section__ready blockquote:before {
        top: 10px;
        left: -30px;
        font-size: 20px; } }
#page__index #section__fulldive {
  background-image: url(images/hero/disrupt2.jpg?v=1);
  background-position: center; }
#page__index #section__flexo {
  background-image: url(images/hero/disrupt2.jpg?v=1);
  background-position: center; }
#page__index #bullets {
  width: 20%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  #page__index #bullets ul {
    margin-right: 50px; }
    #page__index #bullets ul li {
      width: 20px;
      height: 20px;
      position: relative;
      display: block;
      cursor: pointer;
      transition: all 1s cubic-bezier(0.435, 0.01, 0.135, 1); }
      #page__index #bullets ul li:before {
        content: '';
        position: absolute;
        top: calc(50% - 3px);
        left: calc(50% - 3px);
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background: white; }
      #page__index #bullets ul li.current:before {
        background: #141D29;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        top: calc(50% - 5px);
        left: calc(50% - 5px); }
      #page__index #bullets ul li span {
        position: absolute;
        top: -4px;
        left: -290px;
        width: 280px;
        color: white;
        font-size: 13px;
        text-align: center;
        background: red;
        padding: 8px 5px;
        border-radius: 4px;
        background: #141D29;
        opacity: 0;
        visibility: hidden;
        transition: all 500ms cubic-bezier(0.435, 0.01, 0.135, 1); }
      #page__index #bullets ul li:hover:before {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        top: calc(50% - 5px);
        left: calc(50% - 5px); }
      #page__index #bullets ul li:hover span {
        opacity: 1;
        visibility: inherit; }
  #page__index #bullets:hover ul .bullet {
    margin: 10px 0; }
#page__index .arrow {
  position: absolute;
  right: 40px;
  z-index: 9;
  background: white;
  color: #333;
  padding: 15px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden; }
  #page__index .arrow:hover {
    color: #9EB0BC; }
  #page__index .arrow.visible {
    opacity: 1;
    visibility: visible; }
  #page__index .arrow.disabled {
    opacity: 0.4; }
#page__index #arrow__prev {
  bottom: 70px; }
  @media screen and (max-width: 991px) {
    #page__index #arrow__prev {
      bottom: 130px; } }
#page__index #arrow__next {
  bottom: 30px; }
  @media screen and (max-width: 991px) {
    #page__index #arrow__next {
      bottom: 90px; } }
@media screen and (max-width: 991px) {
  #page__index .section-index:before {
    width: 90%; }
  #page__index .section-index .wrapper {
    width: 90%; }
    #page__index .section-index .wrapper .content__wrapper {
      width: calc(100% - 30px);
      margin-left: 30px; }
  #page__index .section-index .next__slide {
    display: none; }
  #page__index .section-index h1 {
    font-size: 24px;
    margin-bottom: 15px; }
  #page__index .section-index p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px; }
  #page__index .section-index ul {
    display: none; }
  #page__index .section-index .link {
    display: block; }
    #page__index .section-index .link a {
      font-size: 15px;
      display: block;
      margin-bottom: 20px; }
  #page__index .section-index .desktop {
    display: none; }
  #page__index .section-index .mobile {
    display: block; }
  #page__index .section--home:before {
    width: 100%; }
  #page__index .section--home h1 {
    font-size: 21px;
    line-height: 1.4; }
  #page__index #bullets {
    display: none; } }

.page #header__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  line-height: 110px;
  z-index: 12;
  transition: transform 1s cubic-bezier(0.435, 0.01, 0.135, 1);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden; }
  .page #header__wrapper.active {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 991px) {
    .page #header__wrapper.dark {
      background: #141d29; } }
  .page #header__wrapper .container {
    max-width: inherit;
    padding: 0; }
  .page #header__wrapper .wrapper {
    display: flex;
    justify-content: space-between; }
  .page #header__wrapper #logo__wrapper {
    width: 80%;
    padding-left: 30px; }
    .page #header__wrapper #logo__wrapper svg {
      height: 60px; }
    .page #header__wrapper #logo__wrapper.light {
      background: white; }
    .page #header__wrapper #logo__wrapper #logo-emba #word-emba {
      fill: #9fb1bc; }
    .page #header__wrapper #logo__wrapper #logo-emba #word-ticinensis {
      fill: #fff; }
    .page #header__wrapper #logo__wrapper #logo-emba #payoff {
      fill: #a8a8a8; }
    .page #header__wrapper #logo__wrapper #logo-emba #quadrato {
      fill: #9fb1bc; }
    .page #header__wrapper #logo__wrapper #logo-emba #linea1,
    .page #header__wrapper #logo__wrapper #logo-emba #linea2 {
      fill: #2e5266; }
    .page #header__wrapper #logo__wrapper #logo-emba.light {
      transition: all 1s cubic-bezier(0.435, 0.01, 0.135, 1); }
      .page #header__wrapper #logo__wrapper #logo-emba.light #word-ticinensis {
        fill: #2e5266; }
      .page #header__wrapper #logo__wrapper #logo-emba.light #payoff {
        fill: #5D737E; }
  .page #header__wrapper #loghi__wrapper {
    display: none; }
.page #menu__icon {
  margin-top: 35px;
  margin-right: 30px; }
  .page #menu__icon:before {
    display: none; }
.page .main-content {
  position: relative;
  padding-top: 110px; }
  .page .main-content .mask {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #141D29;
    transition: all 1s cubic-bezier(0.435, 0.01, 0.135, 1); }
  .page .main-content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(20, 29, 41, 0.8);
    background-size: cover;
    background-position: top;
    transition: all 1s cubic-bezier(0.435, 0.01, 0.135, 1);
    visibility: hidden; }
  .page .main-content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(20, 29, 41, 0.6);
    visibility: hidden; }
  .page .main-content .page-content {
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 110px;
    padding-right: 20%;
    transition: all 1s cubic-bezier(0.435, 0.01, 0.135, 1); }
    .page .main-content .page-content .content-wrapper {
      background: white; }
    .page .main-content .page-content.visible {
      width: 100%; }
  .page .main-content.moving .mask {
    width: 100%; }
  .page .main-content.ready:before {
    visibility: visible; }
  .page .main-content.ready:after {
    visibility: visible; }
  .page .main-content.ready .mask {
    transform: translateX(100%); }
.page .section-inner {
  width: 100%;
  padding: 120px 60px;
  transition: all 1s cubic-bezier(0.435, 0.01, 0.135, 1);
  opacity: 0;
  visibility: hidden; }
  .page .section-inner.visible {
    opacity: 1;
    visibility: visible; }
  .page .section-inner.no-pad-top {
    padding-top: 0; }
  .page .section-inner.section--next p {
    font-size: 32px;
    line-height: 1.3;
    font-family: "Playfair Display", serif;
    color: #141D29;
    width: 80%;
    margin: 0 auto; }
    .page .section-inner.section--next p a {
      display: inline-block;
      padding-top: 30px;
      margin-top: 30px; }
      .page .section-inner.section--next p a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 1px;
        background-color: #DDDDDD; }
  .page .section-inner .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 1381px) {
      .page .section-inner .wrapper {
        width: 80%;
        margin-left: 10%; } }
  .page .section-inner.has-bg {
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .page .section-inner.has-bg:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #141D29;
      opacity: .8;
      z-index: 1; }
    .page .section-inner.has-bg * {
      position: relative;
      z-index: 3; }
    .page .section-inner.has-bg h2,
    .page .section-inner.has-bg .link {
      color: white !important; }
  .page .section-inner.bg-light {
    background-color: #f7f7f7; }
  .page .section-inner.bg-blu, .page .section-inner.bg-dark {
    background-color: #141D29; }
    .page .section-inner.bg-blu h2,
    .page .section-inner.bg-blu .link, .page .section-inner.bg-dark h2,
    .page .section-inner.bg-dark .link {
      color: white !important; }
    .page .section-inner.bg-blu p, .page .section-inner.bg-dark p {
      color: #b5b5b5 !important; }
      .page .section-inner.bg-blu p p, .page .section-inner.bg-dark p p {
        color: white; }
    .page .section-inner.bg-blu ul li, .page .section-inner.bg-blu ol li, .page .section-inner.bg-dark ul li, .page .section-inner.bg-dark ol li {
      color: #b5b5b5 !important; }
  .page .section-inner .link {
    font-size: 17px;
    line-height: 1.3;
    position: relative;
    color: #141D29;
    margin-right: 60px; }
    .page .section-inner .link:after {
      content: '';
      width: 25%;
      height: 3px;
      position: absolute;
      bottom: -10px;
      left: 0;
      background: #9EB0BC;
      transition: width 500ms cubic-bezier(0.435, 0.01, 0.135, 1); }
    .page .section-inner .link:hover:after {
      width: 100%; }
.page .page-title .wrapper {
  padding: 0; }
  .page .page-title .wrapper h1 {
    font-size: 34px;
    color: #9EB0BC; }
.page .block {
  width: 50%; }
  .page .block h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #141D29;
    margin-bottom: 30px; }
    .page .block h2.stilema {
      position: relative;
      padding-bottom: 30px; }
      .page .block h2.stilema:before {
        content: '';
        width: 60px;
        height: 1px;
        background: #9c9b9b;
        position: absolute;
        bottom: 0;
        left: 0; }
  .page .block p {
    font-size: 17px;
    line-height: 28px;
    color: #9c9b9b; }
  .page .block ul, .page .block ol {
    margin-bottom: 10px; }
    .page .block ul li, .page .block ol li {
      font-size: 17px;
      line-height: 28px;
      color: #9c9b9b;
      list-style-position: inside;
      list-style-type: disc;
      padding-left: 24px;
      text-indent: -24px;
      margin-bottom: 4px; }
  .page .block ol li {
    list-style-type: decimal; }
  .page .block ol[type="a"] li {
    list-style-type: lower-alpha; }
  .page .block.full-width {
    width: 100%; }
  .page .block .wp-caption-text {
    font-size: 12px; }
.page .block--numbers {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page .block--numbers .number {
    width: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    .page .block--numbers .number h3 {
      display: block;
      font-size: 70px;
      line-height: 1;
      font-family: "Crimson Text", serif;
      color: #9EB0BC;
      margin-bottom: 0;
      margin-right: 20px; }
    .page .block--numbers .number h4 {
      color: #141D29;
      font-size: 21px;
      line-height: 27px;
      margin: 0;
      margin-top: 8px; }
    .page .block--numbers .number.light h4 {
      color: white; }
  .page .block--numbers.align-vertical .number {
    width: 100%; }
.page .block--picture img {
  margin-top: 80px; }
.page #sezione-1 {
  background-image: url(../img/hero/sean-pollock-203658-unsplash.jpg?v=1); }
.page #section__background .block--numbers {
  margin-top: 0;
  padding-left: 10%; }
  .page #section__background .block--numbers .number {
    margin-bottom: 20px; }
    .page #section__background .block--numbers .number:last-child {
      margin-bottom: 0; }
  .page #section__background .block--numbers h3 {
    color: white; }
  .page #section__background .block--numbers h4 {
    color: #b5b5b5; }
@media screen and (max-width: 991px) {
  .page #header__wrapper #logo__wrapper {
    width: calc(100% - 30px); }
  .page #menu__icon {
    position: fixed;
    top: 40px;
    right: 40px;
    margin: 0; }
  .page .main-content .page-content {
    padding-top: 120px;
    padding-right: 30px; }
  .page .section-inner {
    padding: 60px 30px; }
    .page .section-inner.section--next p {
      font-size: 23px; }
  .page .page-title {
    padding-bottom: 30px; }
    .page .page-title .wrapper h1 {
      font-size: 23px; }
  .page .block {
    width: 100% !important; }
    .page .block h2 {
      font-size: 21px; }
    .page .block p {
      font-size: 15px;
      line-height: 1.4; } }

#page__programma .main-content:before,
#page__programma-completo .main-content:before,
#page__programma-completo-2021 .main-content:before {
  background-image: url(images/hero/programma.jpg?v=1); }
#page__programma .main-content.embat2:before,
#page__programma-completo .main-content.embat2:before,
#page__programma-completo-2021 .main-content.embat2:before {
  background-image: url(images/hero/programma2.jpg?v=1); }
#page__programma .page-title,
#page__programma-completo .page-title,
#page__programma-completo-2021 .page-title {
  padding-bottom: 60px; }
  #page__programma .page-title h1,
  #page__programma-completo .page-title h1,
  #page__programma-completo-2021 .page-title h1 {
    color: #141D29; }
#page__programma #section__intro h1,
#page__programma-completo #section__intro h1,
#page__programma-completo-2021 #section__intro h1 {
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
  margin-bottom: 40px; }
#page__programma #section__intro h1:after,
#page__programma-completo #section__intro h1:after,
#page__programma-completo-2021 #section__intro h1:after {
  content: '';
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #828282;
  opacity: 0.4; }
#page__programma #section__intro h2,
#page__programma-completo #section__intro h2,
#page__programma-completo-2021 #section__intro h2 {
  font-size: 25px;
  line-height: 1.4; }
@media screen and (max-width: 991px) {
  #page__programma #section__intro h1,
  #page__programma-completo #section__intro h1,
  #page__programma-completo-2021 #section__intro h1 {
    font-size: 29px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  #page__programma #section__intro h2,
  #page__programma-completo #section__intro h2,
  #page__programma-completo-2021 #section__intro h2 {
    font-size: 18px;
    line-height: 1.4; } }
@media screen and (min-width: 992px) {
  #page__programma #section__fundamentals .block:last-child,
  #page__programma-completo #section__fundamentals .block:last-child,
  #page__programma-completo-2021 #section__fundamentals .block:last-child {
    margin-top: 105px; } }
#page__programma #section__advanced .block:first-child,
#page__programma #section__keyskills .block:first-child,
#page__programma #section__leadership .block:first-child,
#page__programma #section__circular .block:first-child,
#page__programma #section__digital .block:first-child,
#page__programma #section__strategic .block:first-child,
#page__programma #section__creative .block:first-child,
#page__programma #section__marketing .block:first-child,
#page__programma #section__corporate .block:first-child,
#page__programma-completo #section__advanced .block:first-child,
#page__programma-completo #section__keyskills .block:first-child,
#page__programma-completo #section__leadership .block:first-child,
#page__programma-completo #section__circular .block:first-child,
#page__programma-completo #section__digital .block:first-child,
#page__programma-completo #section__strategic .block:first-child,
#page__programma-completo #section__creative .block:first-child,
#page__programma-completo #section__marketing .block:first-child,
#page__programma-completo #section__corporate .block:first-child,
#page__programma-completo-2021 #section__advanced .block:first-child,
#page__programma-completo-2021 #section__keyskills .block:first-child,
#page__programma-completo-2021 #section__leadership .block:first-child,
#page__programma-completo-2021 #section__circular .block:first-child,
#page__programma-completo-2021 #section__digital .block:first-child,
#page__programma-completo-2021 #section__strategic .block:first-child,
#page__programma-completo-2021 #section__creative .block:first-child,
#page__programma-completo-2021 #section__marketing .block:first-child,
#page__programma-completo-2021 #section__corporate .block:first-child {
  padding-right: 15px; }
  @media screen and (min-width: 992px) {
    #page__programma #section__advanced .block:first-child,
    #page__programma #section__keyskills .block:first-child,
    #page__programma #section__leadership .block:first-child,
    #page__programma #section__circular .block:first-child,
    #page__programma #section__digital .block:first-child,
    #page__programma #section__strategic .block:first-child,
    #page__programma #section__creative .block:first-child,
    #page__programma #section__marketing .block:first-child,
    #page__programma #section__corporate .block:first-child,
    #page__programma-completo #section__advanced .block:first-child,
    #page__programma-completo #section__keyskills .block:first-child,
    #page__programma-completo #section__leadership .block:first-child,
    #page__programma-completo #section__circular .block:first-child,
    #page__programma-completo #section__digital .block:first-child,
    #page__programma-completo #section__strategic .block:first-child,
    #page__programma-completo #section__creative .block:first-child,
    #page__programma-completo #section__marketing .block:first-child,
    #page__programma-completo #section__corporate .block:first-child,
    #page__programma-completo-2021 #section__advanced .block:first-child,
    #page__programma-completo-2021 #section__keyskills .block:first-child,
    #page__programma-completo-2021 #section__leadership .block:first-child,
    #page__programma-completo-2021 #section__circular .block:first-child,
    #page__programma-completo-2021 #section__digital .block:first-child,
    #page__programma-completo-2021 #section__strategic .block:first-child,
    #page__programma-completo-2021 #section__creative .block:first-child,
    #page__programma-completo-2021 #section__marketing .block:first-child,
    #page__programma-completo-2021 #section__corporate .block:first-child {
      margin-top: 105px; } }
#page__programma #section__keyskills ul li,
#page__programma #section__fundamentals ul li,
#page__programma #section__advanced ul li,
#page__programma #section__leadership ul li,
#page__programma #section__circular ul li,
#page__programma #section__digital ul li,
#page__programma #section__strategic ul li,
#page__programma #section__creative ul li,
#page__programma #section__marketing ul li,
#page__programma #section__corporate ul li,
#page__programma-completo #section__keyskills ul li,
#page__programma-completo #section__fundamentals ul li,
#page__programma-completo #section__advanced ul li,
#page__programma-completo #section__leadership ul li,
#page__programma-completo #section__circular ul li,
#page__programma-completo #section__digital ul li,
#page__programma-completo #section__strategic ul li,
#page__programma-completo #section__creative ul li,
#page__programma-completo #section__marketing ul li,
#page__programma-completo #section__corporate ul li,
#page__programma-completo-2021 #section__keyskills ul li,
#page__programma-completo-2021 #section__fundamentals ul li,
#page__programma-completo-2021 #section__advanced ul li,
#page__programma-completo-2021 #section__leadership ul li,
#page__programma-completo-2021 #section__circular ul li,
#page__programma-completo-2021 #section__digital ul li,
#page__programma-completo-2021 #section__strategic ul li,
#page__programma-completo-2021 #section__creative ul li,
#page__programma-completo-2021 #section__marketing ul li,
#page__programma-completo-2021 #section__corporate ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  list-style-type: none; }
#page__programma #section__keyskills ul ul,
#page__programma #section__fundamentals ul ul,
#page__programma #section__advanced ul ul,
#page__programma #section__leadership ul ul,
#page__programma #section__circular ul ul,
#page__programma #section__digital ul ul,
#page__programma #section__strategic ul ul,
#page__programma #section__creative ul ul,
#page__programma #section__marketing ul ul,
#page__programma #section__corporate ul ul,
#page__programma-completo #section__keyskills ul ul,
#page__programma-completo #section__fundamentals ul ul,
#page__programma-completo #section__advanced ul ul,
#page__programma-completo #section__leadership ul ul,
#page__programma-completo #section__circular ul ul,
#page__programma-completo #section__digital ul ul,
#page__programma-completo #section__strategic ul ul,
#page__programma-completo #section__creative ul ul,
#page__programma-completo #section__marketing ul ul,
#page__programma-completo #section__corporate ul ul,
#page__programma-completo-2021 #section__keyskills ul ul,
#page__programma-completo-2021 #section__fundamentals ul ul,
#page__programma-completo-2021 #section__advanced ul ul,
#page__programma-completo-2021 #section__leadership ul ul,
#page__programma-completo-2021 #section__circular ul ul,
#page__programma-completo-2021 #section__digital ul ul,
#page__programma-completo-2021 #section__strategic ul ul,
#page__programma-completo-2021 #section__creative ul ul,
#page__programma-completo-2021 #section__marketing ul ul,
#page__programma-completo-2021 #section__corporate ul ul {
  margin: 0 25px 10px 40px; }
#page__programma #section__keyskills ul ul li,
#page__programma #section__fundamentals ul ul li,
#page__programma #section__advanced ul ul li,
#page__programma #section__leadership ul ul li,
#page__programma #section__circular ul ul li,
#page__programma #section__digital ul ul li,
#page__programma #section__strategic ul ul li,
#page__programma #section__creative ul ul li,
#page__programma #section__marketing ul ul li,
#page__programma #section__corporate ul ul li,
#page__programma-completo #section__keyskills ul ul li,
#page__programma-completo #section__fundamentals ul ul li,
#page__programma-completo #section__advanced ul ul li,
#page__programma-completo #section__leadership ul ul li,
#page__programma-completo #section__circular ul ul li,
#page__programma-completo #section__digital ul ul li,
#page__programma-completo #section__strategic ul ul li,
#page__programma-completo #section__creative ul ul li,
#page__programma-completo #section__marketing ul ul li,
#page__programma-completo #section__corporate ul ul li,
#page__programma-completo-2021 #section__keyskills ul ul li,
#page__programma-completo-2021 #section__fundamentals ul ul li,
#page__programma-completo-2021 #section__advanced ul ul li,
#page__programma-completo-2021 #section__leadership ul ul li,
#page__programma-completo-2021 #section__circular ul ul li,
#page__programma-completo-2021 #section__digital ul ul li,
#page__programma-completo-2021 #section__strategic ul ul li,
#page__programma-completo-2021 #section__creative ul ul li,
#page__programma-completo-2021 #section__marketing ul ul li,
#page__programma-completo-2021 #section__corporate ul ul li {
  font-weight: 400;
  font-size: 15px;
  position: relative;
  text-indent: 0px;
  margin-left: -23px; }
#page__programma #section__keyskills ul ul li:before,
#page__programma #section__fundamentals ul ul li:before,
#page__programma #section__advanced ul ul li:before,
#page__programma #section__leadership ul ul li:before,
#page__programma #section__circular ul ul li:before,
#page__programma #section__digital ul ul li:before,
#page__programma #section__strategic ul ul li:before,
#page__programma #section__creative ul ul li:before,
#page__programma #section__marketing ul ul li:before,
#page__programma #section__corporate ul ul li:before,
#page__programma-completo #section__keyskills ul ul li:before,
#page__programma-completo #section__fundamentals ul ul li:before,
#page__programma-completo #section__advanced ul ul li:before,
#page__programma-completo #section__leadership ul ul li:before,
#page__programma-completo #section__circular ul ul li:before,
#page__programma-completo #section__digital ul ul li:before,
#page__programma-completo #section__strategic ul ul li:before,
#page__programma-completo #section__creative ul ul li:before,
#page__programma-completo #section__marketing ul ul li:before,
#page__programma-completo #section__corporate ul ul li:before,
#page__programma-completo-2021 #section__keyskills ul ul li:before,
#page__programma-completo-2021 #section__fundamentals ul ul li:before,
#page__programma-completo-2021 #section__advanced ul ul li:before,
#page__programma-completo-2021 #section__leadership ul ul li:before,
#page__programma-completo-2021 #section__circular ul ul li:before,
#page__programma-completo-2021 #section__digital ul ul li:before,
#page__programma-completo-2021 #section__strategic ul ul li:before,
#page__programma-completo-2021 #section__creative ul ul li:before,
#page__programma-completo-2021 #section__marketing ul ul li:before,
#page__programma-completo-2021 #section__corporate ul ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0px;
  width: 10px;
  height: 1px;
  background: #828282; }
#page__programma #section__numeri,
#page__programma-completo #section__numeri,
#page__programma-completo-2021 #section__numeri {
  background-image: url(images/hero/team.jpg?v=1);
  background-position: center; }
  #page__programma #section__numeri.embat2,
  #page__programma-completo #section__numeri.embat2,
  #page__programma-completo-2021 #section__numeri.embat2 {
    background-image: url(images/sezioni/team3.jpg?v=1);
    background-position: center; }
  #page__programma #section__numeri .block--numbers,
  #page__programma-completo #section__numeri .block--numbers,
  #page__programma-completo-2021 #section__numeri .block--numbers {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    #page__programma #section__numeri .block--numbers h4,
    #page__programma-completo #section__numeri .block--numbers h4,
    #page__programma-completo-2021 #section__numeri .block--numbers h4 {
      font-size: 19px !important; }
    @media screen and (max-width: 991px) {
      #page__programma #section__numeri .block--numbers,
      #page__programma-completo #section__numeri .block--numbers,
      #page__programma-completo-2021 #section__numeri .block--numbers {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        #page__programma #section__numeri .block--numbers .number,
        #page__programma-completo #section__numeri .block--numbers .number,
        #page__programma-completo-2021 #section__numeri .block--numbers .number {
          width: 100%;
          margin-bottom: 15px !important;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start; } }
#page__programma #section__competenze .block:first-child,
#page__programma-completo #section__competenze .block:first-child,
#page__programma-completo-2021 #section__competenze .block:first-child {
  padding-right: 60px; }
#page__programma #section__competenze .block:last-child h3,
#page__programma-completo #section__competenze .block:last-child h3,
#page__programma-completo-2021 #section__competenze .block:last-child h3 {
  font-size: 27px;
  color: #9EB0BC;
  margin-bottom: 5px; }
#page__programma #section__competenze .block:last-child h4,
#page__programma-completo #section__competenze .block:last-child h4,
#page__programma-completo-2021 #section__competenze .block:last-child h4 {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #828282;
  line-height: 1.4; }
#page__programma #section__competenze .block:last-child p,
#page__programma-completo #section__competenze .block:last-child p,
#page__programma-completo-2021 #section__competenze .block:last-child p {
  font-size: 15px;
  line-height: 1.5; }
#page__programma #section__competenze .block:last-child #section__competenze .block:last-child ul li,
#page__programma-completo #section__competenze .block:last-child #section__competenze .block:last-child ul li,
#page__programma-completo-2021 #section__competenze .block:last-child #section__competenze .block:last-child ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0; }
#page__programma #section__competenze .block:last-child #section__competenze .block:last-child ul ul,
#page__programma-completo #section__competenze .block:last-child #section__competenze .block:last-child ul ul,
#page__programma-completo-2021 #section__competenze .block:last-child #section__competenze .block:last-child ul ul {
  margin: 0 25px 10px; }
#page__programma #section__competenze .block:last-child #section__competenze .block:last-child ul ul li,
#page__programma-completo #section__competenze .block:last-child #section__competenze .block:last-child ul ul li,
#page__programma-completo-2021 #section__competenze .block:last-child #section__competenze .block:last-child ul ul li {
  font-weight: 400;
  font-size: 15px;
  list-style-type: circle; }
#page__programma #section__competenze .block:last-child .column,
#page__programma-completo #section__competenze .block:last-child #section__competenze .block:last-child ul ul li,
#page__programma-completo-2021 #section__competenze .block:last-child #section__competenze .block:last-child ul ul li {
  margin-bottom: 30px; }
  #page__programma #section__competenze .block:last-child .column:first-child,
  #page__programma-completo #section__competenze .block:last-child .column:first-child,
  #page__programma-completo-2021 #section__competenze .block:last-child .column:first-child {
    margin-top: 68px; }
    @media screen and (max-width: 991px) {
      #page__programma #section__competenze .block:last-child .column:first-child,
      #page__programma-completo #section__competenze .block:last-child .column:first-child,
      #page__programma-completo-2021 #section__competenze .block:last-child .column:first-child {
        margin-top: 30px; } }
  #page__programma #section__competenze .block:last-child .column:last-child,
  #page__programma-completo #section__competenze .block:last-child .column:last-child,
  #page__programma-completo-2021 #section__competenze .block:last-child .column:last-child {
    margin-bottom: 0; }
#page__programma #section__temi #block__temi,
#page__programma-completo #section__temi #block__temi,
#page__programma-completo-2021 #section__temi #block__temi {
  width: 100%;
  margin-top: 30px; }
  #page__programma #section__temi #block__temi h4,
  #page__programma-completo #section__temi #block__temi h4,
  #page__programma-completo-2021 #section__temi #block__temi h4 {
    font-size: 17px;
    color: #141D29;
    margin-bottom: 15px; }
  #page__programma #section__temi #block__temi ul,
  #page__programma-completo #section__temi #block__temi ul,
  #page__programma-completo-2021 #section__temi #block__temi ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #page__programma #section__temi #block__temi ul li,
    #page__programma-completo #section__temi #block__temi ul li,
    #page__programma-completo-2021 #section__temi #block__temi ul li {
      width: calc(100% / 3);
      font-family: "Roboto", sans-serif;
      font-size: 17px;
      cursor: pointer;
      margin-bottom: 5px; }
      @media screen and (max-width: 991px) {
        #page__programma #section__temi #block__temi ul li,
        #page__programma-completo #section__temi #block__temi ul li,
        #page__programma-completo-2021 #section__temi #block__temi ul li {
          width: 100%; } }
#page__programma #section__temi #block__articoli,
#page__programma-completo #section__temi #block__articoli,
#page__programma-completo-2021 #section__temi #block__articoli {
  display: none;
  width: 70%;
  margin-top: 30px; }
  #page__programma #section__temi #block__articoli h4,
  #page__programma-completo #section__temi #block__articoli h4,
  #page__programma-completo-2021 #section__temi #block__articoli h4 {
    font-size: 17px;
    color: #141D29;
    margin-bottom: 15px; }
  #page__programma #section__temi #block__articoli .post,
  #page__programma-completo #section__temi #block__articoli .post,
  #page__programma-completo-2021 #section__temi #block__articoli .post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    #page__programma #section__temi #block__articoli .post-picture,
    #page__programma-completo #section__temi #block__articoli .post-picture,
    #page__programma-completo-2021 #section__temi #block__articoli .post-picture {
      width: 30%; }
    #page__programma #section__temi #block__articoli .post-content,
    #page__programma-completo #section__temi #block__articoli .post-content,
    #page__programma-completo-2021 #section__temi #block__articoli .post-content {
      width: 70%;
      padding-left: 30px; }

#page__location .main-content:before {
  background-image: url(images/hero/location.jpg?v=1); }
#page__location .main-content.embat2:before {
  background-image: url(images/hero/location2.jpg?v=1); }
#page__location .page-title {
  padding-bottom: 30px; }
#page__location #section__intro {
  padding-bottom: 0; }
  #page__location #section__intro h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    #page__location #section__intro h1:after {
      content: '';
      width: 50%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #9c9b9b;
      opacity: .4; }
  @media screen and (max-width: 991px) {
    #page__location #section__intro h1 {
      font-size: 29px;
      padding-bottom: 20px;
      margin-bottom: 20px; } }
#page__location #section__location {
  padding-top: 0;
  padding-bottom: 0; }
  #page__location #section__location h2 {
    font-size: 25px;
    line-height: 1.4; }
  #page__location #section__location .block:last-child {
    margin-top: 140px; }
  @media screen and (max-width: 991px) {
    #page__location #section__location h2 {
      font-size: 18px;
      line-height: 1.4; }
    #page__location #section__location .block:first-child {
      padding-right: 0; }
    #page__location #section__location .block:last-child {
      margin-top: 30px; } }
#page__location #section__location2 {
  padding-top: 50px;
  padding-bottom: 0; }
#page__location #section__location3 {
  padding-top: 50px; }
#page__location #section__palazzo {
  background: url(images/hero/palazzo.jpg?v=1); }
  #page__location #section__palazzo h2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #page__location #section__palazzo h2:before {
      content: '';
      width: 60px;
      height: 1px;
      background: #9c9b9b;
      position: absolute;
      bottom: 0;
      left: 0; }
  #page__location #section__palazzo p {
    color: white; }
#page__location #section__azienda {
  background-image: url(images/sezioni/azienda.jpg?v=1); }
  #page__location #section__azienda.embat2 {
    background-image: url(images/sezioni/sessione-outdoor.jpg?v=1); }
  #page__location #section__azienda h2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #page__location #section__azienda h2:before {
      content: '';
      width: 60px;
      height: 1px;
      background: #9c9b9b;
      position: absolute;
      bottom: 0;
      left: 0; }
  #page__location #section__azienda p {
    color: white; }
  #page__location #section__azienda .alert {
    border-radius: 0; }
  #page__location #section__azienda .alert p {
    color: inherit;
    font-size:15px; }

#page__location #section__esperienze .alert {
    border-radius: 0; }
#page__location #section__esperienze .alert p {
    color: inherit;
    font-size:15px; }
#page__location #section__viaggio {
  padding: 0 60px;
  background-image: url(images/hero/viaggio.jpg?v=1); }
  #page__location #section__viaggio .wrapper {
    padding-top: 120px; }
  #page__location #section__viaggio .block {
    margin-bottom: 60px; }
  #page__location #section__viaggio h2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #page__location #section__viaggio h2:before {
      content: '';
      width: 60px;
      height: 1px;
      background: #9c9b9b;
      position: absolute;
      bottom: 0;
      left: 0; }
  #page__location #section__viaggio p {
    color: white; }
  #page__location #section__viaggio .block--articolo {
    max-width: 75%;
    padding: 20px;
    background: #27374b; }
  #page__location #section__viaggio .block--articolo p {
    font-size: 15px;
    color: #828282; }
  #page__location #section__viaggio .block--articolo h3 {
    line-height: 1.4; }
  #page__location #section__viaggio .block--articolo h3 a {
    color: #fff; }
  #page__location #section__viaggio .block--articolo h3 a:hover {
    color: #e8e8e8; }
#page__location #section__percorso h1 {
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  #page__location #section__percorso h1:after {
    content: '';
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #9c9b9b;
    opacity: .4; }
#page__location #section__percorso h2 {
  font-size: 25px;
  line-height: 1.4; }
@media screen and (max-width: 991px) {
  #page__location #section__percorso h1 {
    font-size: 29px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  #page__location #section__percorso h2 {
    font-size: 18px;
    line-height: 1.4; } }

#page__alumni2020 .main-content:before {
  background-image: url(images/hero/location2.jpg?v=1); }
#page__alumni2020 #section__intro {
  padding-bottom: 0; }
  #page__alumni2020 #section__intro h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    #page__alumni2020 #section__intro h1:after {
      content: '';
      width: 50%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #9c9b9b;
      opacity: .4; }
  @media screen and (max-width: 991px) {
    #page__alumni2020 #section__intro h1 {
      font-size: 29px;
      padding-bottom: 20px;
      margin-bottom: 20px; } }
#page__alumni2020 #section__first {
  padding-top: 0;
  padding-bottom: 0; }
#page__alumni2020 .section__middle {
  padding-top: 50px;
  padding-bottom: 0; }
#page__alumni2020 #section__last {
  padding-top: 50px;}

#page__ammissione .main-content:before {
  background-image: url(images/hero/requisiti.jpg?v=1); }
#page__ammissione .page-title {
  padding-bottom: 30px; }
#page__ammissione #section__requisiti h1 {
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  #page__ammissione #section__requisiti h1:after {
    content: '';
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #9c9b9b;
    opacity: .4; }
#page__ammissione #section__requisiti h2 {
  font-size: 25px;
  line-height: 1.4; }
@media screen and (max-width: 991px) {
  #page__ammissione #section__requisiti h1 {
    font-size: 29px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  #page__ammissione #section__requisiti h2 {
    font-size: 18px;
    line-height: 1.4; } }
#page__ammissione #section__costi img {
  width: 160px;
  display: block;
  margin: 20px 0; }

#page__team .main-content:before {
  background-image: url(images/hero/team.jpg?v=1); }
#page__team .main-content.embat2:before {
  background-image: url(images/hero/team2.jpg?v=1); }
#page__team .page-title {
  padding-bottom: 30px; }
#page__team #section__intro {
  padding-bottom: 0; }
  #page__team #section__intro h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    #page__team #section__intro h1:after {
      content: '';
      width: 50%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #9c9b9b;
      opacity: .4; }
  @media screen and (max-width: 991px) {
    #page__team #section__intro h1 {
      font-size: 29px;
      padding-bottom: 20px;
      margin-bottom: 20px; } }
#page__team #section__direttore {
  padding-top: 0; }
  #page__team #section__direttore h2 {
    font-size: 25px;
    line-height: 1.4; }
  #page__team #section__direttore .block--picture {
    text-align: right; }
    #page__team #section__direttore .block--picture img {
      height: 320px;
      margin-top: 68px; }
#page__team #section__advisory p {
  margin-bottom: 30px; }
#page__team #section__advisory .personas {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  #page__team #section__advisory .personas .persona {
    padding-left: 0;
    padding-right: 30px; }
    #page__team #section__advisory .personas .persona .pic {
      max-width: 280px;
      height: 360px; }
      @media screen and (max-width: 991px) {
        #page__team #section__advisory .personas .persona .pic p {
          display: none; } }
#page__team #section__scientifico h2,
#page__team #section__tutor h2 {
  text-align: right; }
  #page__team #section__scientifico h2:before,
  #page__team #section__tutor h2:before {
    left: auto;
    right: 0; }
#page__team #section__scientifico p,
#page__team #section__tutor p {
  text-align: right;
  margin-bottom: 30px; }
#page__team #section__scientifico .block:first-child,
#page__team #section__tutor .block:first-child {
  width: 20%; }
#page__team #section__scientifico .block:last-child,
#page__team #section__tutor .block:last-child {
  width: 80%; }
#page__team #section__scientifico .personas,
#page__team #section__tutor .personas {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 991px) {
    #page__team #section__scientifico .personas .persona .pic p,
    #page__team #section__tutor .personas .persona .pic p {
      display: none; } }
#page__team #section__valutazione p {
  margin-bottom: 30px; }
#page__team #section__valutazione .block:first-child {
  width: 80%; }
#page__team #section__valutazione .block:last-child {
  width: 20%; }
#page__team #section__valutazione .personas {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  #page__team #section__valutazione .personas .persona {
    padding-left: 0;
    padding-right: 30px; }
    @media screen and (max-width: 991px) {
      #page__team #section__valutazione .personas .persona p {
        display: none; } }
#page__team .personas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #page__team .personas .persona {
    width: 33.33%;
    position: relative;
    padding-left: 30px; }
  #page__team .personas a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  #page__team .personas .pic {
    width: 100%;
    max-width: 220px;
    height: 280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 991px) {
      #page__team .personas .pic p {
        display: none; } }
  #page__team .personas span {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin: 10px 0 0;
    color: #9c9b9b; }
@media screen and (max-width: 991px) {
  #page__team #section__direttore .wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  #page__team #section__direttore h2 {
    margin-bottom: 15px; }
  #page__team #section__direttore .block--picture {
    text-align: left; }
    #page__team #section__direttore .block--picture img {
      height: 180px;
      margin: 0 0 30px 0; }
  #page__team #section__direttore .block:last-child {
    margin-top: 30px; }
  #page__team .personas .persona {
    width: 50%; }
  #page__team .personas .pic {
    height: 120px; }
    #page__team .personas .pic:before {
      display: none; } }

@media screen and (min-width: 992px) {
  #page__team .personas .pic {
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  #page__team .personas .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #141d29;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.435, 0.01, 0.135, 1); }

  #page__team .personas .pic p {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    color: #cfcece;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.435, 0.01, 0.135, 1); }

  #page__team .personas .persona:hover .pic:before {
    opacity: 0.8; }

  #page__team .personas .persona:hover .pic p {
    opacity: 1; } }
#page__docenti .main-content:before {
  background-image: url(images/hero/docenti2.jpg?v=1); }
#page__docenti .main-content.embat2:before {
  background-image: url(images/hero/docenti3.jpg?v=1); }
#page__docenti #section__docenti #block__numbers {
  margin: 60px 0 0 10%; }
  #page__docenti #section__docenti #block__numbers p {
    position: relative;
    margin-bottom: 15px; }
    #page__docenti #section__docenti #block__numbers p span {
      position: absolute;
      top: 2px;
      left: -80px;
      font-size: 31px;
      color: #9EB0BC; }
    #page__docenti #section__docenti #block__numbers p:last-child {
      margin-bottom: 0; }
@media screen and (max-width: 991px) {
  #page__docenti #section__docenti .block--picture img {
    margin-top: 30px; }
  #page__docenti #section__docenti #block__numbers {
    margin: 30px 0 30px 0; }
    #page__docenti #section__docenti #block__numbers p span {
      position: initial;
      display: block; } }
#page__docenti #section__conference {
  background-image: url(images/sezioni/ospiti.jpg?v=1); }
  #page__docenti #section__conference.embat2 {
    background-image: url(images/sezioni/ospiti2.jpg?v=1); }
  #page__docenti #section__conference h2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #page__docenti #section__conference h2:before {
      content: '';
      width: 60px;
      height: 1px;
      background: #9c9b9b;
      position: absolute;
      bottom: 0;
      left: 0; }
  #page__docenti #section__conference p {
    color: white; }
#page__docenti #section__ospiti p {
  padding-bottom: 0; }
@media screen and (min-width: 992px) {
  #page__docenti #section__ospiti #page__team .personas .pic {
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  #page__docenti #section__ospiti #page__team .personas .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #141d29;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.435, 0.01, 0.135, 1); }
  #page__docenti #section__ospiti #page__team .personas .pic p {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    color: #cfcece;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.435, 0.01, 0.135, 1); }
  #page__docenti #section__ospiti #page__team .personas .persona:hover .pic:before {
    opacity: 0.8; }
  #page__docenti #section__ospiti #page__team .personas .persona:hover .pic p {
    opacity: 1; } }
#page__docenti #section__ospiti .personas {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  #page__docenti #section__ospiti .personas .persona {
    padding-left: 0;
    padding-right: 30px; }
#page__docenti .personas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #page__docenti .personas .persona {
    width: 25%;
    position: relative;
    padding-left: 30px; }
  #page__docenti .personas a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  #page__docenti .personas .pic {
    width: 100%;
    max-width: 220px;
    height: 280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  #page__docenti .personas span {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin: 10px 0 0;
    color: #9c9b9b; }
@media screen and (max-width: 991px) {
  #page__docenti .personas .persona {
    width: 50%; }
  #page__docenti .personas .pic {
    height: 120px; }
    #page__docenti .personas .pic p {
      display: none; }
    #page__docenti .personas .pic:before {
      display: none; } }

@media screen and (min-width: 992px) {
  #page__docenti .personas .pic {
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  #page__docenti .personas .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #141d29;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.435, 0.01, 0.135, 1); }

  #page__docenti .personas .pic p {
    position: relative;
    opacity: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #cfcece;
    transition: opacity 0.5s cubic-bezier(0.435, 0.01, 0.135, 1); }

  #page__docenti .personas .persona:hover .pic:before {
    opacity: 0.8; }

  #page__docenti .personas .persona:hover .pic p {
    opacity: 1; } }
#page__lista-docenti .main-content:before {
  background-image: url(images/hero/docenti.jpg?v=1); }
#page__lista-docenti .personas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #page__lista-docenti .personas .persona {
    width: 25%;
    position: relative;
    padding-right: 30px; }
  #page__lista-docenti .personas a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  #page__lista-docenti .personas .pic {
    width: 100%;
    max-width: 220px;
    height: 280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  #page__lista-docenti .personas span {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin: 10px 0 0;
    color: #9c9b9b; }

@media screen and (max-width: 991px) {
  #page__lista-docenti .personas .persona {
    width: 50%; }

  #page__lista-docenti .personas .pic {
    height: 120px; }

  #page__lista-docenti .personas .pic p {
    display: none; }

  #page__lista-docenti .personas .pic:before {
    display: none; } }
@media screen and (min-width: 992px) {
  #page__lista-docenti .personas .pic {
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  #page__lista-docenti .personas .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #141d29;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.435, 0.01, 0.135, 1); }

  #page__lista-docenti .personas .pic p {
    position: relative;
    opacity: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #cfcece;
    transition: opacity 0.5s cubic-bezier(0.435, 0.01, 0.135, 1); }

  #page__lista-docenti .personas .persona:hover .pic:before {
    opacity: 0.8; }

  #page__lista-docenti .personas .persona:hover .pic p {
    opacity: 1; } }
#page__metodo .main-content:before {
  background-image: url(images/hero/lego.jpg?v=1); }
#page__metodo .page-title {
  padding-bottom: 30px; }
  #page__metodo .page-title h1 {
    color: #141D29; }
#page__metodo #section__metodo h1 {
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  #page__metodo #section__metodo h1:after {
    content: '';
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #9c9b9b;
    opacity: .4; }
#page__metodo #section__metodo h2 {
  font-size: 25px;
  line-height: 1.4; }
@media screen and (max-width: 991px) {
  #page__metodo #section__metodo h1 {
    font-size: 29px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  #page__metodo #section__metodo h2 {
    font-size: 18px;
    line-height: 1.4; } }
#page__metodo #section__classroom {
  background-image: url(images/sezioni/classroom.jpg?v=1); }
  #page__metodo #section__classroom.embat2 {
    background-image: url(images/sezioni/classroom2.jpg?v=1); }
  #page__metodo #section__classroom h2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #page__metodo #section__classroom h2:before {
      content: '';
      width: 60px;
      height: 1px;
      background: #9c9b9b;
      position: absolute;
      bottom: 0;
      left: 0; }
  #page__metodo #section__classroom p {
    color: white; }
#page__metodo #section__experiential h2 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  #page__metodo #section__experiential h2:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #9c9b9b;
    position: absolute;
    bottom: 0;
    left: 0; }
#page__metodo #section__experiential #block__lines {
  margin-top: 100px; }
  #page__metodo #section__experiential #block__lines h3 {
    font-size: 21px;
    position: relative;
    padding-bottom: 15px;
    padding-left: 0px;
    margin-bottom: 30px; }
    #page__metodo #section__experiential #block__lines h3:before {
      content: '';
      width: 60px;
      height: 1px;
      border-bottom: 1px solid #eee;
      position: absolute;
      left: 0;
      bottom: 0; }
    #page__metodo #section__experiential #block__lines h3:after {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 3px;
      background: #bbb;
      position: absolute;
      left: 60px;
      bottom: -2px; }
  @media screen and (max-width: 991px) {
    #page__metodo #section__experiential #block__lines {
      margin-top: 30px;
      padding-left: 0 !important; } }
#page__metodo #section__adaptive {
  background-image: url(images/sezioni/adaptive2.jpg?v=1); }
  #page__metodo #section__adaptive.embat2 {
    background-image: url(images/sezioni/adaptive3.jpg?v=1); }
  #page__metodo #section__adaptive h2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #page__metodo #section__adaptive h2:before {
      content: '';
      width: 60px;
      height: 1px;
      background: #9c9b9b;
      position: absolute;
      bottom: 0;
      left: 0; }
  #page__metodo #section__adaptive p {
    color: white; }
#page__metodo #section__piattaforma {
  padding-bottom: 30px; }
  #page__metodo #section__piattaforma h2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #page__metodo #section__piattaforma h2:before {
      content: '';
      width: 60px;
      height: 1px;
      background: #9c9b9b;
      position: absolute;
      bottom: 0;
      left: 0; }
  #page__metodo #section__piattaforma .partner {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    #page__metodo #section__piattaforma .partner span {
      margin-right: 10px;
      font-style: italic; }
    #page__metodo #section__piattaforma .partner img {
      height: 30px; }
#page__metodo .section-piattaforma {
  padding: 30px 60px; }
  #page__metodo .section-piattaforma h2, #page__metodo .section-piattaforma p {
    margin-bottom: 0; }
  #page__metodo .section-piattaforma:last-child {
    padding-bottom: 120px; }
  @media screen and (max-width: 991px) {
    #page__metodo .section-piattaforma {
      padding: 30px; } }
#page__metodo .color-pink {
  color: #6C2BEB !important; }

#page__contatti button,
#page__interesse button,
#page__condidatura button {
  cursor: pointer; }
#page__contatti .main-content:before,
#page__interesse .main-content:before,
#page__condidatura .main-content:before {
  background-image: url(images/hero/contatti.jpg?v=1); }
#page__contatti .main-content.embat2:before,
#page__interesse .main-content.embat2:before,
#page__condidatura .main-content.embat2:before {
  background-image: url(images/hero/contatti2.jpg?v=1); }
#page__contatti .page-title,
#page__interesse .page-title,
#page__condidatura .page-title {
  padding-left: 10%;
  padding-bottom: 30px; }
  #page__contatti .page-title h1,
  #page__interesse .page-title h1,
  #page__condidatura .page-title h1 {
    margin-bottom: 15px;
    color: #141D29; }
  #page__contatti .page-title p,
  #page__interesse .page-title p,
  #page__condidatura .page-title p {
    font-size: 17px;
    line-height: 28px;
    color: #9c9b9b; }
#page__contatti #section__modulo,
#page__interesse #section__modulo,
#page__condidatura #section__modulo {
  padding-left: 10%;
  padding-top: 0; }
  #page__contatti #section__modulo form,
  #page__interesse #section__modulo form,
  #page__condidatura #section__modulo form {
    width: 80%; }
  #page__contatti #section__modulo label,
  #page__interesse #section__modulo label,
  #page__condidatura #section__modulo label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px; }
  #page__contatti #section__modulo input[type="text"], #page__contatti #section__modulo input[type="email"], #page__contatti #section__modulo textarea, #page__contatti #section__modulo select,
  #page__interesse #section__modulo input[type="text"],
  #page__interesse #section__modulo input[type="email"],
  #page__interesse #section__modulo textarea,
  #page__interesse #section__modulo select,
  #page__condidatura #section__modulo input[type="text"],
  #page__condidatura #section__modulo input[type="email"],
  #page__condidatura #section__modulo textarea,
  #page__condidatura #section__modulo select {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #eeeeee;
    background: transparent;
    margin-bottom: 0;
    outline: none;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #222; }
    #page__contatti #section__modulo input[type="text"]:active, #page__contatti #section__modulo input[type="text"]:focus, #page__contatti #section__modulo input[type="email"]:active, #page__contatti #section__modulo input[type="email"]:focus, #page__contatti #section__modulo textarea:active, #page__contatti #section__modulo textarea:focus, #page__contatti #section__modulo select:active, #page__contatti #section__modulo select:focus,
    #page__interesse #section__modulo input[type="text"]:active,
    #page__interesse #section__modulo input[type="text"]:focus,
    #page__interesse #section__modulo input[type="email"]:active,
    #page__interesse #section__modulo input[type="email"]:focus,
    #page__interesse #section__modulo textarea:active,
    #page__interesse #section__modulo textarea:focus,
    #page__interesse #section__modulo select:active,
    #page__interesse #section__modulo select:focus,
    #page__condidatura #section__modulo input[type="text"]:active,
    #page__condidatura #section__modulo input[type="text"]:focus,
    #page__condidatura #section__modulo input[type="email"]:active,
    #page__condidatura #section__modulo input[type="email"]:focus,
    #page__condidatura #section__modulo textarea:active,
    #page__condidatura #section__modulo textarea:focus,
    #page__condidatura #section__modulo select:active,
    #page__condidatura #section__modulo select:focus {
      outline: none; }
  #page__contatti #section__modulo input[type="text"],
  #page__contatti #section__modulo input[type="email"],
  #page__interesse #section__modulo input[type="text"],
  #page__interesse #section__modulo input[type="email"],
  #page__condidatura #section__modulo input[type="text"],
  #page__condidatura #section__modulo input[type="email"] {
    height: 42px;
    line-height: 42px; }
  #page__contatti #section__modulo textarea,
  #page__interesse #section__modulo textarea,
  #page__condidatura #section__modulo textarea {
    min-height: 120px; }
  #page__contatti #section__modulo select,
  #page__interesse #section__modulo select,
  #page__condidatura #section__modulo select {
    position: relative;
    height: 42px; }
  #page__contatti #section__modulo .wpcf7-list-item,
  #page__interesse #section__modulo .wpcf7-list-item,
  #page__condidatura #section__modulo .wpcf7-list-item {
    margin-left: 0; }
  #page__contatti #section__modulo .wpcf7-list-item label,
  #page__interesse #section__modulo .wpcf7-list-item label,
  #page__condidatura #section__modulo .wpcf7-list-item label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #page__contatti #section__modulo .wpcf7-list-item label input,
    #page__interesse #section__modulo .wpcf7-list-item label input,
    #page__condidatura #section__modulo .wpcf7-list-item label input {
      width: auto !important;
      height: auto !important;
      line-height: initial !important; }
    #page__contatti #section__modulo .wpcf7-list-item label span,
    #page__interesse #section__modulo .wpcf7-list-item label span,
    #page__condidatura #section__modulo .wpcf7-list-item label span {
      margin-bottom: 0 !important;
      padding-left: 15px !important; }
  #page__contatti #section__modulo .wpcf7-submit,
  #page__interesse #section__modulo .wpcf7-submit,
  #page__condidatura #section__modulo .wpcf7-submit {
    color: #50514F;
    background: transparent;
    border: 0; }
    #page__contatti #section__modulo .wpcf7-submit:hover,
    #page__interesse #section__modulo .wpcf7-submit:hover,
    #page__condidatura #section__modulo .wpcf7-submit:hover {
      color: #9EB0BC; }
    #page__contatti #section__modulo .wpcf7-submit:focus,
    #page__interesse #section__modulo .wpcf7-submit:focus,
    #page__condidatura #section__modulo .wpcf7-submit:focus {
      outline: none; }
  #page__contatti #section__modulo .span.wpcf7-not-valid-tip,
  #page__interesse #section__modulo .span.wpcf7-not-valid-tip,
  #page__condidatura #section__modulo .span.wpcf7-not-valid-tip {
    font-size: 13px; }
  #page__contatti #section__modulo .wpcf7-validation-errors,
  #page__contatti #section__modulo .wpcf7-acceptance-missing,
  #page__interesse #section__modulo .wpcf7-validation-errors,
  #page__interesse #section__modulo .wpcf7-acceptance-missing,
  #page__condidatura #section__modulo .wpcf7-validation-errors,
  #page__condidatura #section__modulo .wpcf7-acceptance-missing {
    border: 0 !important;
    padding: 15px 20px !important;
    background: #fafafa !important;
    margin: 15px 0 0 !important;
    font-size: 14px;
    color: #333;
    text-align: center; }
  #page__contatti #section__modulo p:last-child,
  #page__interesse #section__modulo p:last-child,
  #page__condidatura #section__modulo p:last-child {
    font-size: 17px;
    position: relative;
    color: #50514F;
    margin-right: 60px; }
    #page__contatti #section__modulo p:last-child:after,
    #page__interesse #section__modulo p:last-child:after,
    #page__condidatura #section__modulo p:last-child:after {
      content: '';
      width: 25%;
      height: 3px;
      position: absolute;
      bottom: -10px;
      left: 0;
      background: #9EB0BC;
      transition: width 500ms cubic-bezier(0.435, 0.01, 0.135, 1); }
    #page__contatti #section__modulo p:last-child:hover:after,
    #page__interesse #section__modulo p:last-child:hover:after,
    #page__condidatura #section__modulo p:last-child:hover:after {
      width: 100%; }
  #page__contatti #section__modulo .wpcf7-mail-sent-ok,
  #page__interesse #section__modulo .wpcf7-mail-sent-ok,
  #page__condidatura #section__modulo .wpcf7-mail-sent-ok {
    display: block;
    padding: 30px;
    text-align: center;
    background: #fafafa;
    border-width: 1px;
    font-size: 15px; }
  @media screen and (max-width: 991px) {
    #page__contatti #section__modulo,
    #page__interesse #section__modulo,
    #page__condidatura #section__modulo {
      width: 100%; }
      #page__contatti #section__modulo .wpcf7-list-item label span,
      #page__interesse #section__modulo .wpcf7-list-item label span,
      #page__condidatura #section__modulo .wpcf7-list-item label span {
        white-space: inherit;
        padding-left: 0;
        margin-left: 10px;
        line-height: 1.2; } }
#page__contatti .success,
#page__interesse .success,
#page__condidatura .success {
  width: 100%;
  padding: 30px;
  background: #fafafa;
  margin-bottom: 30px;
  text-align: center;
  background: #90EE90; }
  #page__contatti .success p,
  #page__interesse .success p,
  #page__condidatura .success p {
    color: #333;
    margin-bottom: 0; }
#page__contatti .wpcf7 input[type="file"],
#page__interesse .wpcf7 input[type="file"],
#page__condidatura .wpcf7 input[type="file"] {
  font-size: 14px;
  margin: 0 0 15px; }
#page__contatti .wpcf7-list-item,
#page__interesse .wpcf7-list-item,
#page__condidatura .wpcf7-list-item {
  width: 100%; }
#page__contatti .wpcf7-list-item-label,
#page__interesse .wpcf7-list-item-label,
#page__condidatura .wpcf7-list-item-label {
  font-size: 15px;
  padding-left: 10px; }

#page__supporto .main-content:before {
  background-image: url(images/hero/requisiti.jpg?v=1); }

#page__supporto #section__intro {
  padding-bottom: 30px; }

#page__supporto #section__list {
  padding-top: 0; }

#page__supporto .faq {
  margin-bottom: 30px; }

#page__supporto .faq h3 {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 10px; }

#page__pavia .main-content:before {
  background-image: url(images/hero/pavia2.jpg?v=1); }

#page__pavia #section__intro {
  padding-bottom: 0; }

#page__pavia #section__intro h1 {
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
  margin-bottom: 40px; }

#page__pavia #section__intro h1:after {
  content: '';
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #828282;
  opacity: 0.4; }

@media screen and (max-width: 991px) {
  #page__pavia #section__intro h1 {
    font-size: 29px;
    padding-bottom: 20px;
    margin-bottom: 20px; } }
#page__pavia #section__content {
  padding-top: 0; }

#page__calendario .main-content:before {
  background-image: url(images/hero/requisiti.jpg?v=1); }

#page__calendario .simcal-event {
  text-indent: 0 !important;
  padding-left: 0 !important; }

#page__post .main-content:before {
  background-image: url(images/hero/disrupt.jpg?v=1); }
#page__post .main-content.embat2:before {
  background-image: url(images/hero/disrupt2.jpg?v=1); }
#page__post #blog__content {
  padding: 120px 10%; }
  #page__post #blog__content h1 {
    color: #141D29;
    margin-bottom: 10px; }
  #page__post #blog__content h2 {
    font-size: 30px;
    padding: 25px 0 10px 0;
    margin: 0; }
  #page__post #blog__content h3 {
    font-size: 26px;
    padding: 25px 0 10px 0;
    color: #9c9b9b; }
    #page__post #blog__content h3.date {
      font-size: 18px;
      padding: 0; }
    #page__post #blog__content h3 a {
      color: #9c9b9b; }
      #page__post #blog__content h3 a:hover {
        color: #9EB0BC; }
  #page__post #blog__content img {
    display: block;
    max-width: 100%;
    height: auto; }
#page__post .blockquote {
  padding-right: 15%;
  margin: 30px 0 30px 10%; }

#page__archive .main-content:before {
  background-image: url(images/hero/disrupt.jpg?v=1); }
#page__archive .main-content.embat2:before {
  background-image: url(images/hero/disrupt2.jpg?v=1); }
#page__archive .page-title {
  padding-bottom: 40px; }
  #page__archive .page-title .wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  #page__archive .page-title h1 {
    color: #141D29;
    margin-bottom: 0; }
  #page__archive .page-title .open-filters {
    display: inline;
    position: relative;
    font-size: 15px;
    cursor: pointer; }
    #page__archive .page-title .open-filters:after {
      background: none;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f309";
      color: #9EB0BC;
      margin-left: 10px; }
    #page__archive .page-title .open-filters:hover:after {
      color: #141D29; }
#page__archive .post-preview {
  padding-top: 0;
  padding-bottom: 0; }
  #page__archive .post-preview .wrapper {
    margin: 10px;
    padding: 30px 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 0; }
    #page__archive .post-preview .wrapper:before {
      content: "";
      z-index: -1;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .3s cubic-bezier(.77,0,.175,1);
      -moz-transition: all .3s cubic-bezier(.77,0,.175,1);
      -o-transition: all .3s cubic-bezier(.77,0,.175,1);
      transition: all .3s cubic-bezier(.77,0,.175,1); }
    #page__archive .post-preview .wrapper:hover:before {
      background: white;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      -webkit-transform: scale(1.02);
      -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
      -o-transform: scale(1.02);
      transform: scale(1.02); }
  #page__archive .post-preview .block-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  #page__archive .post-preview .picture {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 52.356% 0 0 0;
    margin-bottom: 15px;
    margin-top: 5px; }
    #page__archive .post-preview .picture img {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  #page__archive .post-preview h4 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #9c9b9b;
    margin-bottom: 8px; }
  #page__archive .post-preview h3 {
    font-size: 27px;
    margin-bottom: 10px; }
  #page__archive .post-preview h5 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px; }

#section__filters {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  transition: none; }
  #section__filters .wrapper {
    padding: 30px;
    background: #fafafa;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    flex-direction: column; }
  #section__filters h4 {
    font-size: 17px;
    margin-bottom: 20px; }
  #section__filters ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #section__filters ul li {
      width: 25%;
      font-size: 15px; }
      #section__filters ul li a {
        color: #9c9b9b; }
        #section__filters ul li a:hover {
          color: #9EB0BC; }

#page__login .main-content:before,
#page__registrazione .main-content:before {
  background-image: url(images/hero/requisiti.jpg?v=1); }
#page__login form,
#page__registrazione form {
  width: 40%; }
#page__login .login-error,
#page__registrazione .login-error {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: red; }
  #page__login .login-error a,
  #page__registrazione .login-error a {
    display: none; }
#page__login .recovery-password,
#page__registrazione .recovery-password {
  font-size: 13px; }
#page__login button:focus,
#page__registrazione button:focus {
  outline: none; }

#page__registrazione form {
  width: 60%; }

#page__account button:focus {
  outline: none; }
#page__account .main-content:before {
  background-image: url(images/hero/requisiti.jpg?v=1); }
#page__account #section__documenti,
#page__account #section__calendario,
#page__account #section__programma {
  text-align: right; }
  #page__account #section__documenti .stilema:before,
  #page__account #section__calendario .stilema:before,
  #page__account #section__programma .stilema:before {
    left: auto;
    right: 0; }
  #page__account #section__documenti .link,
  #page__account #section__calendario .link,
  #page__account #section__programma .link {
    margin-right: 0; }
#page__account .doc {
  display: inline-block;
  position: relative;
  font-size: 15px;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.4;
  padding-left: 40px; }
  #page__account .doc span {
    font-style: italic;
    color: #9c9b9b; }
  #page__account .doc:before {
    background: none;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-size: 31px;
    font-weight: 900;
    content: "\f1c1";
    color: #9EB0BC;
    position: absolute;
    top: 0;
    left: 0; }
  #page__account .doc a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #page__account .doc:hover:before {
    color: #141D29; }

#page__documenti .main-content:before {
  background-image: url(images/hero/requisiti.jpg?v=1); }
#page__documenti .doc {
  display: inline-block;
  position: relative;
  font-size: 15px;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.4;
  padding-left: 40px; }
  #page__documenti .doc span {
    font-style: italic;
    color: #9c9b9b; }
  #page__documenti .doc:before {
    background: none;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-size: 31px;
    font-weight: 900;
    content: "\f1c1";
    color: #9EB0BC;
    position: absolute;
    top: 0;
    left: 0; }
  #page__documenti .doc a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #page__documenti .doc:hover:before {
    color: #141D29; }

#page__userinfo .main-content:before {
  background-image: url(images/hero/requisiti.jpg?v=1); }
#page__userinfo form {
  width: 60%; }
#page__userinfo button:focus {
  outline: none; }

.wp-caption {
  width: 100% !important; }

.wp-caption img {
  max-width: 100%;
  height: auto;
  display: block; }

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

a.light {
  color: #9EB0BC;
  text-decoration: underline; }

a.light:hover {
  color: #9EB0BC;
  outline: 0;
  text-decoration: none; }


.table-emba{
  	border:0;
  	font-family: "Roboto", sans-serif;
	}

.table-emba.table-emba-ammissione thead th {
	padding:12px;
	font-family: "Playfair Display", serif;
	font-size: 17px;
  color: #141D29;
  border-bottom:3px solid #9EB0BC;
  font-weight: normal;
  background-color: transparent;
}

.table-emba.table-emba-ammissione tbody td {
	padding:12px; 
	font-size: 14px;
	line-height: 1.1rem;
	color:#9c9b9b;
  font-family: "Roboto", sans-serif;
}

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

  .table-emba.table-emba-ammissione thead th {
  	padding:15px;
  	font-size:20px;
  }
	
	.table-emba.table-emba-ammissione tbody td {
  	padding:15px; 
  	font-size:17px;
  }
	
}	

/*# sourceMappingURL=style.css.map */
