@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Droid Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
.hero-section {
  background-color: #f1f4f8;
  padding: 50px 0;
}

@media (min-width: 991px) {
  .hero-section .section-title {
    padding-left: 148px;
    padding-right: 148px;
  }
}

.hero-section .section-title p {
  font-size: 21px;
  font-weight: 600;
  color: #737476;
  text-align: center;
  margin-bottom: 18px;
}

.hero-section .section-title h2 {
  text-align: center;
  font-size: 32px;
  word-wrap: break-word;
  letter-spacing: 1px;
  padding: 0 15px;
  font-weight: 400;
  line-height: 45px;
}

@media (min-width: 991px) {
  .hero-section .section-title h2 {
    line-height: 65px;
    font-size: 48px;
    width: 90%;
    margin: 0 auto 40px;
  }
}

.hero-section .section-title h2 span {
  font-weight: bold;
  color: #1c71ae;
}

.hero-section .text-column {
  margin-top: 30px;
}

@media (min-width: 991px) {
  .hero-section .text-column {
    margin-top: 0px;
    padding: 15px 40px 0;
  }
}

.hero-section .text-column ul {
  padding: 0;
  margin-left: 0;
  list-style: none;
}

.hero-section .text-column ul li {
  font-family: 'Droid Sans', arial;
  font-size: 20px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 40px;
}

.hero-section .text-column ul li i {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 20px;
  margin-right: 17px;
}

.hero-section .text-column ul li span {
  font-weight: bold;
}

.hero-section .text-column form input {
  width: 100%;
  background-image: url("../assets/images/email.webp");
  background-repeat: no-repeat;
  background-position: 97%;
  border-radius: 5px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  padding: 12px 18px;
  outline: none;
}

.hero-section .text-column form button {
  margin-top: 15px;
  background-color: #f0793f;
  color: white;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  font-size: 21px;
  padding: 15px 35px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Droid Sans', arial;
  font-weight: bold;
}

.hero-section .text-column form button:hover {
  background-color: #ed5f19;
}

@media (min-width: 991px) {
  .hero-section .text-column form button {
    font-size: 27px;
  }
}

.hero-section .text-column p {
  margin-top: 15px;
  color: rgba(47, 47, 47, 0.38);
  text-align: center;
}

.hero-section .footer-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero-section .footer-wrapper p {
  text-align: center;
  margin-bottom: 0;
  color: rgba(47, 47, 47, 0.6);
  font-size: 16px;
  line-height: 19px;
}

