/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* New variables */
.is-yellow {
  color: #f1b60d;
}

.top {
  min-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom center;
  background-size: 80%;
}
.top h1 {
  font-size: 30px;
  color: #fff;
}

.itxt {
  text-align: center;
  margin: 100px 0;
  width: 100%;
}

.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ucard {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  overflow: hidden;
}
.ucard .uc-l {
  position: relative;
  width: 20%;
}
.ucard .uc-l .ucl-color {
  background-color: #f1b60d;
  position: absolute;
  width: 150%;
  height: 240px;
  top: -20px;
  left: -30px;
  transform: rotate(-7deg);
}
.ucard .uc-l .ucl-i {
  position: absolute;
  top: 24%;
  left: 60px;
}
.ucard .uc-l .ucl-i img {
  max-width: 100px;
}
.ucard .uc-r {
  background-color: #f8f8f8;
  width: 80%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ucard .uc-r .ucr-wrap {
  width: 50%;
  margin: auto;
}
.ucard .uc-r .ucr-wrap h2 {
  margin-bottom: 10px;
}
.ucard .uc-r ul {
  list-style-type: none;
  line-height: 30px;
}
.ucard .uc-r ul li svg {
  width: 15px;
  margin-right: 10px;
}
.ucard .uc-r ul li svg path {
  fill: #e0e0e0;
}

.is-grey {
  background-color: #f9f9f9;
}

.pgriddd {
  padding: 100px 0;
  margin-top: 50px;
}

h2.main {
  text-align: center;
  display: block;
}

.pressgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.press-unit {
  width: 24%;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.press-unit a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.press-unit a img {
  display: block;
  width: 100%;
}

.vid-section .logo {
  max-width: 200px;
  display: block;
  margin: 50px auto;
}
.vid-section .logo img {
  width: 100%;
  display: block;
}
.vid-section iframe {
  margin: auto;
  width: 100%;
}
.vid-section p, .vid-section h2, .vid-section ul {
  text-align: center;
  list-style-type: none;
}
.vid-section h2 {
  margin: 20px 0;
}

.logos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px 0;
}
.logos img {
  width: 80px;
  margin: auto;
}
.logos .logo-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.logos p {
  margin-top: 20px;
}

.lnk {
  padding: 100px 0;
}
.lnk p {
  margin: 30px 0;
  text-align: center;
}

.lnks {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.lnks a {
  text-align: center;
  background-color: #144864;
  width: 50%;
  max-width: 200px;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.lnks a svg {
  width: 15px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.lnks a svg path {
  fill: white;
}

.get-helped {
  display: none;
}

@media only screen and (max-width: 600px) {
  .press-unit {
    width: 100%;
  }
  .lnks a {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=page-presse.output.css.map */
