@charset "utf-8";
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bebasneue/v10/JTUSjIg69CK48gW7PXooxW4.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhTg.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthTg.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthTg.ttf) format('truetype');
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float_breaker:after {
  content: "";
  clear: both;
  display: block;
}
.shadow_one {
  -webkit-filter: drop-shadow(0 0 10px rgba(12, 22, 35, 0.15));
  filter: drop-shadow(0 0 10px rgba(12, 22, 35, 0.15));
}
.shadow_two {
  -webkit-filter: drop-shadow(0 0 35px rgba(12, 22, 35, 0.6));
  filter: drop-shadow(0 0 35px rgba(12, 22, 35, 0.6));
}
.shadow_three {
  -webkit-filter: drop-shadow(0 0 30px rgba(12, 22, 35, 0.1));
  filter: drop-shadow(0 0 30px rgba(12, 22, 35, 0.1));
}
.shadow_four {
  -webkit-filter: drop-shadow(0 0 20px rgba(12, 22, 35, 0.8));
  filter: drop-shadow(0 0 20px rgba(12, 22, 35, 0.8));
}
.no_shadow {
  -webkit-filter: none;
  filter: none;
}
.margin_top_5 {
  margin-top: 5px;
}
.margin_top_10 {
  margin-top: 10px;
}
.margin_top_15 {
  margin-top: 15px;
}
.margin_top_20 {
  margin-top: 20px;
}
.margin_top_30 {
  margin-top: 30px;
}
.margin_top_40 {
  margin-top: 40px;
}
.margin_top_60 {
  margin-top: 60px;
}
.margin_top_100 {
  margin-top: 100px;
}
.margin_top_150 {
  margin-top: 150px;
}
/* width */
::-webkit-scrollbar {
  width: 11px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #001b3c;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #022e64;
}
.background_basics {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
}
.background_basics.darken {
  background-color: #dcaa0f;
}
.coloured_text {
  color: #022e64;
}
.coloured_text.yellow {
  color: #dcaa0f;
}
.big_text {
  font-size: 1.3rem;
}
.bolden {
  font-weight: 700;
}
.center_content {
  text-align: center;
}
.user_select_false {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
::selection {
  background: #dcaa0f;
}
::-moz-selection {
  background: #dcaa0f;
}
* {
  box-sizing: border-box;
}
body {
  color: #000;
  font-family: 'DM Sans', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
}
p {
  margin: 0;
}
p.expand {
  line-height: 170%;
}
li {
  margin: 0;
}
a {
  text-decoration: none;
  border: none;
  color: inherit;
}
img {
  border: none;
  display: block;
}
.headerCrossStyling {
  padding: 0;
  margin: 0;
  line-height: 96%;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal;
}
h1 {
  padding: 0;
  margin: 0;
  line-height: 96%;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal;
  font-size: 3.4rem;
  line-height: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.8rem;
  }
}
h2 {
  padding: 0;
  margin: 0;
  line-height: 96%;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 85%;
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.8rem;
  }
}
h3 {
  padding: 0;
  margin: 0;
  line-height: 96%;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1.35rem;
  }
}
h4 {
  padding: 0;
  margin: 0;
  line-height: 96%;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 110%;
}
h5,
h6 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 105%;
}
::-webkit-input-placeholder {
  color: #a6aeb8;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #a6aeb8;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #a6aeb8;
}
:-ms-input-placeholder {
  color: #a6aeb8;
}
.frm_err {
  font-weight: 600;
  color: #f58430;
  border: 1px solid #f58430;
  position: absolute;
  top: 0;
  right: 20px;
  padding: 10px 20px;
  font-size: 0.9rem;
}
.frm_success {
  display: block;
  padding: 40px 20px;
  text-align: center;
  background: #dcaa0f;
  color: #fff;
}
.frm_success > div {
  display: table;
  font-size: 1.4rem;
  margin: 0 auto;
}
.frm_success > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.frm_success > div i {
  font-size: 2rem;
  color: #022e64;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .frm_success {
    text-align: left;
  }
  .frm_success > div > div {
    vertical-align: top;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .frm_success {
    text-align: left;
    padding: 40px;
  }
  .frm_success > div {
    font-size: 1.2rem;
  }
  .frm_success > div > div {
    vertical-align: top;
  }
}
@media only screen and (max-width: 480px) {
  .frm_success {
    padding: 30px 20px;
    text-align: left;
  }
  .frm_success > div {
    font-size: 1.2rem;
  }
  .frm_success > div > div {
    vertical-align: top;
  }
  .frm_success > div i {
    font-size: 1.5rem;
  }
}
.textbox {
  display: block;
  padding: 20px;
  resize: vertical;
  outline: none;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #dbdfe3;
  background: none;
  color: #000;
  transition: 0.3s ease;
  font-family: 'DM Sans', sans-serif;
}
.textbox.textarea {
  height: 150px;
}
.textbox:hover {
  border-color: #dcaa0f;
}
.textbox:focus {
  background: #dbdfe3;
  border-color: #dbdfe3;
  color: #022e64;
}
.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 15px;
  font-size: 1rem;
  color: #000;
  transition: 0.3s ease;
  background: transparent;
  border: 3px solid #000;
  margin: 0 0 0 10px;
  border-radius: 0;
}
.checkbox:first-child {
  margin: 0;
}
.checkbox > div:first-child {
  padding: 0 10px 0 0;
  text-align: center;
  position: relative;
  font-size: 0.9rem;
}
.checkbox > div:first-child > div {
  width: 14px;
  height: 14px;
  border: 3px solid #000;
  border-radius: 0;
  transition: 0.3s ease;
}
.checkbox > div:first-child > div i {
  display: none;
}
.checkbox > div:last-child {
  flex: 1;
}
.checkbox:hover {
  border-color: #dcaa0f;
  border-bottom-color: #001b3c;
  color: #001b3c;
}
.checkbox:hover > div:first-child > div {
  border: 3px solid #dcaa0f;
}
.checkbox.wide {
  display: flex;
  margin: 10px 0 0 0;
}
.checkbox.wide:first-child {
  margin: 0;
}
.checkbox.checked {
  -webkit-filter: drop-shadow(0 0 10px rgba(12, 22, 35, 0.15));
  filter: drop-shadow(0 0 10px rgba(12, 22, 35, 0.15));
  background: #001b3c;
  border-color: #001b3c;
  color: #fff;
}
.checkbox.checked > div:first-child > div {
  border-color: #001b3c;
}
.checkbox.checked > div:first-child > div i {
  display: block;
  margin: -2px 0 0 -2px;
}
.checkbox.floater {
  float: left;
}
.selectbox {
  display: block;
  padding: 20px;
  resize: vertical;
  outline: none;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #dbdfe3;
  background: none;
  color: #000;
  transition: 0.3s ease;
  font-family: 'DM Sans', sans-serif;
}
.selectbox.textarea {
  height: 150px;
}
.selectbox:hover {
  border-color: #dcaa0f;
}
.selectbox:focus {
  background: #dbdfe3;
  border-color: #dbdfe3;
  color: #022e64;
}
.selectbox option {
  background: #001b3c;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity > div:nth-child(2) {
  padding: 0 10px;
}
.quantity > div:nth-child(2) > div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  cursor: default;
  background: #000;
  padding: 5px;
  min-width: 40px;
  font-size: 0.8rem;
}
.quantity > div a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #fff;
  font-size: 0.7rem;
}
.quantity > div a:hover {
  color: #022e64;
}
.quantity > div input {
  display: none;
}
.button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 11px 50px 8px 50px;
  background: #022e64;
  color: #fff;
  transition: 0.3s ease;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
}
.button:hover {
  background: #dcaa0f;
}
.button:active {
  background: #001b3c;
}
.button.icon {
  font-size: 1rem;
  padding: 10px 15px 8px 15px;
  background: #dcaa0f;
}
.button.icon:hover {
  background: #022e64;
}
.button.icon:active {
  background: #001b3c;
}
.button.full {
  display: block;
}
@keyframes preloader {
  0% {
    border-color: #022e64;
  }
  50% {
    border-color: #dcaa0f;
  }
  100% {
    border-color: #022e64;
  }
}
@keyframes preloader_inner {
  0% {
    background: #dcaa0f;
  }
  50% {
    background: #022e64;
  }
  100% {
    background: #dcaa0f;
  }
}
.preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  cursor: default;
  display: table;
  color: #022e64;
  font-family: 'Larsseit-Bold', sans-serif;
}
.preloader > div {
  display: table-cell;
  vertical-align: middle;
}
.preloader > div:first-child {
  width: 45px;
  padding: 0 15px 0 0;
}
.preloader > div:first-child > div {
  border: 6px solid #022e64;
  border-radius: 50%;
  padding: 5px;
  animation-name: preloader;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.preloader > div:first-child > div > div {
  border-radius: 50%;
  background: #dcaa0f;
  height: 8px;
  width: 8px;
  animation-name: preloader_inner;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.preloader.make_inline {
  display: inline-block;
}
.preloader.mini > div:first-child {
  width: 45px;
  padding: 0 10px 0 0;
}
.banner_logo {
  position: fixed;
  display: flex;
  z-index: 12;
  top: 0;
  left: 0;
  padding: 40px;
  transition: 0.3s ease;
}
.banner_logo > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_logo > a > div:first-child img {
  width: 100px;
}
.banner_logo > a > div:last-child {
  padding: 0 0 0 20px;
  text-transform: uppercase;
  color: #fff;
}
.banner_logo.active {
  top: -150px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .banner_logo > a > div:first-child img {
    width: 70px;
  }
  .banner_logo > a > div:last-child {
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .banner_logo {
    padding: 30px 20px;
  }
  .banner_logo > a > div:first-child img {
    width: 70px;
  }
  .banner_logo > a > div:last-child {
    padding: 0 0 0 10px;
  }
}
.footer {
  background: #dbdfe3;
  color: #001b3c;
  padding: 100px;
}
.footer > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer > div > div:first-child {
  flex: 0 0 100px;
}
.footer > div > div:first-child img {
  width: 100%;
}
.footer > div > div:last-child {
  flex: 1;
}
.footer > div > div:last-child > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer > div > div:last-child > div:first-child {
  padding: 0 0 25px 40px;
}
.footer > div > div:last-child > div:last-child {
  border-top: 1px solid #a6aeb8;
  padding: 30px 0 0 40px;
}
.footer > div > div:last-child > div > div:first-child {
  flex: 1;
  padding: 0 40px 0 0;
}
.footer a.footer_link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline;
  text-decoration: none;
  color: #022e64;
  transition: 0.3s ease;
  position: relative;
  margin: 0 30px 0 0;
  font-size: 1.28rem;
  font-family: 'Bebas Neue', sans-serif;
}
.footer a.footer_link:hover {
  color: #dcaa0f;
}
.footer a.footer_link:active {
  color: #001b3c;
}
.footer a.footer_link.active {
  color: #001b3c;
}
.footer .footer_social {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  float: left;
  color: #022e64;
  transition: 0.3s ease;
  font-size: 1.3rem;
  padding: 0 0 0 5px;
  margin: 0 0 0 15px;
  text-align: center;
  opacity: 0.4;
}
.footer .footer_social:hover {
  opacity: 1;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .footer a.footer_link {
    margin: 0 20px 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .footer {
    padding: 100px 80px;
  }
  .footer > div > div:last-child > div {
    display: block;
  }
  .footer > div > div:last-child > div:first-child > div:last-child {
    margin: 5px 0 0 0;
  }
  .footer > div > div:last-child > div > div {
    padding: 0;
  }
  .footer > div > div:last-child > div > div:first-child {
    padding: 0 40px 0 0;
  }
  .footer a.footer_link {
    margin: 0 20px 0 0;
  }
  .footer .footer_social {
    padding: 0 5px 0 0;
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .footer {
    padding: 80px 60px;
  }
  .footer > div {
    display: block;
  }
  .footer > div > div:first-child {
    padding: 0 0 30px 0;
  }
  .footer > div > div:first-child img {
    width: 100px;
    margin: 0 auto;
  }
  .footer > div > div:last-child > div {
    display: block;
    text-align: center;
  }
  .footer > div > div:last-child > div:first-child {
    padding: 0 0 25px 0;
  }
  .footer > div > div:last-child > div:first-child > div:last-child {
    margin: 5px 0 0 0;
  }
  .footer > div > div:last-child > div:last-child {
    padding: 30px 0 0 0;
  }
  .footer > div > div:last-child > div > div {
    padding: 0;
  }
  .footer > div > div:last-child > div > div:first-child {
    padding: 0;
  }
  .footer a.footer_link {
    margin: 0 15px 0 0;
    font-size: 1.2rem;
  }
  .footer .footer_social {
    padding: 0 5px 0 0;
    margin: 0 15px 0 0;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  .footer {
    padding: 80px 40px;
  }
  .footer > div {
    display: block;
  }
  .footer > div > div:first-child {
    padding: 0 0 30px 0;
  }
  .footer > div > div:first-child img {
    width: 100px;
    margin: 0 auto;
  }
  .footer > div > div:last-child > div {
    display: block;
    text-align: center;
  }
  .footer > div > div:last-child > div:first-child {
    padding: 0 0 25px 0;
  }
  .footer > div > div:last-child > div:first-child > div:last-child {
    margin: 5px 0 0 0;
  }
  .footer > div > div:last-child > div:last-child {
    padding: 30px 0 0 0;
  }
  .footer > div > div:last-child > div > div {
    padding: 0;
  }
  .footer > div > div:last-child > div > div:first-child {
    padding: 0;
  }
  .footer a.footer_link {
    margin: 0 15px 0 0;
    font-size: 1.2rem;
    display: inline-block;
  }
  .footer .footer_social {
    padding: 0 5px 0 0;
    margin: 0 15px 0 0;
    float: none;
  }
}
.hamburger {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: table;
  position: fixed;
  z-index: 12;
  top: 40px;
  right: -80px;
  color: #fff;
  height: 50px;
  transition: 0.3s ease;
}
.hamburger > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.hamburger > div:first-child {
  font-size: 1.4rem;
  background: #dcaa0f;
  transition: 0.3s ease;
  width: 40px;
}
.hamburger > div:last-child {
  background: #022e64;
  transition: 0.3s ease;
  width: 80px;
}
.hamburger:hover {
  right: 0;
}
.hamburger:hover > div:first-child {
  background: #022e64;
}
.hamburger:hover > div:last-child {
  background: #dcaa0f;
}
@media only screen and (max-width: 480px) {
  .hamburger {
    top: 30px;
  }
}
.navigation_popup {
  position: fixed;
  z-index: 14;
  top: 0;
  right: 0;
  height: 100%;
  display: none;
}
.navigation_popup > div {
  display: inline-flex;
  height: 100%;
}
.navigation_popup > div > div:first-child {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
}
.navigation_popup > div > div:first-child > div {
  flex: 1;
  padding: 1px 0 0 0;
  text-align: right;
}
.navigation_popup > div > div:first-child > div:first-child {
  padding: 0;
}
.navigation_popup > div > div:last-child {
  padding: 0 0 0 1px;
}
.navigation_popup > div > div:last-child a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #022e64;
  color: #fff;
  transition: 0.3s ease;
  padding: 20px;
}
.navigation_popup > div > div:last-child a:hover {
  background: #dcaa0f;
}
.navigation_popup > div > div:last-child a:active {
  background: #001b3c;
}
a.nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  text-decoration: none;
  background: #022e64;
  color: #fff;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: 'Bebas Neue', sans-serif;
  text-align: left;
  height: 100%;
  width: 300px;
}
a.nav:hover {
  background: #fff;
  color: #022e64;
  width: 400px;
}
a.nav:active {
  background: #dbdfe3;
  color: #022e64;
}
a.nav.active {
  background: #dcaa0f;
  color: #fff;
  width: 440px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  a.nav {
    width: 50vw;
  }
  a.nav:hover {
    width: 70vw;
  }
  a.nav.active {
    width: 80vw;
  }
}
@media only screen and (max-width: 480px) {
  a.nav {
    width: 50vw;
  }
  a.nav:hover {
    width: 70vw;
  }
  a.nav.active {
    width: 80vw;
  }
}
.text_link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #dcaa0f;
  font-weight: 700;
  transition: 0.3s ease;
}
.text_link:hover {
  color: #022e64;
}
.text_link.reversed {
  color: #022e64;
}
.text_link.reversed:hover {
  color: #dcaa0f;
}
.custom_box.line_text_image {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.custom_box.line_text_image > div:first-child {
  flex: 0 0 200px;
  padding: 110px 0 0 0;
}
.custom_box.line_text_image > div:first-child > div {
  height: 1px;
  background: #dcaa0f;
}
.custom_box.line_text_image > div:nth-child(2) {
  flex: 0 0 40%;
  padding: 100px 140px 100px 30px;
}
.custom_box.line_text_image > div:last-child {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
  flex: 1;
  position: relative;
}
.custom_box.line_text_image > div:last-child.darken {
  background-color: #dcaa0f;
}
.custom_box.line_text_image > div:last-child > div {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #0c1623;
  background: linear-gradient(0deg, rgba(12, 22, 35, 0) 0%, rgba(12, 22, 35, 0.6) 100%);
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .custom_box.line_text_image > div:first-child {
    flex: 0 0 140px;
    padding: 90px 0 0 0;
  }
  .custom_box.line_text_image > div:nth-child(2) {
    padding: 80px 80px 80px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .custom_box.line_text_image {
    padding: 100px 0;
  }
  .custom_box.line_text_image > div:first-child {
    flex: 0 0 140px;
    padding: 10px 0 0 0;
  }
  .custom_box.line_text_image > div:nth-child(2) {
    flex: 1;
    padding: 0 140px 60px 30px;
  }
  .custom_box.line_text_image > div:last-child {
    flex: 0 0 calc(100% - 170px);
    height: 300px;
    margin: 0 0 0 170px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .custom_box.line_text_image {
    padding: 100px 0;
  }
  .custom_box.line_text_image > div:first-child {
    flex: 0 0 40px;
    padding: 7px 0 0 0;
  }
  .custom_box.line_text_image > div:nth-child(2) {
    flex: 1;
    padding: 0 60px 40px 20px;
  }
  .custom_box.line_text_image > div:last-child {
    flex: 0 0 calc(100% - 60px);
    height: 300px;
    margin: 0 0 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .custom_box.line_text_image {
    padding: 80px 0;
  }
  .custom_box.line_text_image > div:first-child {
    flex: 0 0 30px;
    padding: 7px 0 0 0;
  }
  .custom_box.line_text_image > div:nth-child(2) {
    flex: 1;
    padding: 0 30px 40px 10px;
  }
  .custom_box.line_text_image > div:last-child {
    flex: 0 0 calc(100% - 40px);
    height: 300px;
    margin: 0 0 0 40px;
  }
}
.custom_box.heading_line_text_image {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.custom_box.heading_line_text_image > div:first-child {
  padding: 0 0 0 140px;
}
.custom_box.heading_line_text_image > div:nth-child(2) {
  flex: 0 0 180px;
  padding: 5px 20px 0 20px;
}
.custom_box.heading_line_text_image > div:nth-child(2) > div {
  height: 1px;
  background: #dcaa0f;
}
.custom_box.heading_line_text_image > div:nth-child(3) {
  flex: 0 0 40%;
  padding: 0 140px 0 0;
}
.custom_box.heading_line_text_image > div:last-child {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
  flex: 1;
}
.custom_box.heading_line_text_image > div:last-child.darken {
  background-color: #dcaa0f;
}
.custom_box.heading_line_text_image > div:last-child > div {
  display: table;
  height: 100%;
  min-height: 300px;
  width: 100%;
  background: #0c1623;
  background: linear-gradient(0deg, rgba(12, 22, 35, 0) 0%, #0c1623 100%);
}
.custom_box.heading_line_text_image > div:last-child > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .custom_box.heading_line_text_image > div:first-child {
    flex: 0 0 35%;
    padding: 0 0 60px 140px;
  }
  .custom_box.heading_line_text_image > div:nth-child(2) {
    flex: 0 0 65%;
    padding: 5px 20px 60px 20px;
  }
  .custom_box.heading_line_text_image > div:nth-child(3) {
    flex: 0 0 60%;
    padding: 0 80px 0 140px;
  }
  .custom_box.heading_line_text_image > div:last-child {
    flex: 0 0 40%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .custom_box.heading_line_text_image > div:first-child {
    flex: 0 0 42%;
    padding: 0 0 60px 140px;
  }
  .custom_box.heading_line_text_image > div:nth-child(2) {
    flex: 0 0 58%;
    padding: 5px 0 60px 20px;
  }
  .custom_box.heading_line_text_image > div:nth-child(3) {
    flex: 0 0 100%;
    padding: 0 80px 60px 140px;
  }
  .custom_box.heading_line_text_image > div:last-child {
    flex: 0 0 calc(100% - 140px);
    margin: 0 0 0 140px;
  }
  .custom_box.heading_line_text_image > div:last-child > div {
    min-height: 300px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .custom_box.heading_line_text_image > div:first-child {
    padding: 0 0 0 60px;
  }
  .custom_box.heading_line_text_image > div:nth-child(2) {
    flex: 1;
    padding: 5px 0 0 20px;
  }
  .custom_box.heading_line_text_image > div:nth-child(3) {
    flex: 0 0 100%;
    padding: 50px 60px 60px 60px;
  }
  .custom_box.heading_line_text_image > div:last-child {
    flex: 0 0 calc(100% - 60px);
    margin: 0 0 0 60px;
  }
  .custom_box.heading_line_text_image > div:last-child > div {
    min-height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .custom_box.heading_line_text_image > div:first-child {
    padding: 0 0 0 40px;
  }
  .custom_box.heading_line_text_image > div:nth-child(2) {
    flex: 1;
    padding: 5px 0 0 10px;
  }
  .custom_box.heading_line_text_image > div:nth-child(3) {
    flex: 0 0 100%;
    padding: 50px 40px 40px 40px;
  }
  .custom_box.heading_line_text_image > div:last-child {
    flex: 0 0 calc(100% - 40px);
    margin: 0 0 0 40px;
  }
  .custom_box.heading_line_text_image > div:last-child > div {
    min-height: 300px;
  }
}
.custom_box.line_text_image_text {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.custom_box.line_text_image_text > div:first-child {
  flex: 0 0 200px;
  padding: 110px 0 0 0;
}
.custom_box.line_text_image_text > div:first-child > div {
  height: 1px;
  background: #dcaa0f;
}
.custom_box.line_text_image_text > div:nth-child(2) {
  flex: 0 0 25%;
  padding: 100px 100px 100px 30px;
}
.custom_box.line_text_image_text > div:nth-child(3) {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
  flex: 1;
}
.custom_box.line_text_image_text > div:nth-child(3).darken {
  background-color: #dcaa0f;
}
.custom_box.line_text_image_text > div:last-child {
  flex: 0 0 30%;
  padding: 100px;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .custom_box.line_text_image_text > div:first-child {
    flex: 0 0 140px;
  }
  .custom_box.line_text_image_text > div:nth-child(2) {
    flex: 0 0 35%;
  }
  .custom_box.line_text_image_text > div:last-child {
    flex: 0 0 100%;
    display: flex;
    padding: 100px 100px 0 100px;
    border-top: 1px solid #dbdfe3;
  }
  .custom_box.line_text_image_text > div:last-child .quick_tip {
    flex: 0 0 33.33%;
    padding: 0 10px;
    margin: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .custom_box.line_text_image_text > div:first-child {
    flex: 0 0 140px;
    padding: 10px 0 0 0;
  }
  .custom_box.line_text_image_text > div:nth-child(2) {
    flex: 1;
    padding: 0 140px 60px 30px;
  }
  .custom_box.line_text_image_text > div:nth-child(3) {
    flex: 0 0 calc(100% - 170px);
    height: 300px;
    margin: 0 0 0 170px;
  }
  .custom_box.line_text_image_text > div:last-child {
    flex: 0 0 100%;
    display: flex;
    padding: 80px 80px 0 80px;
    border-top: 1px solid #dbdfe3;
  }
  .custom_box.line_text_image_text > div:last-child .quick_tip {
    flex: 0 0 33.33%;
    padding: 0 10px;
    margin: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .custom_box.line_text_image_text > div:first-child {
    flex: 0 0 40px;
    padding: 7px 0 0 0;
  }
  .custom_box.line_text_image_text > div:nth-child(2) {
    flex: 1;
    padding: 0 60px 40px 20px;
  }
  .custom_box.line_text_image_text > div:nth-child(3) {
    flex: 0 0 calc(100% - 60px);
    height: 300px;
    margin: 0 0 0 60px;
  }
  .custom_box.line_text_image_text > div:last-child {
    flex: 0 0 100%;
    padding: 60px 60px 0 60px;
    border-top: 1px solid #dbdfe3;
  }
}
@media only screen and (max-width: 480px) {
  .custom_box.line_text_image_text > div:first-child {
    flex: 0 0 30px;
    padding: 7px 0 0 0;
  }
  .custom_box.line_text_image_text > div:nth-child(2) {
    flex: 1;
    padding: 0 30px 40px 10px;
  }
  .custom_box.line_text_image_text > div:nth-child(3) {
    flex: 0 0 calc(100% - 40px);
    height: 300px;
    margin: 0 0 0 40px;
  }
  .custom_box.line_text_image_text > div:last-child {
    flex: 0 0 100%;
    padding: 40px 40px 0 40px;
    border-top: 1px solid #dbdfe3;
  }
}
.custom_box.contact_details_with_map {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.custom_box.contact_details_with_map > div:first-child {
  flex: 0 0 200px;
  padding: 110px 0 0 0;
}
.custom_box.contact_details_with_map > div:first-child > div {
  height: 1px;
  background: #dcaa0f;
}
.custom_box.contact_details_with_map > div:nth-child(2) {
  flex: 0 0 40%;
  padding: 100px 140px 100px 30px;
}
.custom_box.contact_details_with_map > div:last-child {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
  flex: 1;
}
.custom_box.contact_details_with_map > div:last-child.darken {
  background-color: #dcaa0f;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .custom_box.contact_details_with_map > div:first-child {
    flex: 0 0 140px;
    padding: 90px 0 0 0;
  }
  .custom_box.contact_details_with_map > div:nth-child(2) {
    padding: 80px 80px 80px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .custom_box.contact_details_with_map {
    padding: 100px 0;
  }
  .custom_box.contact_details_with_map > div:first-child {
    flex: 0 0 140px;
    padding: 10px 0 0 0;
  }
  .custom_box.contact_details_with_map > div:nth-child(2) {
    flex: 1;
    padding: 0 140px 60px 30px;
  }
  .custom_box.contact_details_with_map > div:last-child {
    flex: 0 0 calc(100% - 170px);
    height: 300px;
    margin: 0 0 0 170px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .custom_box.contact_details_with_map {
    padding: 100px 0;
  }
  .custom_box.contact_details_with_map > div:first-child {
    flex: 0 0 40px;
    padding: 7px 0 0 0;
  }
  .custom_box.contact_details_with_map > div:nth-child(2) {
    flex: 1;
    padding: 0 60px 40px 20px;
  }
  .custom_box.contact_details_with_map > div:last-child {
    flex: 0 0 calc(100% - 60px);
    height: 300px;
    margin: 0 0 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .custom_box.contact_details_with_map {
    padding: 80px 0;
  }
  .custom_box.contact_details_with_map > div:first-child {
    flex: 0 0 30px;
    padding: 7px 0 0 0;
  }
  .custom_box.contact_details_with_map > div:nth-child(2) {
    flex: 1;
    padding: 0 30px 40px 10px;
  }
  .custom_box.contact_details_with_map > div:last-child {
    flex: 0 0 calc(100% - 40px);
    height: 300px;
    margin: 0 0 0 40px;
  }
}
.custom_box.bg_grey {
  background: #eff0f1;
}
.line_separator {
  margin: 20px 0;
  background: #dcaa0f;
  width: 40px;
  height: 3px;
}
.blinds {
  position: fixed;
  z-index: 14;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(12, 22, 35, 0.8);
}
.page_not_found > div {
  text-align: center;
  background: #001b3c;
  color: #fff;
}
.page_not_found > div:first-child {
  padding: 180px 0 0 0;
}
.page_not_found > div:first-child h1 {
  color: #dcaa0f;
  font-size: 18rem;
  line-height: 65%;
  font-family: 'DM Sans', sans-serif;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .page_not_found > div:first-child h1 {
    font-size: 16rem;
  }
}
@media only screen and (max-width: 480px) {
  .page_not_found > div:first-child {
    padding: 150px 0 0 0;
  }
  .page_not_found > div:first-child h1 {
    font-size: 10rem;
  }
}
.page_not_found > div:last-child {
  padding: 80px 40px;
}
.page_not_found > div:last-child h4 {
  color: #001b3c;
}
.page_not_found > div:last-child span {
  margin: 10px 0 20px 0;
  display: block;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .page_not_found > div:last-child {
    padding: 50px 80px 80px 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .page_not_found > div:last-child {
    padding: 50px 60px 80px 60px;
  }
}
@media only screen and (max-width: 480px) {
  .page_not_found > div:last-child {
    padding: 50px 30px 80px 30px;
  }
}
.slideshow {
  height: 100vh;
  min-height: 650px;
  position: relative;
  background: #001b3c;
  color: #fff;
  overflow: hidden;
}
.slideshow > .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.slideshow > .slide:first-child {
  display: block;
}
.slideshow > .slide > div:first-child {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 100px;
  display: table;
  transition: 0.3s ease;
}
.slideshow > .slide > div:first-child > div {
  display: table-cell;
}
.slideshow > .slide > div:first-child > div > h1 {
  transition: 0.3s ease;
  opacity: 0;
  max-width: 700px;
  display: inline-block;
  padding: 0 40px;
  font-size: 6.5rem;
  letter-spacing: -2px;
  line-height: 80%;
}
.slideshow > .slide > div:last-child {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
  height: 100%;
}
.slideshow > .slide > div:last-child.darken {
  background-color: #dcaa0f;
}
.slideshow > .slide > div:last-child > div {
  height: 100%;
  width: 100%;
  background: #0c1623;
  background: linear-gradient(180deg, rgba(12, 22, 35, 0) 40%, #0c1623 100%);
}
.slideshow > .slide.active > div:first-child {
  bottom: 100px;
}
.slideshow > .slide.active > div:first-child > div > h1 {
  opacity: 1;
}
.slideshow > .slide_selector_holder {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-filter: drop-shadow(0 0 10px rgba(12, 22, 35, 0.15));
  filter: drop-shadow(0 0 10px rgba(12, 22, 35, 0.15));
}
.slideshow > .slide_selector_holder > .slide_selector > div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
  padding: 55px 80px;
  margin: 0 0 0 1px;
  background: #fff;
  font-size: 0.8rem;
  position: relative;
  transition: 0.3s ease;
  color: #022e64;
}
.slideshow > .slide_selector_holder > .slide_selector > div.darken {
  background-color: #dcaa0f;
}
.slideshow > .slide_selector_holder > .slide_selector > div > div {
  position: absolute;
  top: 0;
  left: 0;
}
.slideshow > .slide_selector_holder > .slide_selector > div > div:first-child {
  z-index: 1;
  padding: 20px;
}
.slideshow > .slide_selector_holder > .slide_selector > div > div:last-child {
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s ease;
}
.slideshow > .slide_selector_holder > .slide_selector > div:hover {
  color: #fff;
}
.slideshow > .slide_selector_holder > .slide_selector > div:hover > div:last-child {
  background: #022e64;
  opacity: 0.6;
}
.slideshow > .slide_selector_holder > .slide_selector.active > div {
  color: #fff;
  padding: 80px;
}
.slideshow > .slide_selector_holder > .slide_selector.active > div > div:last-child {
  background: #022e64;
  opacity: 1;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .slideshow > .slide > div:first-child {
    left: 40px;
  }
  .slideshow > .slide > div:first-child > div > h1 {
    max-width: 600px;
    font-size: 6.2rem;
  }
  .slideshow > .slide_selector_holder > .slide_selector > div {
    padding: 45px 70px;
  }
  .slideshow > .slide_selector_holder > .slide_selector.active > div {
    padding: 70px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideshow > .slide > div:first-child {
    left: 40px;
  }
  .slideshow > .slide > div:first-child > div > h1 {
    max-width: 600px;
    font-size: 5.7rem;
  }
  .slideshow > .slide.active > div:first-child {
    bottom: 150px;
  }
  .slideshow > .slide_selector_holder > .slide_selector > div {
    padding: 40px 60px;
  }
  .slideshow > .slide_selector_holder > .slide_selector.active > div {
    padding: 60px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .slideshow > .slide > div:first-child {
    left: 0;
  }
  .slideshow > .slide > div:first-child > div > h1 {
    max-width: 100%;
    padding: 0 60px;
    font-size: 5rem;
  }
  .slideshow > .slide.active > div:first-child {
    bottom: 150px;
  }
  .slideshow > .slide_selector_holder > .slide_selector > div {
    padding: 40px 50px;
  }
  .slideshow > .slide_selector_holder > .slide_selector.active > div {
    padding: 60px 50px;
  }
}
@media only screen and (max-width: 480px) {
  .slideshow > .slide > div:first-child {
    left: 0;
  }
  .slideshow > .slide > div:first-child > div > h1 {
    max-width: 100%;
    padding: 0 40px;
    font-size: 4.5rem;
  }
  .slideshow > .slide.active > div:first-child {
    bottom: 180px;
  }
  .slideshow > .slide_selector_holder > .slide_selector > div {
    padding: 40px;
  }
  .slideshow > .slide_selector_holder > .slide_selector.active > div {
    padding: 55px 40px;
  }
}
.page_screen {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
}
.page_screen.darken {
  background-color: #dcaa0f;
}
.page_screen > div {
  height: 85vh;
  min-height: 650px;
  background: rgba(12, 22, 35, 0.4);
}
.page_screen > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  height: 100%;
}
.page_screen > div > div > div {
  padding: 0 60px 0 160px;
  color: #dcaa0f;
}
.page_screen > div > div > div h1 {
  line-height: 80%;
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page_screen > div > div {
    max-width: 600px;
  }
  .page_screen > div > div > div {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .page_screen > div > div {
    max-width: 100%;
  }
  .page_screen > div > div > div {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .page_screen > div {
    height: 80vh;
    min-height: auto;
  }
  .page_screen > div > div {
    max-width: 100%;
  }
  .page_screen > div > div > div {
    padding: 0 40px;
  }
}
.image_viewer {
  display: none;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.image_viewer > div:first-child {
  display: table;
  width: 100%;
  height: 100%;
}
.image_viewer > div:first-child > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.image_viewer > div:first-child > div > div {
  display: inline-block;
  margin: 0 auto;
}
.image_viewer > div:first-child > div > div img {
  -webkit-filter: drop-shadow(0 0 35px rgba(12, 22, 35, 0.6));
  filter: drop-shadow(0 0 35px rgba(12, 22, 35, 0.6));
  max-height: 95vh;
  max-width: 100%;
  border-radius: 0;
}
.image_viewer > div:nth-child(2) {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}
.image_viewer > div:nth-child(3) {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 10px;
}
.image_viewer > div:nth-child(4) {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .image_viewer {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 480px) {
  .image_viewer {
    padding: 0 50px;
  }
}
.image_box {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
  position: relative;
  background: #000;
  border-top: 3px solid #022e64;
}
.image_box.darken {
  background-color: #dcaa0f;
}
.image_box > img {
  width: 100%;
}
.image_box > div {
  height: 3px;
  width: 100px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.image_box.darker_bg {
  background-color: #001b3c;
}
.post_content li {
  margin: 10px 0;
}
.post_content p {
  margin: 20px 0;
}
.post_content p a {
  color: #022e64;
  transition: 0.3s ease;
}
.post_content p a:hover {
  color: #fff;
  border-bottom: 3px solid #022e64;
}
.post_content h4 {
  font-weight: 700;
  margin: 20px 0;
  text-transform: none;
  font-weight: 400;
}
.post_content h4 a {
  color: #022e64;
  transition: 0.3s ease;
}
.post_content h4 a:hover {
  color: #fff;
  border-bottom: 3px solid #022e64;
}
.post_content .image {
  -webkit-filter: drop-shadow(0 0 20px rgba(12, 22, 35, 0.8));
  filter: drop-shadow(0 0 20px rgba(12, 22, 35, 0.8));
  margin: 30px 0;
  background: #001b3c;
}
.post_content .image > div:first-child img {
  width: 100%;
}
.post_content .image.with_caption > div:last-child {
  font-weight: 700;
  padding: 30px;
  text-align: left;
}
.post_content .embed {
  -webkit-filter: drop-shadow(0 0 20px rgba(12, 22, 35, 0.8));
  filter: drop-shadow(0 0 20px rgba(12, 22, 35, 0.8));
  margin: 30px 0;
  background: #001b3c;
}
.post_content .embed > div:first-child iframe {
  width: 100%;
}
.post_content .embed.with_caption > div:last-child {
  font-weight: 700;
  padding: 30px;
  text-align: left;
}
.post_content table {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
}
.post_content table tr th {
  border: 1px solid #dcaa0f;
  padding: 15px;
  background: #001b3c;
  text-align: left;
}
.post_content table tr td {
  border: 1px solid #dcaa0f;
  padding: 15px;
  text-align: left;
}
.post_content .quote {
  margin: 45px auto 30px auto;
  max-width: 500px;
  position: relative;
}
.post_content .quote > div:first-child {
  -webkit-filter: drop-shadow(0 0 20px rgba(12, 22, 35, 0.8));
  filter: drop-shadow(0 0 20px rgba(12, 22, 35, 0.8));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  background: #001b3c;
  transition: 0.3s ease;
}
.post_content .quote > div:first-child > div:first-child {
  font-weight: 700;
  font-size: 1.2rem;
  padding: 40px 30px 30px 30px;
}
.post_content .quote > div:first-child > div:last-child {
  font-weight: 700;
  border-top: 1px solid #dcaa0f;
  padding: 20px 30px;
  color: #dcaa0f;
}
.post_content .quote > div:last-child {
  position: absolute;
  top: -25px;
  left: 40px;
  padding: 14px 16px;
  border-radius: 50%;
  background: #022e64;
  color: #fff;
  font-size: 1.4rem;
}
.post_content .link {
  margin: 30px 0;
}
.post_content .link > a {
  -webkit-filter: drop-shadow(0 0 20px rgba(12, 22, 35, 0.8));
  filter: drop-shadow(0 0 20px rgba(12, 22, 35, 0.8));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  background: #001b3c;
  padding: 30px;
  transition: 0.3s ease;
}
.post_content .link > a > div:first-child {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0 0 5px 0;
}
.post_content .link > a > div:nth-child(2) {
  border-bottom: 1px solid #dcaa0f;
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
}
.post_content .link > a > div:last-child {
  font-size: 0.9rem;
  color: #dcaa0f;
}
.post_content .attachment {
  margin: 30px 0;
}
.post_content .attachment > a {
  -webkit-filter: drop-shadow(0 0 20px rgba(12, 22, 35, 0.8));
  filter: drop-shadow(0 0 20px rgba(12, 22, 35, 0.8));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001b3c;
  transition: 0.3s ease;
}
.post_content .attachment > a > div {
  padding: 15px;
}
.post_content .attachment > a > div:first-child {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 20px;
}
.post_content .attachment > a > div:nth-child(2) {
  flex: 1;
}
.post_content .attachment > a > div:last-child {
  color: #dcaa0f;
}
.post_content .attachment > a:hover {
  background: #dcaa0f;
}
.post_content .attachment > a:hover > div:last-child {
  color: #dcaa0f;
}
.post_content .attachment.doc > a > div:first-child,
.post_content .attachment.docx > a > div:first-child {
  background: #295394;
}
.post_content .attachment.ppt > a > div:first-child,
.post_content .attachment.pptx > a > div:first-child {
  background: #c54830;
}
.post_content .attachment.xls > a > div:first-child,
.post_content .attachment.xlsx > a > div:first-child {
  background: #1f6e43;
}
.post_content .attachment.pdf > a > div:first-child {
  background: #f20f00;
}
.post_content .attachment.rtf > a > div:first-child {
  background: #157efb;
}
.post_content .attachment.txt > a > div:first-child {
  background: #000;
}
.posts_holder .post {
  display: flex;
  margin: 40px 0 0 0;
}
.posts_holder .post:first-child {
  margin: 0;
}
.posts_holder .post > div:first-child {
  color: #fff;
  text-align: center;
}
.posts_holder .post > div:first-child > div {
  transition: 0.3s ease;
}
.posts_holder .post > div:first-child > div:first-child {
  background: #022e64;
  padding: 15px 20px 11px 20px;
}
.posts_holder .post > div:first-child > div:last-child {
  background: #dcaa0f;
  padding: 5px 10px 4px 10px;
}
.posts_holder .post > div:last-child {
  padding: 0 0 0 20px;
}
.posts_holder .post > div:last-child h3 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  color: #022e64;
  transition: 0.3s ease;
  line-height: 105%;
}
.posts_holder .post > div:last-child p {
  color: #a6aeb8;
  font-weight: 700;
  margin: 10px 0 0 0;
  transition: 0.3s ease;
}
.posts_holder .post:hover > div:first-child > div:first-child {
  background: #dcaa0f;
}
.posts_holder .post:hover > div:first-child > div:last-child {
  background: #022e64;
}
.posts_holder .post:hover > div:last-child h3 {
  color: #dcaa0f;
}
.posts_holder .post:hover > div:last-child p {
  color: #022e64;
}
.posts_holder.for_blog {
  display: flex;
  flex-wrap: wrap;
  padding: 80px;
}
.posts_holder.for_blog > div {
  flex: 0 0 33.33%;
  padding: 15px;
}
.posts_holder.for_blog .post {
  margin: 0;
  height: 100%;
}
.posts_holder.for_blog .post > div:last-child {
  padding: 40px;
  border: 1px solid #dbdfe3;
}
.posts_holder.for_blog .post:hover > div:last-child {
  border: 1px solid #dcaa0f;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .posts_holder.for_blog > div {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .posts_holder.for_blog > div {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .posts_holder.for_blog {
    padding: 80px 60px;
  }
  .posts_holder.for_blog > div {
    flex: 0 0 100%;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 480px) {
  .posts_holder.for_blog {
    padding: 60px 40px;
  }
  .posts_holder.for_blog > div {
    flex: 0 0 100%;
    padding: 15px 0;
  }
  .posts_holder.for_blog .post > div:last-child {
    padding: 30px;
  }
}
.social {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #fff;
  transition: 0.3s ease;
  font-size: 1.3rem;
  margin: 0 5px;
  padding: 10px;
  text-align: center;
}
.social:hover {
  color: #dcaa0f;
}
.post_writings {
  text-align: justify;
  padding: 80px;
}
.post_writings > div {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .post_writings {
    padding: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .post_writings {
    padding: 60px 40px;
    text-align: left;
  }
}
.gallery_holder > .gallery_inner {
  display: flex;
  flex-wrap: wrap;
}
.gallery_holder > .gallery_inner > .image {
  flex: 0 0 25%;
}
.gallery_holder > .gallery_inner > .image > div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
}
.gallery_holder > .gallery_inner > .image > div.darken {
  background-color: #dcaa0f;
}
.gallery_holder > .gallery_inner > .image > div > div {
  height: 240px;
  background: rgba(12, 22, 35, 0.25);
  transition: 0.3s ease;
}
.gallery_holder > .gallery_inner > .image > div:hover > div {
  opacity: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gallery_holder > .gallery_inner > .image {
    flex: 0 0 33.33%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .gallery_holder > .gallery_inner > .image {
    flex: 0 0 50%;
  }
  .gallery_holder > .gallery_inner > .image > div > div {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery_holder > .gallery_inner > .image {
    flex: 0 0 100%;
    margin: 5px 0 0 0;
  }
  .gallery_holder > .gallery_inner > .image > div > div {
    height: 180px;
  }
}
.gallery_holder .gallery_button {
  padding: 40px 30px 80px 30px;
  text-align: center;
}
.contact_form {
  padding: 80px;
}
.contact_form > div {
  width: 1000px;
  margin: 0 auto;
}
.contact_form > div > div:first-child {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.contact_form > div > div:first-child > div {
  flex: 0 0 50%;
  padding: 20px;
  position: relative;
}
.contact_form > div > div:first-child > div:last-child {
  flex: 0 0 100%;
}
.contact_form > div > div:last-child {
  text-align: right;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .contact_form > div {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form > div {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .contact_form {
    padding: 80px 60px;
  }
  .contact_form > div {
    width: 100%;
  }
  .contact_form > div > div:first-child > div {
    flex: 0 0 100%;
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contact_form {
    padding: 80px 40px;
  }
  .contact_form > div {
    width: 100%;
  }
  .contact_form > div > div:first-child {
    margin: -15px;
  }
  .contact_form > div > div:first-child > div {
    flex: 0 0 100%;
    padding: 15px;
  }
}
.form_asterisks {
  color: #dcaa0f;
  margin: 0 0 0 5px;
}
.home_quick_tips {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home_quick_tips > div {
  flex: 0 0 33.33%;
  background: #001b3c;
}
.home_quick_tips > div:nth-child(2) {
  border: solid #022e64;
  border-width: 0 1px;
}
.home_quick_tips > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
.home_quick_tips > div > div > div:first-child img {
  width: 40px;
}
.home_quick_tips > div > div > div:last-child {
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_quick_tips > div {
    flex: 0 0 50%;
  }
  .home_quick_tips > div:nth-child(2) {
    border-width: 0 0 0 1px;
  }
  .home_quick_tips > div > div {
    height: 130px;
  }
  .home_quick_tips > div:last-child {
    flex: 0 0 100%;
    border-top: 1px solid #022e64;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .home_quick_tips > div {
    flex: 0 0 100%;
  }
  .home_quick_tips > div:nth-child(2) {
    border-width: 1px 0;
  }
  .home_quick_tips > div > div {
    height: 110px;
  }
}
@media only screen and (max-width: 480px) {
  .home_quick_tips > div {
    flex: 0 0 100%;
  }
  .home_quick_tips > div:nth-child(2) {
    border-width: 1px 0;
  }
  .home_quick_tips > div > div {
    height: 100px;
  }
  .home_quick_tips > div > div > div:first-child img {
    width: 30px;
  }
  .home_quick_tips > div > div > div:last-child {
    padding: 0 0 0 15px;
    font-size: 1rem;
  }
}
.home_cubes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home_cubes > a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  flex: 0 0 25%;
  position: relative;
}
.home_cubes > a > div:first-child {
  background: #0c1623;
  background: linear-gradient(0deg, rgba(12, 22, 35, 0) 0%, #0c1623 100%);
  height: 540px;
  padding: 50px 90px 60px 50px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}
.home_cubes > a > div:first-child > div {
  color: #dcaa0f;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
}
.home_cubes > a > div:first-child > h2 {
  color: #fff;
}
.home_cubes > a > div:last-child {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
}
.home_cubes > a > div:last-child.darken {
  background-color: #dcaa0f;
}
.home_cubes > a:hover > div:first-child {
  padding: 90px 90px 60px 50px;
}
.home_cubes > a:hover > div:last-child {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .home_cubes > a {
    flex: 0 0 50%;
  }
  .home_cubes > a > div:first-child {
    height: 400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_cubes > a {
    flex: 0 0 50%;
  }
  .home_cubes > a > div:first-child {
    height: 400px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .home_cubes > a {
    flex: 0 0 100%;
  }
  .home_cubes > a > div:first-child {
    height: 320px;
    padding: 50px 60px 60px 50px;
  }
  .home_cubes > a:hover > div:first-child {
    padding: 80px 60px 60px 50px;
  }
}
@media only screen and (max-width: 480px) {
  .home_cubes > a {
    flex: 0 0 100%;
  }
  .home_cubes > a > div:first-child {
    height: 280px;
    padding: 40px;
  }
  .home_cubes > a:hover > div:first-child {
    padding: 70px 40px 40px 40px;
  }
}
.big_image_box {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
}
.big_image_box.darken {
  background-color: #dcaa0f;
}
.big_image_box > div {
  background: #0c1623;
  background: linear-gradient(0deg, rgba(12, 22, 35, 0.5) 0%, #0c1623 100%);
  padding: 200px 60px;
}
.big_image_box > div > div {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.big_image_box > div > div h1 {
  line-height: 90%;
  color: #fff;
  font-size: 4.2rem;
  letter-spacing: -1px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .big_image_box > div {
    padding: 180px 60px;
  }
  .big_image_box > div > div h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 480px) {
  .big_image_box > div {
    padding: 150px 40px;
  }
  .big_image_box > div > div h1 {
    font-size: 3.5rem;
  }
}
.quick_tip {
  display: flex;
  margin: 30px 0 0 0;
}
.quick_tip:first-child {
  margin: 0;
}
.quick_tip > div:first-child {
  flex: 0 0 30px;
}
.quick_tip > div:first-child img {
  width: 100%;
  opacity: 0.4;
  transition: 0.3s ease;
}
.quick_tip > div:last-child {
  flex: 1;
  padding: 0 0 0 40px;
}
.quick_tip > div:last-child p {
  transition: 0.3s ease;
}
.quick_tip > div:last-child p:first-child {
  font-weight: 700;
}
.quick_tip:hover > div:first-child img {
  opacity: 1;
}
.quick_tip:hover > div:last-child p:first-child {
  color: #dcaa0f;
}
.quick_tip:hover > div:last-child p:last-child {
  color: #022e64;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .quick_tip > div:last-child {
    padding: 0 0 0 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .quick_tip > div:last-child {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .quick_tip > div:last-child {
    padding: 0 0 0 20px;
  }
}
.boxed_lined_heading {
  padding: 20px;
  border-top: 1px solid #a6aeb8;
  text-align: center;
  color: #022e64;
}
.team_members_holder {
  display: flex;
  flex-wrap: wrap;
}
.team_members_holder > .team_member {
  flex: 0 0 33.33%;
  position: relative;
  overflow: hidden;
}
.team_members_holder > .team_member > div:first-child {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s ease;
}
.team_members_holder > .team_member > div:first-child.darken {
  background-color: #dcaa0f;
}
.team_members_holder > .team_member > div:first-child > div {
  background: #0c1623;
  background: linear-gradient(180deg, rgba(12, 22, 35, 0) 0%, #0c1623 100%);
  height: 540px;
  position: relative;
}
.team_members_holder > .team_member > div:last-child {
  position: absolute;
  bottom: -90px;
  left: 0;
  padding: 60px;
  transition: 0.3s ease;
}
.team_members_holder > .team_member > div:last-child > div {
  color: #dcaa0f;
  font-size: 1.3rem;
  margin: 0 0 10px 0;
}
.team_members_holder > .team_member > div:last-child > h2 {
  color: #fff;
}
.team_members_holder > .team_member > div:last-child > h4 {
  color: #dcaa0f;
  transition: 0.3s ease;
  margin: 60px 0 0 0;
}
.team_members_holder > .team_member:hover > div:first-child {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.team_members_holder > .team_member:hover > div:last-child {
  bottom: 0;
}
.team_members_holder > .team_member:hover > div:last-child > h4 {
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .team_members_holder > .team_member {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .team_members_holder > .team_member {
    flex: 0 0 50%;
  }
  .team_members_holder > .team_member > div:first-child > div {
    height: 400px;
  }
  .team_members_holder > .team_member > div:last-child {
    padding: 60px 50px;
  }
}
@media only screen and (max-width: 480px) {
  .team_members_holder > .team_member {
    flex: 0 0 100%;
  }
  .team_members_holder > .team_member > div:first-child > div {
    height: 400px;
  }
  .team_members_holder > .team_member > div:last-child {
    padding: 60px 40px;
  }
}
p.heading {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 103%;
}
.properties_holder {
  padding: 80px 0;
}
.properties_holder > .property {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 300px 40px 0;
}
.properties_holder > .property > div:first-child {
  flex: 0 0 200px;
}
.properties_holder > .property > div:first-child > div {
  height: 1px;
  background: #dcaa0f;
}
.properties_holder > .property > div:last-child {
  flex: 1;
}
.properties_holder > .property > div:last-child > div {
  display: flex;
  flex-wrap: wrap;
  min-height: 240px;
}
.properties_holder > .property > div:last-child > div > div:first-child {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
  flex: 1;
}
.properties_holder > .property > div:last-child > div > div:first-child.darken {
  background-color: #dcaa0f;
}
.properties_holder > .property > div:last-child > div > div:first-child > div {
  display: flex;
  align-items: flex-end;
  height: 100%;
  background: #0c1623;
  background: linear-gradient(180deg, rgba(12, 22, 35, 0) 0%, #0c1623 100%);
}
.properties_holder > .property > div:last-child > div > div:first-child > div > div {
  padding: 60px;
  color: #fff;
}
.properties_holder > .property > div:last-child > div > div:first-child > div > div h4 {
  color: #dcaa0f;
}
.properties_holder > .property > div:last-child > div > div:last-child {
  flex: 0 0 300px;
  padding: 40px;
  border: 1px solid #dbdfe3;
}
.properties_holder > .property:nth-child(even) {
  flex-direction: row-reverse;
  padding: 40px 0 40px 300px;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .properties_holder > .property {
    padding: 40px 140px 40px 0;
  }
  .properties_holder > .property > div:first-child {
    flex: 0 0 140px;
  }
  .properties_holder > .property:nth-child(even) {
    padding: 40px 0 40px 140px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .properties_holder > .property {
    padding: 40px 80px 40px 0;
  }
  .properties_holder > .property > div:first-child {
    flex: 0 0 80px;
  }
  .properties_holder > .property > div:last-child > div > div:first-child > div > div {
    padding: 60px 50px;
  }
  .properties_holder > .property:nth-child(even) {
    padding: 40px 0 40px 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .properties_holder > .property {
    padding: 20px 60px 20px 0;
  }
  .properties_holder > .property > div:first-child {
    flex: 0 0 60px;
  }
  .properties_holder > .property > div:last-child > div > div:first-child {
    flex: 0 0 100%;
    height: 300px;
  }
  .properties_holder > .property > div:last-child > div > div:first-child > div > div {
    padding: 40px;
  }
  .properties_holder > .property > div:last-child > div > div:last-child {
    flex: 0 0 100%;
    padding: 40px;
  }
  .properties_holder > .property:nth-child(even) {
    padding: 40px 0 40px 60px;
  }
}
@media only screen and (max-width: 480px) {
  .properties_holder {
    padding: 60px 0;
  }
  .properties_holder > .property {
    padding: 20px 40px 20px 0;
  }
  .properties_holder > .property > div:first-child {
    flex: 0 0 40px;
  }
  .properties_holder > .property > div:last-child > div > div:first-child {
    flex: 0 0 100%;
    height: 300px;
  }
  .properties_holder > .property > div:last-child > div > div:first-child > div > div {
    padding: 30px;
  }
  .properties_holder > .property > div:last-child > div > div:last-child {
    flex: 0 0 100%;
    padding: 30px;
  }
  .properties_holder > .property:nth-child(even) {
    padding: 40px 0 40px 40px;
  }
}
.property_tip {
  display: flex;
}
.property_tip > div:first-child {
  flex: 0 0 20px;
  padding: 4px 0 0 0;
}
.property_tip > div:first-child img {
  width: 100%;
  opacity: 0.4;
  transition: 0.3s ease;
}
.property_tip > div:last-child {
  flex: 1;
  padding: 0 0 0 20px;
}
.property_tip > div:last-child span {
  font-weight: 700;
  color: #a6aeb8;
  font-size: 0.75rem;
}
.property_tip > div:last-child p {
  font-weight: 700;
}
.property_tip:hover > div:first-child img {
  opacity: 1;
}
.property_tip:hover > div:last-child span {
  color: #dcaa0f;
}
.property_tip:hover > div:last-child p {
  color: #022e64;
}
.contact_social {
  background: #022e64;
  padding: 30px;
  text-align: center;
}
.blog_screen {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #001b3c;
}
.blog_screen.darken {
  background-color: #dcaa0f;
}
.blog_screen > div {
  display: flex;
  align-items: flex-end;
  min-height: 650px;
  padding: 0 0 80px 0;
  background: rgba(12, 22, 35, 0.4);
}
.blog_screen > div > div {
  flex: 1;
}
.blog_screen > div > div > div {
  display: flex;
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
}
.blog_screen > div > div > div > div:first-child {
  color: #fff;
  text-align: center;
}
.blog_screen > div > div > div > div:first-child > div {
  transition: 0.3s ease;
}
.blog_screen > div > div > div > div:first-child > div:first-child {
  background: #022e64;
  padding: 15px 20px 11px 20px;
}
.blog_screen > div > div > div > div:first-child > div:last-child {
  background: #dcaa0f;
  padding: 5px 10px 4px 10px;
}
.blog_screen > div > div > div > div:last-child {
  padding: 0 0 0 30px;
  color: #fff;
}
.blog_screen > div > div > div > div:last-child h1 {
  line-height: 80%;
  font-size: 4rem;
}
.blog_screen > div > div > div > div:last-child p {
  font-size: 1.2rem;
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .blog_screen > div {
    padding: 0 80px 80px 80px;
  }
  .blog_screen > div > div > div > div:last-child h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .blog_screen > div {
    padding: 0 60px 80px 60px;
  }
  .blog_screen > div > div > div > div:last-child {
    padding: 0 0 0 20px;
  }
  .blog_screen > div > div > div > div:last-child h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  .blog_screen > div {
    min-height: 600px;
    padding: 0 40px 60px 40px;
  }
  .blog_screen > div > div > div > div:first-child > div:first-child {
    padding: 15px 15px 11px 15px;
  }
  .blog_screen > div > div > div > div:last-child {
    padding: 0 0 0 20px;
  }
  .blog_screen > div > div > div > div:last-child h1 {
    font-size: 2.3rem;
    line-height: 85%;
  }
  .blog_screen > div > div > div > div:last-child p {
    font-size: 1.1rem;
  }
}