.hero-section .footer-wrapper .footer-links-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 991px) {
  .hero-section .footer-wrapper .footer-links-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.hero-section .footer-wrapper .footer-links-wrapper a {
  margin-right: 10px;
  color: rgba(87, 87, 87, 0.53);
}

a {
  font-family: "Droid Sans", arial;
  text-decoration: none;
}

p {
  font-family: "Droid Sans", arial;
  font-size: 14px;
  color: #070618;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: black;
}

/*!
Theme Name: SHOVV
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shovv
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SHOVV is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
       ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
       ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
       ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *		`fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
       ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
       ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* Box sizing
  --------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

/*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/
/* Typography
  --------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
 Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
  --------------------------------------------- */
body {
  background-color: #f1f4f8;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
  --------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
  --------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
  # Layouts
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/
/* Navigation
  --------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
  --------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
  --------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
  --------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
  --------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
  --------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
  --------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
      grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/
/* Jetpack infinite scroll
  --------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/
/* Accessibility
  --------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
  --------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.bk2 {
  background-image: url("../assets/images/body-bg.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat repeat;
}

.bk2 .promotion-bar {
  width: 100%;
  background-color: #e8202c;
  padding: 15px;
}

.bk2 .promotion-bar p {
  line-height: 24px;
  color: white;
  text-decoration: underline;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.bk2 .first-section {
  background-image: url("../assets/images/top-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.bk2 .first-section .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bk2 .first-section .container {
    width: 750px;
  }
}

@media (min-width: 991px) {
  .bk2 .first-section .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .bk2 .first-section .container {
    width: 1170px;
  }
}

.bk2 .first-section .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 15px;
}

.bk2 .first-section .hero-content h1 {
  font-size: 40px;
  font-weight: 700;
  color: white;
  line-height: 1.3em;
  font-family: "Oswald", sans-serif, sans-serif;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .bk2 .first-section .hero-content h1 {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .bk2 .first-section .hero-content h1 {
    margin: 30px auto 10px;
  }
}

.bk2 .first-section .hero-content .hero-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.bk2 .first-section .hero-content .hero-content-button {
  color: white;
  background-color: #e8202c;
  font-size: 20px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  font-family: "Oswald", sans-serif, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px 40px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .bk2 .first-section .hero-content .hero-content-button {
    margin-top: 45px;
    font-size: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.bk2 .second-section {
  padding-top: 15px;
  padding-bottom: 20px;
  background: black;
  position: relative;
}

.bk2 .second-section h2 {
  margin-top: 25px;
  font-size: 40px;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  line-height: 1.3em;
}

@media (min-width: 991px) {
  .bk2 .second-section h2 {
    font-size: 60px;
    line-height: 64px;
    font-weight: bold;
    width: 90%;
    margin: 25px auto;
  }
}

.bk2 .second-section p {
  font-family: "Montserrat", sans-serif, sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 0 25px;
}

@media (min-width: 991px) {
  .bk2 .second-section p {
    margin: 30px 0;
  }
}

.bk2 .second-section .img-wrapper {
  margin: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 991px) {
  .bk2 .second-section .img-wrapper {
    margin: 35px auto;
  }
}

.bk2 .second-section .img-wrapper img {
  border: 3px solid white;
}

.bk2 .triangle-container {
  width: 100%;
  height: 100px;
  margin: 0 auto 30px;
  background: white;
}

@media (min-width: 991px) {
  .bk2 .triangle-container {
    width: 100%;
    height: 250px;
    background: white;
  }
}

.bk2 .triangle {
  margin-top: -30px;
  width: 100%;
  height: 70%;
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, black)), -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, black));
  background-image: linear-gradient(to top right, transparent 50%, black 50%), linear-gradient(to top left, transparent 50%, black 50%);
  background-size: 50.2% 100%;
  background-repeat: no-repeat;
  background-position: top left, top right;
}

@media (min-width: 991px) {
  .bk2 .triangle {
    margin-top: -100px;
  }
}

.bk2 .section-tihomirow {
  background-color: white;
  padding-bottom: 50px;
  margin-top: -40px;
  padding-top: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 991px) {
  .bk2 .section-tihomirow {
    padding-bottom: 100px;
  }
}

.bk2 .section-tihomirow .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bk2 .section-tihomirow .container {
    width: 750px;
  }
}

@media (min-width: 991px) {
  .bk2 .section-tihomirow .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .bk2 .section-tihomirow .container {
    width: 1170px;
  }
}

.bk2 .section-tihomirow h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 50px;
  color: #2d2d2d;
}

@media (min-width: 991px) {
  .bk2 .section-tihomirow h2 {
    font-size: 59px;
    line-height: 1.3em;
  }
}

.bk2 .section-tihomirow h2 b {
  font-weight: 700;
}

.bk2 .section-tihomirow h3 {
  color: #2d2d2d;
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .bk2 .section-tihomirow h3 {
    margin-top: 30px;
    margin-left: 50px;
  }
}

.bk2 .section-tihomirow ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@media (min-width: 991px) {
  .bk2 .section-tihomirow ul {
    margin-left: 50px;
    width: 80%;
  }
}

.bk2 .section-tihomirow ul li {
  color: #2d2d2d;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}

.bk2 .section-tihomirow p {
  font-size: 32px;
  text-align: center;
  line-height: 1.3em;
  font-weight: 500;
  margin-top: 20px;
}

.bk2 .photos-section {
  background-color: rgba(255, 255, 255, 0.93);
  padding-bottom: 100px;
}

.bk2 .photos-section .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bk2 .photos-section .container {
    width: 750px;
  }
}

@media (min-width: 991px) {
  .bk2 .photos-section .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .bk2 .photos-section .container {
    width: 1170px;
  }
}

.bk2 .photos-section h2 {
  padding-top: 30px;
  color: #2d2d2d;
  font-weight: 700;
  text-align: center;
  font-size: 40px;
}

@media (min-width: 991px) {
  .bk2 .photos-section h2 {
    font-size: 59px;
    line-height: 1.3em;
  }
}

.bk2 .photos-section .blue {
  background-color: #1d5bd8;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
  font-family: "Oswald", sans-serif;
  margin-right: -12px;
  margin-left: -12px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 15px;
}

@media (min-wdith: 991px) {
  .bk2 .photos-section .blue {
    padding: 20px 35px;
  }
}

.bk2 .photos-section .blue h3 {
  font-weight: 700;
  color: white;
  line-height: 1.3em;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
}

@media (min-width: 991px) {
  .bk2 .photos-section .blue h3 {
    font-size: 32px;
  }
}

.bk2 .photos-section .img-wrapper p {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1.3em;
  margin: 20px 0;
}

.bk2 .photos-section .photo-box {
  margin-top: 30px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bk2 .photos-section .photo-box img {
  max-width: 100%;
  height: 100%;
}

.bk2 .photos-section .photo-box2 {
  height: 735px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bk2 .photos-section .photo-box2 img {
  max-width: 100%;
  height: 100%;
}

.bk2 .photos-section .orange {
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
  font-family: "Oswald", sans-serif;
  background-color: #ffa13c;
  margin-right: -12px;
  margin-left: -12px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 15px;
}

@media (min-width: 991px) {
  .bk2 .photos-section .orange {
    padding: 20px 35px;
  }
}

.bk2 .photos-section .orange h3 {
  font-weight: 700;
  color: white;
  line-height: 1.3em;
  font-size: 26px;
  text-align: center;
}

@media (min-width: 991px) {
  .bk2 .photos-section .orange h3 {
    font-size: 32px;
  }
}

.bk2 .photos-section .photo-box3 {
  padding-bottom: 30px;
}

@media (min-width: 991px) {
  .bk2 .photos-section .photo-box3 {
    padding: 30px;
    font-size: 32px;
  }
}

.bk2 .photos-section .audio-wrapper .audio {
  padding: 10px;
  border-radius: 5px;
}

.bk2 .photos-section .audio-wrapper .audio audio {
  margin: 10px 0;
}

.bk2 .photos-section .audio-wrapper .audio audio::-webkit-media-controls {
  background-color: black;
  border-radius: 5px;
  padding: 10px;
}

.bk2 .photos-section .audio-wrapper .audio audio::-webkit-media-controls-enclosure {
  background-color: red;
  border-radius: 5px;
}

.bk2 .photos-section .red {
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
  font-family: "Oswald", sans-serif;
  background: #e8202c;
  margin-right: -12px;
  margin-left: -12px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 15px;
}

@media (min-width: 991px) {
  .bk2 .photos-section .red {
    padding: 20px 35px;
  }
}

.bk2 .photos-section .red h3 {
  font-weight: 700;
  color: white;
  line-height: 1.3em;
  font-size: 26px;
  text-align: center;
}

@media (min-width: 991px) {
  .bk2 .photos-section .red h3 {
    font-size: 32px;
  }
}

.bk2 .vimeo-section {
  padding-top: 60px;
  padding-bottom: 80px;
  outline: none;
  background-color: rgba(45, 45, 45, 0.92);
  margin-top: 0px;
}

.bk2 .vimeo-section h2 {
  text-align: center;
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

.bk2 .vimeo-section .title-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

.bk2 .vimeo-section .titles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (min-width: 991px) {
  .bk2 .vimeo-section .titles-container {
    width: 90%;
    margin: 0px auto 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.bk2 .vimeo-section .titles-container h3 {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.bk2 .vimeo-section .titles-container h3:last-of-type {
  margin-bottom: 0;
}

.bk2 .vimeo-section .video-wrapper {
  margin-top: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 991px) {
  .bk2 .vimeo-section .video-wrapper {
    margin-top: 0;
  }
}

.bk2 .vimeo-section .vimeo-section-button {
  font-size: 42px;
  color: white;
  font-weight: 600;
  background-color: #e8202c;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  border-radius: 5px;
  border: none;
  padding: 10px 25px;
  margin: -90px 0px 0px;
  letter-spacing: 1px;
}

@media (min-width: 991px) {
  .bk2 .vimeo-section .vimeo-section-button {
    margin: 40px auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 50px;
    display: block;
    padding: 20px 25px;
  }
}

.bk2 .blue-basic-section {
  padding-top: 80px;
  padding-bottom: 30px;
  outline: none;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0.93);
}

.bk2 .blue-basic-section .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bk2 .blue-basic-section .container {
    width: 750px;
  }
}

@media (min-width: 991px) {
  .bk2 .blue-basic-section .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .bk2 .blue-basic-section .container {
    width: 1170px;
  }
}

.bk2 .blue-basic-section h2 {
  text-align: center;
  color: #2d2d2d;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: 400;
}

@media (max-width: 700px) {
  .bk2 .blue-basic-section h2 {
    font-size: 48px;
  }
}

.bk2 .blue-basic-section h2 span {
  color: #1d5bd8;
  font-weight: 700;
  text-decoration: underline;
}

.bk2 .blue-basic-section .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.bk2 .blue-basic-section .list-wrapper {
  background: white;
  padding: 60px 15px;
}

@media (min-width: 991px) {
  .bk2 .blue-basic-section .list-wrapper {
    padding: 60px 40px;
  }
}

.bk2 .blue-basic-section .list-wrapper h3 {
  font-size: 48px;
  color: #2d2d2d;
  line-height: 1em;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 70px;
}

@media (max-width: 700px) {
  .bk2 .blue-basic-section .list-wrapper h3 {
    font-size: 30px;
  }
}

.bk2 .blue-basic-section .list-wrapper h3:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 300px;
  height: 5px;
  background: #1d5bd8;
}

@media (max-width: 700px) {
  .bk2 .blue-basic-section .list-wrapper h3:after {
    width: 100px;
  }
}

.bk2 .blue-basic-section .list-wrapper .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}

.bk2 .blue-basic-section .list-wrapper .list-item i {
  color: #1d5bd8;
  margin-right: 20px;
  font-weight: 900;
  font-size: 20px;
}

.bk2 .blue-basic-section .list-wrapper .list-item p {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}

.bk2 .orange-advanced-section {
  padding-top: 80px;
  padding-bottom: 30px;
  outline: none;
  margin-top: 0px;
  background-color: rgba(136, 136, 136, 0.93);
}

.bk2 .orange-advanced-section .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bk2 .orange-advanced-section .container {
    width: 750px;
  }
}

@media (min-width: 991px) {
  .bk2 .orange-advanced-section .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .bk2 .orange-advanced-section .container {
    width: 1170px;
  }
}

.bk2 .orange-advanced-section h2 {
  text-align: center;
  color: white;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: 400;
}

@media (max-width: 700px) {
  .bk2 .orange-advanced-section h2 {
    word-break: break-word;
    font-size: 45px;
  }
}

.bk2 .orange-advanced-section h2 span {
  color: #ffa13c;
  font-weight: 700;
  text-decoration: underline;
}

.bk2 .orange-advanced-section .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.bk2 .orange-advanced-section .list-wrapper {
  background: white;
  padding: 60px 15px;
}

@media (min-width: 991px) {
  .bk2 .orange-advanced-section .list-wrapper {
    padding: 60px 40px;
  }
}

.bk2 .orange-advanced-section .list-wrapper h3 {
  font-size: 48px;
  color: #2d2d2d;
  line-height: 1em;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 70px;
}

@media (max-width: 700px) {
  .bk2 .orange-advanced-section .list-wrapper h3 {
    font-size: 30px;
  }
}

.bk2 .orange-advanced-section .list-wrapper h3:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 300px;
  height: 5px;
  background: #ffa13c;
}

@media (max-width: 700px) {
  .bk2 .orange-advanced-section .list-wrapper h3:after {
    width: 100px;
  }
}

.bk2 .orange-advanced-section .list-wrapper .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}

.bk2 .orange-advanced-section .list-wrapper .list-item i {
  color: #ffa13c;
  margin-right: 20px;
  font-weight: 900;
  font-size: 20px;
}

.bk2 .orange-advanced-section .list-wrapper .list-item p {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}

.bk2 .red-vip-section {
  padding-top: 80px;
  padding-bottom: 30px;
  outline: none;
  margin-top: 0px;
  background-color: black;
}

.bk2 .red-vip-section .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bk2 .red-vip-section .container {
    width: 750px;
  }
}

@media (min-width: 991px) {
  .bk2 .red-vip-section .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .bk2 .red-vip-section .container {
    width: 1170px;
  }
}

.bk2 .red-vip-section h2 {
  text-align: center;
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: 400;
}

@media (max-width: 700px) {
  .bk2 .red-vip-section h2 {
    font-size: 48px;
  }
}

.bk2 .red-vip-section h2 span {
  color: #e8202c;
  font-weight: 700;
  text-decoration: underline;
}

.bk2 .red-vip-section .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.bk2 .red-vip-section .list-wrapper {
  background: white;
  padding: 60px 15px;
}

@media (min-width: 991px) {
  .bk2 .red-vip-section .list-wrapper {
    padding: 60px 40px;
  }
}

.bk2 .red-vip-section .list-wrapper h3 {
  font-size: 48px;
  color: #2d2d2d;
  line-height: 1em;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 70px;
}

@media (max-width: 700px) {
  .bk2 .red-vip-section .list-wrapper h3 {
    font-size: 30px;
  }
}

.bk2 .red-vip-section .list-wrapper h3:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 300px;
  height: 5px;
  background: #e8202c;
}

@media (max-width: 700px) {
  .bk2 .red-vip-section .list-wrapper h3:after {
    width: 100px;
  }
}

.bk2 .red-vip-section .list-wrapper h4 {
  color: #2d2d2d;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
}

.bk2 .red-vip-section .list-wrapper .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}

.bk2 .red-vip-section .list-wrapper .list-item i {
  padding-top: 10px;
  color: #e8202c;
  margin-right: 20px;
  font-weight: 900;
  font-size: 20px;
}

.bk2 .red-vip-section .list-wrapper .list-item p {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}

.bk2 .cards-section {
  padding-top: 60px;
  background: white;
  padding-bottom: 50px;
}

.bk2 .cards-section .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bk2 .cards-section .container {
    width: 750px;
  }
}

@media (min-width: 991px) {
  .bk2 .cards-section .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .bk2 .cards-section .container {
    width: 1170px;
  }
}

.bk2 .cards-section .cards-title-wrapper {
  text-align: center;
}

.bk2 .cards-section .cards-title-wrapper h2 {
  color: #2d2d2d;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
}

@media (min-width: 991px) {
  .bk2 .cards-section .cards-title-wrapper h2 {
    font-size: 72px;
  }
}

.bk2 .cards-section .cards-title-wrapper h3 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #2d2d2d;
  font-size: 30px;
}

@media (min-width: 991px) {
  .bk2 .cards-section .cards-title-wrapper h3 {
    font-size: 40px;
  }
}

.bk2 .cards-section .blue-card,
.bk2 .cards-section .orange-card,
.bk2 .cards-section .red-card {
  border-width: 1px;
  border-style: solid;
  padding: 30px 10px;
  width: auto;
  margin-left: -2px;
  margin-right: -2px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
}

@media (min-width: 991px) {
  .bk2 .cards-section .blue-card,
  .bk2 .cards-section .orange-card,
  .bk2 .cards-section .red-card {
    padding: 30px 20px;
  }
}

@media (min-width: 1200px) {
  .bk2 .cards-section .blue-card,
  .bk2 .cards-section .orange-card,
  .bk2 .cards-section .red-card {
    padding: 30px 10px;
  }
}

.bk2 .cards-section .blue-card .card-title,
.bk2 .cards-section .orange-card .card-title,
.bk2 .cards-section .red-card .card-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.bk2 .cards-section .blue-card .card-title h4,
.bk2 .cards-section .orange-card .card-title h4,
.bk2 .cards-section .red-card .card-title h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.bk2 .cards-section .blue-card .card-price,
.bk2 .cards-section .orange-card .card-price,
.bk2 .cards-section .red-card .card-price {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 58px;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-align: center;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
}

.bk2 .cards-section .blue-card .package-titles p,
.bk2 .cards-section .orange-card .package-titles p,
.bk2 .cards-section .red-card .package-titles p {
  border-bottom: 1px solid lightgrey;
  font-size: 24px;
  padding: 20px 20px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}

.bk2 .cards-section .blue-card .package-titles p span,
.bk2 .cards-section .orange-card .package-titles p span,
.bk2 .cards-section .red-card .package-titles p span {
  font-weight: 700;
}

.bk2 .cards-section .blue-card .bonuses-title,
.bk2 .cards-section .orange-card .bonuses-title,
.bk2 .cards-section .red-card .bonuses-title {
  line-height: 1.3em;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #2d2d2d;
}

.bk2 .cards-section .blue-card .bonus-item,
.bk2 .cards-section .orange-card .bonus-item,
.bk2 .cards-section .red-card .bonus-item {
  font-family: "Oswald", sans-serif;
  border-top: 1px solid lightgrey;
  margin-top: 20px;
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
  color: #2d2d2d;
}

.bk2 .cards-section .blue-card .card-button,
.bk2 .cards-section .orange-card .card-button,
.bk2 .cards-section .red-card .card-button {
  background-color: #e8202c;
  font-size: 22px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
  color: white;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.bk2 .cards-section .blue-card {
  border-color: #1d5bd8;
}

.bk2 .cards-section .blue-card .card-title h4 {
  color: #1d5bd8;
}

.bk2 .cards-section .blue-card .package-titles p span {
  color: #1d5bd8;
}

.bk2 .cards-section .orange-card {
  border-color: #ffa13c;
}

.bk2 .cards-section .orange-card .card-title h4 {
  color: #ffa13c;
}

.bk2 .cards-section .orange-card .package-titles p.blue span {
  color: #1d5bd8;
}

.bk2 .cards-section .orange-card .package-titles p.orange span {
  color: #ffa13c;
}

.bk2 .cards-section .red-card {
  border-color: #e8202c;
}

.bk2 .cards-section .red-card .card-title h4 {
  color: #e8202c;
}

.bk2 .cards-section .red-card .package-titles p.blue span {
  color: #1d5bd8;
}

.bk2 .cards-section .red-card .package-titles p.orange span {
  color: #ffa13c;
}

.bk2 .cards-section .red-card .package-titles p.red span {
  color: #e8202c;
}

.bk2 .cards-section .red-card .card-price {
  background: #e8202c;
  color: white;
}

.bk2 .testimonials-photos {
  background: black;
  padding-top: 80px;
  padding-bottom: 50px;
}

.bk2 .testimonials-photos .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bk2 .testimonials-photos .container {
    width: 750px;
  }
}

@media (min-width: 991px) {
  .bk2 .testimonials-photos .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .bk2 .testimonials-photos .container {
    width: 1170px;
  }
}

.bk2 .testimonials-photos .testimonials-title-wrapper {
  text-align: center;
}

.bk2 .testimonials-photos .testimonials-title-wrapper h2 {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
}

@media (min-width: 991px) {
  .bk2 .testimonials-photos .testimonials-title-wrapper h2 {
    font-size: 72px;
  }
}

.bk2 .testimonials-photos .testimonials-title-wrapper h3 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: white;
  font-size: 30px;
}

.bk2 .questions-section {
  background: #fff;
  padding: 50px 0 20px;
}

.bk2 .questions-section .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bk2 .questions-section .container {
    width: 750px;
  }
}

@media (min-width: 991px) {
  .bk2 .questions-section .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .bk2 .questions-section .container {
    width: 1170px;
  }
}

.bk2 .questions-section h2 {
  color: #2d2d2d;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.bk2 .questions-section .question-wrapper {
  margin-bottom: 30px;
}

.bk2 .questions-section .question-wrapper .question {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 19px;
  padding-bottom: 5px;
}

.bk2 .questions-section .question-wrapper .answer {
  font-size: 14px;
}

.bk2 .questions-section h2.contact {
  color: #2d2d2d;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 500;
  padding: 0 25px;
}

@media (min-width: 991px) {
  .bk2 .questions-section h2.contact {
    margin-top: 40px;
  }
}

.bk2 .questions-section .button-wrappers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (min-width: 991px) {
  .bk2 .questions-section .button-wrappers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bk2 .questions-section .button-wrappers a {
  font-size: 14px;
  color: #2d2d2d;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}

.bk2 .questions-section .copyright {
  font-size: 14px;
  color: #2d2d2d;
  text-align: center;
}

.free-video-page {
  padding-top: 60px;
}

.free-video-page .title-wrapper {
  text-align: center;
  text-transform: uppercase;
}

.free-video-page .title-wrapper h2 {
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .free-video-page .title-wrapper h2 {
    font-size: 30px;
  }
}

.free-video-page .title-wrapper h3 {
  color: #2d2d2d;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 20px 30px;
}

@media (min-width: 768px) {
  .free-video-page .title-wrapper h3 {
    font-size: 80px;
  }
}

.free-video-page .video-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .free-video-page .video-wrapper {
    margin-top: 30px;
  }
}

.free-video-page .video-wrapper iframe {
  display: block;
  border: none;
  width: 100%;
}

@media (min-width: 768px) {
  .free-video-page .video-wrapper iframe {
    margin-top: 50px;
    height: 60vh;
  }
}

.free-video-page .discount-button {
  background: #ffa13c;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
  padding: 12px 20px;
  color: white;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  width: 90%;
}

@media (min-width: 991px) {
  .free-video-page .discount-button {
    margin-bottom: 100px;
    padding: 23px 30px;
    font-size: 80px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 24px;
    margin-top: 80px;
  }
}

.free-video-page .second-title {
  margin-top: 50px;
  color: #2d2d2d;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding: 10px;
}

@media (min-width: 991px) {
  .free-video-page .second-title {
    font-size: 80px;
  }
}

.free-video-page .copyright {
  font-family: "Droid Sans", arial;
  color: rgba(47, 47, 47, 0.6);
  font-size: 16px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0;
}

.free-video-page .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.free-video-page .button-wrapper a {
  text-align: center;
  display: block;
  margin: 0 5px;
  color: rgba(47, 47, 47, 0.6);
  text-decoration: none;
}

.animated-button2 {
  background: linear-gradient(-30deg, #3d240b 50%, #2b1a08 50%);
  padding: 20px 40px;
  margin: 12px auto;
  display: block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #fff !important;
  font-size: 24px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Droid Sans", arial;
  font-weight: bold;
}

.animated-button2:hover {
  color: white;
}

@media (min-width: 768px) {
  .animated-button2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.animated-button2::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad9985;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}

.animated-button2:hover::before {
  opacity: 0.2;
}

.animated-button2 span {
  position: absolute;
}

.animated-button2 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to left, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.animated-button2 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to top, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.animated-button2 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to right, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.animated-button2 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to bottom, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.checkout-header {
  padding-top: 50px;
  padding-bottom: 50px;
  background: black;
}

@media (min-width: 991px) {
  .checkout-header {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.checkout-section {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .checkout-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper p#billing_last_name_field > label {
  font-size: 16px !important;
}

.woocommerce-input-wrapper,
.woocommerce form .form-row input.input-text {
  width: 100%;
  display: inline-block;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  display: block !important;
}

.woocommerce-billing-fields__field-wrapper p label {
  margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper p input {
  font-size: 16px;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  height: 48px;
  border: 1px solid #aaa;
  background: #f3f3f3;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  height: 48px !important;
  font-size: 16px !important;
  color: #2b2c2c !important;
  background: #f3f3f3 !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 48px !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 48px !important;
}

.woocommerce-additional-fields h3 {
  margin-top: 20px;
}

.woocommerce .woocommerce-checkout-payment button.button.alt {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #e15054), to(#b50033)) !important;
  background: linear-gradient(to right, #e15054 0, #b50033 100%) !important;
  height: 40px;
  border-radius: 0;
  outline: none;
}

/* INFORMACJE DODATKOWE CHECKOUT */
.woocommerce-additional-fields__field-wrapper #order_comments_field label {
  font-size: 16px;
}

.woocommerce-additional-fields__field-wrapper #order_comments_field textarea {
  border: 1px solid #aaa;
}

