@import url("https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap");

/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

template {
    display: none;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
    max-width: 100%;
}

img,
iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
    cursor: pointer;
}

a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
    min-width: 320px;
    background: #fff;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #111b42;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover, a[href^="tel"] {
    text-decoration: none;
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("../fonts/ProximaNova-RegularIt.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
    content: '';
    display: block;
    clear: both;
}

/*  Notext  */
.notext {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
}

/*  Hidden  */
[hidden],
.hidden {
    display: none !important;
}

/*  Alignleft  */
.alignleft {
    float: left;
}

/*  Alignright  */
.alignright {
    float: right;
}

/*  Disabled  */
[disabled],
.disabled {
    cursor: default;
}

/*  Grid  */
.col {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1201px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
    max-width: 1326px;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
}

.shell--fluid {
    max-width: none;
}

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.prime-logo {
    color: #fff;
    font-weight: 300;
    font-size: 56px;
    text-decoration: none;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
/ / -ms-flex-wrap: wrap;
/ / flex-wrap: wrap;
    line-height: 0.85;
}

.prime-logo svg {
    margin-right: 4px;
}

.prime-logo svg + svg {
    margin-right: 20px;
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
    padding: 42px 0;
}

.section .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*flex-wrap: wrap;*/
    margin: 0 -20px;
}

.section .section__images {
    padding: 0 20px;
}

.section .section__image {
    margin-bottom: 76px;
}

.section .section__image-container {
    padding: 0 20px 141px;
    text-align: center;
    position: relative;
}

.section .section__image-container img {
    position: relative;
    z-index: 2;
}

.section .section__image-container img + img {
    position: absolute;
    top: 13px;
    left: 14px;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section .section__image-container svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
}

.section .section__image-container:first-child .section__image-caption {
    bottom: 0;
}

.section .section__image-container--big {
    padding-top: 12px;
}

.section .section__image-container--big .section__image {
    margin-bottom: 63px;
}

.section .section__image-inner {
    position: relative;
}

.section .section__image-inner a {
    display: block;
    text-decoration: none;
}

.section .section__image-inner--rectangle {
    background: #eee;
    padding: 10px 9px;
    max-width: 335px;
    margin: 0 auto 37px;
}

.section .section__image-inner--rectangle:last-child {
    margin-bottom: 0;
}

.section .section__image-inner--rectangle-big {
    background: #eee;
    padding: 15px 17px 12px;
}

.section .section__image-content {
    position: relative;
}

.section .section__image-content--alt {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 35px;
}

.section .section__image-caption {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: center 120%;
    -ms-transform-origin: center 120%;
    transform-origin: center 120%;
}

.section .section__image-caption h3 {
    margin-bottom: 5px;
}

.section .section__image-caption p {
    color: #f05d25;
    font-style: italic;
}

.section .section__image-caption:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
    background: #001D49;
    border-top: 10px solid #99A4B6;
    padding: 65px 0 135px;
}

.intro .intro__inner {
    max-width: 570px;
    margin: 0 auto;
}

.intro .prime-logo {
    margin-bottom: 40px;
}

/* ------------------------------------------------------------ *\
	Flipdown overwrite
\* ------------------------------------------------------------ */
.flipdown {
    width: auto;
    height: 150px;
    height: auto;
    margin: 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*.rotor-leaf-rear,
      .rotor-leaf-front,
      .rotor-top {
          top: 10px;
      }*/
}

.flipdown .rotor-group {
    position: relative;
    float: none;
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 14px 20px 97px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flipdown .rotor-group:before {
    content: '';
    position: absolute;
    top: 0 !important;
    bottom: initial !important;
    left: 20px !important;
    border-radius: 6px !important;
    background: #fff !important;
    width: 160px !important;
    height: 149px !important;
    pointer-events: none !important;
    display: block !important;
}

.flipdown .rotor-group .rotor-group-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.flipdown .rotor-group .rotor {
    margin: 0;
    border-radius: 6px 0 0 6px;
    max-width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 105px;
}

.flipdown .rotor-group .rotor .rotor-leaf,
.flipdown .rotor-group .rotor .rotor-top,
.flipdown .rotor-group .rotor .rotor-bottom {
    right: 0;
}

.flipdown .rotor-group .rotor:before {
    content: '';
    position: absolute;
    border: none;
    background: #ebebeb;
    height: 4px;
    width: 6px;
    display: block;
    bottom: 47%;
    left: 4px;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flipdown .rotor-group .rotor:after {
    content: '';
    border: none;
    background: #ebebeb;
    height: 4px;
    width: 65px;
    bottom: 47%;
    left: initial;
    right: 0;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flipdown .rotor-group .rotor + .rotor {
    border-radius: 0 6px 6px 0;
}

.flipdown .rotor-group .rotor + .rotor .rotor-leaf,
.flipdown .rotor-group .rotor + .rotor .rotor-top,
.flipdown .rotor-group .rotor + .rotor .rotor-bottom {
    left: 0;
}

.flipdown .rotor-group .rotor + .rotor:before {
    left: initial;
    right: 4px;
}

.flipdown .rotor-group .rotor + .rotor:after {
    right: initial;
    left: 0;
}

.flipdown .rotor-group:last-child {
    display: none;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after, .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    display: none;
}

.flipdown .rotor-leaf {
    /*padding-top: 13px;*/
    height: 105px;
}

.flipdown .rotor-leaf-front {
    padding-top: 15px;
    line-height: 90px;
}

.flipdown .rotor-leaf-rear {
    line-height: 5px;
}

.flipdown .rotor-leaf-rear,
.flipdown .rotor-leaf-front {
    height: 50px;
    /*padding-top: 13px;*/
    /*line-height: 90px;*/
}

.flipdown .rotor-top {
    height: 50px;
    padding-top: 15px;
    line-height: 90px;
}

.flipdown .rotor-bottom {
    height: 50px;
    /*bottom: 4px;*/
    line-height: 5px;
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
    content: 'Mins';
}

.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear,
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #111b42;
    background: #fff;
    font-family: "Bebas Neue", cursive;
    font-size: 126px;
}

.flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: #fff;
    font-family: "Bebas Neue", cursive;
    font-size: 40px;
    text-transform: uppercase;
}
