html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .container {
    width: auto;
    max-width: 536px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) {
  .container {
    width: auto;
    max-width: 728px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
    max-width: 1160px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1600px) {
  .container {
    width: auto;
    max-width: 1560px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container::after {
    content: "";
    display: table;
    clear: both;
  }
}

.container-narrow {
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container-narrow::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .container-narrow {
    width: auto;
    max-width: 536px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-narrow::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) {
  .container-narrow {
    width: auto;
    max-width: 728px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-narrow::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container-narrow {
    width: auto;
    max-width: 1160px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-narrow::after {
    content: "";
    display: table;
    clear: both;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 576px) {
  body {
    font-size: 18px;
  }
}

::-moz-selection {
  background: gray;
  color: white;
}

::selection {
  background: gray;
  color: white;
}

/**************************************************************/
html, body {
  -webkit-font-smoothing: antialiased;
}

body {
  background: white;
  font-family: "Montserrat", sans-serif;
}
body.locked {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
}

p, li {
  color: black;
}

.centered {
  text-align: left;
}
@media (min-width: 576px) {
  .centered {
    text-align: center;
  }
}

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

.centered-small {
  text-align: center;
}
@media (min-width: 1200px) {
  .centered-small {
    text-align: left;
  }
}

.hidden {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.dash {
  border-bottom: 1px solid #00AEC5;
}

.color {
  color: #00AEC5 !important;
}

a {
  color: #00AEC5;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}

a, button, input {
  outline: 0;
}

a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

@media (min-width: 600px) {
  img.alignright {
    float: right;
    margin: 0 0 15px 15px;
  }
}

@media (min-width: 600px) {
  img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
  }
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

.break {
  height: 40px;
}
.break.big {
  height: 40px;
}
@media (min-width: 576px) {
  .break.big {
    height: 80px;
  }
}

.mobile-break {
  height: 70px;
}
@media (min-width: 1200px) {
  .mobile-break {
    display: none;
  }
}
.mobile-break.small {
  height: 30px;
}

.small-margin {
  margin: 0 0 10px;
}

.button {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  background: #00AEC5;
  color: white !important;
  padding: 15px 20px;
  margin: 0 0 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 2px solid #00AEC5;
  line-height: 1.2;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
}
@media (min-width: 576px) {
  .button {
    font-size: 18px;
  }
}
.button.hollow {
  border: 2px solid white;
  background: transparent;
}
.button.dl {
  display: block;
  padding: 15px 20px 15px 35px;
}
.button.dl:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  background: url(../images/nuoli.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
.button:hover {
  text-decoration: none;
  background: #00545f;
}
.button:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(../images/dropdown.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 1200px) {
  .button {
    font-size: 20px;
  }
}

.clear::after {
  content: "";
  display: table;
  clear: both;
}

/**************************************************************/
#main-content {
  overflow: hidden;
  width: 100%;
}
#main-content.no-header {
  padding-top: 90px;
}
#main-content.no-header section.news {
  min-height: 70vh;
}
#main-content .tm-card-title {
  text-align: center;
}
#main-content h1 {
  font-size: 24px;
}
@media (min-width: 576px) {
  #main-content h1 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  #main-content h1 {
    font-size: 44px;
  }
}
#main-content h2, #main-content h3 {
  color: #00AEC5;
  margin-top: 45px;
}
#main-content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 576px) {
  #main-content h2 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  #main-content h2 {
    font-size: 44px;
  }
}
#main-content h2.no-margin {
  margin-top: 0;
}
#main-content h2.small {
  font-size: 20px;
}
@media (min-width: 576px) {
  #main-content h2.small {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  #main-content h2.small {
    font-size: 26px;
  }
}
#main-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #00AEC5;
}
@media (min-width: 576px) {
  #main-content h3 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  #main-content h3 {
    font-size: 21px;
  }
}
#main-content p {
  margin: 0 0 20px;
}
#main-content p.small {
  font-size: 14px;
}
@media (min-width: 576px) {
  #main-content p.small {
    font-size: 15px;
  }
}
#main-content hr {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  padding-bottom: 20px;
  border: 0;
  border-top: 1px solid #00AEC5;
  clear: both;
}
#main-content blockquote p {
  font-style: italic;
}
#main-content a:not([class]) {
  text-decoration: underline;
}
#main-content ol:not([class]) {
  padding: 0 0 0 15px;
}
#main-content ol:not([class]) li {
  margin-bottom: 13px;
}
#main-content .selection-grid {
  padding: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: auto 40px 1fr 40px 1fr;
  grid-template-rows: auto 1fr 1fr;
  gap: 40px;
  min-height: 100vh;
}
#main-content .selection-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#main-content .selection-grid > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#main-content .selection-grid > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
@media (min-width: 1200px) {
  #main-content .selection-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
  #main-content .selection-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #main-content .selection-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #main-content .selection-grid > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #main-content .selection-grid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
#main-content .selection-grid .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  #main-content .selection-grid .head {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
#main-content .selection-grid .head img {
  margin: 0;
}
#main-content .selection-grid .head h1 {
  margin: 0;
  padding: 20px 0 0;
}
#main-content .selection-grid .head h1 span {
  display: none;
}
#main-content .selection-grid a.site {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
  text-align: center;
}
#main-content .selection-grid a.site:hover:before, #main-content .selection-grid a.site:focus:before {
  opacity: 0.9;
}
#main-content .selection-grid a.site:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #1f425d;
  opacity: 0.7;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#main-content .selection-grid a.site img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#main-content .selection-grid a.site .inner {
  position: relative;
  z-index: 1;
}
#main-content .selection-grid a.site .inner h2, #main-content .selection-grid a.site .inner p {
  color: white;
}
#main-content .selection-grid a.site .inner p.big {
  font-size: 20px;
  line-height: 1.2;
}