/* TABELA Z KWOTA I PODSUMOWANIEM */
.woocommerce-checkout h5#order_review_heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
}

.privacy-guarantee__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.privacy-guarantee__wrapper img {
  width: 150px;
}

.page-about .privacy-guarantee__wrapper > p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.checkout_testimonials-title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.checkout__rightColumn-mobile .card,
.checkout__rightColumn .card {
  margin-top: 10px;
  padding: 20px;
  border-radius: 0;
  border: 1px solid #aaa;
}

.checkout__rightColumn-mobile .card .card-header__wrapper,
.checkout__rightColumn .card .card-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout__rightColumn-mobile .card .card-header__wrapper .card__avatar,
.checkout__rightColumn .card .card-header__wrapper .card__avatar {
  width: 50px;
  height: 50px;
}

.checkout__rightColumn-mobile .card p,
.checkout__rightColumn .card p {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  display: none;
}

.woocommerce-cart-form__cart-item.cart_item td.product-name a {
  color: #b50033;
}

.woocommerce-checkout #payment {
  border-radius: 0;
}

.woocommerce button.button.alt {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #e15054), to(#b50033)) !important;
  background: linear-gradient(to right, #e15054 0, #b50033 100%) !important;
  border-radius: 0;
  outline: none;
}

.checkout__rightColumn-mobile {
  margin-top: 50px;
}

.checkout__rightColumn-mobile .privacy-guarantee__wrapper img {
  margin-top: 0;
}

.woocommerce-privacy-policy-text .woocommerce-privacy-policy-link {
  color: #b50033;
}

.woocommerce-table__product-name a {
  color: #b50033;
}

.cart-empty.woocommerce-info {
  border-top-color: #b50033;
}

.woocommerce p.return-to-shop .button.wc-backward {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #e15054), to(#b50033)) !important;
  background: linear-gradient(to right, #e15054 0, #b50033 100%) !important;
  border-radius: 0;
  outline: none;
  color: white;
}

.page-template-template-cart .woocommerce-notices-wrapper {
  display: none;
}

@media (min-width: 992px) {
  .calendar-item-btns .btn-global,
  .contact-form .btn-global,
  .product-description .btn-global {
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .products-fourth .btn-global {
    line-height: 40px !important;
  }
  .products-first .btn-global {
    line-height: 40px !important;
  }
  .products-second .btn-global {
    line-height: 40px !important;
  }
  .products-third .btn-global {
    line-height: 40px !important;
  }
}

.woocommerce-order-received .checkout-section .woocommerce-order p:first-child,
.woocommerce-order-received .checkout-section .woocommerce-order p:last-child,
.woocommerce-order-received
.checkout-section
.woocommerce-order
ul.order_details {
  display: none;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-notices-wrapper > .woocommerce-message {
  display: none;
}

.entry-footer .edit-link {
  display: none;
}

.woocommerce-cart-form__contents tr > td.actions {
  display: none;
}

#mailpoet_woocommerce_checkout_optin_field {
  display: none;
}

.checkout-packagesDescription__wrapper .packages-list {
  margin-left: 10px;
  list-style: none;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .checkout-packagesDescription__wrapper .packages-list li {
    margin-bottom: 10px;
  }
}

.checkout-packagesDescription__wrapper .packages-list i {
  margin-right: 10px;
}

.checkout-packagesDescription__wrapper .packages-list.blue i {
  color: #1d5bd8;
}

.checkout-packagesDescription__wrapper .packages-list.orange i {
  color: #ffa13c;
}

.checkout-packagesDescription__wrapper .packages-list.red i {
  color: #e8202c;
}

.header-contact p {
  color: white;
  text-align: start;
  margin-left: auto;
  margin-top: 30px;
}

@media (min-width: 991px) {
  .header-contact p {
    width: 60%;
    margin-top: 0px;
    text-align: end;
  }
}

.header-contact .email {
  font-size: 20px;
}

.checkout-section .checkout-title {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 50px;
}

.page-template-template-thanku-advanced,
.page-template-template-thanku-basic,
.page-template-template-thanku-vip {
  margin-bottom: 0;
}

.img-wrapper-thanku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bar-blue {
  padding-top: 0px;
  padding-bottom: 5px;
  outline: none;
  background-color: #1d5bd8;
  margin-top: -50px;
}

@media (min-width: 991px) {
  .bar-blue {
    margin-top: -100px;
  }
}

.bar-red {
  padding-top: 0px;
  padding-bottom: 5px;
  outline: none;
  background-color: #e8202c;
  margin-top: -50px;
}

@media (min-width: 991px) {
  .bar-red {
    margin-top: -100px;
  }
}

.bar-yellow {
  padding-top: 0px;
  padding-bottom: 5px;
  outline: none;
  background-color: #ffa13c;
  margin-top: -50px;
}

@media (min-width: 991px) {
  .bar-yellow {
    margin-top: -100px;
  }
}

.bar p {
  text-align: center;
  color: white;
  text-decoration: underline;
  font-size: 20px;
  margin: auto;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.email-info {
  text-align: center;
  font-size: 20px;
}

.thanku-footer {
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0;
}

.thanku-footer p {
  font-size: 14px;
  color: white;
  margin-bottom: 0px;
  text-align: center;
}

.thanku-footer .buttons-wrapper a {
  font-size: 14px;
  color: white;
  margin: 0 10px;
}
/*# sourceMappingURL=style.css.map */

.cards-section .strike {
	text-decoration:line-through;
	font-size:24px;
}

.cards-section .red {
	color:red;
}