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

[class^="ic_"], [class*=" ic_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'yellowMango' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic_twitter:before {
  content: "\e902";
}

.ic_instagram:before {
  content: "\e900";
}

.ic_facebook:before {
  content: "\e901";
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-smooth: always;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

a img, img {
  border: none;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.textCenter {
  text-align: center;
}

html {
  position: relative;
  font-size: 62.5%;
  color: #666;
  line-height: 1.5;
  overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 7px;
  }
}

.wrap {
  width: 1225px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

p {
  color: #fefefe;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1875;
  margin-bottom: 1.1875em;
}

@media only screen and (max-width: 480px) {
  p {
    line-height: 1.5;
  }
}

::-moz-selection {
  background-color: #004a5a !important;
  color: #ebecec;
}

::selection {
  background-color: #004a5a !important;
  color: #ebecec;
}

a, a:after, a:before,
button, button:after, button:before,
input[type=submit] {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.currentLink {
  cursor: default;
}

abbr[title] {
  border-bottom: 1px dotted;
}

blockquote {
  margin: 10px 20px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

.textHide {
  font: 0/0;
}

figure.anim {
  position: relative;
  overflow: hidden;
}

figure.anim img {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: none;
  transition: none;
}

figure.anim.active img {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 15s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 15s cubic-bezier(0.19, 1, 0.22, 1);
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

dd {
  margin: 0;
}

body {
  font-size: 1.6rem;
}

.secondary_title {
  color: #DCB926;
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.primary_title {
  color: #414042;
  font-size: 6.5rem;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .primary_title {
    font-size: 4.5rem;
  }
}

.primary_btn {
  color: #414042;
  font-size: 1.6rem;
  padding: 1.7rem 5.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DCB926;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #DCB926;
}

.primary_btn span {
  vertical-align: middle;
  position: relative;
  top: 1px;
}

.primary_btn img {
  width: 1.6rem;
  display: inline-block;
  margin-left: 1.4rem;
}

.primary_btn:hover {
  color: #000;
  background-color: #fff;
}

.mt_55 {
  margin-top: 5.5rem;
}

@media only screen and (max-width: 480px) {
  .mt_55 {
    margin-top: 2.5rem;
  }
}

.overflow_y {
  overflow-y: hidden;
}

.mb_show {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .mb_hide {
    display: none !important;
  }
  .mb_show {
    display: block !important;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 17px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 17px 30px 0px rgba(0, 0, 0, 0.2);
}

.nav {
  width: 100%;
  padding: 2.7rem 0;
  background-color: #313032;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media only screen and (max-width: 480px) {
  .nav {
    padding: 1.9rem 0;
  }
}

.nav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .nav .wrap {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
  }
}

.nav__logo {
  width: 21rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .nav__logo {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .nav__logo {
    padding-bottom: 0;
  }
}

.nav__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media only screen and (max-width: 768px) {
  .nav__block {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #414042;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 30px;
    border-top: 1px solid #DCB926;
  }
  .nav__block ul {
    margin-right: 13px;
    margin-top: 30px;
  }
}

.nav .nav__block--open {
  right: 0;
}

.nav__list {
  margin: 0 .9rem;
}

@media only screen and (max-width: 768px) {
  .nav__list {
    margin: 15px 0;
  }
}

.nav__link {
  color: #DCB926;
  font-size: 1.6rem;
  font-weight: 500;
}

.nav__link:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .nav__link {
    font-size: 32px;
  }
}

.nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__social li:not(:last-child) {
  margin-right: 1.5rem;
}

.nav__social a {
  color: #414042;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  width: 3.5rem;
  display: inline-block;
}

.nav__social a:hover {
  opacity: 0.5;
}

.menu_icon {
  text-align: right;
  width: 32px;
  height: 16px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .menu_icon {
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 480px) {
  .menu_icon {
    margin-bottom: 0;
  }
}

.menu_icon span {
  width: 100%;
  height: 2px;
  background-color: #DCB926;
  display: block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: absolute;
  right: 0;
}

.menu_icon span:nth-child(1) {
  top: 0;
}

.menu_icon span:nth-child(2) {
  width: 20px;
  margin: 7px 0 6px auto;
}

.menu_icon span:nth-child(3) {
  bottom: 0;
}

.menu_icon.menu_active {
  position: relative;
}

.menu_icon.menu_active span:nth-child(1) {
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.menu_icon.menu_active span:nth-child(2) {
  position: absolute;
  opacity: 0;
  right: 10px;
}

.menu_icon.menu_active span:nth-child(3) {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 6px;
}

.fixHeader .nav {
  padding: 1rem 0;
}

.hero_section {
  margin-top: 100px;
}

@media only screen and (max-width: 480px) {
  .hero_section {
    margin-top: 83px;
  }
}

.hero_section video {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .hero_section {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 480px) {
  .hero_section {
    margin-top: 70px;
  }
}

.vision {
  padding: 12.8rem 0;
  background: #414042 url(../img/vision-bg.png) no-repeat center center/cover;
  margin-top: -5px;
  background-attachment: fixed;
}

@media only screen and (max-width: 480px) {
  .vision {
    background: #414042 url(../img/mobile-parallax-01.png) no-repeat center center/cover;
    background-attachment: fixed;
  }
}

.vision h2 {
  color: #fff;
}

.vision p {
  color: #fff;
  margin-top: 5.5rem;
}

.vision h2, .vision p {
  width: 1000px;
  max-width: 100%;
}

.vision a {
  margin-top: 5.5rem;
  font-weight: 500;
}

.premier {
  padding: 12.8rem 0;
}

@media only screen and (max-width: 480px) {
  .premier {
    padding: 7.8rem 0;
  }
}

.premier p {
  color: #414042;
}

.premier .banner {
  margin-top: 10rem;
}

.premier .banner .banner_content {
  text-align: center;
  margin-top: -25.3073vw;
}

@media only screen and (max-width: 1024px) {
  .premier .banner .banner_content {
    margin-top: -26.75343vw;
  }
}

.premier .banner .banner_content .permeir_logo {
  width: 57.04989vw;
  margin: 0 auto;
}

.premier .banner .banner_content a {
  padding: 3.5rem 0;
  font-size: 5rem;
  color: #C35457;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.premier .banner .banner_content a:hover {
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1440px) {
  .premier .banner .banner_content a {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .premier .banner .banner_content a {
    font-size: 3rem;
    padding: 1.5rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .premier .banner .banner_content a {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .premier .banner .banner_content a {
    font-size: 2rem;
  }
}

.premier .banner .banner_content .board {
  width: 50.32538vw;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .premier p {
    margin: 0;
  }
  .premier .banner {
    margin-top: 3rem;
  }
}

.deadline {
  padding-top: 12.8rem;
}

.deadline .container {
  max-width: 90%;
}

.deadline .date {
  color: #DCB926;
  font-size: 2.6rem;
  font-weight: 500;
  margin: 0;
  margin-bottom: 1.5rem;
}

.deadline h3 {
  color: #414042;
  font-weight: 500;
  margin: 0;
}

.deadline figure {
  width: 1204px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 4.6rem;
}

.deadline figure figcaption {
  margin-top: 10.9rem;
}

.deadline figure figcaption p {
  color: #414042;
  font-size: 1.6rem;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .deadline figure figcaption {
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 480px) {
  .deadline {
    padding-top: 9.8rem;
  }
}

.contact {
  padding: 12.8rem 0;
  background: #414042 url(../img/vision-bg.png) no-repeat center center/cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 480px) {
  .contact {
    background: #414042 url(../img/mobile-parallax-01.png) no-repeat center center/cover;
    background-attachment: fixed;
  }
}

.contact .wrap {
  width: 875px;
  margin: 0 auto;
}

.contact form {
  margin-top: 5.2rem;
}

.contact form input, .contact form textarea {
  color: #fff;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #DCB926;
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  background-color: transparent;
}

.contact form input:hover, .contact form textarea:hover {
  border-color: #fff;
}

@media only screen and (max-width: 480px) {
  .contact form input, .contact form textarea {
    width: 100%;
  }
}

.contact form ::-webkit-input-placeholder {
  opacity: .7;
  color: #fff;
}

.contact form :-ms-input-placeholder {
  opacity: .7;
  color: #fff;
}

.contact form ::-ms-input-placeholder {
  opacity: .7;
  color: #fff;
}

.contact form ::placeholder {
  opacity: .7;
  color: #fff;
}

.contact form .primary_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.contact form .primary_btn input {
  margin: 0;
  color: #000;
  border: 0;
  width: auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.contact form .msg {
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  font-size: 1.4rem;
}

.contact form .msg span {
  color: #313032;
  background-color: #dcb926ab;
  border-radius: 8px;
  padding: 10px 20px;
}

footer {
  text-align: center;
  padding: 2.5rem 0;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer ul li {
  margin: 0 .9rem;
}

footer ul li a {
  color: #000;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 500;
}

footer ul li a:hover {
  color: #000;
  opacity: 0.5;
}

footer p {
  margin-top: 1.2rem;
  color: #b8b8b8;
  font-size: 12px;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], input[disabled] {
  cursor: default;
}

button {
  background: transparent;
  border: none;
  outline: none;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input, button, input:focus, button:focus {
  outline: none;
  border: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

@-webkit-keyframes a {
  0% {
    stroke-dashoffset: 194;
  }
  80% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes a {
  0% {
    stroke-dashoffset: 194;
  }
  80% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/*# sourceMappingURL=style.css.map */