@import url("/wp-content/themes/osr/static/styles/fancybox.css");
/* --------------------
Set root URL
or LESS compiling
-------------------- */
/* --------------------
Imports
-------------------- */
/* Browser reset  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* General  */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
/* Float & align  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* Grid  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
  text-align: center;
}
.grid:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
.module {
  text-align: left;
}
/* Columns  */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* Fonts  */
.arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.garamond {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
.georgia {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.palatino {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
/* Mixins  */
@charset "UTF-8";
@font-face {
  font-family: "osr";
  src: url("/wp-content/themes/osr/static/fonts/osr.eot");
  src: url("/wp-content/themes/osr/static/fonts/osr.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/osr/static/fonts/osr.woff") format("woff"), url("/wp-content/themes/osr/static/fonts/osr.ttf") format("truetype"), url("/wp-content/themes/osr/static/fonts/osr.svg#osr") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "osr" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-google:before {
  content: "y";
}
.icon-glow-in-the-dark:before {
  content: "s";
}
.icon-personalmessage:before {
  content: "t";
}
.icon-arrow-left:before {
  content: "b";
}
.icon-pinstrest:before {
  content: "x";
}
.icon-arrow-right:before {
  content: "c";
}
.icon-arrow-up:before {
  content: "d";
}
.icon-star:before {
  content: "h";
}
.icon-star-empty:before {
  content: "g";
}
.icon-baptism:before {
  content: "r";
}
.icon-certificate:before {
  content: "q";
}
.icon-star-half:before {
  content: "f";
}
.icon-starcart:before {
  content: "o";
}
.icon-check:before {
  content: "e";
}
.icon-christmas:before {
  content: "p";
}
.icon-twitter:before {
  content: "w";
}
.icon-valetine:before {
  content: "n";
}
.icon-email:before {
  content: "m";
}
.icon-envelope:before {
  content: "l";
}
.icon-wedding:before {
  content: "k";
}
.icon-explanationsheet:before {
  content: "j";
}
.icon-facebook:before {
  content: "v";
}
.icon-aniversary:before {
  content: "u";
}
.icon-arrow-down:before {
  content: "a";
}
.icon-whatsapp:before {
  content: "i";
}
.icon-blog:before {
  content: "z";
}
.icon-youtube:before {
  content: "A";
}
.icon-x-1:before {
  content: "C";
}
.icon-gift:before {
  content: "D";
}
.icon-shipping:before {
  content: "B";
}
.icon-calendar159:before {
  content: "E";
}
.icon-fifty:before {
  content: "F";
}
.icon-memorial:before {
  content: "G";
}
.icon-secretary:before {
  content: "H";
}
.icon-geboorte:before {
  content: "I";
}
.icon-vadermoederdag:before {
  content: "J";
}
.icon-custom-starpage:before {
  content: "K";
}
.icon-elegant-giftcard-wrapping:before {
  content: "L";
}
.icon-eternal-star-registration:before {
  content: "M";
}
.icon-explanation-sheet-2:before {
  content: "N";
}
.icon-giftcard-code:before {
  content: "O";
}
.icon-starfinder-app:before {
  content: "P";
}
.icon-gift-wrapper:before {
  content: "Q";
}
.icon-love:before {
  content: "n";
}
.icon-new-year:before {
  content: url("/wp-content/themes/osr/static/images/2021/icons/icon-new-year.svg");
}
.icon-get-well-soon:before {
  content: url("/wp-content/themes/osr/static/images/2021/icons/icon-get-well-soon.svg");
}
.icon-friendship:before {
  content: url("/wp-content/themes/osr/static/images/2021/icons/icon-friendship.svg");
}
.icon-thank-you:before {
  content: url("/wp-content/themes/osr/static/images/2021/icons/icon-thank-you.svg");
}
.icon-graduation:before {
  content: url("/wp-content/themes/osr/static/images/2021/icons/icon-graduation.svg");
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'Lora';
  src: url('/wp-content/themes/osr/static/fonts/lora.eot');
  src: url('/wp-content/themes/osr/static/fonts/lora.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/wp-content/themes/osr/static/fonts/lora.woff2') format('woff2'), /* Super Modern Browsers */ url('/wp-content/themes/osr/static/fonts/lora.woff') format('woff'), /* Pretty Modern Browsers */ url('/wp-content/themes/osr/static/fonts/lora.ttf') format('truetype'), /* Safari, Android, iOS */ url('/wp-content/themes/osr/static/fonts/lora.svg#Lora') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.press {
  padding-top: 74px;
}
.press__cntr {
  max-width: 1624px !important;
}
.press__wrapper {
  display: flex;
  flex-flow: column nowrap;
}
.press__main {
  padding: 0 !important;
  position: relative;
}
.press__left {
  padding: 55px 50px 15px 110px;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 55%;
}
.press__top-image {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  height: 101% !important;
  transform: translateY(-50%);
}
.press__dark {
  display: flex;
  flex-flow: column nowrap;
  background-color: #2A385C;
  padding: 35px 50px 15px 110px;
}
.press__dark h1,
.press__dark h2,
.press__dark h3,
.press__dark h4,
.press__dark h5,
.press__dark h6,
.press__dark p,
.press__dark a,
.press__dark ul li,
.press__dark ol li {
  color: white;
}
.press__content {
  padding: 35px 50px 15px 110px;
}
.press__content--center {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.editor .press__content--large h2 {
  font-size: 34px;
  margin-bottom: 20px;
}
.press ul li,
.press__link-list li {
  display: flex;
}
.press ul li:before,
.press__link-list li:before {
  content: "-" !important;
  color: #000024 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}
.press ul li a,
.press__link-list li a {
  color: #000024;
}
.press ul li a:hover,
.press__link-list li a:hover {
  text-decoration: none;
}
.press__dark .press ul li:before,
.press__dark .press__link-list li:before {
  color: white !important;
}
.press__dark .press ul li a,
.press__dark .press__link-list li a {
  color: white;
}
.press__dark .press ul li a:hover,
.press__dark .press__link-list li a:hover {
  text-decoration: none;
}
.press__assets-group {
  display: flex;
  flex-flow: column nowrap;
}
.press__universe {
  background-color: #e1e9f7;
  padding: 35px 88px 30px 88px;
}
.press__centered {
  text-align: center;
}
.press__gallery-slide-inner {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
}
.press__gallery-container {
  padding: 15px 0;
}
.press__gallery-item {
  position: relative;
  width: 140px;
  height: 140px;
  margin-bottom: 30px;
}
.press__gallery-item img {
  max-width: 100%;
  height: auto;
}
.press__facts-container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1190px;
  margin-left: -35px;
  margin-right: -35px;
  padding: 15px 0;
}
.press__fact {
  padding: 0 35px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 33.3333%;
  flex-basis: 33.3333%;
}
.press__fact-inner {
  background-color: #e1e9f7;
  border-radius: 4px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
}
.press__fact-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 50px;
  max-height: 40px;
  margin-right: 10px;
}
.press__fact-icon {
  max-width: 100%;
  max-height: 40px;
}
.press__fact-text {
  flex-grow: 1;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
}
.press__show-all-facts {
  display: none;
}
.press__top-image-mobile {
  display: none;
}
.press .st-slider__slick-arrow {
  transform: translateY(0);
  margin-bottom: -12px;
}
.press .st-slider__slick-arrow--next {
  right: -45px;
  background: transparent;
}
.press .st-slider__slick-arrow--prev {
  left: -45px;
  background: transparent;
}
@media only screen and (max-width: 1435px) {
  .press__left {
    max-width: 75%;
  }
}
@media only screen and (max-width: 1260px) {
  .press__top-image {
    transform: translateY(-50%) translateX(30%);
  }
  .press__fact {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .press__content--facts {
    padding: 35px 35px 15px 35px;
  }
  .press__left {
    max-width: 100%;
    padding: 45px 40px 15px 40px;
  }
  .press__top-image {
    display: none;
  }
  .press__top-image-mobile {
    display: flex;
    min-width: calc(100% + 80px);
    margin-left: -40px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .press__dark {
    padding: 35px 40px 15px 40px;
  }
  .press__content {
    padding: 35px 40px 15px 40px;
  }
  .press__content--facts {
    padding: 35px 25px 15px 25px;
  }
  .press__universe {
    padding: 35px 40px 20px 40px;
  }
  .press__fact {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .press {
    padding-top: 0;
  }
  .press__left {
    max-width: 100%;
    padding: 25px 20px 15px 20px;
  }
  .press__top-image-mobile {
    min-width: calc(100% + 40px);
    margin-left: -20px;
  }
  .press__dark {
    padding: 25px 20px 15px 20px;
  }
  .press__content {
    padding: 25px 20px 15px 20px;
  }
  .editor .press__content--large h2 {
    font-size: 30px;
  }
  .press__content--facts {
    padding: 25px 5px 0 5px;
  }
  .press__universe {
    padding: 25px 20px 5px 20px;
  }
  .press__gallery-slider {
    padding-bottom: 40px;
  }
  .press__gallery-item {
    width: 110px;
    height: 110px;
  }
  .press__facts-container {
    padding: 5px 0 15px 0;
    justify-content: center;
  }
  .press__facts-container--show .press__fact {
    display: flex !important;
  }
  .press__facts-container--show .press__fact .press__fact-inner {
    width: 100%;
  }
  .press__fact {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    display: none;
  }
  .press__fact:nth-of-type(1),
  .press__fact:nth-of-type(2),
  .press__fact:nth-of-type(3),
  .press__fact:nth-of-type(4),
  .press__fact:nth-of-type(5) {
    display: flex;
  }
  .press__fact:nth-of-type(1) .press__fact-inner,
  .press__fact:nth-of-type(2) .press__fact-inner,
  .press__fact:nth-of-type(3) .press__fact-inner,
  .press__fact:nth-of-type(4) .press__fact-inner,
  .press__fact:nth-of-type(5) .press__fact-inner {
    width: 100%;
  }
  .press__fact-inner {
    padding: 12px 12px;
    min-height: 72px;
  }
  .press__show-all-facts {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 50px;
    flex-shrink: 0;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    padding: 0 40px;
    color: #000024;
    background: transparent;
    border: 0;
    align-self: center;
    margin-top: -15px;
    text-decoration: underline;
  }
  .press__show-all-facts:after {
    position: absolute;
    width: 11px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 15px;
    content: "";
    background: url("/wp-content/themes/osr/static/images/chevron-right.svg") top left / 11px no-repeat;
  }
  .press__show-all-facts--show:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .press__show-all-facts--show .show-text {
    display: none;
  }
  .press__show-all-facts--show .hide-text {
    display: flex !important;
  }
  .press__show-all-facts .hide-text {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .press .editor h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .press__gallery-container {
    padding-top: 5px;
  }
  .press__gallery-item {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
  }
}
body.page-template-page-corporate-gifts .header {
  background-color: #081843;
}
.main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
.section {
  float: none;
}
.editor .section__h1 {
  font-size: 34px;
  line-height: 40px;
  color: white;
  margin-bottom: 28px;
}
.section__grid {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}
.section__grid--1230 {
  max-width: 1270px;
}
.section__grid--1900 {
  max-width: 1940px;
}
@media only screen and (max-width: 640px) {
  .editor .section__h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.cg-banner {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  padding: 100px 0 80px;
  background: #151539;
  overflow: hidden;
}
.cg-banner__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cg-banner__bg-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cg-banner__title {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.cg-banner__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 72px;
}
.cg-banner__content-block {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 500px;
  background-color: white;
  padding: 70px 70px 10px 70px;
  align-self: baseline;
}
.cg-banner__content-block h2 {
  font-weight: 400 !important;
}
.cg-banner__gift-image-container {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 612px;
  width: 100%;
}
.cg-banner__gift-image-container img {
  position: absolute;
  bottom: -70px;
  right: -285px;
  max-width: 1215px !important;
  width: 1215px;
  height: auto;
}
@media only screen and (max-width: 1630px) {
  .cg-banner__gift-image-container img {
    right: -185px;
  }
}
@media only screen and (max-width: 1440px) {
  .cg-banner__gift-image-container img {
    max-width: 1015px !important;
    width: 1015px;
    bottom: -30px;
    right: -85px;
  }
}
@media only screen and (max-width: 1439px) {
  .cg-banner__gift-image-container img {
    max-width: 70vw !important;
    width: 70vw;
    bottom: 5%;
  }
}
@media only screen and (max-width: 1180px) {
  .cg-banner {
    padding: 60px 0 40px;
  }
  .cg-banner__inner {
    padding-top: 42px;
  }
  .cg-banner__content-block {
    padding: 40px 40px 32px 40px;
    max-width: 440px;
  }
  .cg-banner__gift-image-container {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cg-banner__content-block {
    padding: 20px 20px 12px 20px;
    max-width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .cg-banner__inner {
    flex-flow: column nowrap;
  }
  .cg-banner__content-block {
    order: 2;
    max-width: 100%;
  }
  .cg-banner__gift-image-container {
    order: 1;
    padding-left: 80px;
    padding-right: 80px;
    justify-content: center;
    margin-bottom: 60px;
    max-width: 100%;
  }
  .cg-banner__gift-image-container img {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 100% !important;
    width: 100%;
    transform: scale(1.5) translateX(-1.3%) translateY(-12%);
  }
}
@media only screen and (max-width: 640px) {
  .cg-banner {
    padding: 30px 0 20px;
  }
  .cg-banner__inner {
    padding-top: 32px;
  }
  .cg-banner__gift-image-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .cg-banner__bg-image {
    height: 400px;
  }
  .cg-banner__gift-image-container img {
    transform: scale(2) translateX(-1.3%) translateY(-12%);
  }
}
.cg-intro {
  position: relative;
}
.cg-intro__inner {
  position: relative;
  background-color: white;
  padding: 100px 0 80px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.cg-intro__intro {
  max-width: 840px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.cg-intro__intro h1,
.cg-intro__intro h2,
.cg-intro__intro h3,
.cg-intro__intro h4,
.cg-intro__intro h5,
.cg-intro__intro h6,
.cg-intro__intro p {
  text-align: center;
}
.cg-intro__intro h2 {
  font-weight: 400 !important;
}
.cg-intro__blocks {
  display: flex;
  padding: 72px 0 0 0;
}
.cg-intro__block {
  flex: 0 1 100%;
  padding: 0 15px;
}
.cg-intro__block-inner {
  display: flex;
  flex-flow: column nowrap;
  background-color: #081843;
  padding: 46px 46px 18px;
  height: 100%;
}
.cg-intro__block-top {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.cg-intro__block-top:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #e4b74f;
}
.cg-intro__block-icon {
  margin-right: 30px;
}
.cg-intro__block-title {
  color: white;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}
.cg-intro__block-content {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
  color: white;
}
@media only screen and (max-width: 1180px) {
  .cg-intro__inner {
    padding: 60px 0 40px;
  }
  .cg-intro__blocks {
    padding: 32px 0 0 0;
  }
  .cg-intro__block-inner {
    padding: 26px 26px 18px;
  }
  .cg-intro__block-icon {
    margin-right: 15px;
  }
  .cg-intro__block-title {
    font-size: 20px;
    line-height: 26px;
  }
  .cg-intro__block-top {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cg-intro {
    padding: 0 20px 20px;
    background: #35259a;
    background: linear-gradient(0deg, #35259a 0%, #161539 100%);
  }
  .cg-intro__intro h2 {
    margin-bottom: 14px !important;
  }
  .cg-intro__blocks {
    padding: 12px 0 0 0;
    flex-flow: column nowrap;
  }
  .cg-intro__block {
    margin-bottom: 20px;
  }
  .cg-intro__block-content {
    margin-bottom: 10px;
  }
  .cg-intro__block-inner {
    padding: 20px 20px 10px;
  }
}
.cg-upsides {
  position: relative;
  padding: 80px 0;
  background-color: #33229c;
}
.cg-upsides__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cg-upsides__bg-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: left center;
}
.cg-upsides__bg-image--mobile {
  display: none;
}
.cg-upsides__inner {
  display: flex;
  justify-content: flex-end;
}
.cg-upsides__block {
  display: flex;
  flex-flow: column nowrap;
  background-color: white;
  padding: 80px 60px 52px;
  width: 100%;
  max-width: 615px;
}
.cg-upsides__block h1,
.cg-upsides__block h2,
.cg-upsides__block h3,
.cg-upsides__block h4,
.cg-upsides__block h5,
.cg-upsides__block h6 {
  font-weight: 400 !important;
}
.cg-upsides__rep-blocks {
  display: flex;
  flex-flow: column nowrap;
}
.cg-upsides__rep-block {
  display: flex;
  align-items: flex-start;
}
.cg-upsides__rep-block-icon {
  margin-right: 20px;
  max-width: 56px !important;
  height: auto;
}
.cg-upsides__content-below {
  padding-left: 76px;
}
.cg-upsides .editor p a.permalink {
  font-size: 16px;
}
@media only screen and (max-width: 1180px) {
  .cg-upsides {
    padding: 40px 0;
  }
  .cg-upsides__block {
    padding: 40px 30px 32px;
    max-width: 515px;
  }
}
@media only screen and (max-width: 767px) {
  .cg-upsides {
    padding: 260px 0 20px;
  }
  .cg-upsides__block {
    max-width: 100%;
  }
  .cg-upsides__bg-image {
    display: none;
  }
  .cg-upsides__bg-image--mobile {
    display: flex;
    height: 260px;
  }
  .cg-upsides__bg-image--mobile picture {
    width: 100%;
  }
  .cg-upsides__bg-image--mobile picture img {
    object-position: center center;
  }
}
@media only screen and (max-width: 640px) {
  .cg-upsides__block {
    padding: 26px 20px 20px;
  }
  .cg-upsides__block h1,
  .cg-upsides__block h2,
  .cg-upsides__block h3,
  .cg-upsides__block h4,
  .cg-upsides__block h5,
  .cg-upsides__block h6 {
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 14px !important;
    text-align: center;
    align-self: center;
    max-width: 200px;
  }
  .cg-upsides__rep-blocks {
    padding-top: 11px;
  }
  .cg-upsides__rep-block-icon {
    max-width: 42px !important;
    transform: translateY(-20%);
  }
  .cg-upsides__content-below {
    padding-left: 62px;
  }
}
.cg-references {
  position: relative;
}
.cg-references__inner {
  background-color: white;
  padding: 100px 0 80px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.cg-references__slider-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 80px 0 0;
}
.cg-references__slide {
  display: flex;
  flex-flow: row nowrap;
}
.cg-references__slide-left {
  display: flex;
  flex-basis: 50%;
  width: 50%;
  padding-right: 60px;
}
.cg-references__slide-left--has-logo {
  justify-content: center;
  align-items: center;
}
.cg-references__slide-left img {
  align-self: center;
}
.cg-references__slide-right {
  display: flex;
  align-self: center;
  flex-basis: 50%;
  width: 50%;
  padding-left: 60px;
}
.cg-references__slide-right .editor p {
  margin-bottom: 16px;
}
.cg-references__slide-content {
  display: flex;
  flex-flow: column nowrap;
}
.cg-references__logo {
  max-width: 280px !important;
}
.cg-references__logo--in-content {
  max-height: 100px;
  margin-bottom: 36px;
}
.cg-references .st-slider__slick-arrow {
  background: transparent;
  bottom: calc(50% - 25px);
}
.cg-references .st-slider__slick-arrow--next {
  -webkit-transform: translateY(0) translateX(80px);
  -moz-transform: translateY(0) translateX(80px);
  -ms-transform: translateY(0) translateX(80px);
  -o-transform: translateY(0) translateX(80px);
  transform: translateY(0) translateX(80px);
}
.cg-references .st-slider__slick-arrow--prev {
  -webkit-transform: translateY(0) translateX(-80px);
  -moz-transform: translateY(0) translateX(-80px);
  -ms-transform: translateY(0) translateX(-80px);
  -o-transform: translateY(0) translateX(-80px);
  transform: translateY(0) translateX(-80px);
}
@media only screen and (max-width: 1480px) {
  .cg-references .st-slider__slick-arrow--next {
    -webkit-transform: translateY(0) translateX(0px);
    -moz-transform: translateY(0) translateX(0px);
    -ms-transform: translateY(0) translateX(0px);
    -o-transform: translateY(0) translateX(0px);
    transform: translateY(0) translateX(0px);
  }
  .cg-references .st-slider__slick-arrow--prev {
    -webkit-transform: translateY(0) translateX(0px);
    -moz-transform: translateY(0) translateX(0px);
    -ms-transform: translateY(0) translateX(0px);
    -o-transform: translateY(0) translateX(0px);
    transform: translateY(0) translateX(0px);
  }
}
@media only screen and (max-width: 1280px) {
  .cg-references__slide {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1180px) {
  .cg-references__inner {
    padding: 60px 0 40px;
  }
  .cg-references__slider-container {
    margin: 40px 0 0;
  }
  .cg-references__slide-left {
    padding-right: 30px;
  }
  .cg-references__slide-right {
    padding-left: 30px;
  }
  .cg-references__logo {
    max-width: 200px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cg-references {
    padding: 0 20px 20px;
    background: #34249b;
    background: linear-gradient(180deg, #34249b 0%, #2d385c 100%);
  }
  .cg-references__slider-container {
    margin: 20px 0 0;
    padding-bottom: 20px;
  }
  .cg-references__slide {
    flex-flow: column nowrap;
    align-items: center;
    padding: 0 20px;
  }
  .cg-references__slide-left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cg-references__slide-right {
    padding-left: 0;
  }
  .cg-references__logo {
    align-self: center;
  }
  .cg-references__logo--in-content {
    margin-top: 16px;
  }
  .cg-references .st-slider__dots {
    bottom: -30px;
  }
  .cg-references .st-slider__dots li button {
    width: 30px;
    height: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .cg-references__slide-left,
  .cg-references__slide-right {
    flex-basis: 100%;
    width: 100%;
  }
  .cg-references .st-slider__slick-arrow {
    bottom: -43px;
  }
}
.cg-contact {
  padding: 0;
  background-color: #2a385c;
}
.cg-contact__col {
  flex-basis: 50%;
  width: 50%;
}
.cg-contact__col--left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
}
.cg-contact__col--right {
  padding-left: 30px;
  padding-top: 60px;
}
.cg-contact__content {
  display: flex;
  flex-flow: column nowrap;
}
.cg-contact__content.editor h1,
.cg-contact__content.editor h2,
.cg-contact__content.editor h3,
.cg-contact__content.editor h4,
.cg-contact__content.editor h5,
.cg-contact__content.editor h6,
.cg-contact__content.editor p,
.cg-contact__content.editor a {
  color: white;
}
.cg-contact__content.editor h2 {
  font-weight: 400 !important;
}
.cg-contact .wpcf7 {
  max-width: 700px;
}
@media only screen and (max-width: 1180px) {
  .cg-contact__col--left {
    padding-right: 15px;
  }
  .cg-contact__col--right {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cg-contact__inner {
    flex-flow: column nowrap;
  }
  .cg-contact__col {
    flex-basis: 100%;
    width: 100%;
  }
  .cg-contact__col--left {
    display: none;
  }
  .cg-contact__col--right {
    padding-left: 0;
    padding-top: 20px;
  }
  .cg-contact .wpcf7 {
    margin-bottom: 20px;
  }
}
.gift-card {
  padding-top: 76px;
}
.gift-card .editor p .blue-box {
  background: #e1e9f7;
}
.gift-card .main {
  padding: 55px 50px 15px !important;
}
.gift-card .main #lang_sel {
  align-self: flex-end;
}
.gift-card .has-main-tabs {
  margin-bottom: 0;
}
.gift-card .tabs-main .tab-content.inactive {
  display: block !important;
}
.gift-card .tabs-main .tab-content .intro ul li:before {
  display: none;
}
.gift-card .tabs-main .tab-content .left {
  padding: 0 50px 55px;
}
.gift-card .tabs-main .tab-content .right {
  padding: 50px 40px 45px 0;
}
.gift-card__wrapper {
  display: flex;
  flex-flow: column nowrap;
}
.gift-card__title {
  font-size: 40px !important;
  line-height: 44px !important;
}
.gift-card__bottom {
  padding: 80px;
  background-color: #e1e9f7;
}
.gift-card__bottom-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.gift-card__bottom-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  background: white;
  padding: 26px 120px 26px 30px;
  color: #2e3368;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #2e3368;
  max-height: 70px;
  max-width: 33.3333%;
}
.gift-card__bottom-button img {
  width: auto;
  max-height: 30px;
  margin-right: 25px;
}
.gift-card__bottom-button:after {
  position: absolute;
  width: 11px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  content: "";
  background: url("/wp-content/themes/osr/static/images/chevron-right.svg") top left / 11px no-repeat;
}
.gift-card__bottom-button:hover {
  background: rgba(46, 51, 104, 0.1);
  background: #e1e9f7;
}
.gift-card__bottom-button--sidebar {
  max-width: 100%;
  margin-bottom: 20px;
  padding: 20px 30px 20px 15px;
  max-height: 60px;
  font-size: 16px;
}
.gift-card__bottom-button--sidebar img {
  margin-right: 15px;
  max-height: 24px;
  height: auto;
  max-width: 24px;
}
.gift-card__bottom-button--has-icon {
  position: relative;
}
.gift-card__bottom-button--has-icon:before {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "n";
  font-size: 23px;
  width: auto;
  margin-right: 16px;
}
.gift-card__sub {
  display: flex;
  flex-flow: row nowrap;
}
.gift-card__sidebar-inner {
  display: flex;
  flex-flow: column nowrap;
  padding: 40px;
}
.gift-card__top-nav {
  display: none;
}
.gift-card--sub .module.has-sidebar:after {
  display: none;
}
.gift-card--sub .module.has-sidebar .main {
  width: calc(100% - 400px);
}
.gift-card--sub .module.has-sidebar .sidebar {
  width: 400px;
  background-color: #e1e9f7;
}
@media only screen and (max-width: 1260px) {
  .gift-card__bottom {
    padding: 40px;
  }
  .gift-card__bottom-button {
    max-width: 50%;
    padding-right: 80px;
  }
  .gift-card__bottom-button--sidebar {
    max-width: 100%;
    padding-right: 30px;
  }
  .gift-card__sub .main #lang_sel > ul > li > a span {
    display: inline;
  }
  .gift-card__sub .main #lang_sel > ul > li > a img {
    margin: 1px 10px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .gift-card .main {
    padding: 35px 30px 15px !important;
  }
  .gift-card .tabs-main .tab-content .left {
    padding: 0 30px 35px;
  }
  .gift-card .tabs-main .tab-content .right {
    padding: 30px 20px 25px 0;
  }
  .gift-card__title {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  .gift-card__sidebar-inner {
    padding: 20px;
  }
  .gift-card--sub .module.has-sidebar .main {
    width: calc(100% - 290px);
  }
  .gift-card--sub .module.has-sidebar .sidebar {
    width: 290px;
  }
}
@media only screen and (max-width: 767px) {
  .gift-card {
    padding-top: 0;
  }
  .gift-card .main {
    padding: 25px 20px 0 !important;
  }
  .gift-card .has-main-tabs {
    margin-top: 0;
  }
  .gift-card .tabs-main {
    padding-top: 15px;
  }
  .gift-card .tabs-main .tab-content .left {
    padding: 0 20px 25px 20px;
  }
  .gift-card .tabs-main .tab-content .editor h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .gift-card .tabs-main .tab-content .button.button-big {
    font-size: 14px;
  }
  .gift-card__title {
    font-size: 26px !important;
    line-height: 32px !important;
    align-self: center;
  }
  .gift-card__bottom {
    padding: 35px 20px 0 20px;
  }
  .gift-card__bottom-inner {
    flex-flow: column nowrap;
  }
  .gift-card__bottom-button {
    margin-bottom: 35px;
    max-width: 100%;
    padding: 20px 40px 20px 15px;
    max-height: 60px;
    font-size: 16px;
  }
  .gift-card__bottom-button img {
    max-height: 24px;
    margin-right: 15px;
  }
  .gift-card__sub {
    display: flex;
    flex-flow: column nowrap;
  }
  .gift-card__sub .main #lang_sel {
    display: flex;
  }
  .gift-card__sub .main #lang_sel > ul > li {
    font-size: 14px;
  }
  .gift-card__top-nav {
    display: flex;
    flex-flow: column nowrap;
    background-color: #e1e9f7;
  }
  .gift-card__top-link {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 50px;
    flex-shrink: 0;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    font-width: 500;
    padding: 0 40px;
    color: #000024;
    border-bottom: 1px solid white;
  }
  .gift-card__top-link--toggle {
    text-decoration: underline;
  }
  .gift-card__top-link--toggle:after {
    position: absolute;
    top: 18px;
    right: 40px;
    font-family: "osr" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "a";
    font-size: 14px;
    transform: rotate(-90deg);
  }
  .gift-card__top-link--toggle--open:after {
    transform: rotate(0deg);
  }
  .gift-card__top-nav-inner {
    display: flex;
    flex-flow: column nowrap;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
  }
  .gift-card__top-nav-inner--show {
    max-height: 500px;
    transition: max-height 2s ease;
  }
  .gift-card--sub .module.has-sidebar .main {
    width: 100%;
  }
  .gift-card--sub .module.has-sidebar .sidebar {
    display: none;
  }
}
.fancybox__backdrop {
  background-color: rgba(0, 0, 36, 0.8);
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: 0 !important;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  border-color: #16c3fc;
}
/* --------------------
Colors
-------------------- */
/* --------------------
Fonts
-------------------- */
.lora {
  font-family: "Lora", serif;
}
.hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.flex {
  display: flex;
}
.inlineflex {
  display: inline-flex;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
/* --------------------
Body styles
-------------------- */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000024;
  background: #000125;
  background: black;
  visibility: visible !important;
}
body .cntr {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}
body p.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 52.6%;
}
body p.iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body a {
  color: #045AB0;
  text-decoration: none;
}
body a.inline-twitter-link {
  display: inline-block;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 30px;
  background: white;
}
body a.inline-twitter-link .dashicons {
  color: #4099FF;
}
body .show-1023 {
  display: none;
}
body .show-767 {
  display: none;
}
body.menu-mobile-open {
  overflow: hidden;
}
body.page-template .editor blockquote,
body.single-post .editor blockquote {
  text-align: center !important;
  padding: 0 50px;
}
body.page-template .editor blockquote p,
body.single-post .editor blockquote p {
  position: relative;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 38px;
  line-height: 50px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
body.page-template .editor blockquote p:after,
body.single-post .editor blockquote p:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -63px;
  height: 1px;
  width: 126px;
  background-color: #C7C7CC;
  content: "";
}
body.page-template .editor ol li,
body.single-post .editor ol li {
  list-style: decimal inside none;
}
body.page-template .editor ul li:before,
body.single-post .editor ul li:before {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-right: 5px;
  content: "c";
  color: #50579D;
}
body.page-template .editor .wp-caption,
body.single-post .editor .wp-caption {
  max-width: 100%;
  height: auto;
}
body.page-template .editor .wp-caption.alignright,
body.single-post .editor .wp-caption.alignright {
  text-align: right !important;
  float: right;
  margin-left: 20px;
}
body.page-template .editor .wp-caption.alignright .wp-caption-text,
body.single-post .editor .wp-caption.alignright .wp-caption-text {
  margin-left: 10px;
}
body.page-template .editor .wp-caption.alignleft,
body.single-post .editor .wp-caption.alignleft {
  text-align: left !important;
  float: left;
  margin-right: 20px;
}
body.page-template .editor .wp-caption.alignleft .wp-caption-text,
body.single-post .editor .wp-caption.alignleft .wp-caption-text {
  margin-right: 10px;
}
body.page-template .editor .wp-caption.aligncenter,
body.single-post .editor .wp-caption.aligncenter {
  margin: 0 auto;
}
body.page-template .editor .wp-caption .wp-caption-text,
body.single-post .editor .wp-caption .wp-caption-text {
  text-align: left !important;
  font-style: italic;
  font-size: 12px;
}
body.page-template .editor .wp-caption .wp-caption-text:before,
body.single-post .editor .wp-caption .wp-caption-text:before {
  content: "- ";
}
body.page-template .editor img.alignright,
body.single-post .editor img.alignright {
  float: right;
  margin-left: 20px;
}
body.page-template .editor img.alignleft,
body.single-post .editor img.alignleft {
  float: left;
  margin-right: 20px;
}
body.home .main-content-wrapper:before,
body.single-occasion .main-content-wrapper:before {
  display: none;
  top: -450px;
  left: 0;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(69, 76, 151, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(69, 76, 151, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(69, 76, 151, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(69, 76, 151, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(69, 76, 151, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #000000 20%, rgba(69, 76, 151, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
}
body.home .main-content-wrapper .section:nth-of-type(2) .col-1-2:nth-of-type(1),
body.single-occasion .main-content-wrapper .section:nth-of-type(2) .col-1-2:nth-of-type(1) {
  max-height: 598px;
  overflow: hidden;
}
body.home .main-content-wrapper.new-blocks,
body.single-occasion .main-content-wrapper.new-blocks {
  display: flex;
  flex-direction: column;
  /*.section.has-main-tabs {
					display: flex;
					order: 4;
				}*/
}
body.home .main-content-wrapper.new-blocks .section.how-section,
body.single-occasion .main-content-wrapper.new-blocks .section.how-section {
  display: flex;
  order: 3;
}
body.home .main-content-wrapper.new-blocks .section.has-step-buttons,
body.single-occasion .main-content-wrapper.new-blocks .section.has-step-buttons {
  display: flex;
  order: 5;
}
body.home .main-content-wrapper.new-blocks .section.reviews,
body.single-occasion .main-content-wrapper.new-blocks .section.reviews {
  display: flex;
  order: 6;
}
body.home .main-content-wrapper.new-blocks .section.view-your-star,
body.single-occasion .main-content-wrapper.new-blocks .section.view-your-star {
  display: flex;
  order: 6;
}
body.home .main-content-wrapper.new-blocks .section.highlights-section,
body.single-occasion .main-content-wrapper.new-blocks .section.highlights-section {
  display: flex;
  order: 7;
}
body.home .main-content-wrapper.new-blocks .section.b-front-articles,
body.single-occasion .main-content-wrapper.new-blocks .section.b-front-articles {
  display: flex;
  order: 8;
}
body.home .main-content-wrapper.new-blocks .section.b-star-column-left,
body.single-occasion .main-content-wrapper.new-blocks .section.b-star-column-left {
  display: flex;
  order: 9;
}
@media only screen and (max-width: 767px) {
  body.home .main-content-wrapper.new-blocks,
  body.single-occasion .main-content-wrapper.new-blocks {
    /*.section.has-main-tabs {
						order: 3;
					}*/
  }
  body.home .main-content-wrapper.new-blocks .section.how-section,
  body.single-occasion .main-content-wrapper.new-blocks .section.how-section {
    order: 4;
  }
  body.home .main-content-wrapper.new-blocks .section.highlights-section,
  body.single-occasion .main-content-wrapper.new-blocks .section.highlights-section {
    display: none;
  }
}
.single-occasion .main-content-wrapper.new-blocks .front-page-banner {
  display: flex;
}
#lang_sel > ul > li {
  min-width: 138px;
}
#lang_sel > ul > li ul {
  min-width: 140px;
  width: calc(100% + 2px);
}
@media only screen and (max-width: 767px) {
  body .cntr {
    padding: 0 10px;
  }
  body.page-template .editor blockquote,
  body.single-post .editor blockquote {
    padding: 0;
  }
  body.page-template .editor blockquote p,
  body.single-post .editor blockquote p {
    font-size: 18px;
    line-height: 34px;
  }
}
.main-content-wrapper {
  float: left;
  position: relative;
  width: 100%;
  z-index: 10;
  /*
	&.order-form-wrapper						{
		&:before								{ background-color: rgba(0,1,37,0) !important; .gradient(bottom, #080A31, transparent); }
	}
*/
}
.main-content-wrapper:before {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: -150px;
  left: 0;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(69, 76, 151, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(69, 76, 151, 0.55)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(69, 76, 151, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(69, 76, 151, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(69, 76, 151, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(69, 76, 151, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
}
.main-content-wrapper.loading-order-page .google-sky-wrapper {
  background-color: black;
  position: relative;
}
.main-content-wrapper.loading-order-page .google-sky-wrapper:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000 url("/wp-content/themes/osr/static/images/spinner.gif") center no-repeat;
  background-position: center 102px;
  background-size: 50px;
  top: 0;
  left: 0;
}
.main-content-wrapper.loading-order-page .module.purple .col-1-1.purple.glow:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/osr/static/images/spinner.gif") center no-repeat;
  background-size: 150px;
  top: 0;
  left: 0;
}
.main-content-wrapper.loading-order-page .module.purple .col-1-1.purple.glow .col-1-2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-content-wrapper.loading-order-page .module.purple .col-1-1.light-blue.glow:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/osr/static/images/spinner.gif") center no-repeat;
  background-size: 150px;
  top: 0;
  left: 0;
}
/*
@media only screen and (max-width: 1500px) {
	body 										{
		.cntr									{ width: 1240px; }
	}
}
*/
@media only screen and (max-width: 1260px) {
  body .cntr {
    width: 1024px;
  }
  body.home .cntr,
  body.single-occasion .cntr {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  body.home .cntr,
  body.single-occasion .cntr {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  body .cntr {
    width: 768px;
  }
  body .hide-1023 {
    display: none;
  }
  body .show-1023 {
    display: block;
  }
  .full-tablet {
    width: 100% !important;
  }
  .footer .full-tablet {
    width: 100% !important;
  }
  .main-content-wrapper {
    padding-top: 103px;
    margin-top: -103px;
  }
}
@media only screen and (max-width: 767px) {
  body .cntr {
    width: 100%;
    max-width: 480px;
    overflow: hidden;
  }
  body .cntr .col-3-5.main {
    width: 100%;
  }
  body .cntr .col-2-5.sidebar {
    width: 100%;
  }
  body .hide-767 {
    display: none;
  }
  body .show-767 {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  body .cntr {
    width: 100%;
    max-width: 370px;
  }
  body .cntr-thank-you-d,
  body .cntr-thank-you-c {
    max-width: 94% !important;
  }
}
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1250px;
  background: #3f458d url("/wp-content/themes/osr/static/images/background-osr-new.jpg") repeat;
  z-index: -1;
  /*
	&:before									{ .absolute; bottom: 0; left: 0; width: 100%; height: 500px; .gradient(top, rgba(63, 70, 140, 0), rgba(63, 70, 140, 100)); content: ""; }
	&:after										{ .absolute; top: 800px; left: 0; width: 100%; height: 500px; .gradient(bottom, rgba(63, 70, 140, 0), rgba(63, 70, 140, 100)); content: ""; }
*/
}
.loading-order-page .editor ol.star-specs,
.loading-order-page .editor ul.star-specs {
  position: relative;
}
.loading-order-page .editor ol.star-specs li,
.loading-order-page .editor ul.star-specs li {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.loading-order-page .editor ol.star-specs:before,
.loading-order-page .editor ul.star-specs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("/wp-content/themes/osr/static/images/spinner.gif") center no-repeat;
  background-position: center;
  background-size: 50px;
}
.editor h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 28px;
}
.editor h1.margin-bottom {
  margin-bottom: 50px;
}
.editor h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 28px;
}
.editor h2.smaller {
  font-size: 26px;
}
.editor h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
.editor h3.thin {
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-top: 5px;
  color: #5F5F7F;
}
.editor h3.margin-bottom {
  margin-bottom: 18px;
}
.editor h1.no-margin,
.editor h2.no-margin,
.editor h3.no-margin,
.editor h4.no-margin,
.editor h5.no-margin,
.editor h6.no-margin {
  margin-bottom: 0;
}
.editor h1.gold-underline,
.editor h2.gold-underline,
.editor h3.gold-underline,
.editor h4.gold-underline,
.editor h5.gold-underline,
.editor h6.gold-underline {
  position: relative;
  padding-bottom: 28px;
}
.editor h1.gold-underline:before,
.editor h2.gold-underline:before,
.editor h3.gold-underline:before,
.editor h4.gold-underline:before,
.editor h5.gold-underline:before,
.editor h6.gold-underline:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #e4b74f;
}
.editor p {
  font-size: 14px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
}
.editor p a {
  text-decoration: underline;
}
.editor p.small {
  font-size: 12px !important;
  line-height: 20px !important;
  margin: 75px 0 0;
}
.editor p .blue-box {
  display: block;
  line-height: 24px;
  padding: 20px 25px 25px;
  background: #DCDEF0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.editor p .button {
  text-decoration: none;
  color: white;
  line-height: 1;
}
.editor p.content-quote {
  font-size: 20px;
}
.editor p.center-button-inside {
  display: flex;
  justify-content: center;
}
.editor p a.permalink {
  float: left;
  font-weight: bold;
  font-size: 14px;
  color: #000024;
  text-decoration: none;
}
.editor p a.permalink:after {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  font-size: 10px;
  margin-left: 5px;
}
.editor p a.permalink:hover {
  color: rgba(0, 0, 36, 0.5);
}
.editor iframe {
  width: 100%;
}
.editor ol,
.editor ul {
  font-size: 14px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
}
.editor ol.star-specs,
.editor ul.star-specs {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0 30px 0;
}
.editor ol.star-specs li,
.editor ul.star-specs li {
  font-weight: normal;
  color: white;
}
.editor ol.star-specs li:before,
.editor ul.star-specs li:before {
  display: none;
}
.editor ol.star-specs li span,
.editor ul.star-specs li span {
  float: left;
  font-weight: bold;
  width: 165px;
}
.editor ol.star-specs li span.spec,
.editor ul.star-specs li span.spec {
  width: calc(100% - 165px);
  font-weight: normal;
}
.editor ol li a,
.editor ul li a {
  text-decoration: underline;
}
.editor.list-check ul {
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0;
}
.editor.list-check ul li:before {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  color: #39cf58;
  margin-right: 10px;
}
.editor.list-check ul:last-child {
  margin-bottom: 0;
}
.editor.list-stars ul li:before {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "h";
  color: #ec651e;
  margin-right: 10px;
}
.editor.list-stars ul:last-child {
  margin-bottom: 0;
}
.editor.list-icons ul {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 46px;
  margin: 30px 0;
}
.editor.list-icons ul li {
  float: left;
  width: 50%;
  height: 44px;
  margin-bottom: 17px;
  padding-right: 10px;
  line-height: 24px;
  cursor: pointer;
}
.editor.list-icons ul li:before {
  float: left;
  text-align: center !important;
  width: 44px;
  height: 44px;
  color: white;
  font-size: 25px;
  line-height: 44px;
  background: #2e3368;
  margin: -10px 10px 0 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.editor.list-icons ul li.icon-glow-in-the-dark:before,
.editor.list-icons ul li.icon-starcart:before {
  font-size: 32px;
}
.editor.list-icons ul li.icon-envelope:before {
  line-height: 41px;
}
.editor.list-icons ul li.icon-gift-wrapper:before {
  font-size: 30px;
  line-height: 46px;
}
.editor.list-icons ul li.icon-eternal-star-registration:before,
.editor.list-icons ul li.icon-custom-starpage:before,
.editor.list-icons ul li.icon-starfinder-app:before,
.editor.list-icons ul li.icon-explanation-sheet-2:before {
  font-size: 39px;
}
.editor.list-icons ul:last-child {
  margin-bottom: 0;
}
.editor.white h1,
.editor.white h2,
.editor.white h3,
.editor.white h4,
.editor.white h5,
.editor.white h6,
.editor.white p {
  color: white;
}
.editor.white h1 a,
.editor.white h2 a,
.editor.white h3 a,
.editor.white h4 a,
.editor.white h5 a,
.editor.white h6 a,
.editor.white p a {
  color: white;
}
.editor.intro h1,
.editor.intro h2,
.editor.intro h3,
.editor.intro h4,
.editor.intro h5,
.editor.intro h6 {
  margin-bottom: 10px;
}
.editor.intro p {
  font-size: 16px;
  line-height: 24px;
}
.editor .occasionDropdown {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
}
.editor .occasionDropdown:before {
  z-index: 2;
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 12px;
  top: 9px;
  content: "a";
  height: 15px;
  line-height: 18px;
  font-size: 12px;
  pointer-events: none;
  cursor: pointer;
}
.editor .occasionDropdown #dropdownClick {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin-bottom: 0;
  background: white;
  border: 0;
  text-align: right;
  display: none;
  visibility: hidden;
}
.editor .occasionDropdown #dropdownSelect {
  float: right;
  position: relative;
  z-index: 1;
  font-size: 14px;
  border: 0;
  text-align: right;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: #2e3368;
  height: auto;
  margin-top: 0;
  margin-left: -30px;
  width: calc(100% + 30px);
  border: 1px solid #e0e4f4;
  padding: 8px 35px 8px 15px;
  width: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.editor .occasionDropdown #dropdownSelect:-ms-expand {
  display: none;
}
.editor .occasionDropdown.v2 {
  overflow: visible;
  z-index: 10 !important;
}
.editor .occasionDropdown.v2 > ul {
  margin-top: 0;
}
.editor .occasionDropdown.v2 > ul > li:before {
  display: none;
}
.editor .occasionDropdown.v2 > ul > li > a {
  float: right;
  position: relative;
  z-index: 1;
  font-size: 14px;
  border: 0;
  width: 100%;
  max-width: 290px;
  text-align: right;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: #2e3368;
  height: auto;
  margin-top: 0;
  margin-left: -30px;
  width: calc(100% + 30px);
  border: 1px solid #e0e4f4;
  padding: 8px 35px 8px 15px;
  width: auto;
  line-height: 21px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.editor .occasionDropdown.v2 > ul > li ul {
  position: absolute;
  display: none;
  right: 0;
  top: 40px;
  width: 100%;
  max-width: 219px;
  background: #ffffff;
  margin-top: 0;
  border: 1px solid #e0e4f4;
  padding: 0 0 7px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.editor .occasionDropdown.v2 > ul > li ul.show {
  display: block;
}
.editor .occasionDropdown.v2 > ul > li ul li {
  position: relative;
  font-size: 12px;
  padding: 7px 15px 7px 12px;
}
.editor .occasionDropdown.v2 > ul > li ul li a {
  text-align: right !important;
  display: block;
  text-decoration: none;
  font-size: 12px;
  padding: 0;
  color: #2e3368;
  line-height: 15px;
}
.editor .occasionDropdown.v2 > ul > li ul li a:hover {
  text-decoration: underline;
}
.editor .occasionDropdown.v2 > ul > li ul li:before {
  display: none;
}
.editor .occasionDropdown.v2 > ul > li ul:before {
  display: block;
  margin-top: -5px;
  width: 100%;
  height: 10px;
  content: "";
}
.editor .occasionDropdown.constellationDropdown > ul > li ul {
  max-height: 400px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.editor.highlights .button {
  margin-top: -5px;
}
.editor.highlights .title {
  padding: 30px 70px 20px;
}
.editor.highlights .title > div {
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  float: left;
}
.editor.highlights .title > div a {
  text-decoration: underline;
}
.editor.highlights .sliderwrapper {
  padding: 0;
}
.editor.highlights .sliderwrapper .referenties-wrapper {
  padding-bottom: 30px;
}
.editor.highlights .sliderwrapper .referenties-wrapper .osr-carousel .slick-arrow {
  top: 50px;
}
.editor.highlights .bold {
  font-weight: 700;
}
.occasionDropdowBackground {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
@media only screen and (max-width: 1260px) {
  .editor h2 {
    font-size: 27px;
  }
  .editor.highlights .title > div {
    font-size: 16px;
    max-width: calc(100% - 240px);
  }
  .editor.highlights .osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner p {
    font-size: 14px;
    line-height: 18px;
    top: 0;
    bottom: auto;
    padding: 0;
    position: relative;
  }
  .editor.highlights .osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner p.title {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1023px) {
  .editor h1 {
    font-size: 27px;
  }
  .editor.highlights .title {
    padding: 30px 60px 0;
  }
  .editor .occasionDropdown.v2 > ul > li ul {
    max-width: 328px;
  }
  .editor .occasionDropdown.v2 > ul > li ul li {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .editor h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .editor.highlights .title > div {
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .editor.highlights .title a {
    width: 100%;
    float: left;
  }
  .editor.list-icons ul li {
    width: 100%;
  }
  .editor.list-check ul {
    font-size: 14px !important;
  }
  .editor.list-check ul li {
    position: relative;
    padding-left: 20px;
    line-height: 28px;
    width: 100%;
  }
  .editor.list-check ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .editor ul.star-specs li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  .editor ul.star-specs li:nth-child(2) span {
    /* width: 100%; */
  }
  .editor p.content-quote {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .editor .occasionDropdown.v2 > ul > li ul {
    max-width: 315px;
  }
  .editor .occasionDropdown.v2 > ul > li ul li {
    padding: 7px 10px;
  }
  .editor .occasionDropdown.constellationDropdown > ul > li ul {
    max-height: 330px;
  }
}
/* --------------------
Extra cols
-------------------- */
.col-55 {
  width: 55%;
}
.col-45 {
  width: 45%;
}
/* --------------------
Buttons
-------------------- */
.button {
  display: inline-block;
  position: relative;
  color: white;
  font-size: 14px;
  padding: 10px 15px;
  z-index: 1;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  /* ------------
	Orange
	------------ */
  /* ------------
	Disabled
	------------ */
  /* ------------
	Blue
	------------ */
  /* ------------
	Light Blue
	------------ */
  /* ------------
	Medium
	------------ */
  /* ------------
	Bold
	------------ */
  /* ------------
	White
	------------ */
  /* ------------
	Transparent
	------------ */
  /* ------------
	Shadow
	------------ */
  /* ------------
	Search
	------------ */
  /* ------------
	Big
	------------ */
}
.button.arrow:after {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  font-size: 10px;
  margin-left: 5px;
}
.button.arrow-left:after {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  content: "b";
  font-size: 10px;
  margin-right: 5px;
  margin-top: 2px;
}
.button.button-orange {
  background: #ff7a10;
}
.button.button-orange:hover {
  background: #ec651e;
}
.button.button-orange.gradient {
  background-color: #f5923a;
  background-image: -webkit-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -moz-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -o-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -ms-linear-gradient(top, #f5923a, #f54c4c);
  background-image: linear-gradient(top, #f5923a, #f54c4c);
  background-image: none;
  background-color: #FF7A10;
}
.button.button-orange.gradient:hover {
  background-color: #f54c4c;
  background-image: -webkit-linear-gradient(top, #f54c4c, #f5923a);
  background-image: -moz-linear-gradient(top, #f54c4c, #f5923a);
  background-image: -o-linear-gradient(top, #f54c4c, #f5923a);
  background-image: -ms-linear-gradient(top, #f54c4c, #f5923a);
  background-image: linear-gradient(top, #f54c4c, #f5923a);
  background-image: none;
  background-color: #E8632A;
}
.button.disabled {
  pointer-events: none;
  background: #b3b3b3;
}
.button.button-blue {
  background-color: #16c3fc;
  background-image: -webkit-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -moz-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -o-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -ms-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: linear-gradient(top, #16c3fc, #03a6dc);
}
.button.button-blue:hover {
  background-color: #16c3fc;
  background-image: -webkit-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -moz-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -o-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -ms-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: linear-gradient(bottom, #16c3fc, #03a6dc);
}
.button.button-blue.gradient:before {
  display: none;
}
.button.button-light-blue {
  background: #DCDEF0;
  color: #666B9D;
}
.button.button-light-blue:hover {
  background: #b8bce1;
}
.button.medium {
  padding: 15px 20px;
}
.button.medium:before {
  float: right;
  margin-left: 10px;
  margin-top: 1px;
  font-size: 12px !important;
}
.button.bold {
  font-weight: bold;
}
.button.white {
  padding: 0;
  background: white;
  color: #000024;
}
.button.white:hover {
  opacity: .5;
}
.button.transparent {
  padding: 0;
}
.button.shadow {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.button#searchsubmit {
  position: absolute;
  padding: 15px 40px 15px 20px;
}
.button#searchsubmit:after {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 13px;
  height: 13px;
  content: "";
  background: url("/wp-content/themes/osr/static/images/search-white.svg") center center / 13px no-repeat;
  transform: translateY(-50%);
}
.button.button-big {
  font-size: 19px;
  font-weight: bold;
  padding: 20px;
  height: 61px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.button.button-big:before {
  float: left;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 1px 18px -1px 0;
  content: "h";
}
.star .button.button-big:before {
  content: "h";
}
.baptism .button.button-big:before {
  content: "r";
}
.certificate .button.button-big:before {
  content: "q";
}
.starcart .button.button-big:before {
  content: "o";
}
.christmas .button.button-big:before {
  content: "p";
}
.love .button.button-big:before {
  content: "n";
}
.wedding .button.button-big:before {
  content: "k";
}
.explanationsheet .button.button-big:before {
  content: "v";
}
.aniversary .button.button-big:before {
  content: "u";
}
.envelope .button.button-big:before {
  content: "l";
}
.personalmessage .button.button-big:before {
  content: "t";
}
.glow-in-the-dark .button.button-big:before {
  content: "s";
}
.fifty .button.button-big:before {
  content: "F";
}
.memorial .button.button-big:before {
  content: "G";
}
.secretary .button.button-big:before {
  content: "H";
}
.geboorte .button.button-big:before {
  content: "I";
}
.gift .button.button-big:before {
  content: "D";
}
.vadermoederdag .button.button-big:before {
  content: "J";
}
.sinterklaas .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/icon-sinterklaas.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.new-year .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-new-year.svg");
  margin-top: -2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.friendship .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-friendship.svg");
  margin-top: -2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.get-well-soon .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-get-well-soon.svg");
  margin-top: -2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.valetine .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-valentine.svg");
  margin-top: -2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.graduation .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-graduation.svg");
  margin-top: -2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.thank-you .button.button-big:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-thank-you.svg");
  margin-top: -2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.button.button-big > span {
  float: right;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
.button.button-big > span:before {
  position: absolute;
  width: 1px;
  height: 61px;
  left: 0;
  top: -20px;
  background: rgba(255, 255, 255, 0.25);
  content: "";
}
.button.button-big > span:after {
  display: none;
  position: absolute;
  width: 1px;
  height: 44px;
  left: -1px;
  top: -10px;
  background: #fca65b;
  content: "";
}
.button.button-big > span span {
  position: relative;
  font-size: 17px;
  margin-bottom: -10px;
  margin-right: 10px;
}
.button.button-big > span span:before {
  position: absolute;
  line-height: 24px;
  margin-left: -3px;
}
.smaller-buttons .button.button-big {
  font-size: 17px;
  /* height: auto; line-height:22px; */
}
.button.button-no-before:before {
  display: none;
}
.button.button-refactored {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 20px;
  height: auto;
}
.button.button-refactored:before {
  margin: 0;
}
.button.button-refactored > span {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 61px;
  margin-left: 0;
  float: none !important;
}
.button.button-refactored > span:before {
  top: 0;
  width: 0;
}
.button.button-refactored > span:first-of-type {
  padding: 0 20px 0 18px;
}
.button.button-refactored > span.button-price {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  padding: 0 10px 5px;
}
.button.button-refactored > span.button-price:before {
  width: 1px;
}
.button.button-refactored > span.button-price span {
  margin-bottom: 4px;
  margin-right: 0;
  font-size: 19px;
}
.button.button-refactored > span.button-price span.button-shipping {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
}
body.page-template-page-thank-you .button.button-big:before {
  display: none !important;
}
@media only screen and (max-width: 1500px) {
  body.single-constellation .button.button-big {
    height: auto;
    line-height: 22px;
    padding: 10px 15px;
  }
  body.single-constellation .button.button-big:before,
  body.single-constellation .button.button-big:after {
    display: none;
  }
  body.single-constellation .button.button-big span {
    display: inline;
    margin: 0;
    padding-left: 0px;
    float: none;
  }
  body.single-constellation .button.button-big span:before,
  body.single-constellation .button.button-big span:after {
    display: none;
  }
  body.single-constellation .button.button-big span span {
    display: none;
  }
}
@media only screen and (max-width: 1260px) {
  .button.button-big {
    height: auto;
    line-height: 22px;
    padding: 10px 15px;
  }
  .button.button-big:after {
    display: none;
  }
  .button.button-big span {
    display: inline;
    margin: 0;
    padding-left: 0px;
    float: none;
  }
  .button.button-big span:before,
  .button.button-big span:after {
    display: none;
  }
  .button.button-big span span {
    display: none;
  }
  .button.button-refactored {
    padding: 0 0 0 20px;
    line-height: 1;
  }
  .button.button-refactored > span {
    display: flex;
    padding: 0 20px;
  }
  .button.button-refactored > span:first-of-type {
    padding: 0 20px 0 18px;
  }
  .button.button-refactored > span.button-price {
    display: flex;
  }
  .button.button-refactored > span.button-price:before {
    display: block;
    width: 1px;
  }
  .button.button-refactored > span.button-price span {
    display: flex;
  }
}
@media only screen and (max-width: 1023px) {
  .button.button-big {
    font-size: 16px;
    /*
		&:before								{ margin: 0px 5px -1px 0; }
		> span									{ margin-left: 10px; padding-left: 10px;
			&:before,
			&:after								{ height: 30px; top: -5px; }
			span								{ font-size: 13px;
				&:before						{ line-height: 19px; }
			}
		}
*/
  }
  .button#searchsubmit {
    position: relative;
  }
  .button.button-refactored > span:first-of-type {
    padding: 0 15px 0 18px;
  }
  .button.button-refactored > span.button-price:before {
    display: block;
    width: 1px;
  }
  .button.button-refactored > span.button-price span {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .button.button-big:after {
    position: absolute;
    font-family: "osr" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "c";
    font-size: 13px;
    right: 14px;
    line-height: 19px;
  }
  .button.button-big span span {
    display: none;
  }
  .button.button-big {
    height: auto;
    line-height: 22px;
    padding: 10px 15px 10px 49px;
    position: relative;
  }
  .button.button-big:before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  .button.button-big:after {
    display: none;
  }
  .button.button-big span {
    display: inline;
    margin: 0;
    padding-left: 0px;
    float: none;
  }
  .button.button-big span:before,
  .button.button-big span:after {
    display: none;
  }
  .button.button-big span span {
    display: none;
  }
  .friendship .button.button-big:before,
  .get-well-soon .button.button-big:before,
  .valetine .button.button-big:before,
  .graduation .button.button-big:before,
  .thank-you .button.button-big:before,
  .new-year .button.button-big:before {
    margin-top: -1px;
    height: 20px;
    width: 20px;
  }
  .button.button-no-before {
    padding: 10px 15px;
  }
  .button.button-no-before:before {
    display: none;
  }
  .button.button-refactored {
    line-height: 1;
    padding: 0 0 0 20px;
  }
  .button.button-refactored > span {
    display: flex;
  }
  .button.button-refactored > span:first-of-type {
    padding: 0 15px 0 18px;
  }
  .button.button-refactored > span.button-price:before {
    display: block;
    width: 1px;
  }
}
/* --------------------
Header
-------------------- */
header {
  position: relative;
  width: 100%;
  z-index: 11;
  background: #151539;
}
header .header-top-bar {
  padding: 16px 0;
  border-bottom: solid 1px #2a2b4b;
  text-align: center;
}
header .header-top-bar .cntr {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top-bar .cntr .top-left ul {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
}
header .header-top-bar .cntr .top-left ul li {
  position: relative;
  color: #c4c4c4;
  font-size: 14px;
  padding-left: 25px;
  text-align: left;
}
header .header-top-bar .cntr .top-left ul li:before {
  content: url('/wp-content/uploads/2023/09/menu-check-icon.svg');
  position: absolute;
  left: 0;
  top: -2px;
  height: 17px;
  width: 17px;
}
header .header-top-bar .cntr .top-right {
  display: flex;
  gap: 20px;
  align-items: center;
}
header .header-top-bar .cntr .top-right .nav ul {
  display: flex;
  gap: 20px;
}
header .header-top-bar .cntr .top-right .nav ul li {
  position: relative;
  width: max-content;
}
header .header-top-bar .cntr .top-right .nav ul li a {
  color: white;
  font-size: 14px;
}
header .header-top-bar .cntr .top-right .nav ul li:hover > a {
  text-decoration: underline !important;
}
header .header-top-bar .cntr .top-right .dropdown-boxes {
  width: max-content;
}
header .header-top-bar .cntr .top-right #valuta_sel {
  height: auto;
}
header .header-top-bar .cntr .top-right #valuta_sel > ul {
  background: rgba(255, 255, 255, 0.1);
}
header .header-top-bar .cntr .top-right #valuta_sel > ul > li {
  padding: 6px 0;
}
header .header-top-bar .cntr .top-right #valuta_sel > ul > li > a {
  padding: 6px 25px 6px 7px;
}
header .header-top-bar .cntr .top-right #valuta_sel > ul > li:after {
  right: 8px;
  top: 2px;
}
header .header-top-bar .cntr .top-right #valuta_sel > ul > li > ul {
  top: 27px;
  text-align: left;
  padding: 3px 0;
}
header .header-top-bar .cntr .top-right #valuta_sel > ul > li > ul:before {
  display: none;
}
header .header-top-bar .cntr .top-right #valuta_sel > ul > li > ul > li {
  padding: 0;
}
header .header-top-bar .cntr .top-right #valuta_sel > ul > li > ul > li a {
  padding: 9px 13px;
  display: block;
}
header .header-top-bar .cntr .top-right #valuta_sel > ul > li:hover > ul {
  display: grid;
}
header .header-top-bar .cntr .top-right #valuta_sel.occasion-dropdown > ul > li > ul {
  width: max-content;
  grid-template-columns: 1fr 1fr;
}
header .header-top-bar .cntr .top-right #lang_sel > ul {
  background: rgba(255, 255, 255, 0.1);
}
header .header-top-bar .cntr .top-right #lang_sel > ul > li {
  min-width: auto;
  padding: 0;
}
header .header-top-bar .cntr .top-right #lang_sel > ul > li > a {
  padding: 6px 25px 6px 7px;
}
header .header-top-bar .cntr .top-right #lang_sel > ul > li:after {
  right: 8px;
  top: 2px;
}
header .header-top-bar .cntr .top-right #lang_sel > ul > li > ul {
  top: 27px;
  width: max-content;
  text-align: left;
  padding: 3px 0;
}
header .header-top-bar .cntr .top-right #lang_sel > ul > li > ul:before {
  display: none;
}
header .header-top-bar .cntr .top-right #lang_sel > ul > li > ul > li {
  padding: 0;
}
header .header-top-bar .cntr .top-right #lang_sel > ul > li > ul > li a {
  padding: 9px 13px;
  display: block;
}
header .header-top-bar .cntr .top-right #lang_sel > ul > li:hover > ul {
  display: grid;
}
header .header-bottom-bar {
  text-align: center;
}
header .header-bottom-bar .cntr {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
header .header-bottom-bar .cntr .top-left {
  display: flex;
  gap: 50px;
  align-items: center;
}
header .header-bottom-bar .cntr .top-left .logo {
  float: left;
  width: 293px;
  height: 40px;
  background-size: 231px;
  overflow: hidden;
}
header .header-bottom-bar .cntr .top-left .logo svg {
  width: 100%;
}
header .header-bottom-bar .cntr .top-left .logo span {
  text-indent: -9999px;
  opacity: 0;
  visibility: hidden;
}
header .header-bottom-bar .cntr .top-left .logo .logo-mobile {
  display: none;
}
header .header-bottom-bar .cntr .top-left .nav ul {
  display: flex;
  gap: 50px;
}
header .header-bottom-bar .cntr .top-left .nav ul li {
  padding: 45px 0;
}
header .header-bottom-bar .cntr .top-left .nav ul li a {
  color: white;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  margin-right: 10px;
}
header .header-bottom-bar .cntr .top-left .nav ul li.menu-item-has-children:after {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 0;
  content: "a";
  color: white;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
}
header .header-bottom-bar .cntr .top-left .nav ul li.menu-item-has-children:hover > .sub-menu {
  display: flex;
  opacity: 1;
  height: auto;
}
header .header-bottom-bar .cntr .top-left .nav ul li .sub-menu {
  position: absolute;
  top: 169px;
  left: 0;
  display: none;
  gap: 0;
  width: 100%;
  justify-content: space-between;
  padding: 50px calc(50% - 750px);
  background: #eef4ff;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-bottom-bar .cntr .top-left .nav ul li .sub-menu li {
  padding: 20px;
  text-align: center;
}
header .header-bottom-bar .cntr .top-left .nav ul li .sub-menu li a {
  margin: 0;
  color: #151539;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
  gap: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
header .header-bottom-bar .cntr .top-left .nav ul li .sub-menu li a img {
  max-width: 100%;
  margin: 0 auto;
}
header .header-bottom-bar .cntr .top-left .nav ul li .sub-menu li a::after {
  content: '';
  margin: 0 auto;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .header-bottom-bar .cntr .top-left .nav ul li:last-child ul li {
  width: 16.66%;
}
header .header-bottom-bar .cntr .top-left .nav ul li:hover > a {
  text-decoration: underline !important;
}
header .header-bottom-bar .cntr .top-left .nav ul li.main-one ul {
  padding: 26px calc(-700%);
}
header .header-bottom-bar .cntr .top-left .nav ul li.main-one .sub-menu li {
  width: 20%;
}
header .header-bottom-bar .cntr .top-left .nav ul li.main-one .sub-menu li a::after {
  max-width: 227px;
  max-height: 168px;
  height: 16vw;
}
header .header-bottom-bar .cntr .top-left .nav ul li.main-two .sub-menu li a::after {
  max-width: 194px;
  max-height: 121px;
  height: 8.4vw;
}
header .header-bottom-bar .cntr .top-right .desktop-content .login-link {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 20px;
  color: white;
}
header .header-bottom-bar .cntr .top-right .desktop-content .login-link:hover {
  text-decoration: underline;
}
header .header-bottom-bar .cntr .top-right .desktop-content .button {
  color: white;
  font-weight: 700;
  font-size: 18px;
  border-radius: 30px;
  padding: 17px 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-bottom-bar .cntr .top-right .desktop-content .button:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
header .header-bottom-bar .cntr .top-right .mobile-menu-header,
header .header-bottom-bar .cntr .top-right .mobile-menu-footer {
  display: none;
}
.mobile-menu-body,
.m-nav-toggle,
.mobile-order {
  display: none;
}
@media only screen and (max-width: 1368px) {
  header .header-top-bar .cntr .top-left ul {
    gap: 15px;
  }
  header .header-top-bar .cntr .top-left ul li {
    padding-left: 20px;
  }
  header .header-top-bar .cntr .top-right {
    gap: 15px;
  }
  header .header-top-bar .cntr .top-right .nav ul {
    gap: 15px;
  }
}
@media only screen and (max-width: 1295px) {
  header .header-top-bar .cntr .top-left ul {
    gap: 18px;
  }
  header .header-top-bar .cntr .top-left ul li {
    font-size: 13px;
    padding-left: 17px;
  }
  header .header-top-bar .cntr .top-left ul li:before {
    height: 14px;
    width: 14px;
    top: -1px;
  }
  header .header-top-bar .cntr .top-right .nav ul li a {
    font-size: 13px;
  }
  header .header-top-bar .cntr .top-right #valuta_sel > ul li a {
    font-size: 13px;
  }
  header .header-top-bar .cntr .top-right #valuta_sel > ul li:after {
    top: 1px;
    font-size: 8px;
  }
  header .header-top-bar .cntr .top-right #lang_sel > ul li a {
    font-size: 13px;
  }
  header .header-top-bar .cntr .top-right #lang_sel > ul li:after {
    top: 1px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 1260px) {
  header .header-top-bar .cntr .top-right #lang_sel > ul > li > a {
    padding: 6px 25px 20px 7px;
  }
}
@media only screen and (max-width: 1184px) {
  header .header-top-bar .cntr .top-left ul {
    gap: 15px;
  }
  header .header-top-bar .cntr .top-left ul li {
    font-size: 12px;
    padding-left: 17px;
    top: 2px;
  }
  header .header-top-bar .cntr .top-left ul li:before {
    top: -2px;
  }
  header .header-top-bar .cntr .top-right {
    gap: 5px;
  }
  header .header-top-bar .cntr .top-right .nav ul li a {
    font-size: 12px;
  }
  header .header-top-bar .cntr .top-right #valuta_sel {
    margin-right: 5px;
  }
  header .header-top-bar .cntr .top-right #valuta_sel > ul li a {
    font-size: 12px;
  }
  header .header-top-bar .cntr .top-right #valuta_sel > ul li:after {
    top: 1px;
  }
  header .header-top-bar .cntr .top-right #lang_sel > ul {
    gap: 10px;
  }
  header .header-top-bar .cntr .top-right #lang_sel > ul li a {
    font-size: 12px;
  }
  header .header-top-bar .cntr .top-right #lang_sel > ul li:after {
    top: 0;
  }
}
@media only screen and (max-width: 1100px) {
  header .header-top-bar .cntr .top-left ul {
    gap: 10px;
  }
  header .header-top-bar .cntr .top-left ul li {
    font-size: 11px;
    padding-left: 17px;
  }
  header .header-top-bar .cntr .top-right .nav ul {
    gap: 5px;
  }
  header .header-top-bar .cntr .top-right .nav ul li a {
    font-size: 11px;
  }
  header .header-top-bar .cntr .top-right #valuta_sel > ul li a {
    font-size: 11px;
  }
  header .header-top-bar .cntr .top-right #lang_sel > ul {
    gap: 10px;
  }
  header .header-top-bar .cntr .top-right #lang_sel > ul li a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1023px) {
  header {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-height: 103px;
  }
  header.mobile-open {
    overflow: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #eef4ff;
  }
  header.mobile-open .header-bottom-bar .cntr .m-nav-toggle {
    margin: 10px;
    z-index: 2;
  }
  header.mobile-open .header-bottom-bar .cntr .top-left {
    z-index: 2;
  }
  header.mobile-open .header-bottom-bar .cntr .top-left .logo .logo-mobile .logo-mobile-cls-2 {
    fill: #151539;
  }
  header.mobile-open .header-bottom-bar .cntr .top-left .nav {
    display: none;
  }
  header.mobile-open .header-bottom-bar .cntr .top-right .m-nav-container {
    opacity: 1;
    visibility: visible;
  }
  header.mobile-open .header-bottom-bar .cntr .top-right .mobile-order {
    display: none;
  }
  header.visible {
    overflow: visible;
  }
  header .header-top-bar {
    display: none;
  }
  header .header-bottom-bar .cntr {
    height: 70px;
  }
  header .header-bottom-bar .cntr .m-nav-toggle {
    position: absolute;
    display: inline-block;
    border: 0;
    cursor: pointer;
    background: transparent;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  header .header-bottom-bar .cntr .m-nav-toggle img {
    width: 24px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  header .header-bottom-bar .cntr .m-nav-toggle:before {
    position: absolute;
    width: 20px;
    height: 3px;
    background: #151539;
    top: 8px;
    left: 0;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  header .header-bottom-bar .cntr .m-nav-toggle:after {
    position: absolute;
    width: 20px;
    height: 3px;
    background: #151539;
    top: 8px;
    left: 0;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  header .header-bottom-bar .cntr .top-left .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    float: none;
    width: 42px;
    height: 42px;
    transform: translate(-50%, -50%);
  }
  header .header-bottom-bar .cntr .top-left .logo .logo-desktop {
    display: none;
  }
  header .header-bottom-bar .cntr .top-left .logo .logo-mobile {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: auto;
  }
  header .header-bottom-bar .cntr .top-left .logo .logo-mobile .logo-mobile-cls-2 {
    fill: #fff;
  }
  header .header-bottom-bar .cntr .top-left .nav {
    display: none;
  }
  header .header-bottom-bar .cntr .top-right {
    z-index: 3;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 0;
    top: 0;
    background: #eef4ff;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .nav .mobile-menu-body {
    display: block;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .nav ul {
    padding: 10px 20px;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .nav ul li {
    display: block;
    text-align: left;
    padding: 20px 0;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .nav ul li a {
    font-size: 18px;
    color: #151539;
    text-transform: uppercase;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .nav ul li:after {
    display: none;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .nav ul li .sub-menu {
    display: none;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-header {
    height: 70px;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    border-bottom: solid 2px #e3e8f5;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-header .m-nav-toggle,
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-header .close-pop-mobile-menu {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 20px;
    margin: 0;
    z-index: 2;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-header .m-nav-toggle:before,
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-header .close-pop-mobile-menu:before {
    position: absolute;
    width: 20px;
    height: 3px;
    background: #151539;
    top: 8px;
    left: 0;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-header .m-nav-toggle:after,
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-header .close-pop-mobile-menu:after {
    position: absolute;
    width: 20px;
    height: 3px;
    background: #151539;
    top: 8px;
    left: 0;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    float: none;
    width: 42px;
    height: 42px;
    transform: translate(-50%, -50%);
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-header .logo .logo-mobile .logo-mobile-cls-2 {
    fill: #151539;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .desktop-content {
    display: none;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer {
    display: block;
    border-top: solid 2px #e3e8f5;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer .mobile-menu-footer-button {
    float: left;
    padding: 20px;
    border-right: solid 2px #e3e8f5;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer .mobile-menu-footer-button.language-mobile-button {
    border-right: none;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer .mobile-menu-footer-button a {
    color: #151539;
    font-size: 18px;
    line-height: 1em;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer .mobile-menu-footer-button a:after {
    font-family: "osr" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "a";
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    margin-left: 10px;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer .pop-mobile-menu {
    height: 0;
    z-index: 999;
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    background: #eef4ff;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer .pop-mobile-menu.open {
    height: calc(100% - 67px);
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer .pop-mobile-menu ul {
    height: calc(100vh - 137px);
    overflow-y: scroll;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer .pop-mobile-menu ul li a {
    text-align: left;
    padding: 20px;
    display: block;
    font-size: 18px;
    color: #151539;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer .pop-mobile-menu ul::-webkit-scrollbar {
    background: #e2e8f4;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer .pop-mobile-menu ul::-webkit-scrollbar-thumb {
    background: #14123a;
  }
  header .header-bottom-bar .cntr .mobile-order {
    display: block;
  }
  header .header-bottom-bar .cntr .mobile-order ul li a {
    display: inline-block;
    font-weight: 700;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #ff7a10;
  }
  header .header-bottom-bar .cntr .mobile-order ul li a:hover {
    background: #ec651e;
    box-shadow: 0 10px 10px -10px #000000;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 350px) {
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer .mobile-menu-footer-button.occasion-mobile-button {
    padding: 20px 10px 20px 20px;
  }
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer .mobile-menu-footer-button.currency-mobile-button,
  header .header-bottom-bar .cntr .top-right .m-nav-container .mobile-menu-footer .mobile-menu-footer-button.language-mobile-button {
    padding: 20px 10px;
  }
}
/* -------------
Language
------------- */
#lang_sel {
  float: left;
  position: relative;
  z-index: 100;
}
#lang_sel > ul {
  float: left;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
  line-height: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#lang_sel > ul > li {
  float: left;
  position: relative;
  font-size: 14px;
  padding: 9px 45px 9px 12px;
}
#lang_sel > ul > li a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
  line-height: 14px;
  display: block;
}
#lang_sel > ul > li a img {
  float: left;
  margin: 1px 10px 0 0;
  border: 1px solid white;
}
#lang_sel > ul > li:before {
  display: none;
}
#lang_sel > ul > li:after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 10px;
  top: 4px;
  content: "a";
  color: white;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  margin-left: 35px;
}
#lang_sel > ul > li ul {
  position: absolute;
  display: none;
  top: 35px;
  right: -1px;
  background: rgba(42, 77, 133, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#lang_sel > ul > li ul li {
  position: relative;
  font-size: 12px;
  padding: 9px 15px 9px 12px;
}
#lang_sel > ul > li ul li a:hover {
  text-decoration: underline;
}
#lang_sel > ul > li ul li:before {
  display: none;
}
#lang_sel > ul > li ul:before {
  display: block;
  margin-top: -5px;
  width: 100%;
  height: 10px;
  content: "";
}
#lang_sel > ul > li:hover ul {
  display: block;
}
@media only screen and (max-width: 1260px) {
  #lang_sel > ul > li {
    min-width: 50px;
  }
  #lang_sel > ul > li > a img {
    margin-right: 0;
  }
  #lang_sel > ul > li > a span {
    display: none;
  }
}
/* -------------
Valuta
------------- */
#valuta_sel {
  float: left;
  position: relative;
  z-index: 100;
  margin-right: 10px;
  height: 35px;
}
#valuta_sel > ul {
  float: left;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#valuta_sel > ul > li {
  float: left;
  position: relative;
  font-size: 14px;
  padding: 9px 45px 10px 12px;
  cursor: pointer;
}
#valuta_sel > ul > li a {
  color: white;
  text-decoration: none;
}
#valuta_sel > ul > li:after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  right: 17px;
  top: 4px;
  content: "a";
  height: 25px;
  line-height: 25px;
  padding-left: 12px;
  font-size: 10px;
  margin-left: 5px;
}
#valuta_sel > ul > li ul {
  position: absolute;
  display: none;
  top: 35px;
  right: -1px;
  background: rgba(255, 255, 255, 0.2);
  background: rgba(42, 77, 133, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: calc(100% + 2px);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#valuta_sel > ul > li ul li {
  position: relative;
  font-size: 12px;
  padding: 9px 15px 9px 12px;
}
#valuta_sel > ul > li ul li a:hover {
  text-decoration: underline;
}
#valuta_sel > ul > li ul:before {
  display: block;
  margin-top: -5px;
  width: 100%;
  height: 10px;
  content: "";
}
#valuta_sel > ul > li:hover ul {
  display: block;
}
/* --------------------
Section
-------------------- */
.section {
  float: left;
  width: 100%;
}
.section.first .module {
  margin-top: 0;
}
.section.second .module {
  background-color: #c7cae7;
  background-image: -webkit-linear-gradient(bottom, #c7cae7, #eeeff8);
  background-image: -moz-linear-gradient(bottom, #c7cae7, #eeeff8);
  background-image: -o-linear-gradient(bottom, #c7cae7, #eeeff8);
  background-image: -ms-linear-gradient(bottom, #c7cae7, #eeeff8);
  background-image: linear-gradient(bottom, #c7cae7, #eeeff8);
}
.section .cntr .banner-top {
  float: left;
  width: 100%;
  border: 2px solid #3A346B;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.section .cntr .banner-top img {
  float: left;
  width: 100%;
  height: auto;
}
.section.info-icons {
  display: none;
}
.section.info-icons .cntr .module {
  background: transparent;
}
.section.info-icons .cntr .module .editor > div {
  padding: 0 40px;
}
.section.info-icons .cntr .module .editor > div a {
  position: relative;
  display: inline-block;
  padding: 15px;
  padding-left: 70px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.section.info-icons .cntr .module .editor > div a.info-namingastar {
  padding-left: 55px;
}
.section.info-icons .cntr .module .editor > div a.info-namingastar span {
  background-position: left center;
  background-size: 25px;
}
.section.info-icons .cntr .module .editor > div a.info-choosegifts span {
  background-position: left bottom;
}
.section.info-icons .cntr .module .editor > div a.info-getagiftcard span {
  background-position: left center;
}
.section.info-icons .cntr .module .editor > div a:hover {
  border: 1px solid #ffffff;
}
.section.info-icons .cntr .module .editor > div a span {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
.section.has-step-buttons {
  position: relative;
  z-index: 2;
}
.section.star-finder-apps {
  position: relative;
  z-index: 11;
}
.section--app-store {
  position: relative;
  z-index: 10;
}
.section.b-front-articles .editor {
  display: flex;
  flex-wrap: wrap;
}
.section.b-front-articles .editor > h2 {
  display: flex;
  flex-basis: 100%;
  max-width: 100%;
}
.section.b-front-articles .editor .article {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  max-width: 50%;
}
.section.b-star-column-left .editor {
  display: flex;
  flex-wrap: wrap;
}
.section.b-star-column-left .editor .full-tablet {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1260px) {
  .section.info-icons .cntr .module .editor {
    text-align: center !important;
  }
  .section.info-icons .cntr .module .editor > div {
    padding: 0;
    width: auto;
    float: none;
    display: inline-block;
  }
  .section.info-icons .cntr .module .editor > div:nth-of-type(2) {
    margin: 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section.highlights-section {
    display: none;
  }
  .section.info-icons .cntr .module .editor > div {
    margin-bottom: 5px;
    width: 100%;
  }
  .section.info-icons .cntr .module .editor > div a {
    width: 100%;
    text-align: left !important;
  }
  .section.info-icons .cntr .module .editor > div a.info-namingastar {
    padding-left: 70px;
  }
  .section.info-icons .cntr .module .editor > div a.info-namingastar span {
    left: 22px;
  }
  .section.info-icons .cntr .module .editor > div:nth-of-type(2) {
    margin: 0;
    margin-bottom: 5px;
  }
  .section.b-front-articles .editor .article {
    flex-basis: 100%;
    max-width: 100%;
  }
  .section.b-star-column-left .editor .full-tablet {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.banner-top {
  position: relative;
}
.banner-top p {
  position: absolute;
  color: white;
  /* -------------
		Samsung S4
		------------- */
}
.banner-top p a {
  color: white;
}
.banner-top p span {
  color: white;
}
.banner-top p.name-star-now {
  font-size: 24px;
  top: 75px;
  left: 155px;
}
.banner-top p.name-star-now.order-banner {
  left: 190px;
}
.banner-top p.animation {
  text-align: center !important;
  opacity: 0;
  font-size: 17px;
  width: 120px;
  -webkit-animation: fadein 20s infinite ease-in-out;
  -moz-animation: fadein 20s infinite ease-in-out;
  -ms-animation: fadein 20s infinite ease-in-out;
  /* -------------
			Stars
			------------- */
}
.banner-top p.animation:before {
  position: absolute;
  width: 26px;
  height: 45px;
  background: url("/wp-content/themes/osr/static/images/pin.svg") center center no-repeat;
  background-size: 26px;
  top: -47px;
  left: 50%;
  margin-left: -16px;
  content: "";
}
.banner-top p.animation.one {
  top: 67px;
  left: 995px;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.banner-top p.animation.two {
  top: 70px;
  left: 571px;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}
.banner-top p.animation.three {
  top: 102px;
  left: 804px;
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -ms-animation-delay: 10s;
  animation-delay: 10s;
}
.banner-top p.animation.four {
  top: 43px;
  left: 710px;
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
}
@media only screen and (max-width: 1260px) {
  .banner-top p.name-star-now {
    top: 61px;
    left: 102px;
  }
  .banner-top p.name-star-now.order-banner {
    left: 132px;
  }
  .banner-top p.animation.one {
    top: 60px;
    left: 807px;
  }
  .banner-top p.animation.two {
    top: 63px;
    left: 459px;
  }
  .banner-top p.animation.three {
    top: 90px;
    left: 651px;
  }
  .banner-top p.animation.four {
    top: 43px;
    left: 574px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-top p.name-star-now {
    left: 83px;
  }
  .banner-top p.name-star-now.order-banner {
    left: 112px;
  }
  .banner-top p.animation.one {
    top: 96px;
    left: 616px;
  }
  .banner-top p.animation.two {
    top: 53px;
    left: 141px;
  }
  .banner-top p.animation.three {
    top: 89px;
    left: 502px;
  }
  .banner-top p.animation.four {
    top: 43px;
    left: 428px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-top p.name-star-now {
    font-size: 17px;
    top: 59px;
    left: 39px;
  }
  .banner-top p.name-star-now.order-banner {
    top: 56px;
    left: 64px;
  }
  .banner-top p.animation {
    font-size: 16px;
    width: 110px;
  }
  .banner-top p.animation.one {
    top: 83px;
    left: 354px;
  }
  .banner-top p.animation.two {
    top: 89px;
    left: 225px;
  }
  .banner-top p.animation.three {
    top: 91px;
    left: 320px;
  }
  .banner-top p.animation.four {
    top: 42px;
    left: 288px;
  }
}
@media only screen and (max-width: 640px) {
  .banner-top p.name-star-now {
    font-size: 14px;
    top: 36px;
    left: 9px;
  }
  .banner-top p.name-star-now.order-banner {
    top: 36px;
    left: 27px;
  }
  .banner-top p.animation {
    font-size: 12px;
    width: 110px;
  }
  .banner-top p.animation:before {
    width: 16px;
    height: 25px;
    background: url("/wp-content/themes/osr/static/images/pin.svg") center center no-repeat;
    background-size: 16px;
    top: -27px;
    left: 50%;
    margin-left: -8px;
    content: "";
  }
  .banner-top p.animation.one {
    top: 65px;
    left: 227px;
  }
  .banner-top p.animation.two {
    top: 64px;
    left: 156px;
  }
  .banner-top p.animation.three {
    top: 55px;
    left: 175px;
  }
  .banner-top p.animation.four {
    top: 26px;
    left: 203px;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .banner-top p.animation.one {
    top: 64px;
    left: 219px;
  }
  .banner-top p.animation.two {
    top: 62px;
    left: 149px;
  }
  .banner-top p.animation.three {
    top: 53px;
    left: 169px;
  }
  .banner-top p.animation.four {
    top: 26px;
    left: 196px;
  }
}
@media only screen and (max-width: 320px) {
  .banner-top p.animation:before {
    width: 16px;
    height: 25px;
    background: url("/wp-content/themes/osr/static/images/pin.svg") center center no-repeat;
    background-size: 16px;
    top: -27px;
    left: 50%;
    margin-left: -8px;
    content: "";
  }
  .banner-top p.animation.one {
    top: 59px;
    left: 187px;
  }
  .banner-top p.animation.two {
    top: 51px;
    left: 142px;
  }
  .banner-top p.animation.three {
    top: 37px;
    left: 187px;
  }
  .banner-top p.animation.four {
    top: 26px;
    left: 165px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* --------------------
Main
-------------------- */
.main {
  /* -------------
	Language
	------------- */
  /* -------------
	Faq list
	------------- */
  /* -------------
	Faq list - V2
    ------------- */
}
.main #lang_sel {
  float: right;
}
.main #lang_sel > ul {
  border-color: #5F5F7F;
}
.main #lang_sel > ul > li:after {
  color: #5F5F7F;
}
.main #lang_sel > ul > li a {
  color: #5F5F7F;
}
.main #lang_sel > ul > li ul li a {
  color: white;
}
.main .faq-list {
  counter-reset: li-counter;
}
.main .faq-list li {
  border: 1px solid #cccccc;
  padding: 30px;
  margin-bottom: 20px;
  list-style: none !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.main .faq-list li h4,
.main .faq-list li h2 {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  padding-right: 30px;
}
.main .faq-list li h4:before,
.main .faq-list li h2:before {
  float: left;
  width: 45px;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
  margin: 0 0 50px 0;
}
.main .faq-list li h4:after,
.main .faq-list li h2:after {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 0;
  top: 3px;
  content: "a";
  font-size: 18px;
}
.main .faq-list li p {
  display: none;
  position: relative;
  margin-top: 30px;
  padding: 30px 0 0 45px;
  margin-bottom: 0;
}
.main .faq-list li p:before {
  position: absolute;
  top: 0;
  right: -30px;
  height: 1px;
  width: calc(100% - 15px);
  background-color: #cccccc;
  content: "";
}
.main .faq-list li ol,
.main .faq-list li li {
  display: none;
}
.main .faq-list li.active h4:after {
  content: "d";
}
.main .faq-list li.active p {
  display: block;
}
.main .faq-list li.active ol,
.main .faq-list li.active li {
  display: block;
}
.main .faq-list li.active .answer {
  display: block;
}
.main.post .wp-caption {
  max-width: 100%;
}
.main img {
  max-width: 100%;
  height: auto;
}
.main .faq-list--v2 li {
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.main .faq-list--v2 li h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 8px;
}
.main .faq-list--v2 li .question {
  border: 1px solid #cccccc;
  padding: 30px 30px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.main .faq-list--v2 li p {
  margin-top: 0;
  padding: 0;
  margin-bottom: 20px;
}
.main .faq-list--v2 li p:before {
  display: none;
}
.main .faq-list--v2 li .answer {
  display: none;
  position: relative;
  margin-top: 30px;
  padding: 30px 0 0 45px;
}
.main .faq-list--v2 li .answer:before {
  position: absolute;
  top: 0;
  right: -30px;
  height: 1px;
  width: calc(100% - 15px);
  background-color: #cccccc;
  content: "";
}
.main .faq-list--v2 li ol,
.main .faq-list--v2 li ul {
  margin-bottom: 20px;
}
.main .faq-list--v2 li ol li,
.main .faq-list--v2 li ul li {
  border: 0;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.main .faq-list--v2 li.active .answer {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .main .faq-list li {
    padding: 20px;
  }
  .main .faq-list li h4 {
    font-size: 16px;
  }
  .main .faq-list li h4:after {
    font-size: 14px;
    top: 7px;
  }
  .main .faq-list li p {
    margin-top: 20px;
  }
  .main .faq-list li p:before {
    width: calc(100% - 25px);
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .main #lang_sel {
    display: none;
  }
  .main .faq-list li {
    padding: 15px;
  }
  .main .faq-list li h4 {
    font-size: 16px;
  }
  .main .faq-list li h4:before {
    width: 25px;
  }
  .main .faq-list li p {
    margin-top: 20px;
    padding: 20px 0 0 20px;
  }
  .main .faq-list li p:before {
    width: calc(100% - 5px);
    right: -15px;
  }
}
/* --------------------
Module
-------------------- */
.module {
  float: left;
  position: relative;
  width: 100%;
  background: white;
  margin: 30px 0 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.module.has-sidebar .main {
  width: calc(100% - 556px);
  min-height: 750px;
}
body.page-template-page-service .module.has-sidebar .main {
  overflow: visible;
}
.module.has-sidebar:after {
  position: absolute;
  width: 40%;
  max-width: 556px;
  height: 100%;
  right: 0;
  top: 0;
  background: #DCDEF0;
  content: "";
  z-index: 0;
}
.module.single-blog,
.module.blog {
  border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
}
.module [class*='col-'] {
  position: relative;
  padding: 55px 50px;
  overflow: hidden;
}
.module [class*='col-'] .product-image {
  height: auto;
  max-width: 100%;
  margin-top: 25px;
}
.module [class*='col-'] [class*='col-'] {
  padding: 0;
}
.module [class*='col-'].background-corner {
  background: #e6e8f4;
}
.module [class*='col-'].background-corner:after {
  position: absolute;
  width: 910px;
  height: 910px;
  bottom: -256px;
  right: -355px;
  content: "";
  z-index: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bccbf1+0,e6e8f4+65,e6e8f4+100 */
  background: #bccbf1;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #bccbf1 0%, #e6e8f4 65%, #e6e8f4 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #bccbf1 0%, #e6e8f4 65%, #e6e8f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #bccbf1 0%, #e6e8f4 65%, #e6e8f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bccbf1', endColorstr='#e6e8f4', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.module [class*='col-'].background-corner:before {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 220px;
  color: #F3F7FF;
  color: #e1e7f7;
  right: -60px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  z-index: 1;
}
.love .module [class*='col-'].background-corner:before {
  content: "n";
}
.star .module [class*='col-'].background-corner:before {
  content: "h";
}
.baptism .module [class*='col-'].background-corner:before {
  content: "r";
}
.certificate .module [class*='col-'].background-corner:before {
  content: "q";
}
.starcart .module [class*='col-'].background-corner:before {
  content: "o";
}
.christmas .module [class*='col-'].background-corner:before {
  content: "p";
}
.valetine .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-valentine-220.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .45;
  display: inline-block;
}
.wedding .module [class*='col-'].background-corner:before {
  content: "k";
}
.explanationsheet .module [class*='col-'].background-corner:before {
  content: "v";
}
.aniversary .module [class*='col-'].background-corner:before {
  content: "u";
}
.envelope .module [class*='col-'].background-corner:before {
  content: "l";
}
.personalmessage .module [class*='col-'].background-corner:before {
  content: "t";
}
.glow-in-the-dark .module [class*='col-'].background-corner:before {
  content: "s";
}
.fifty .module [class*='col-'].background-corner:before {
  content: "F";
}
.memorial .module [class*='col-'].background-corner:before {
  content: "G";
}
.secretary .module [class*='col-'].background-corner:before {
  content: "H";
}
.geboorte .module [class*='col-'].background-corner:before {
  content: "I";
}
.gift .module [class*='col-'].background-corner:before {
  content: "D";
}
.vadermoederdag .module [class*='col-'].background-corner:before {
  content: "J";
}
.sinterklaas .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/icon-sinterklaas.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.new-year .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-new-year-220.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .45;
  display: inline-block;
}
.friendship .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-friendship-220.png");
  right: -30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .45;
  display: inline-block;
}
.get-well-soon .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-get-well-soon-220.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .45;
  display: inline-block;
}
.graduation .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-graduation-220.png");
  bottom: -35px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .45;
  display: inline-block;
}
.thank-you .module [class*='col-'].background-corner:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-thank-you-220.png");
  bottom: -51px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .45;
  display: inline-block;
}
body.home .module [class*='col-'] h1,
body.single-occasion .module [class*='col-'] h1,
body.home .module [class*='col-'] h2,
body.single-occasion .module [class*='col-'] h2,
body.home .module [class*='col-'] h3,
body.single-occasion .module [class*='col-'] h3,
body.home .module [class*='col-'] ul,
body.single-occasion .module [class*='col-'] ul,
body.home .module [class*='col-'] p,
body.single-occasion .module [class*='col-'] p {
  position: relative;
  z-index: 2;
}
.module [class*='col-'].stars-left {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.module [class*='col-'].stars-left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.module [class*='col-'].no-padding-top {
  padding: 0 40px 40px;
}
.module [class*='col-'].no-padding-bottom {
  padding: 40px 40px 0;
}
.module [class*='col-'].first-left {
  float: left;
  max-height: 650px;
}
.module [class*='col-'].first-left .app-links-container {
  display: inline-block;
  height: 30px;
  margin-top: -9px;
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}
.module [class*='col-'].first-left .app-links-container a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 0;
}
.module [class*='col-'].first-left .app-links-container a.app-store {
  background: url("/wp-content/themes/osr/static/images/icon-apple-blue.svg") no-repeat;
  background-size: 16px;
  background-position: 7px 5px;
}
.module [class*='col-'].first-left .app-links-container a.play-store {
  background: url("/wp-content/themes/osr/static/images/icon-play-store-blue.svg") no-repeat;
  background-size: 16px;
  background-position: 6px 7px;
  margin-left: -5px;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.module [class*='col-'].first-left h1 {
  margin-bottom: 6px;
}
.module [class*='col-'].first-left h3 {
  display: inline-block;
  margin-bottom: 12px;
}
.module [class*='col-'].first-left ul {
  overflow: hidden;
}
.module [class*='col-'].first-left ul li {
  position: relative;
  float: left;
  display: inline-block;
  clear: left;
  padding-left: 50px;
  margin-bottom: 14px;
}
.module [class*='col-'].first-left ul li a {
  color: #000024;
  margin-right: 5px;
}
.module [class*='col-'].first-left ul li:before {
  display: none;
}
.module [class*='col-'].first-left ul li:after {
  position: absolute;
  width: 32px;
  height: 31px;
  left: 0;
  top: -1px;
  content: "";
  margin: 0;
  background: url("/wp-content/themes/osr/static/images/star-blue-v2.svg") top left / 32px no-repeat;
}
.module [class*='col-'].first-left .button {
  float: left;
  clear: both;
}
.module [class*='col-'].first-right {
  float: right;
  padding-bottom: 10px;
  background: white;
  max-height: 650px;
}
.module [class*='col-'].first-right .cta-seecontents {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.module [class*='col-'].first-right .cta-seecontents.button {
  position: absolute;
  z-index: 4;
}
.module [class*='col-'].first-right a,
.module [class*='col-'].first-right .occasionDropdown,
.module [class*='col-'].first-right .osr-carousel {
  z-index: 3;
}
.module [class*='col-'].first-right:before {
  position: absolute;
  width: 550px;
  height: 550px;
  left: -230px;
  bottom: -95px;
  content: "";
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bccbf1+0,e6e8f4+65,e6e8f4+100 */
}
.module [class*='col-'].first-right:after {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
  content: "";
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100,0+100 */
}
.module.blue {
  background: #2A385C;
}
.module.blue-white {
  background-color: #eeeff8;
  background-image: -webkit-linear-gradient(top, #eeeff8, #c7cae7);
  background-image: -moz-linear-gradient(top, #eeeff8, #c7cae7);
  background-image: -o-linear-gradient(top, #eeeff8, #c7cae7);
  background-image: -ms-linear-gradient(top, #eeeff8, #c7cae7);
  background-image: linear-gradient(top, #eeeff8, #c7cae7);
}
.module.purple {
  overflow: visible;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}
.module.purple .col-1-1.purple {
  float: none;
  margin: -40px auto 0;
  width: calc(100% - 80px);
  padding: 30px 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #6762a7;
  background-image: -webkit-linear-gradient(bottom left, #6762a7, #525585);
  background-image: -moz-linear-gradient(bottom left, #6762a7, #525585);
  background-image: -o-linear-gradient(bottom left, #6762a7, #525585);
  background-image: -ms-linear-gradient(bottom left, #6762a7, #525585);
  background-image: linear-gradient(bottom left, #6762a7, #525585);
}
.module.purple .col-1-1.purple.glow {
  position: relative;
}
.module.purple .col-1-1.purple.glow .col-1-2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module.purple .col-1-1.purple.glow h1,
.module.purple .col-1-1.purple.glow .col-1-2 {
  position: relative;
  z-index: 1;
}
.module.purple .col-1-1.purple.glow:after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(bottom right, #ffffff, #525585);
  background-image: -moz-linear-gradient(bottom right, #ffffff, #525585);
  background-image: -o-linear-gradient(bottom right, #ffffff, #525585);
  background-image: -ms-linear-gradient(bottom right, #ffffff, #525585);
  background-image: linear-gradient(bottom right, #ffffff, #525585);
}
.module.purple .col-1-1.light-blue {
  float: none;
  margin: -40px auto 0;
  width: calc(100% - 80px);
  padding: 30px 115px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.module.purple .col-1-1.light-blue.glow {
  position: relative;
}
.module.purple .col-1-1.light-blue.glow .col-1-2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module.purple .col-1-1.light-blue.glow h1,
.module.purple .col-1-1.light-blue.glow .col-1-2 {
  position: relative;
  z-index: 1;
  color: #000025;
}
.module.purple .col-1-1.light-blue.glow h1 {
  margin-bottom: 40px;
}
.module.purple .col-1-1.light-blue.glow:after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.module.purple.thank-you:before {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center !important;
  line-height: 54px;
  font-size: 20px;
  top: -63px;
  left: 50%;
  margin-left: -29px;
  width: 58px;
  height: 58px;
  background: #525585;
  content: "d";
  color: white;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.module.purple.thank-you .col-1-1.purple {
  background: #3A3C75;
}
.module.purple.thank-you .col-1-1.purple.glow img {
  max-width: 100%;
  height: auto;
}
.module.purple.thank-you .col-1-1.purple.glow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  content: "";
  z-index: 1;
  background-color: #525585 6%;
  background-image: -webkit-linear-gradient(top, #525585 6%, rgba(82, 85, 133, 0));
  background-image: -moz-linear-gradient(top, #525585 6%, rgba(82, 85, 133, 0));
  background-image: -o-linear-gradient(top, #525585 6%, rgba(82, 85, 133, 0));
  background-image: -ms-linear-gradient(top, #525585 6%, rgba(82, 85, 133, 0));
  background-image: linear-gradient(top, #525585 6%, rgba(82, 85, 133, 0));
  background-color: rgba(58, 60, 117, 0);
}
.module.purple.thank-you .col-1-1.purple.glow:after {
  position: absolute;
  z-index: 0;
  bottom: -800px;
  right: -620px;
  width: 2000px;
  height: 2000px;
  content: "";
  background: #ffffff;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMzYTNjNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #3a3c75 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #3a3c75));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #3a3c75 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #3a3c75 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #3a3c75 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #3a3c75 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#3a3c75', GradientType=1);
}
.module.purple.thank-you-light-blue {
  background: #2a3c60;
}
.module.purple.thank-you-light-blue:before {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center !important;
  line-height: 54px;
  font-size: 20px;
  top: -63px;
  left: 50%;
  margin-left: -29px;
  width: 58px;
  height: 58px;
  background: #DEE8F9;
  content: "d";
  color: #000025;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue {
  background: #cadaf4;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow img {
  max-width: 100%;
  height: auto;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2000px;
  content: "";
  z-index: 1;
  background-image: url("/wp-content/themes/osr/static/images/2022/bg/stars-bg.png"), linear-gradient(to left, #f1f6fe, #cadaf4);
  background-repeat: no-repeat;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow .row-data-star {
  display: flex;
  align-items: center;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow .row-data-star .col-1-2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow .row-data-star .col-1-2.data-star-left {
  padding: 50px 0;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow .row-data-star .col-1-2 h2 {
  color: #000025;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue.glow .row-data-star .col-1-2 li {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #000025;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue .button.button-orange.gradient {
  padding: 13px 20px 15px 20px;
  height: auto;
}
.module.purple.thank-you-light-blue .col-1-1.light-blue .button.button-orange.gradient::before {
  display: none;
}
.module.purple.thank-you-light-blue .box-wrapper {
  margin: 10px 0 30px;
  padding: 0 25px;
  display: grid;
  grid-auto-flow: column;
}
.module.purple.thank-you-light-blue .box-wrapper .box {
  padding: 15px;
  height: 100%;
  width: 100%;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner {
  background-color: #fff;
  border: none;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 14px 15px;
  background-color: #16c3fc;
  background-image: none;
  transition: all 300ms ease 0ms;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app:hover {
  background-color: #2a3c60;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 14px 15px;
  margin-top: 0;
  line-height: 1.3;
  width: 100%;
  background-color: #16c3fc;
  background-image: none;
  transition: all 300ms ease 0ms;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star:hover {
  background-color: #2a3c60;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star:after {
  position: absolute;
  right: 20px;
  top: 20px;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .newsletter-form {
  width: 100%;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .newsletter-form input {
  font-size: 17px;
  height: auto;
  padding: 13px 160px 13px 20px;
  line-height: 1.3;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .newsletter-form .button {
  height: auto;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  padding: 14px 20px;
  background-color: #16c3fc;
  background-image: none;
  transition: all 300ms ease 0ms;
}
.module.purple.thank-you-light-blue .box-wrapper .box .inner .newsletter-form .button:hover {
  background-color: #2a3c60;
}
.module.purple .search-form {
  float: right;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-left: 40px;
  max-width: 400px;
}
.module.purple .search-form input {
  float: left;
  width: 98%;
  font-size: 14px;
  height: 47px;
  padding: 0 160px 0 20px;
  font-style: italic;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.module.purple .search-form input.search-input--bold {
  font-style: normal;
  font-weight: bold;
}
.module.purple .search-form.has-blinker {
  position: relative;
}
.module.purple .search-form.has-blinker:after {
  position: absolute;
  width: 2px;
  height: 17px;
  background: #565656;
  top: 15px;
  left: 59px;
  content: "";
  z-index: 999999;
  -webkit-animation: 1s blinker step-end infinite;
  -moz-animation: 1s blinker step-end infinite;
  -ms-animation: 1s blinker step-end infinite;
  -o-animation: 1s blinker step-end infinite;
  animation: 1s blinker step-end infinite;
}
.module.purple .search-form.disable-blinker:after {
  opacity: 0;
}
.module.purple .search-form .button {
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.section .cntr-thank-you-c {
  max-width: 1630px;
}
.section .cntr-thank-you-c .module {
  margin: 0;
}
.section .cntr-thank-you-c .module .col-5-5 {
  background: #cad9f3;
  background-image: url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-desktop.png"), linear-gradient(to left, #f1f6fe, #cadaf4);
  background-repeat: no-repeat;
  background-position: top left, center;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main {
  text-align: center;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main h1,
.section .cntr-thank-you-c .module .thank-you-c-2columns .main h2,
.section .cntr-thank-you-c .module .thank-you-c-2columns .main img {
  margin-left: auto;
  margin-right: auto;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main h1 {
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 50px;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main h1 br {
  display: none;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main p {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 0;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(1n) {
  padding: 0 0 0 10%;
}
.section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(2n) {
  min-height: 450px;
  padding: 0;
  justify-content: center;
}
.section .cntr-thank-you-c .module:before {
  display: none;
}
.section .cntr-thank-you-c .module .box-wrapper {
  margin: 30px 0 !important;
}
.section.first .cntr-thank-you-c .module {
  margin: 70px auto 0 auto;
}
@keyframes blinker {
  from,
  to {
    background: transparent;
  }
  50% {
    background: #565656;
  }
}
@-moz-keyframes blinker {
  from,
  to {
    background: transparent;
  }
  50% {
    background: #565656;
  }
}
@-webkit-keyframes blinker {
  from,
  to {
    background: transparent;
  }
  50% {
    background: #565656;
  }
}
@-ms-keyframes blinker {
  from,
  to {
    background: transparent;
  }
  50% {
    background: #565656;
  }
}
@-o-keyframes blinker {
  from,
  to {
    background: transparent;
  }
  50% {
    background: #565656;
  }
}
@media only screen and (max-width: 1500px) {
  .module [class*='col-'].first-left {
    padding: 45px 40px;
  }
  .module [class*='col-'].first-left ul li:nth-child(2) {
    /* margin-bottom: 35px */
  }
  .module [class*='col-'].first-left ul li .app-links-container {
    /* right: auto; top: auto; left: 43px; bottom: -27px; */
  }
  .module [class*='col-'].first-right {
    padding: 45px 40px;
    padding-bottom: 10px;
  }
  body.home .module [class*='col-'].no-padding-top,
  body.single-occasion .module [class*='col-'].no-padding-top {
    padding: 0 40px 40px;
  }
  body.home .module [class*='col-'].first-right,
  body.single-occasion .module [class*='col-'].first-right {
    padding-bottom: 10px;
  }
  body.home .module [class*='col-'].has-video h2,
  body.single-occasion .module [class*='col-'].has-video h2 {
    padding-left: 55px;
  }
  body.home .module [class*='col-'].has-video h2:before,
  body.single-occasion .module [class*='col-'].has-video h2:before {
    left: 0;
  }
}
@media only screen and (max-width: 1430px) {
  .module.has-sidebar .main {
    width: 60%;
  }
  .module.has-sidebar .sidebar {
    width: 40%;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(1n) {
    padding: 0;
  }
}
@media only screen and (max-width: 1349px) {
  .module.purple .col-1-1.light-blue {
    padding: 30px 70px;
  }
}
@media only screen and (max-width: 1260px) {
  .module.thank-you-light-blue .col-1-1.light-blue {
    padding: 30px;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner h4 {
    min-height: 47px;
    line-height: 1.3;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .newsletter-form input {
    padding: 13px 20px !important;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .newsletter-form .button:after {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(1n) {
    padding: 0 5% 0 0;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(2n) {
    padding: 0;
    min-height: 380px;
  }
}
@media only screen and (max-width: 1023px) {
  .module [class*='col-'] {
    padding: 35px 30px;
  }
  .module [class*='col-'].stars-left {
    padding: 0 0 52.6% 0;
  }
  .module [class*='col-'].first-left {
    padding: 35px 30px;
  }
  .module [class*='col-'].first-left ul {
    margin: 20px 0;
  }
  .module [class*='col-'].first-left ul li {
    padding-left: 28px;
    margin-bottom: 10px;
    line-height: 22px;
  }
  .module [class*='col-'].first-left ul li:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .module [class*='col-'].first-left ul li .app-links-container {
    /* left: 21px; */
    line-height: 22px;
    margin-top: -8px;
  }
  .module [class*='col-'].first-right {
    padding: 35px 30px;
    padding-bottom: 10px;
  }
  .module [class*='col-'].first-right .product-image {
    margin-top: 45px;
    margin-top: 85px;
    margin-bottom: 30px;
  }
  .module [class*='col-'].first-right .discover {
    padding-left: 15px;
    padding-right: 15px;
  }
  .module [class*='col-'].stars-left {
    background: url("/wp-content/themes/osr/static/images/stars-left-bg.jpg") center center no-repeat;
  }
  .module.purple .col-1-1.purple {
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
  .module.purple .col-1-1.light-blue {
    width: calc(100% - 40px);
    padding: 30px;
  }
  .module.purple .search-form input {
    width: 100%;
    padding: 0 20px;
  }
  .module.purple .search-form .button {
    float: right;
    position: relative;
    margin-top: 10px;
  }
  .module.thank-you-light-blue .col-1-1.light-blue .col-1-2.data-star-left {
    width: 250px;
  }
  .module.thank-you-light-blue .col-1-1.light-blue .col-1-2.ar {
    width: 378px;
  }
  .module.thank-you-light-blue .col-1-1.light-blue .col-1-2 li span {
    width: 120px;
  }
  .module.thank-you-light-blue .col-1-1.light-blue .col-1-2 li .spec {
    width: calc(100% - 120px);
  }
  .module.thank-you-light-blue .box-wrapper {
    margin: 10px 0 10px !important;
    padding: 0 5px !important;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner h4 {
    font-size: 16px;
    min-height: 42px;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner p {
    font-size: 14px;
    line-height: 1.3;
    min-height: 73px;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app {
    font-size: 15px !important;
    padding: 10px !important;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .button.view-star {
    font-size: 15px !important;
    padding: 10px 35px !important;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .button.view-star::after {
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .newsletter-form input {
    font-size: 15px !important;
    padding: 10px !important;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .newsletter-form .button {
    font-size: 15px !important;
    padding: 10px !important;
  }
  .module.thank-you-light-blue .box-wrapper .box .inner .newsletter-form .button::after {
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main {
    line-height: 1.5em;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main h1 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main h1 br {
    display: block;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(1n) {
    padding: 0 10% 0 0;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(2n) {
    padding: 0;
    min-height: 300px;
  }
  .section.first .cntr-thank-you-c .module {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .module.has-sidebar:after {
    display: none;
  }
  .module.has-sidebar .main {
    min-height: 0;
  }
  .module [class*='col-'] {
    padding: 25px 20px;
    width: 100%;
  }
  .module [class*='col-'] .product-image {
    height: auto;
    width: 100%;
    margin-top: 40px;
  }
  .module [class*='col-'].first-right {
    padding: 25px 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  .module [class*='col-'].first-right .occasionDropdown {
    max-width: 390px;
    top: 20px;
    right: 20px;
  }
  .module [class*='col-'].first-left {
    padding: 25px 20px;
    max-height: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  .module [class*='col-'].first-left ul li .app-links-container {
    margin-top: -14px;
  }
  .module [class*='col-'].first-left .order-button {
    text-align: center !important;
  }
  .module [class*='col-'].first-left .order-button a {
    float: none;
  }
  .module [class*='col-'].first-right {
    max-height: none;
  }
  .module [class*='col-'].stars-left {
    /* background: url("@{base-url}/images/stars-left-bg-small.jpg") center center no-repeat; */
  }
  .module.purple .col-1-1.purple {
    width: calc(100% - 20px);
  }
  .module.purple .col-1-1.purple .col-1-2 {
    text-align: left !important;
  }
  .module.purple.thank-you .col-1-1.purple .col-1-2 {
    margin-bottom: 30px;
  }
  .module.purple.thank-you .col-1-1.purple.glow:after {
    background: #ffffff;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMzYTNjNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #3a3c75 40%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(40%, #3a3c75));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #3a3c75 40%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #3a3c75 40%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #3a3c75 40%);
    background: radial-gradient(ellipse at center, #ffffff 0%, #3a3c75 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#3a3c75', GradientType=1);
  }
  .module.purple .col-1-1.light-blue {
    width: calc(100% - 20px);
  }
  .module.purple .col-1-1.light-blue .col-1-2 {
    text-align: left !important;
  }
  .module.purple.thank-you-light-blue:before {
    background: #cadaf4;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue {
    display: grid;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue.glow .col-1-2.ar {
    text-align: center !important;
    width: 100%;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue.glow:before {
    background-image: url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-mobile-left.png"), url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-mobile-right.png"), linear-gradient(to top, #f1f6fe, #cadaf4);
    background-size: 103px 128px, 59px 102px, contain;
    background-position: top left, top right, top;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue h1 {
    margin: 10px auto 50px auto;
    max-width: 240px;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue .row-data-star {
    flex-direction: column;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue .row-data-star .col-1-2 {
    order: 2;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue .row-data-star .col-1-2.data-star-left {
    padding: 30px 0 50px 0 !important;
    width: 100%;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue .row-data-star .col-1-2 h2 {
    text-align: center;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue .row-data-star .col-1-2 .button.button-orange.gradient {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue .row-data-star .col-1-2.ar {
    order: 1;
    margin-bottom: 20px;
  }
  .module.purple.thank-you-light-blue .box-wrapper {
    grid-auto-flow: row;
    margin: 15px 0 15px !important;
    padding: 0 15px !important;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner {
    padding: 17px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner h4 {
    min-height: initial;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner p {
    min-height: initial;
    margin-bottom: 15px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app {
    width: 48%;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app:nth-of-type(1) {
    margin-bottom: 0;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star::after {
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .newsletter-form .button::after {
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .module.purple .search-form {
    padding-left: 0;
  }
  .module.purple .search-form .button {
    float: left;
  }
  .section .cntr-thank-you-c {
    max-width: 480px;
  }
  .section .cntr-thank-you-c .module .col-5-5 {
    background-image: url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-mobile-left.png"), url("/wp-content/themes/osr/static/images/2022/bg/stars-bg-mobile-right.png"), linear-gradient(to top, #f1f6fe, #cadaf4);
    background-size: 103px 128px, 59px 102px, contain;
    background-position: top left, top right, top;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns {
    grid-template-columns: 1fr;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main {
    line-height: 1.5em;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main h1 {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main img {
    padding: 0 20px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(1n) {
    padding: 15px 0;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main:nth-child(2n) {
    padding: 15px 0;
    min-height: inherit;
  }
  .section .cntr-thank-you-c .module .box:nth-child(3n) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .module.purple.thank-you-light-blue .col-1-1.light-blue {
    padding: 30px 10px;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue.glow .col-1-2.data-star-left {
    padding: 30px 10px !important;
  }
  .module.purple.thank-you-light-blue .box-wrapper {
    margin: 15px 0 30px !important;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box {
    padding: 15px 0 0 0;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app::after {
    right: 15px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star::after {
    right: 15px;
  }
  .section .cntr-thank-you-c .module .thank-you-c-2columns .main img {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 440px) {
  .module.purple.thank-you-light-blue .col-1-1.light-blue.glow h1 {
    margin: 10px auto 30px auto;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue.glow .col-1-2.ar {
    margin-bottom: 0;
  }
  .module.purple.thank-you-light-blue .col-1-1.light-blue.glow .col-1-2.ar img {
    width: 250px;
  }
}
@media only screen and (max-width: 380px) {
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app {
    text-align: left;
    padding: 10px 15px !important;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app::after {
    right: 15px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star::after {
    right: 15px;
  }
}
@media only screen and (max-width: 350px) {
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app {
    text-align: left;
    padding: 10px !important;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app::after {
    right: 10px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star::after {
    right: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app {
    text-align: center;
    width: 100%;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app:first-child {
    margin-bottom: 15px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.mobile-app::after {
    right: 10px;
  }
  .module.purple.thank-you-light-blue .box-wrapper .box .inner .button.view-star::after {
    right: 10px;
  }
}
@media only screen and (max-width: 310px) {
  .module.purple.thank-you-light-blue .col-1-1.light-blue.glow .col-1-2.ar img {
    width: 100%;
  }
}
/* ------------
	Rating
	------------ */
.rating {
  margin-bottom: 10px;
  display: inline-block;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  color: #ffd43b;
  font-size: 22px;
  position: relative;
  z-index: 0;
}
.rating.one.rating:before {
  content: "h";
}
.rating.one-half:before {
  content: "hf";
}
.rating.two:before {
  content: "hh";
}
.rating.two-half:before {
  content: "hhf";
}
.rating.three:before {
  content: "hhh";
}
.rating.three-half:before {
  content: "hhht";
}
.rating.four:before {
  content: "hhhh";
}
.rating.four-half:before {
  content: "hhhhf";
}
.rating.five:before {
  content: "hhhhh";
}
/* --------------------
Carousel
-------------------- */
.ms-slide-info {
  height: auto !important;
  background-color: #f1f1f1;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 28px;
  margin: 0 0 40px !important;
  min-height: 0 !important;
  width: auto !important;
}
.button.discover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -80px;
  padding-left: 30px;
  padding-right: 30px;
}
.button.discover:before {
  display: none !important;
}
.slick-initialized {
  visibility: visible !important;
}
.osr-referenties-slide .editor.intro {
  width: 100%;
  display: block;
  clear: both !important;
  overflow: hidden;
}
.osr-referenties-slide .editor.intro img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.osr-referenties-slide .editor.intro > .col-1-1 {
  padding: 40px 45px;
  padding-bottom: 0;
  margin-bottom: -25px;
}
.osr-referenties-slide .editor.intro > .col-1-1 p {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
}
.osr-referenties-slide .editor.intro .referentie-slide-right {
  position: relative;
  z-index: 0;
}
.osr-referenties-slide .editor.intro .referentie-slide-right .rating {
  z-index: 2;
}
@media only screen and (max-width: 1500px) {
  .osr-referenties-slide .editor.intro > .col-1-1 {
    padding: 40px 40px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .osr-referenties-slide .editor.intro > .col-1-1 {
    padding: 30px 30px;
    padding-bottom: 0;
  }
  .osr-referenties-slide .editor.intro > .col-1-1 > p {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .osr-referenties-slide .editor.intro > .col-1-1 {
    padding: 20px 20px;
    padding-bottom: 0;
  }
}
.osr-carousel {
  padding: 0;
  margin: 30px 0 -25px;
  margin: 30px 0 0 0;
  /* ------------
	Navi
	------------ */
  /* ------------
	Referals
	------------ */
}
.osr-carousel > div {
  width: 33.33333%;
  float: left;
}
.osr-carousel > div > a {
  display: block;
  position: relative;
  padding-bottom: 70px;
}
.osr-carousel > div > a span {
  display: inline-block;
  width: 44px;
  height: 44px;
  color: white;
  font-size: 25px;
  line-height: 48px;
  background: #2e3368;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.osr-carousel > div > a span.icon-fifty:before {
  line-height: 45px;
}
.osr-carousel > div > a span.icon-memorial:before {
  line-height: 45px;
}
.osr-carousel > div > a span.icon-love:before {
  content: "n";
  line-height: 45px;
}
.osr-carousel > div > a span.icon-valetine:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-valentine.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  transform: translateY(5px);
}
.osr-carousel > div > a span.icon-new-year:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-new-year.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  display: inline-block;
  transform: translateY(4px);
}
.osr-carousel > div > a span.icon-friendship:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-friendship.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  display: inline-block;
  transform: translateY(4px);
}
.osr-carousel > div > a span.icon-get-well-soon:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-get-well-soon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  transform: translateY(2px);
}
.osr-carousel > div > a span.icon-graduation:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-graduation.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  transform: translateY(2px);
}
.osr-carousel > div > a span.icon-thank-you:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-thank-you.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  transform: translateY(3px);
}
.osr-carousel > div > a span.icon-vadermoederdag:before {
  line-height: 45px;
}
.osr-carousel > div > a span.icon-wedding:before {
  line-height: 44px;
}
.osr-carousel > div > a span.icon-aniversary:before {
  line-height: 44px;
}
.osr-carousel > div > a span.icon-sinterklaas:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/icon-sinterklaas.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.osr-carousel > div > a p {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  color: #2e3368;
  font-size: 14px;
  line-height: 18px;
  margin-top: 3px;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: 50px;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  /* overflow: hidden; text-overflow: ellipsis; max-width: 100%; */
}
.osr-carousel > div > a:hover span,
.osr-carousel > div > a.current span {
  background-color: #f5923a;
  background-image: -webkit-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -moz-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -o-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -ms-linear-gradient(top, #f5923a, #f54c4c);
  background-image: linear-gradient(top, #f5923a, #f54c4c);
}
.osr-carousel > div > a:hover p,
.osr-carousel > div > a.current p {
  color: #f57342;
  font-weight: 700;
}
.osr-carousel .slick-list {
  position: relative;
  z-index: 1;
  width: 100% !important;
}
.osr-carousel .slick-list:hover .slick-slide a p {
  /* color: #797e9e; */
}
.osr-carousel .slick-list .slick-slide {
  text-align: center !important;
}
.osr-carousel .slick-list .slick-slide a {
  display: block;
  position: relative;
  padding-bottom: 70px;
}
.osr-carousel .slick-list .slick-slide a span {
  display: inline-block;
  width: 44px;
  height: 44px;
  color: white;
  font-size: 25px;
  line-height: 48px;
  background: #2e3368;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.osr-carousel .slick-list .slick-slide a span.icon-fifty:before {
  line-height: 45px;
}
.osr-carousel .slick-list .slick-slide a span.icon-memorial:before {
  line-height: 45px;
}
.osr-carousel .slick-list .slick-slide a span.icon-love:before {
  content: "n";
  line-height: 45px;
}
.osr-carousel .slick-list .slick-slide a span.icon-valetine:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-valentine.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  transform: translateY(5px);
}
.osr-carousel .slick-list .slick-slide a span.icon-new-year:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-new-year.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  display: inline-block;
  transform: translateY(4px);
}
.osr-carousel .slick-list .slick-slide a span.icon-friendship:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-friendship.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  display: inline-block;
  transform: translateY(4px);
}
.osr-carousel .slick-list .slick-slide a span.icon-get-well-soon:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-get-well-soon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  transform: translateY(2px);
}
.osr-carousel .slick-list .slick-slide a span.icon-graduation:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-graduation.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  transform: translateY(2px);
}
.osr-carousel .slick-list .slick-slide a span.icon-thank-you:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-thank-you.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  transform: translateY(3px);
}
.osr-carousel .slick-list .slick-slide a span.icon-vadermoederdag:before {
  line-height: 45px;
}
.osr-carousel .slick-list .slick-slide a span.icon-wedding:before {
  line-height: 44px;
}
.osr-carousel .slick-list .slick-slide a span.icon-aniversary:before {
  line-height: 44px;
}
.osr-carousel .slick-list .slick-slide a span.icon-sinterklaas:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/icon-sinterklaas.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.osr-carousel .slick-list .slick-slide a p {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  color: #2e3368;
  font-size: 14px;
  line-height: 18px;
  margin-top: 3px;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: 50px;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  /* overflow: hidden; text-overflow: ellipsis; max-width: 100%; */
}
.osr-carousel .slick-list .slick-slide a:hover span,
.osr-carousel .slick-list .slick-slide a.current span {
  background-color: #f5923a;
  background-image: -webkit-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -moz-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -o-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -ms-linear-gradient(top, #f5923a, #f54c4c);
  background-image: linear-gradient(top, #f5923a, #f54c4c);
}
.osr-carousel .slick-list .slick-slide a:hover p,
.osr-carousel .slick-list .slick-slide a.current p {
  color: #f57342;
  font-weight: 700;
}
.osr-carousel .slick-list:before {
  position: absolute;
  height: 100%;
  width: 7px;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  background-color: rgba(255, 255, 255, 0) !important;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  display: none;
}
.osr-carousel .slick-list:after {
  position: absolute;
  height: 100%;
  width: 7px;
  right: 0;
  top: 0;
  content: "";
  z-index: 1;
  background-color: rgba(255, 255, 255, 0) !important;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
  display: none;
}
.osr-carousel .slick-arrow {
  position: absolute;
  color: #2e3368;
  font-size: 0;
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 15px;
  padding: 0;
  cursor: pointer;
}
.osr-carousel .slick-arrow:before {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
.osr-carousel .slick-arrow.slick-next {
  right: -10px;
}
.osr-carousel .slick-arrow.slick-next:before {
  content: "c";
}
.osr-carousel .slick-arrow.slick-prev {
  left: -10px;
}
.osr-carousel .slick-arrow.slick-prev:before {
  content: "b";
}
.osr-carousel .slick-arrow:hover {
  color: #fc9842;
}
.osr-carousel.osr-referenties-carousel {
  padding: 0 10px;
  margin: 0;
}
.osr-carousel.osr-referenties-carousel .slick-list {
  padding: 0 10px;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide {
  padding: 20px 10px 0;
  cursor: pointer;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide .inner {
  position: relative;
  text-align: left !important;
  border: 1px solid #b8bbd2;
  padding: 15px 20px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  min-height: 115px;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide .inner p {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 24px;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide .inner .rating {
  margin-bottom: 5px;
  font-size: 18px;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight {
  padding: 0 10px;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner {
  padding: 10px 15px;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner:after {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner p {
  color: white;
  z-index: 3;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  bottom: 36px;
  left: 0;
  padding: 0 15px;
  width: 100%;
  font-style: italic;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner p:before {
  content: '"';
  font-style: italic;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner p:after {
  content: '"';
  font-style: italic;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner .title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  bottom: 3px;
  z-index: 3;
  font-weight: normal;
  font-style: normal;
  line-height: 14px !important;
  max-width: 55%;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner .title:before {
  content: "- ";
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner .title:after {
  content: '';
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner img {
  display: none;
  visibility: hidden;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight .inner a {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 5px 10px;
  z-index: 3;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight.slick-current .inner {
  background: transparent;
  border: 1px solid #f2f2f2;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.highlight.slick-current .inner:before {
  display: none;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.slick-current .inner {
  background: white;
  border: 1px solid #F1F4F8;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.slick-current .inner:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: white;
  border-width: 12px;
  margin-left: -12px;
}
.osr-carousel.osr-referenties-carousel .slick-list .slick-slide.slick-current .inner p {
  font-weight: 700;
}
.osr-carousel.osr-referenties-carousel .slick-list:before,
.osr-carousel.osr-referenties-carousel .slick-list:after {
  width: 18px;
}
.osr-carousel.osr-referenties-carousel .slick-arrow {
  top: 68px;
}
/* ------------
	Referals
	------------ */
.osr-referenties-slide .col-1-2 {
  padding: 45px;
  padding-bottom: 0;
  overflow: visible;
}
.osr-referenties-slide .col-1-2:nth-of-type(1) {
  z-index: 2;
}
.osr-referenties-slide .col-1-2:nth-of-type(1) img {
  width: calc(100% + 40px);
  height: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 20px;
}
.osr-referenties-slide .col-1-2:nth-of-type(2) {
  z-index: 1;
}
.osr-referenties-slide .col-1-2 h2 {
  position: relative;
  z-index: 0;
  font-size: 20px;
  line-height: 28px;
}
.osr-referenties-slide .col-1-2 h2:before {
  font-family: Georgia, Times, "Times New Roman", serif;
  position: absolute;
  margin-top: 85px;
  margin-left: -80px;
  font-weight: bold;
  color: #e6e8f3;
  font-size: 340px;
  z-index: -1;
  content: "“";
}
.osr-referenties-slide .col-1-2 h2:after {
  font-family: Georgia, Times, "Times New Roman", serif;
  position: absolute;
  margin-top: 40px;
  margin-left: 30px;
  font-weight: bold;
  color: #e6e8f3;
  font-size: 90px;
  content: "”";
}
.osr-referenties-slide .col-1-2 .cta-review {
  float: left;
  margin-right: 15px;
}
.osr-referenties-slide .col-1-2 p {
  font-style: italic;
  position: relative;
}
.osr-referenties-slide .col-1-2 p:nth-of-type(1) {
  font-style: normal;
}
.osr-referenties-slide .col-1-2 p:last-of-type {
  font-style: normal;
}
.osr-referenties-slide .col-1-2 p.or-write {
  float: left;
  line-height: 61px;
}
.osr-referenties-slide .col-1-2 p.or-write a {
  color: #000024;
}
@media only screen and (max-width: 1500px) {
  .osr-referenties-slide .col-1-2 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1260px) {
  .osr-referenties-slide .col-1-2 p.or-write {
    line-height: 42px;
  }
  .osr-referenties-slide .col-1-2:nth-of-type(2) {
    padding-right: 20px;
  }
  .osr-referenties-slide .col-1-2:nth-of-type(3) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .osr-referenties-slide .col-1-2:nth-of-type(2) {
    padding: 30px 20px 0 30px;
  }
  .osr-referenties-slide .col-1-2:nth-of-type(3) {
    padding: 30px 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .osr-referenties-slide .col-1-2:nth-of-type(2) {
    padding: 20px 20px 0 20px;
  }
  .osr-referenties-slide .col-1-2:nth-of-type(3) {
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  /* ------------
	Referals
	------------ */
  .module [class*='col-'].no-padding-top.referenties-wrapper {
    padding: 0 35px 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* ------------
	Referals
	------------ */
  .osr-referenties-slide .col-1-2:nth-of-type(1) img {
    width: 100%;
  }
  .osr-referenties-slide .col-1-2 h2:after {
    right: 0px;
  }
  .osr-carousel.osr-referenties-carousel .slick-list .slick-slide {
    padding: 20px 0 0;
  }
}
/* --------------------
Tabs
-------------------- */
.tabs-wrapper {
  float: left;
  width: 100%;
  padding: 20px 35px 0;
  display: flex;
}
.tabs-wrapper .tab {
  float: left;
  position: relative;
  width: calc(33.333333% - 10px);
  background: #bdc0da;
  margin: 0 5px;
  padding: 0 10px;
  color: #000024;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.tabs-wrapper .tab h4 {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  margin: 12px 0 0;
  z-index: 1;
}
.tabs-wrapper .tab h4 span {
  font-size: 18px;
}
.tabs-wrapper .tab h4 span span {
  font-size: 16px;
  text-decoration: line-through;
}
.tabs-wrapper .tab h5 {
  font-weight: normal;
  font-size: 14px;
  margin: 6px 0 10px;
  z-index: 1;
  line-height: 20px;
  color: rgba(0, 0, 36, 0.8);
}
.tabs-wrapper .tab:after {
  position: absolute;
  height: 7px;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 0;
  background-color: #9ca1c8;
  background-image: -webkit-linear-gradient(bottom, #9ca1c8, #bdc0da);
  background-image: -moz-linear-gradient(bottom, #9ca1c8, #bdc0da);
  background-image: -o-linear-gradient(bottom, #9ca1c8, #bdc0da);
  background-image: -ms-linear-gradient(bottom, #9ca1c8, #bdc0da);
  background-image: linear-gradient(bottom, #9ca1c8, #bdc0da);
}
.tabs-wrapper .tab:hover {
  background: #cacde8;
}
.tabs-wrapper .tab:hover:after {
  background-color: #b8bce1;
  background-image: -webkit-linear-gradient(bottom, #b8bce1, #cacde8);
  background-image: -moz-linear-gradient(bottom, #b8bce1, #cacde8);
  background-image: -o-linear-gradient(bottom, #b8bce1, #cacde8);
  background-image: -ms-linear-gradient(bottom, #b8bce1, #cacde8);
  background-image: linear-gradient(bottom, #b8bce1, #cacde8);
}
.tabs-wrapper .tab.active {
  background: white;
  border: 1px solid #E4E5ED;
  border-bottom: none;
}
.tabs-wrapper .tab.active h4 {
  margin: 0px 0 0;
  font-weight: bold;
  font-size: 24px;
}
.tabs-wrapper .tab.active h5 {
  font-weight: 700;
  font-size: 16px;
  color: #f57342;
  margin: 6px 0 19px;
}
@media only screen and (max-width: 767px) {
  .tabs-wrapper .tab.active h5 {
    margin: 6px 0 10px;
  }
}
.tabs-wrapper .tab.active:before {
  position: absolute;
  width: 100%;
  height: 16px;
  top: -16px;
  left: -1px;
  background: white;
  border: 1px solid #E4E5ED;
  border-bottom: none;
  content: "";
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}
.tabs-wrapper .tab.active:after {
  display: none;
}
.tabs-wrapper .tab-one {
  order: 1;
}
.tabs-wrapper .tab-two {
  order: 2;
}
.tabs-wrapper .tab-three {
  order: 3;
}
.tabs-main {
  float: left;
  width: 100%;
  background: white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.tabs-main .tab-content.inactive {
  display: none !important;
}
.tabs-main .tab-content.active {
  display: block !important;
}
.tabs-main .tab-content .intro p {
  max-width: 650px;
}
.tabs-main .tab-content .intro p.full {
  display: inline-block;
}
.tabs-main .tab-content .intro ul li {
  height: auto;
  margin-bottom: 6px;
}
.tabs-main .tab-content .intro ul li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  /* text-overflow: ellipsis; white-space: nowrap; */
  width: 100%;
  padding: 19px 12px 19px 78px;
  border: 1px solid rgba(46, 51, 104, 0.15);
  text-decoration: none;
  color: #000024;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.tabs-main .tab-content .intro ul li a:before {
  position: absolute;
  float: left;
  display: inline-block;
  text-align: center !important;
  line-height: 44px;
  left: 12px;
  top: 9px;
  width: 44px;
  height: 44px;
  color: white;
  background: #2e3368;
  font-size: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.tabs-main .tab-content .intro ul li a.icon-glow-in-the-dark:before,
.tabs-main .tab-content .intro ul li a.icon-starcart:before {
  font-size: 32px;
}
.tabs-main .tab-content .intro ul li a.icon-envelope:before {
  line-height: 41px;
}
.tabs-main .tab-content .intro ul li a.icon-gift-wrapper:before {
  font-size: 30px;
  line-height: 46px;
}
.tabs-main .tab-content .intro ul li a.icon-love:before {
  content: "";
}
.tabs-main .tab-content .intro ul li a.icon-love:after {
  position: absolute;
  float: left;
  display: inline-block;
  text-align: center !important;
  content: "";
  left: 21px;
  top: 18px;
  font-size: 26px;
  color: white;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "n";
}
.tabs-main .tab-content .intro ul li a.icon-eternal-star-registration:before,
.tabs-main .tab-content .intro ul li a.icon-custom-starpage:before,
.tabs-main .tab-content .intro ul li a.icon-starfinder-app:before,
.tabs-main .tab-content .intro ul li a.icon-explanation-sheet-2:before {
  font-size: 39px;
}
.tabs-main .tab-content .intro ul li a.icon-constellation:before {
  content: "";
}
.tabs-main .tab-content .intro ul li a.icon-constellation:after {
  position: absolute;
  float: left;
  display: inline-block;
  text-align: center !important;
  content: "";
  height: 44px;
  left: 12px;
  top: 9px;
  width: 44px;
  background: url("/wp-content/themes/osr/static/images/constellation-white.svg") center center / 21px no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.tabs-main .tab-content .intro ul li a.icon-osr-telescope:before {
  content: "";
}
.tabs-main .tab-content .intro ul li a.icon-osr-telescope:after {
  position: absolute;
  float: left;
  display: inline-block;
  text-align: center !important;
  content: "";
  height: 44px;
  left: 12px;
  top: 9px;
  width: 44px;
  background: url("/wp-content/themes/osr/static/images/superstargift/osr-telescope.svg") center center / 28px no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.tabs-main .tab-content .intro ul li a.icon-sparkling-starglobe:before {
  content: "";
}
.tabs-main .tab-content .intro ul li a.icon-sparkling-starglobe:after {
  position: absolute;
  float: left;
  display: inline-block;
  text-align: center !important;
  content: "";
  height: 44px;
  left: 12px;
  top: 9px;
  width: 44px;
  background: url("/wp-content/themes/osr/static/images/superstargift/star-globe.svg") center center / 44px no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.tabs-main .tab-content .intro ul li a.icon-vr-set:before {
  content: "";
}
.tabs-main .tab-content .intro ul li a.icon-vr-set:after {
  position: absolute;
  float: left;
  display: inline-block;
  text-align: center !important;
  content: "";
  height: 44px;
  left: 12px;
  top: 9px;
  width: 44px;
  background: url("/wp-content/themes/osr/static/images/superstargift/vr.svg") center center / 44px no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.tabs-main .tab-content .intro ul li a.icon-super-star-poster:before {
  content: "";
}
.tabs-main .tab-content .intro ul li a.icon-super-star-poster:after {
  position: absolute;
  float: left;
  display: inline-block;
  text-align: center !important;
  content: "";
  height: 44px;
  left: 12px;
  top: 9px;
  width: 44px;
  background: url("/wp-content/themes/osr/static/images/superstargift/poster.svg") center center / 44px no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.tabs-main .tab-content .intro ul li a.icon-gift-pack:before {
  content: "";
}
.tabs-main .tab-content .intro ul li a.icon-gift-pack:after {
  position: absolute;
  float: left;
  display: inline-block;
  text-align: center !important;
  content: "";
  height: 44px;
  left: 12px;
  top: 9px;
  width: 44px;
  background: url("/wp-content/themes/osr/static/images/superstargift/gift-pack.svg") center center / 44px no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.tabs-main .tab-content .intro ul li a.icon-tracking:before {
  content: "";
}
.tabs-main .tab-content .intro ul li a.icon-tracking:after {
  position: absolute;
  float: left;
  display: inline-block;
  text-align: center !important;
  content: "";
  height: 44px;
  left: 12px;
  top: 9px;
  width: 44px;
  background: url("/wp-content/themes/osr/static/images/superstargift/tracking.svg") center center / 44px no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.tabs-main .tab-content .intro ul li a:hover,
.tabs-main .tab-content .intro ul li a.active-sub {
  font-weight: 700;
  background: #c8cbe7;
  border-color: #c8cbe7;
}
.tabs-main .tab-content .intro ul li a:hover:before,
.tabs-main .tab-content .intro ul li a.active-sub:before {
  background-color: #f5923a;
  background-image: -webkit-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -moz-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -o-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -ms-linear-gradient(top, #f5923a, #f54c4c);
  background-image: linear-gradient(top, #f5923a, #f54c4c);
}
.tabs-main .tab-content .intro ul li:nth-child(odd) {
  clear: left;
}
.tabs-main .tab-content .intro ul li.for-slider {
  display: none;
}
.tabs-main .tab-content .tab-order-button {
  display: inline-block;
  text-align: center !important;
  width: 100%;
}
.tabs-main .tab-content .tab-order-button a {
  position: relative;
}
.tabs-main .tab-content .tab-order-button a:after {
  position: absolute;
  width: 35px;
  height: 35px;
  left: -67px;
  top: 5px;
  content: "";
  background: url("/wp-content/themes/osr/static/images/arrow-before-button.svg") top left / 35px no-repeat;
}
.tabs-main .tab-content .left .mobile-slider-container {
  display: none;
}
.tabs-main .right {
  padding: 100px 40px 45px 0;
}
.tabs-main .right img {
  float: left;
  width: 100%;
  height: auto;
}
.tabs-main #fullimage {
  display: inline-block;
  padding-top: 15px;
  font-size: 12px;
  text-align: center !important;
  text-decoration: underline;
  width: 100%;
  visibility: hidden;
}
.tabs-main .product-video {
  position: absolute;
  top: 45px;
  right: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #000024;
  text-decoration: underline;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.tabs-main .product-video:before {
  position: absolute;
  width: 50px;
  height: 36px;
  left: -50px;
  top: -9px;
  content: "";
  background: url("/wp-content/themes/osr/static/images/play.svg") top left / 36px no-repeat;
  cursor: pointer;
}
.tabs-main .product-video:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1500px) {
  .tabs-main .tab-content .intro ul li a {
    padding: 14px 12px 16px 68px;
  }
  .tabs-main .tab-content .intro ul li a:before {
    top: 5px;
  }
  .tabs-main .tab-content .intro ul li a.icon-constellation:after {
    top: 5px;
  }
  .tabs-main .tab-content .intro ul li a.icon-love:after {
    top: 15px;
  }
  .tabs-main .tab-content .intro ul li a.icon-osr-telescope:after,
  .tabs-main .tab-content .intro ul li a.icon-sparkling-starglobe:after,
  .tabs-main .tab-content .intro ul li a.icon-vr-set:after,
  .tabs-main .tab-content .intro ul li a.icon-super-star-poster:after,
  .tabs-main .tab-content .intro ul li a.icon-gift-pack:after,
  .tabs-main .tab-content .intro ul li a.icon-tracking:after {
    top: 5px;
  }
  .tabs-main .tab-content .tab-order-button a:after {
    left: -40px;
  }
  .tabs-main .tab-content.content-three [class*='col-'].right.has-fancybox .product-group {
    margin-left: -75px;
  }
  .tabs-main [class*='col-'].right {
    padding: 100px 40px 45px 0 !important;
  }
  .tabs-main [class*='col-'].right.has-fancybox .product-group {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 1260px) {
  .tabs-main [class*='col-'].right.has-fancybox .product-group {
    margin-left: -40px;
  }
  .tabs-main .tab-content .left {
    padding: 45px 40px;
  }
  .tabs-main .tab-content .intro ul li a {
    padding: 14px 12px 16px 60px;
  }
  .tabs-main .tab-content .intro ul li a:before {
    top: 5px;
    left: 5px;
  }
  .tabs-main .tab-content .intro ul li a:hover,
  .tabs-main .tab-content .intro ul li a.active-sub {
    font-weight: 400;
  }
  .tabs-main .tab-content .intro ul li a.icon-constellation:after {
    top: 5px;
    left: 5px;
  }
  .tabs-main .tab-content .intro ul li a.icon-love:after {
    left: 14px;
  }
  .tabs-main .tab-content .intro ul li a.icon-osr-telescope:after,
  .tabs-main .tab-content .intro ul li a.icon-sparkling-starglobe:after,
  .tabs-main .tab-content .intro ul li a.icon-vr-set:after,
  .tabs-main .tab-content .intro ul li a.icon-super-star-poster:after,
  .tabs-main .tab-content .intro ul li a.icon-gift-pack:after,
  .tabs-main .tab-content .intro ul li a.icon-tracking:after {
    top: 5px;
    left: 5px;
  }
  .tabs-main .tab-content.content-three [class*='col-'].right.has-fancybox .product-group {
    margin-left: -155px;
  }
}
@media only screen and (max-width: 1023px) {
  .tabs-wrapper {
    padding: 20px 25px 0;
  }
  .tabs-main .tab-content .left {
    width: 100%;
    padding: 35px 30px;
  }
  .tabs-main .tab-content .left h1,
  .tabs-main .tab-content .left h2,
  .tabs-main .tab-content .left h3,
  .tabs-main .tab-content .left h4,
  .tabs-main .tab-content .left h5,
  .tabs-main .tab-content .left h6,
  .tabs-main .tab-content .left p {
    float: left;
    width: 50%;
    clear: left;
    padding-right: 40px;
  }
  .tabs-main .tab-content .left h1.full,
  .tabs-main .tab-content .left h2.full,
  .tabs-main .tab-content .left h3.full,
  .tabs-main .tab-content .left h4.full,
  .tabs-main .tab-content .left h5.full,
  .tabs-main .tab-content .left h6.full,
  .tabs-main .tab-content .left p.full {
    width: 100%;
  }
  .tabs-main .tab-content .left ul {
    float: left;
    width: 100%;
    margin-top: 120px;
  }
  .tabs-main .tab-content .left img {
    float: right;
    width: 50%;
    height: auto;
  }
  .tabs-main .tab-content .button {
    float: left;
  }
  .tabs-main .tab-content.content-two,
  .tabs-main .tab-content.content-one,
  .tabs-main .tab-content.content-three {
    position: relative;
  }
  .tabs-main .tab-content.content-two .left .show-1023,
  .tabs-main .tab-content.content-one .left .show-1023,
  .tabs-main .tab-content.content-three .left .show-1023 {
    display: none;
  }
  .tabs-main .tab-content.content-two .right.has-fancybox,
  .tabs-main .tab-content.content-one .right.has-fancybox,
  .tabs-main .tab-content.content-three .right.has-fancybox {
    position: absolute;
    display: block;
    top: -20px;
    top: 15px;
    right: 90px;
    padding-top: 0 !important;
    padding-right: 0 !important;
  }
  .tabs-main .tab-content.content-one .right.has-fancybox {
    top: -30px;
  }
  .tabs-main .tab-content.content-three .right.has-fancybox {
    top: -50px;
  }
  .tabs-main .tab-content.content-three [class*='col-'].right.has-fancybox .product-group {
    margin-top: 30px;
  }
  .tabs-main .tab-content.content-three [class*='col-'].right.has-fancybox .product-video {
    top: 70px;
  }
  .tabs-main .product-video {
    right: -70px;
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs-wrapper {
    padding: 20px 0 0;
    flex-direction: column;
  }
  .tabs-wrapper .tab {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    margin-bottom: 10px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
  }
  .tabs-wrapper .tab:after {
    display: none;
  }
  .tabs-wrapper .tab h4 {
    font-size: 18px;
  }
  .tabs-wrapper .tab h4:after {
    font-family: "osr" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    content: "c";
  }
  .tabs-wrapper .tab.active {
    border: 3px solid #f58b3c;
  }
  .tabs-wrapper .tab.active h4 {
    font-size: 18px;
    margin: 12px 0 0;
  }
  .tabs-wrapper .tab.active h4:after {
    display: none;
  }
  .tabs-wrapper .tab.active h5 {
    margin-bottom: 9px;
  }
  .tabs-wrapper .tab.active:before {
    display: none;
    position: relative;
    float: left;
    top: -1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .tabs-wrapper .tab-two {
    order: 1;
  }
  .tabs-wrapper .tab-one {
    order: 2;
  }
  .tabs-wrapper .tab-three {
    order: 3;
  }
  .tabs-main {
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
  }
  .tabs-main.mobile {
    width: 100%;
  }
  .tabs-main .tab-content .left h1,
  .tabs-main .tab-content .left h2,
  .tabs-main .tab-content .left h3,
  .tabs-main .tab-content .left h4,
  .tabs-main .tab-content .left h5,
  .tabs-main .tab-content .left h6,
  .tabs-main .tab-content .left p {
    width: 100%;
    padding-right: 0;
  }
  .tabs-main .tab-content .left ul {
    float: left;
    width: 100%;
  }
  .tabs-main .tab-content .left img {
    width: 100%;
  }
  .tabs-main .tab-content .left .mobile-slider-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group {
    height: auto;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a {
    position: relative;
    left: auto;
    top: auto;
    height: 410px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .image-wrapper {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a img,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a video {
    position: absolute;
    top: 50%;
    left: 50%;
    /* float: none; margin: 0 auto; */
    width: auto;
    max-width: 80%;
    max-height: 300px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a video {
    max-width: 93%;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label {
    position: absolute;
    text-align: center !important;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 24px;
    width: auto;
    padding: 14px 12px 16px 60px;
    border: 1px solid rgba(46, 51, 104, 0.15);
    text-decoration: none;
    color: #000024;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span:before {
    position: absolute;
    float: left;
    display: inline-block;
    text-align: center !important;
    line-height: 44px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    color: white;
    background: #2e3368;
    font-size: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-glow-in-the-dark:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-starcart:before {
    font-size: 32px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-envelope:before {
    line-height: 41px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-gift-wrapper:before {
    font-size: 30px;
    line-height: 46px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-love:before {
    content: "n";
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-eternal-star-registration:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-custom-starpage:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-starfinder-app:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-explanation-sheet-2:before {
    font-size: 39px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-constellation:before {
    content: "";
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-constellation:after {
    position: absolute;
    float: left;
    display: inline-block;
    text-align: center !important;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    color: white;
    font-size: 25px;
    background: url("/wp-content/themes/osr/static/images/constellation-white.svg") center center / 21px no-repeat;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-new-year:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-thank-you:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-graduation:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-valetine:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-friendship:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-osr-telescope:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-sparkling-starglobe:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-vr-set:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-super-star-poster:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-theme-choice:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-get-well-soon:before {
    content: "";
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-new-year:after,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-thank-you:after,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-graduation:after,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-valetine:after,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-friendship:after,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-osr-telescope:after,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-sparkling-starglobe:after,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-vr-set:after,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-super-star-poster:after,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-theme-choice:after,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-get-well-soon:after {
    position: absolute;
    float: left;
    display: inline-block;
    text-align: center !important;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    height: 44px;
    width: 44px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-new-year:after {
    background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-new-year.svg");
    background-size: 29px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-thank-you:after {
    background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-thank-you.svg");
    background-size: 26px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-graduation:after {
    background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-graduation.svg");
    background-size: 26px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-valetine:after {
    background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-valentine.svg");
    background-size: 30px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-friendship:after {
    background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-friendship.svg");
    background-size: 29px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-get-well-soon:after {
    background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-get-well-soon.svg");
    background-size: 26px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-osr-telescope:after {
    background-image: url("/wp-content/themes/osr/static/images/superstargift/osr-telescope.svg");
    background-size: 28px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-sparkling-starglobe:after {
    background-image: url("/wp-content/themes/osr/static/images/superstargift/star-globe.svg");
    background-size: 44px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-vr-set:after {
    background-image: url("/wp-content/themes/osr/static/images/superstargift/vr.svg");
    background-size: 44px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-super-star-poster:after {
    background-image: url("/wp-content/themes/osr/static/images/superstargift/poster.svg");
    background-size: 44px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.icon-theme-choice:after {
    background-image: url("/wp-content/themes/osr/static/images/2022/icons/icon-theme-choice.svg");
    background-size: 20px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span:hover,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.active-sub {
    font-weight: 700;
    background: #c8cbe7;
    border-color: #c8cbe7;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span:hover:before,
  .tabs-main .tab-content .left .mobile-slider-container .product-group a .slide-label span.active-sub:before {
    background-color: #f5923a;
    background-image: -webkit-linear-gradient(top, #f5923a, #f54c4c);
    background-image: -moz-linear-gradient(top, #f5923a, #f54c4c);
    background-image: -o-linear-gradient(top, #f5923a, #f54c4c);
    background-image: -ms-linear-gradient(top, #f5923a, #f54c4c);
    background-image: linear-gradient(top, #f5923a, #f54c4c);
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group .slick-dots {
    display: inline-block;
    text-align: center !important;
    width: 100%;
    margin-top: 15px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group .slick-dots li {
    display: inline-block;
    float: none;
    width: auto;
    padding: 0 5px;
    clear: none;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group .slick-dots li button {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 15px;
    height: 15px;
    background: #2e3368;
    text-indent: -9999px;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group .slick-dots li.slick-active button {
    background-color: #f5923a;
    background-image: -webkit-linear-gradient(top, #f5923a, #f54c4c);
    background-image: -moz-linear-gradient(top, #f5923a, #f54c4c);
    background-image: -o-linear-gradient(top, #f5923a, #f54c4c);
    background-image: -ms-linear-gradient(top, #f5923a, #f54c4c);
    background-image: linear-gradient(top, #f5923a, #f54c4c);
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group .slick-arrow {
    position: absolute;
    color: #2e3368;
    font-size: 0;
    border: none;
    background: none;
    width: 30px;
    height: 30px;
    z-index: 2;
    bottom: 50%;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group .slick-arrow:before {
    font-family: "osr" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group .slick-arrow.slick-next {
    right: -20px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group .slick-arrow.slick-next:before {
    content: "c";
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group .slick-arrow.slick-prev {
    left: -20px;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group .slick-arrow.slick-prev:before {
    content: "b";
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-group .slick-arrow:hover {
    color: #f5923a;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-video {
    display: inline-block;
    right: 0;
    top: 15px;
    height: 30px;
    z-index: 999;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-video:before {
    background: url("/wp-content/themes/osr/static/images/play-reverted.svg") top left / 36px no-repeat;
  }
  .tabs-main .tab-content .left .mobile-slider-container .product-video:after {
    position: absolute;
    left: -50px;
    top: -9px;
    width: 32px;
    height: 32px;
    content: "";
    border: 2px solid #2e3368;
    border-radius: 50%;
  }
  .tabs-main .tab-content .left .mobile-slider-container button.product-video:before,
  .tabs-main .tab-content .left .mobile-slider-container button.product-video:after {
    top: -3px;
  }
  .tabs-main .tab-content .left .mobile-slider-container--has-video {
    padding-top: 50px;
  }
  .tabs-main .tab-content .intro ul {
    display: none;
  }
  .tabs-main .tab-content .intro ul li {
    text-align: center !important;
    padding-right: 0;
    clear: none !important;
  }
  .tabs-main .tab-content .intro ul li a {
    width: auto;
    border: 0;
  }
  .tabs-main .tab-content .intro ul li a.first-active-sub {
    font-weight: 700;
    background: #c8cbe7;
    border-color: #c8cbe7;
  }
  .tabs-main .tab-content .intro ul li a.first-active-sub:before {
    background-color: #f5923a;
    background-image: -webkit-linear-gradient(top, #f5923a, #f54c4c);
    background-image: -moz-linear-gradient(top, #f5923a, #f54c4c);
    background-image: -o-linear-gradient(top, #f5923a, #f54c4c);
    background-image: -ms-linear-gradient(top, #f5923a, #f54c4c);
    background-image: linear-gradient(top, #f5923a, #f54c4c);
  }
  .tabs-main .tab-content .intro ul li.for-slider {
    display: list-item;
  }
  .tabs-main .tab-content .tab-order-button a {
    float: none;
  }
  .tabs-main .tab-content.content-three .left p.full {
    display: none;
  }
  .tabs-main .tab-content.content-three .left .mobile-slider-container .product-video {
    top: -10px;
  }
  .tabs-main [class*='col-'].right.has-fancybox .product-group {
    display: none;
  }
  .tabs-main .product-video {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .tabs-main .tab-content .left {
    padding: 25px 20px;
  }
  .tabs-main .tab-content .left .mobile-slider-container--has-video {
    padding-top: 30px;
  }
  .tabs-main .tab-content.content-two .show-767 {
    display: none;
  }
}
.blog {
  padding-bottom: 80px !important;
  /* -------------
	Article
	------------- */
  /* -------------
	Next/previous
	------------- */
}
.blog.front-articles {
  background-color: #dddff0;
  background-image: -webkit-linear-gradient(top, #dddff0, #8e94cf);
  background-image: -moz-linear-gradient(top, #dddff0, #8e94cf);
  background-image: -o-linear-gradient(top, #dddff0, #8e94cf);
  background-image: -ms-linear-gradient(top, #dddff0, #8e94cf);
  background-image: linear-gradient(top, #dddff0, #8e94cf);
  visibility: visible;
}
.blog.front-articles h2 a {
  color: #000024;
}
.blog.front-articles h2 a:hover {
  color: rgba(0, 0, 36, 0.5);
}
.blog.front-articles .article {
  margin-bottom: 0;
}
.blog.front-articles .article:nth-child(2) {
  padding-right: 25px;
  margin-bottom: 60px;
}
.blog.front-articles .article:nth-child(4) {
  padding-right: 25px;
}
.blog.front-articles .article:nth-child(3) {
  padding-left: 25px;
  margin-bottom: 60px;
}
.blog.front-articles .article:nth-child(5) {
  padding-left: 25px;
}
.blog .article {
  margin-bottom: 60px;
}
.blog .article .thumbnail {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.blog .article .thumbnail img {
  float: left;
  width: 100%;
  height: auto;
}
.blog .article h3 {
  float: left;
  width: 100%;
  color: #000024;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
  font-weight: bold;
}
.blog .article h3 a {
  color: #000024;
}
.blog .article h3 a:hover {
  color: rgba(0, 0, 36, 0.5);
}
.blog .article p {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.blog .article p.date {
  width: auto;
  color: #5F5F7F;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 0;
}
.blog .article p.date a {
  color: #5F5F7F;
  text-decoration: none;
}
.blog .article p.date a:hover {
  color: #000024;
  text-decoration: underline;
}
.blog .article .post-categories {
  float: left;
  margin-bottom: 0;
  line-height: 24px;
  margin-right: 5px;
}
.blog .article .post-categories li {
  float: left;
}
.blog .article .post-categories li a {
  color: #5F5F7F;
  text-decoration: none;
  font-size: 14px;
}
.blog .article .post-categories li a:hover {
  color: #000024;
  text-decoration: underline;
}
.blog .article .post-categories li:before {
  display: none;
}
.blog .article .post-categories li:after {
  content: ",";
  margin-right: 5px;
}
.blog .article .post-categories li:last-of-type:after {
  content: "";
  margin-right: 0;
}
.blog .article .permalink {
  float: left;
  font-weight: bold;
  font-size: 18px;
  color: #000024;
  margin-top: 20px;
}
.blog .article .permalink:after {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  font-size: 10px;
  margin-left: 5px;
}
.blog .article .permalink:hover {
  color: rgba(0, 0, 36, 0.5);
}
.blog .article.main-overview-item {
  border-bottom: 1px solid #dde1e5;
  padding-bottom: 30px;
  margin-bottom: 45px;
}
.blog .article.main-overview-item .thumbnail {
  margin-bottom: 20px;
}
.blog .article.main-overview-item h1,
.blog .article.main-overview-item h2,
.blog .article.main-overview-item h3,
.blog .article.main-overview-item h4,
.blog .article.main-overview-item h5,
.blog .article.main-overview-item h6 {
  float: left;
}
.blog .pagination-wrapper {
  float: left;
  width: 100%;
}
.blog .pagination-wrapper .pagination.next {
  float: right;
}
.blog .pagination-wrapper .pagination.previous {
  float: left;
}
.blog .pagination-wrapper .pagination a {
  color: #000024;
  font-size: 12px;
}
.blog .pagination-wrapper .pagination a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .blog {
    padding-bottom: 0 !important;
  }
  .blog.front-articles .article {
    padding: 0 !important;
    margin-bottom: 60px;
  }
}
/* --------------------
Video
-------------------- */
.video-thumb {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  cursor: pointer;
}
.video-thumb img {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.video-thumb iframe,
.video-thumb video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-thumb video {
  height: auto;
  border-radius: 6px;
}
.video-thumb:before {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 4px solid white;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  content: "";
  z-index: 3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.video-thumb:after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid white;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -14px;
  z-index: 3;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.video-thumb.fade img,
.video-thumb.fade:before,
.video-thumb.fade:after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.video-container {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.video-container video {
  width: calc(100% + 2px);
  margin-left: -1px;
}
.caption p {
  text-align: left !important;
  font-style: italic;
  font-size: 14px !important;
  margin-top: 5px;
  display: inline-block;
}
.caption p:before {
  content: "- ";
}
/* --------------------
Footer
-------------------- */
.module.download-app {
  position: relative;
  z-index: 3;
  background-color: #393B74;
  overflow: visible;
  margin-top: 50px;
}
.module.download-app .col-1-1 {
  padding-right: 450px;
}
.module.download-app .col-1-1 h2 {
  margin-bottom: 10px;
}
.module.download-app .col-1-1 p {
  font-size: 16px;
  line-height: 24px;
  color: #C9C9E0;
}
.module.download-app .col-1-1 p a {
  text-decoration: underline;
  color: #C9C9E0;
}
.module.download-app .col-1-1 p.read-post {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0;
}
.module.download-app .col-1-1 p.read-post a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.module.download-app .col-1-1 .button {
  position: relative;
  padding-left: 57px;
}
.module.download-app .col-1-1 .button.app-store {
  margin-right: 15px;
}
.module.download-app .col-1-1 .button.app-store:before {
  position: absolute;
  width: 20px;
  height: 25px;
  top: 9px;
  left: 19px;
  content: "";
  margin-left: 0;
  margin-top: 0;
  background: url("/wp-content/themes/osr/static/images/icon-apple-white.svg") top left / 20px no-repeat;
}
.module.download-app .col-1-1 .button.play-store:before {
  position: absolute;
  width: 20px;
  height: 25px;
  top: 11px;
  left: 19px;
  content: "";
  margin-left: 0;
  margin-top: 0;
  background: url("/wp-content/themes/osr/static/images/icon-play-store-white.svg") top left / 20px no-repeat;
}
.module.download-app img {
  position: absolute;
  right: 50px;
  bottom: 10px;
  z-index: 1;
}
.module.download-app:after {
  display: none;
  position: absolute;
  width: 400px;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzkzYjc0Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzOTNiNzQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NTVmYTciLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZGllbnQpIiAvPjwvc3ZnPg==');
}
@media only screen and (max-width: 1500px) {
  .module.download-app .col-1-1 {
    padding-right: 440px;
  }
}
@media only screen and (max-width: 1260px) {
  .module.download-app .col-1-1 .button.play-store {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .module.download-app .col-1-1 .button.app-store {
    margin-right: 0;
  }
  .module.download-app .col-1-1 .button.play-store {
    margin-bottom: 15px;
  }
  .module.download-app img {
    width: 300px;
    height: auto;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .module.download-app {
    overflow: hidden;
    margin-top: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  .module.download-app .col-1-1 {
    padding-right: 20px;
    z-index: 2;
  }
  .module.download-app .col-1-1 .read-post {
    margin-top: 15px;
    margin-left: 0 !important;
  }
  .module.download-app img {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 250px;
    bottom: 30px;
    margin-top: 20px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .module.download-app:after {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .module.download-app img {
    bottom: 20px;
    margin-top: 10px;
  }
}
/*--------
Footer
--------*/
.footer {
  float: left;
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 100px;
  background: #151539;
}
.footer .footer-first-section {
  display: flex;
}
.footer .footer-first-section p {
  color: white;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.footer .footer-first-section h3 {
  line-height: 26px;
  margin-bottom: 20px;
  color: #8A8AA1;
  font-weight: 400;
}
.footer .footer-first-section .footer-nav {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #fff3;
  width: 25%;
}
.footer .footer-first-section .footer-nav ul {
  display: flex;
  flex-direction: column;
}
.footer .footer-first-section .footer-nav ul li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.footer .footer-first-section .footer-nav ul li a {
  color: white;
}
.footer .footer-first-section .footer-nav ul li a:hover {
  text-decoration: underline;
}
.footer .footer-first-section .footer-nav ul li:before,
.footer .footer-first-section .footer-nav ul li:after {
  display: none;
}
.footer .footer-first-section .footer-nav ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-first-section .footer-nav-mobile {
  display: none;
}
.footer .footer-first-section .social-footer {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 6px;
  /* -------------
			Bottom
			------------- */
}
.footer .footer-first-section .social-footer a {
  position: relative;
  float: left;
  text-align: center !important;
  font-size: 18px;
  line-height: 51px;
  overflow: hidden;
  color: white;
  width: 45px;
  height: 45px;
  text-decoration: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #ffffff1a;
}
.footer .footer-first-section .social-footer a:hover {
  background: #ffffff66;
}
.footer .footer-first-section .social-footer a.icon-pinterest:before {
  content: "x";
}
.footer .footer-first-section .social-footer a.icon-youtube:before {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 16px;
  left: 14px;
  content: "";
  background: url("/wp-content/uploads/2023/10/youtube-icon.svg") center center / 18px no-repeat;
  z-index: 1;
}
.footer .footer-first-section .social-footer a.icon-instagram:before {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 14px;
  left: 14px;
  content: "";
  background: url("/wp-content/themes/osr/static/images/instagram-white.png") center center / 18px no-repeat;
  z-index: 1;
}
.footer .footer-first-section .social-footer a.icon-tiktok {
  position: relative;
}
.footer .footer-first-section .social-footer a.icon-tiktok:before {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 14px;
  left: 14px;
  content: "";
  background: url("/wp-content/themes/osr/static/images/logo-tiktok.svg") center center / 18px no-repeat;
  z-index: 1;
}
.footer .footer-first-section .social-footer.bottom {
  position: absolute;
  width: 100%;
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 10px;
  bottom: 0;
  right: 15px;
  z-index: 1;
}
.footer .footer-first-section .social-footer.bottom a {
  float: right;
}
@media only screen and (min-width: 1240px) {
  .footer .footer-first-section .social-footer.bottom {
    right: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.footer .footer-first-section.newsletter-notice {
  font-weight: bold;
  font-size: 18px;
  color: white;
  margin-top: 12px;
  min-height: 47px;
  margin-bottom: 38px;
}
.footer .footer-first-section.newsletter-notice:after {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  font-size: 14px;
  margin: 0 0 0 6px;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-first-section.newsletter-notice {
    margin-top: 0;
    margin-bottom: 66px;
  }
}
.footer .footer-first-section .newsletter-form {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}
.footer .footer-first-section .newsletter-form input {
  float: left;
  width: 100%;
  font-size: 16px;
  padding: 18px 20px 17px 20px;
  border: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.footer .footer-first-section .newsletter-form input.language {
  display: none;
}
.footer .footer-first-section .newsletter-form button {
  position: absolute;
  right: 21px;
  top: 20px;
  padding: 0;
  background: none;
}
.footer .footer-first-section .newsletter-form button svg {
  width: 6px;
}
.footer .footer-second-section ul {
  display: flex;
  gap: 25px;
  padding: 100px 0 40px;
}
.footer .footer-second-section ul li a {
  color: #8A8AA1;
}
.footer .footer-second-section .footer-nav--mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-first-section p {
    font-size: 16px;
  }
  .footer .footer-first-section .footer-nav {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 10px;
  }
  .footer .footer-first-section {
    flex-direction: column;
    padding: 0;
  }
  .footer .footer-first-section .footer-nav {
    display: none;
  }
  .footer .footer-first-section .footer-nav-mobile {
    display: block;
  }
  .footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item {
    border-bottom: 1px solid #566072;
  }
  .footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item button {
    padding: 20px 40px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border: none;
    width: 100%;
    font-weight: bold;
  }
  .footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item button:after {
    content: url(/wp-content/uploads/2023/10/arrow-white-right.svg);
    width: 6px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item > div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  .footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    flex-direction: column;
  }
  .footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item ul li a {
    padding: 20px 40px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item.active button:after {
    transform: rotate(90deg);
  }
  .footer .footer-first-section .footer-nav-mobile .footer-nav-mobile-item.active > div {
    max-height: 1000px;
    transition: max-height 0.5s ease;
  }
  .footer .footer-first-section .newsletter-box {
    padding: 40px;
    text-align: center;
  }
  .footer .footer-first-section .newsletter-box h3 {
    display: none;
  }
  .footer .footer-first-section .newsletter-box p {
    margin-bottom: 15px;
  }
  .footer .footer-first-section .newsletter-box .newsletter-form {
    margin-bottom: 45px;
  }
  .footer .footer-first-section .newsletter-box .newsletter-form button {
    top: 18px;
  }
  .footer .footer-second-section .footer-nav--desktop {
    display: none;
  }
  .footer .footer-second-section .footer-nav--mobile {
    display: block;
  }
  .footer .footer-second-section ul {
    display: flex;
    gap: 10px 25px;
    padding: 0 0 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .footer-second-section ul li {
    width: 40%;
    font-size: 14px;
  }
  .footer .footer-second-section ul li:nth-child(even) {
    text-align: right;
  }
}
/* -------------
Buttons bottom
------------- */
.buttons-wrapper-bottom {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
/* -------------
Note
------------- */
.note {
  position: absolute;
  box-shadow: 1.5px 2.598px 12.39px 8.609999999999999px rgba(37, 40, 93, 0.08);
  overflow: hidden;
  bottom: 2px;
  width: 100%;
  z-index: 4;
  border: 1px solid #DBDBDB;
  background: white;
  font-size: 14px;
  color: #000024;
  padding: 0;
  height: 197px;
  resize: none;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.note .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  cursor: pointer;
  z-index: 10;
}
.note .close:before {
  float: right;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-top: -2px;
  color: white;
  content: "";
  background: #000024 url('/wp-content/themes/osr/static/images/close-small.png') center center no-repeat;
  background-size: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.note .osr-carousel-note {
  counter-reset: li-counter;
  /* ------------
		Navi
		------------ */
}
.note .osr-carousel-note .slick-slide {
  width: 350px;
  height: 195px;
}
.note .osr-carousel-note .slick-slide:before {
  display: block;
  padding: 15px 50px 0 15px;
  content: attr(title) " " counter(li-counter) "/3";
  counter-increment: li-counter;
  font-size: 16px;
  font-weight: bold;
}
.note .osr-carousel-note .slick-slide p {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  margin: 15px 0 34px;
  padding: 15px 100px 15px 15px;
  height: 126px;
}
.note .osr-carousel-note .slick-slide:before {
  font-size: 16px;
  font-weight: bold;
}
.note .osr-carousel-note .slick-slide .bottom-note {
  position: absolute;
  text-align: center !important;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #DCDEF0;
  height: 45px;
  padding-top: 14px;
}
.note .osr-carousel-note .slick-slide .bottom-note a {
  color: #000024;
  text-decoration: underline;
  width: 100%;
}
.note .osr-carousel-note .slick-arrow {
  position: absolute;
  color: #000024;
  font-size: 0;
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  z-index: 2;
  bottom: 13px;
  padding: 0;
  cursor: pointer;
}
.note .osr-carousel-note .slick-arrow:before {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}
.note .osr-carousel-note .slick-arrow.slick-next {
  right: 10px;
}
.note .osr-carousel-note .slick-arrow.slick-next:before {
  content: "c";
}
.note .osr-carousel-note .slick-arrow.slick-prev {
  left: 10px;
}
.note .osr-carousel-note .slick-arrow.slick-prev:before {
  content: "b";
}
.note .osr-carousel-note .slick-arrow:hover {
  color: #2e3368;
}
.note.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media only screen and (max-width: 1023px) {
  .note .close {
    font-size: 0;
  }
  .note .osr-carousel-note .slick-slide:before {
    padding: 15px 45px 0 15px;
  }
  .note .osr-carousel-note .slick-slide p {
    margin: 0 0 34px;
    padding: 15px;
  }
}
@media only screen and (max-device-width: 1260px) {
  .note .close {
    font-size: 0;
  }
  .note .close:before {
    text-align: center !important;
    font-family: "osr" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000024;
    color: white;
    content: "C";
    line-height: 18px;
    font-size: 13px;
  }
}
/* --------------------
Front Page and Occassions
-------------------- */
/* Discount bar homepage */
.discount-bar {
  position: absolute;
  z-index: 999;
  width: 100%;
}
.discount-bar .cntr .discount-bar_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  gap: 40px;
}
.discount-bar .cntr .discount-bar_inner a {
  color: #fff;
  font-size: 15px;
  line-height: 1.3em;
}
.discount-bar .cntr .discount-bar_inner .close-discount-bar {
  cursor: pointer;
  width: 12px;
}
@media only screen and (max-width: 1023px) {
  .discount-bar {
    position: initial;
  }
  .discount-bar .cntr {
    padding: 0 20px;
  }
}
/* first section */
.home-first-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  gap: 60px;
}
.home-first-section .cntr {
  max-width: 1240px;
}
.home-first-section .cntr.intro-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.home-first-section .cntr.intro-box .home-first-left h1 {
  font-size: 64px;
  color: white;
}
.home-first-section .cntr.intro-box .home-first-left h3 {
  font-size: 18px;
  color: white;
  font-weight: 400;
  line-height: 1.5em;
  max-width: 480px;
  padding-top: 40px;
  padding-bottom: 60px;
  opacity: 0.6;
}
.home-first-section .cntr.intro-box .home-first-left .home-first-buttons a {
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-first-section .cntr.intro-box .home-first-left .home-first-buttons a.button-orange {
  padding: 17px 30px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #ff7a10;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.home-first-section .cntr.intro-box .home-first-left .home-first-buttons a.button-orange:hover {
  background: #ec651e;
  border-color: #ec651e;
  box-shadow: 0 0 15px 0 #000000;
}
.home-first-section .cntr.intro-box .home-first-left .home-first-buttons a.button-transparent {
  padding: 17px;
  border: 1px solid white;
  background: transparent;
}
.home-first-section .cntr.intro-box .home-first-left .home-first-buttons a.button-transparent:hover {
  background: white;
  color: #151539;
}
.home-first-section .cntr.intro-box .home-first-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-first-section .cntr.intro-box .home-first-right .home-occasion-button {
  position: absolute;
  background-color: white;
  border-radius: 30px;
  color: #151539;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 17px 20px;
  height: auto;
  line-height: 1;
}
.home-first-section .cntr.intro-box .home-first-right .home-occasion-button:before {
  color: #ff7a10;
  margin: 0 10px 0px 0;
}
.sinterklaas .home-first-section .cntr.intro-box .home-first-right .home-occasion-button:before {
  background-image: url("/wp-content/uploads/2023/11/icon-sinterklaas-orange.svg");
  height: 19px;
  width: 19px;
}
.new-year .home-first-section .cntr.intro-box .home-first-right .home-occasion-button:before {
  background-image: url("/wp-content/uploads/2023/11/icon-new-year-orange.svg");
  height: 19px;
  width: 19px;
}
.friendship .home-first-section .cntr.intro-box .home-first-right .home-occasion-button:before {
  background-image: url("/wp-content/uploads/2023/11/icon-friendship-orange.svg");
  height: 19px;
  width: 19px;
}
.get-well-soon .home-first-section .cntr.intro-box .home-first-right .home-occasion-button:before {
  background-image: url("/wp-content/uploads/2023/11/icon-get-well-soon-orange.svg");
  height: 19px;
  width: 19px;
}
.valetine .home-first-section .cntr.intro-box .home-first-right .home-occasion-button:before {
  background-image: url("/wp-content/uploads/2023/11/icon-valentine-orange.svg");
  height: 19px;
  width: 19px;
}
.graduation .home-first-section .cntr.intro-box .home-first-right .home-occasion-button:before {
  background-image: url("/wp-content/uploads/2023/11/icon-graduation-orange.svg");
  height: 19px;
  width: 19px;
}
.thank-you .home-first-section .cntr.intro-box .home-first-right .home-occasion-button:before {
  background-image: url("/wp-content/uploads/2023/11/icon-thank-you-orange.svg");
  height: 19px;
  width: 19px;
}
.home-first-section .cntr.intro-box .home-first-right .home-occasion-button:after {
  content: url("/wp-content/uploads/2023/10/arrow-down-2.svg");
  width: 11px;
  display: inline-block;
  margin-left: 15px;
  bottom: 2px;
  position: relative;
}
.home-first-section .cntr.intro-box .home-first-right .product-image {
  max-width: 480px;
  height: auto;
}
.home-first-section .cntr.points-box ul {
  display: flex;
}
.home-first-section .cntr.points-box ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 0 60px 35px;
  border-right: solid 1px #ffffff11;
  color: white;
  font-size: 21px;
  line-height: 1.2;
}
.home-first-section .cntr.points-box ul li img {
  height: 34px;
}
.home-first-section .cntr.points-box ul li:first-child {
  padding-left: 0;
}
.home-first-section .cntr.points-box ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.home-first-section .choose-popup {
  height: 0;
  z-index: 999;
  width: 90%;
  max-width: 1600px;
  position: absolute;
  overflow: hidden;
}
.home-first-section .choose-popup .col-1-1 {
  padding: 35px 50px;
  background-color: #eef4ff;
  border: solid 1px #c5cada;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  z-index: 2;
  position: relative;
}
.home-first-section .choose-popup .col-1-1 .close {
  position: absolute;
  font-size: 25px;
  right: 20px;
  top: 20px;
  color: #0f0f3166;
  transition: all 300ms ease 0ms;
}
.home-first-section .choose-popup .col-1-1 .close:hover {
  color: #ff7a10;
}
.home-first-section .choose-popup .col-1-1 .occasions-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.home-first-section .choose-popup .col-1-1 .occasions-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100px;
}
.home-first-section .choose-popup .col-1-1 .occasions-box a span {
  height: 100px;
  width: 100px;
  background-color: #14143a;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-first-section .choose-popup .col-1-1 .occasions-box a span:before {
  width: 40px;
  display: block;
  font-size: 40px;
  color: white;
}
.home-first-section .choose-popup .col-1-1 .occasions-box a span.icon-valetine:before {
  content: url("/wp-content/themes/osr/static/images/2021/icons/icon-valentine.svg");
  margin-top: -7px;
}
.home-first-section .choose-popup .col-1-1 .occasions-box a p {
  font-weight: 700;
  font-size: 14px;
  color: #0f0f31;
  padding-top: 10px;
}
.home-first-section .choose-popup .col-1-1 .occasions-box a:hover span {
  background-color: #9eafdb;
  transition: all 300ms ease 0ms;
}
.home-first-section .choose-popup .choose-pop-bg {
  width: 100%;
  height: 100%;
  background: transparent;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}
.home-first-section .choose-popup.open {
  height: auto;
}
.home-first-section .choose-popup.open .choose-pop-bg {
  display: block !important;
}
.home-first-section .choose-popup:before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 100px solid #151539e6;
}
.home-first-section.light .cntr.intro-box .home-first-left h1 {
  color: #151539;
}
.home-first-section.light .cntr.intro-box .home-first-left h3 {
  color: #151539;
}
.home-first-section.light .cntr.intro-box .home-first-left .home-first-buttons a.button-orange:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.home-first-section.light .cntr.intro-box .home-first-left .home-first-buttons a.button-transparent {
  border: 1px solid #151539;
  background: transparent;
  color: #151539;
}
.home-first-section.light .cntr.intro-box .home-first-left .home-first-buttons a.button-transparent:hover {
  background: #151539;
  color: white;
}
.home-first-section.light .cntr.points-box ul li {
  border-right: solid 1px #15153911;
  color: #151539;
}
.home-first-section.light .cntr.points-box ul li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 1200px) {
  .home-first-section .cntr.intro-box .home-first-left h1 {
    font-size: 58px;
  }
  .home-first-section .cntr.intro-box .home-first-right .product-image {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1120px) {
  .home-first-section .cntr.intro-box .home-first-left h1 {
    font-size: 51px;
  }
  .home-first-section .cntr.intro-box .home-first-right .product-image {
    max-width: 430px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-first-section .cntr.intro-box .home-first-right .product-image {
    max-width: 400px;
  }
  .home-first-section .cntr.points-box ul li {
    padding: 0 40px 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .home-first-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-first-section .cntr {
    padding: 0 20px;
  }
  .home-first-section .cntr.intro-box {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .home-first-section .cntr.intro-box .home-first-left {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
  }
  .home-first-section .cntr.intro-box .home-first-left h1 {
    font-size: 28px;
    padding-top: 30px;
  }
  .home-first-section .cntr.intro-box .home-first-left h3 {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .home-first-section .cntr.intro-box .home-first-left .home-first-buttons a {
    padding: 13px 15px !important;
  }
  .home-first-section .cntr.intro-box .home-first-right {
    text-align: center;
  }
  .home-first-section .cntr.intro-box .home-first-right .home-occasion-button {
    display: none;
  }
  .home-first-section .cntr.intro-box .home-first-right .product-image {
    max-width: 90%;
    width: 400px;
  }
  .home-first-section .cntr.points-box {
    display: none;
  }
}
/* How does it work  */
.home-second-section {
  background-color: #eef4ff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-second-section .cntr {
  max-width: 1240px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
}
.home-second-section .cntr .second-left {
  max-width: 500px;
}
.home-second-section .cntr .second-left h2 {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.1em;
}
.home-second-section .cntr .second-left p {
  font-size: 15px;
  line-height: 1.9em;
  margin-bottom: 28px;
}
.home-second-section .cntr .second-left p:last-child {
  margin-bottom: 0;
}
.home-second-section .cntr .second-left ul li {
  font-size: 15px;
  line-height: 1.9em;
}
.home-second-section .cntr .second-left ul li:before {
  font-family: osr !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "h";
  color: #ec651e;
  margin-right: 10px;
}
.home-second-section .cntr .video-thumb {
  width: 570px;
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .home-second-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-second-section .cntr {
    flex-direction: column-reverse;
    gap: 0;
    padding: 0;
  }
  .home-second-section .cntr .second-left {
    max-width: 100%;
    padding: 30px 20px;
  }
  .home-second-section .cntr .second-left h2 {
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center;
  }
  .home-second-section .cntr .second-left p {
    line-height: 1.3em;
    margin-bottom: 10px;
  }
  .home-second-section .cntr .second-left ul li {
    line-height: 1.3em;
  }
  .home-second-section .cntr .video-thumb {
    width: 100%;
    border-radius: 0;
  }
  .home-second-section .cntr .video-thumb video {
    border-radius: 0;
  }
}
/* Choose your Star Gift! */
.home-third-section {
  background-image: url("/wp-content/uploads/2023/10/home-section3-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.home-third-section h2 {
  font-weight: 400;
  font-size: 48px;
  color: white;
  text-align: center !important;
  padding: 0 20px 70px;
}
.home-third-section .cntr {
  max-width: 1240px;
}
.home-third-section .cntr .packages-container.packages-container-desktop {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.home-third-section .cntr .packages-container.packages-container-mobile {
  display: none;
}
.home-third-section .cntr .packages-container .package-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #272749;
  border: solid 1px #566072;
  border-radius: 10px;
}
.home-third-section .cntr .packages-container .package-box .package-first-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #eef4ff;
  width: 100%;
  min-height: 400px;
  text-align: center;
  position: relative;
  padding: 50px 20px 30px;
  border-radius: 10px 10px 0 0;
}
.home-third-section .cntr .packages-container .package-box .package-first-section h3 {
  font-size: 23px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.home-third-section .cntr .packages-container .package-box .package-first-section h3 span {
  font-weight: 400;
}
.home-third-section .cntr .packages-container .package-box .package-first-section h3 span span {
  text-decoration: line-through;
}
.home-third-section .cntr .packages-container .package-box .package-first-section a {
  cursor: pointer;
}
.home-third-section .cntr .packages-container .package-box .package-first-section img {
  width: 100%;
}
.home-third-section .cntr .packages-container .package-box .package-first-section .open-package-popup {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.home-third-section .cntr .packages-container .package-box .package-first-section .open-package-popup svg {
  width: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-third-section .cntr .packages-container .package-box .package-first-section .open-package-popup svg .magnifying-glass {
  fill: #141239;
}
.home-third-section .cntr .packages-container .package-box .package-first-section .open-package-popup svg .glass {
  fill: #fff9;
}
.home-third-section .cntr .packages-container .package-box .package-first-section .open-package-popup:hover svg {
  fill: #ff7a10;
}
.home-third-section .cntr .packages-container .package-box .choose-popup:before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 100px solid #151539e6;
}
.home-third-section .cntr .packages-container .package-box .package-second-section {
  padding: 40px;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  height: calc(100% + 400px);
  justify-content: space-between;
}
.home-third-section .cntr .packages-container .package-box .package-second-section .open-package-popup-info {
  color: #fff;
  background-color: #151539;
  padding: 12px 15px;
  border-radius: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}
.home-third-section .cntr .packages-container .package-box .package-second-section .open-package-popup-info:after {
  content: 'a';
  font-family: "osr" !important;
  font-size: 12px;
}
.home-third-section .cntr .packages-container .package-box .package-second-section .package-items-list {
  width: 100%;
  margin-bottom: 15px;
}
.home-third-section .cntr .packages-container .package-box .package-second-section .package-items-list li {
  width: fit-content;
  padding: 7px 15px;
  color: white;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background: #151539;
  margin-bottom: 8px;
  text-align: left;
  line-height: 1.1;
}
.home-third-section .cntr .packages-container .package-box .package-second-section .button {
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-third-section .cntr .packages-container .package-box .package-second-section .button:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.home-third-section .cntr .packages-container .package-one-box .product-group {
  width: 760px;
  height: 505px;
}
.home-third-section .cntr .packages-container .package-two-box .package-first-section h4 {
  position: absolute;
  top: -21px;
  background-color: #008f52;
  padding: 13px 17px;
  border-radius: 25px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.home-third-section .cntr .packages-container .package-two-box .package-first-section img {
  max-width: 290px;
  padding-top: 15px;
}
.home-third-section .cntr .packages-container .package-two-box .package-popup .col-1-1 .tab-content .right .product-group {
  width: 728px;
  height: 630px;
}
.home-third-section .cntr .packages-container .package-three-box .product-group {
  width: 725px;
  height: 516px;
  margin-top: 30px;
}
.home-third-section .cntr .package-popup {
  height: 0;
  z-index: 999;
  width: 90%;
  max-width: 1380px;
  position: absolute;
  overflow: hidden;
  left: calc(50% - 690px);
  margin-top: -25px;
}
.home-third-section .cntr .package-popup .col-1-1 {
  padding: 40px 130px 40px 80px;
  background-color: #2a385c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 2;
  position: relative;
}
.home-third-section .cntr .package-popup .col-1-1 .close {
  position: absolute;
  font-size: 25px;
  right: 20px;
  top: 20px;
  color: #ffffff4d;
  transition: all 300ms ease 0ms;
}
.home-third-section .cntr .package-popup .col-1-1 .close:hover {
  color: #ff7a10;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
  position: relative;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right {
  max-width: 62%;
  display: inline-block;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group {
  position: relative;
  max-width: 100%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  -webkit-box-shadow: -12px 10px 10px -5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: -12px 10px 10px -5px rgba(0, 0, 0, 0.28);
  box-shadow: -12px 10px 10px -5px rgba(0, 0, 0, 0.28);
  /* Gift card
								&.giftcard-card { left: 0; top: 85px; z-index: 2;
									img { width: 445px; }
								}
								&.giftcard-wrapping { left: 260px; top: 0; z-index: 1;
									img { width: 275px; }
								}
								&.giftcard { left: 45px; top: 255px; z-index: 3;
									img { width: 220px; }
								}
								&.giftcard-front { left: 330px; top: 200px; z-index: 3;
									img { width: 225px; }
								}
								&.eternal-star-registration, &.gift, &.custom-starpage-three, &.gift-card-starfinder-app { left: 150px; top: 150px; z-index: 0;
									img { width: 100px; }
								} */
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.bg-blue {
  background-color: #2a385c;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.no-shadow {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a .product-image {
  width: 100%;
  margin-bottom: -2px;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a .product-image.pabsolute {
  position: absolute;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a .product-image-bg {
  width: 100%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a:hover,
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.hovered {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.totaal {
  box-shadow: none;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.folie {
  left: 7%;
  top: 6%;
  z-index: 1;
  width: 34%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.verpakking {
  left: 34%;
  top: 0;
  z-index: 2;
  width: 32%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.tekstkaartje {
  left: initial;
  right: 0;
  top: 52%;
  z-index: 7;
  width: 30%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.tekstkaartje-achter {
  left: 71%;
  top: 75%;
  z-index: 3;
  width: 25%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.themablad {
  left: 63%;
  top: 5%;
  z-index: 6;
  width: 29%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.sterrenkaart {
  left: 46%;
  top: 69%;
  z-index: 3;
  box-shadow: none;
  width: 28%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.sticker {
  left: 63%;
  top: 62%;
  z-index: 8;
  box-shadow: none;
  width: 15%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.infographic {
  left: 52%;
  top: 49%;
  z-index: 7;
  width: 28%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.certificaat {
  left: 25%;
  top: 42%;
  z-index: 9;
  width: 29%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.brief {
  left: 0;
  top: 34%;
  z-index: 8;
  width: 29%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.custom-starpage {
  left: 4%;
  z-index: 1;
  width: 49%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.personalized-letter {
  top: 28%;
  z-index: 2;
  width: 29%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.stargift-eternalregistration {
  left: 35%;
  top: 19%;
  z-index: 3;
  width: 50%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.stargift-personalmessage {
  left: auto;
  right: 0;
  top: 37%;
  z-index: 4;
  width: 21%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.explanation-sheet-2 {
  left: 52%;
  top: 46%;
  z-index: 5;
  width: 30%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.starfinder-app {
  left: 55%;
  top: 63%;
  z-index: 6;
  box-shadow: none;
  border-radius: 10px;
  width: 13%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.certificate {
  left: 24%;
  top: 37%;
  width: 29%;
  z-index: 7;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.stargift-osruniverse {
  left: 54%;
  z-index: 1;
  width: 27%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.ssg-gift-pack {
  left: 6%;
  top: 5%;
  z-index: 1;
  width: 55%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.ssg-cert-dark {
  left: 13.5%;
  top: 34%;
  z-index: 1;
  width: 16%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.ssg-poster {
  left: 55%;
  top: 0;
  z-index: 1;
  width: 43%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.ssg-vr-set {
  left: 0;
  top: 58%;
  z-index: 1;
  width: 30%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.ssg-osr-telescope {
  left: 31%;
  top: 48%;
  z-index: 1;
  width: 7%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.ssg-sparkling-starglobe {
  left: 40%;
  top: 62%;
  z-index: 1;
  width: 10%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .right .product-group a.ssg-gift {
  left: initial;
  right: 0;
  top: initial;
  bottom: 0;
  z-index: 1;
  width: 52%;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li {
  margin-bottom: 10px;
  line-height: 24px;
  cursor: pointer;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a {
  position: relative;
  width: 100%;
  padding: 10px;
  color: #000024;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #eef4ff;
  display: flex;
  align-items: center;
  gap: 15px;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a:before {
  float: left;
  text-align: center !important;
  width: 100%;
  max-width: 44px;
  height: 44px;
  color: white;
  font-size: 25px;
  line-height: 44px;
  background: #2e3368;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  left: 12px;
  top: 9px;
  transition: all 300ms ease 0ms;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a:hover,
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.active-sub {
  background: #c8cbe7;
  transition: all 300ms ease 0ms;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a:hover:before,
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.active-sub:before {
  background-color: #f5923a;
  background-image: -webkit-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -moz-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -o-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -ms-linear-gradient(top, #f5923a, #f54c4c);
  background-image: linear-gradient(top, #f5923a, #f54c4c);
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-glow-in-the-dark:before,
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-starcart:before {
  font-size: 32px;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-envelope:before {
  line-height: 41px;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-gift-wrapper:before {
  font-size: 30px;
  line-height: 46px;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-eternal-star-registration:before,
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-custom-starpage:before,
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-starfinder-app:before,
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-explanation-sheet-2:before {
  font-size: 39px;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-constellation:before {
  content: url("/wp-content/themes/osr/static/images/constellation-white.svg");
  line-height: 54px;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-osr-telescope:before {
  content: url("/wp-content/themes/osr/static/images/superstargift/osr-telescope.svg");
  width: 24px;
  padding: 0 10px;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-sparkling-starglobe:before {
  content: url("/wp-content/themes/osr/static/images/superstargift/star-globe.svg");
  width: 24px;
  padding: 0 10px;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-vr-set:before {
  content: url("/wp-content/themes/osr/static/images/superstargift/vr.svg");
  width: 24px;
  padding: 0 10px;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-super-star-poster:before {
  content: url("/wp-content/themes/osr/static/images/superstargift/poster.svg");
  width: 24px;
  padding: 0 10px;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-gift-pack:before {
  content: url("/wp-content/themes/osr/static/images/superstargift/gift-pack.svg");
  width: 24px;
  padding: 0 10px;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li a.icon-tracking:before {
  content: url("/wp-content/themes/osr/static/images/superstargift/tracking.svg");
  width: 24px;
  padding: 0 10px;
}
.home-third-section .cntr .package-popup .col-1-1 .tab-content .list-icons ul li:last-child {
  margin-bottom: 0;
}
.home-third-section .cntr .package-popup .choose-pop-bg {
  width: 100%;
  height: 100%;
  background: transparent;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}
.home-third-section .cntr .package-popup.open {
  height: auto;
}
.home-third-section .cntr .package-popup.open .choose-pop-bg {
  display: block !important;
}
.home-third-section .cntr .slick-prev,
.home-third-section .cntr .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 5px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.home-third-section .cntr .slick-prev:before,
.home-third-section .cntr .slick-next:before {
  font-family: "osr" !important;
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-third-section .cntr .slick-prev {
  left: 80px;
}
.home-third-section .cntr .slick-prev:before {
  content: 'b';
}
.home-third-section .cntr .slick-next {
  right: 80px;
}
.home-third-section .cntr .slick-next:before {
  content: 'c';
}
.home-third-section .cntr .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.home-third-section .cntr .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #fff;
  border-radius: 20px;
  transition: all 300ms ease 0ms;
}
.home-third-section .cntr .package-popup-mobile {
  height: 0;
  z-index: 999;
  width: 391px;
  max-width: 96%;
  position: absolute;
  overflow: hidden;
  align-self: center;
  top: 0;
}
.home-third-section .cntr .package-popup-mobile .col-1-1 {
  padding: 35px 30px;
  background-color: #2a385c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 2;
  position: relative;
  height: 100%;
}
.home-third-section .cntr .package-popup-mobile .col-1-1 .close {
  position: absolute;
  font-size: 25px;
  right: 20px;
  top: 20px;
  color: #ffffff4d;
  transition: all 300ms ease 0ms;
}
.home-third-section .cntr .package-popup-mobile .col-1-1 .close:hover {
  color: #ff7a10;
}
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-one-slider .slick-slide,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-two-slider .slick-slide,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-three-slider .slick-slide {
  margin: 0 10px;
}
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-one-slider .package-mobile-image-container,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-two-slider .package-mobile-image-container,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-three-slider .package-mobile-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 270px;
  margin-bottom: 15px;
}
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-one-slider .package-mobile-image-container img,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-two-slider .package-mobile-image-container img,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-three-slider .package-mobile-image-container img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-one-slider p,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-two-slider p,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-three-slider p {
  color: #fff;
  font-size: 16px;
  background-color: #151539;
  padding: 7px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 40px;
}
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-one-slider .slick-dots,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-two-slider .slick-dots,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-three-slider .slick-dots {
  height: 30px;
}
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-one-slider .slick-dots li button,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-two-slider .slick-dots li button,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-three-slider .slick-dots li button {
  width: 15px;
  height: 15px;
}
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-one-slider .slick-dots li.slick-active button,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-two-slider .slick-dots li.slick-active button,
.home-third-section .cntr .package-popup-mobile .col-1-1 .package-three-slider .slick-dots li.slick-active button {
  background-color: #ff7a10;
}
.home-third-section .cntr .package-popup-mobile .choose-pop-bg {
  width: 100%;
  height: 100%;
  background: transparent;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}
.home-third-section .cntr .package-popup-mobile.open {
  height: 540px;
}
.home-third-section .cntr .package-popup-mobile.open .choose-pop-bg {
  display: block !important;
}
.home-third-section .cntr .product-video {
  padding-left: 43px;
  position: relative;
  font-size: 16px;
  color: white;
  text-decoration: underline;
  transition: all 0.25s ease;
}
.home-third-section .cntr .product-video:before {
  position: absolute;
  width: 50px;
  height: 36px;
  left: 0;
  top: -9px;
  content: "";
  background: url("/wp-content/uploads/2023/10/video-icon.svg") top left / 36px no-repeat;
  cursor: pointer;
}
.home-third-section .cntr .product-video:hover {
  color: #ff7a10;
}
@media only screen and (max-width: 1550px) {
  .home-third-section .cntr .package-popup {
    left: 5%;
  }
  .home-third-section .cntr .packages-container .package-two-box .package-popup .col-1-1 .tab-content .right .product-group {
    width: 670px;
    height: 560px;
  }
}
@media only screen and (max-width: 1360px) {
  .home-third-section .cntr .packages-container .package-two-box .package-popup .col-1-1 .tab-content .right .product-group {
    width: 580px;
    height: 500px;
  }
  .home-third-section .cntr .packages-container .package-three-box .package-popup .col-1-1 .tab-content .right .product-group {
    width: 580px;
    height: 410px;
  }
}
@media only screen and (max-width: 1280px) {
  .home-third-section .cntr .package-popup .col-1-1 {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 1150px) {
  .home-third-section .cntr .packages-container .package-two-box .package-popup .col-1-1 .tab-content .right .product-group {
    width: 500px;
    height: 440px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-third-section .cntr {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
  .home-third-section .cntr .packages-container.packages-container-desktop {
    display: none;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile {
    display: block;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list {
    height: 618px;
    margin-bottom: 20px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box {
    justify-content: center;
    margin: 40px 12px 0;
    transition: all 300ms ease 0ms;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section {
    padding: 30px 20px;
    min-height: 360px;
    height: 360px;
    transition: all 300ms ease 0ms;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section .open-package-popup-image {
    position: relative;
    height: 310px;
    display: flex;
    align-items: center;
    max-width: 350px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section .open-package-popup-image svg {
    position: absolute;
    width: 40px;
    bottom: 20px;
    right: 0;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section .open-package-popup-image svg .magnifying-glass {
    fill: #141239;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section .open-package-popup-image svg .glass {
    fill: #fff9;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-second-section {
    padding: 30px 40px;
    transition: all 300ms ease 0ms;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-second-section .button {
    padding: 10px 50px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box.slick-active {
    margin: 20px 12px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box.slick-active .package-first-section {
    min-height: 380px;
    height: 380px;
    padding: 30px 20px 10px 20px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box.slick-active .package-second-section {
    padding: 40px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-two-box .package-first-section img {
    padding-top: 0;
  }
  .home-third-section .cntr .package-popup-mobile-info {
    width: 391px;
    max-width: 96%;
    left: initial;
    align-self: center;
    margin-top: 0;
    top: 0;
  }
  .home-third-section .cntr .package-popup-mobile-info .col-1-1 {
    padding: 45px;
    height: 100%;
  }
  .home-third-section .cntr .package-popup-mobile-info .col-1-1 .close {
    right: 10px;
    top: 10px;
  }
  .home-third-section .cntr .package-popup-mobile-info .col-1-1 ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .home-third-section .cntr .package-popup-mobile-info .col-1-1 ul li {
    display: block;
    padding: 5px 25px;
    color: white;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #151539;
    cursor: pointer;
    width: 100%;
    margin-bottom: 15px;
  }
  .home-third-section .cntr .package-popup-mobile-info.open {
    height: 540px;
  }
  .home-third-section .cntr .package-popup-mobile .col-1-1 .close {
    right: 10px;
    top: 10px;
  }
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-one-slider {
    padding-top: 40px;
  }
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-two-slider,
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-three-slider {
    padding-top: 60px;
  }
  .home-third-section .cntr .product-video {
    position: absolute;
    top: 17px;
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-third-section {
    position: relative;
    z-index: 2;
    padding: 40px 0;
  }
  .home-third-section h2 {
    padding: 0 20px 40px;
    font-size: 26px;
  }
  .home-third-section .cntr .choose-title-container .col-1-3 {
    width: 100%;
  }
  .home-third-section .product-group a {
    box-shadow: none;
  }
  .home-third-section .product-group a.eternal-star-registration img,
  .home-third-section .product-group a.gift img,
  .home-third-section .product-group a.custom-starpage-three img,
  .home-third-section .product-group a.starfinder-app img {
    opacity: 1;
  }
}
@media only screen and (max-width: 440px) {
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list {
    height: 568px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section {
    min-height: 330px;
    height: 330px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section h3 {
    font-size: 21px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section .open-package-popup-image {
    height: 280px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section .open-package-popup-image svg {
    right: -10px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box.slick-active .package-first-section {
    min-height: 350px;
    height: 350px;
  }
  .home-third-section .cntr .package-popup-mobile.open,
  .home-third-section .cntr .package-popup-mobile-info.open {
    height: 510px;
  }
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-one-slider {
    padding-top: 20px;
  }
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-two-slider,
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-three-slider {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 390px) {
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list {
    height: 528px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section {
    min-height: 290px;
    height: 290px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section .open-package-popup-image {
    height: 240px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box.slick-active .package-first-section {
    min-height: 310px;
    height: 310px;
  }
  .home-third-section .cntr .package-popup-mobile.open,
  .home-third-section .cntr .package-popup-mobile-info.open {
    height: 470px;
  }
  .home-third-section .cntr .package-popup-mobile-info .col-1-1 {
    padding: 45px 20px 15px;
  }
  .home-third-section .cntr .package-popup-mobile .col-1-1 {
    padding: 30px 10px;
  }
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-one-slider {
    padding-top: 10px;
  }
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-two-slider,
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-three-slider {
    padding-top: 30px;
  }
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-one-slider p,
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-two-slider p,
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-three-slider p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list {
    height: 508px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section {
    min-height: 270px;
    height: 270px;
    padding: 30px 15px 10px 15px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section h3 {
    font-size: 20px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section .open-package-popup-image {
    height: 220px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-second-section {
    padding: 30px 15px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-second-section .button {
    padding: 10px 20px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box.slick-active .package-first-section {
    min-height: 290px;
    height: 290px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box.slick-active .package-second-section {
    padding: 40px 15px;
  }
  .home-third-section .cntr .package-popup-mobile-info .col-1-1 ul li {
    padding: 5px 20px;
  }
  .home-third-section .cntr .package-popup-mobile.open,
  .home-third-section .cntr .package-popup-mobile-info.open {
    height: 450px;
  }
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-one-slider {
    padding-top: 0;
  }
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-two-slider,
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-three-slider {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 330px) {
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list {
    height: 488px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section {
    min-height: 250px;
    height: 250px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section h3 {
    font-size: 18px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box .package-first-section .open-package-popup-image {
    height: 200px;
  }
  .home-third-section .cntr .packages-container.packages-container-mobile .slick-list .package-box.slick-active .package-first-section {
    min-height: 270px;
    height: 270px;
  }
  .home-third-section .cntr .package-popup-mobile-info .col-1-1 ul li {
    padding: 5px 15px;
    font-size: 15px;
  }
  .home-third-section .cntr .package-popup-mobile .col-1-1 {
    padding: 30px 5px;
  }
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-one-slider p,
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-two-slider p,
  .home-third-section .cntr .package-popup-mobile .col-1-1 .package-three-slider p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .osr-carousel.osr-referenties-carousel .slick-list .slick-slide .inner {
    border: 0;
  }
}
/* View your star */
.view-your-star {
  background: url("/wp-content/uploads/2023/10/view-star-bg-left.webp"), url("/wp-content/uploads/2023/10/view-star-bg-right.webp");
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-size: auto 1159px;
  background-color: #eef4ff;
  padding: 70px 0 80px;
}
.view-your-star .cntr {
  max-width: 1250px;
}
.view-your-star__title {
  font-size: 52px;
  color: #000024;
  max-width: 430px;
}
.view-your-star__container {
  display: flex;
  margin-top: -45px;
  gap: 80px;
}
.view-your-star__nav {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  width: 430px;
  padding-top: 100px;
}
.view-your-star__nav-button {
  position: relative;
  background: transparent;
  padding: 23px 20px;
  color: #2e3368;
  font-size: 21px;
  text-align: left;
  border: 0;
  border-radius: 10px;
  margin-bottom: 7px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: flex;
  align-items: center;
  gap: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view-your-star__nav-button #arrow-icon {
  width: 6px;
}
.view-your-star__nav-button #arrow-icon .arrow-icon {
  fill: #2a385c;
  stroke-width: 0px;
}
.view-your-star__nav-button:last-of-type {
  margin-bottom: 0;
}
.view-your-star__nav-button:hover {
  text-decoration: underline;
}
.view-your-star__nav-button--active {
  background-color: #2a385c;
  color: #fff;
}
.view-your-star__nav-button--active #arrow-icon .arrow-icon {
  fill: #fff;
}
.view-your-star__nav-button--active:hover {
  text-decoration: none;
}
.view-your-star__content-container {
  width: calc(100% - 510px);
  background: #2a385c;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}
.view-your-star__content {
  display: none;
}
.view-your-star__content--active {
  display: block;
}
.view-your-star__content-left {
  display: flex;
  flex-flow: column nowrap;
}
.view-your-star__content-image {
  width: 100%;
  height: 210px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.view-your-star__content-title {
  color: white;
  font-size: 34px;
  line-height: 1.2em;
  padding: 55px 60px 0;
}
.view-your-star__content-text {
  padding: 25px 60px 0;
}
.view-your-star__content-text p,
.view-your-star__content-text li {
  font-size: 18px;
  line-height: 28px;
  color: white;
}
.view-your-star__buttons {
  padding: 50px 60px 75px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.view-your-star__buttons--mobile {
  display: none;
}
.view-your-star__button {
  border: solid 2px white;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 18px;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view-your-star__button:hover {
  background-color: white;
  color: #2a385c;
}
.view-your-star .permalink {
  font-size: 18px !important;
  color: white !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view-your-star .permalink:hover {
  text-decoration: underline;
}
.view-your-star__mobile-title-container {
  display: none;
}
@media (max-width: 1023px) {
  .view-your-star {
    padding: 40px 10px 30px;
    background: #eef4ff;
  }
  .view-your-star__container {
    margin-top: 0;
  }
  .view-your-star__title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
    max-width: inherit;
  }
  .view-your-star__nav {
    display: none;
  }
  .view-your-star__content-container {
    width: 100%;
    background: transparent;
    display: block;
  }
  .view-your-star__content {
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #2a385c;
  }
  .view-your-star__mobile-title-container {
    display: block;
    width: 100%;
  }
  .view-your-star__mobile-title {
    width: 100%;
    position: relative;
    background: transparent;
    border: 0;
    font-size: 16px;
    line-height: 1.3em;
    color: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    padding: 12px 30px;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .view-your-star__mobile-title #arrow-icon {
    fill: white;
    width: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .view-your-star__tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  .view-your-star__content-image {
    height: 100px;
    order: 2;
  }
  .view-your-star__content-title {
    font-size: 16px;
    padding: 20px 30px;
    order: 1;
  }
  .view-your-star__content-text {
    padding: 25px 30px 0;
    order: 3;
  }
  .view-your-star__buttons {
    padding: 10px 30px 40px;
    order: 4;
  }
  .view-your-star__button {
    padding: 10px 15px;
    font-size: 16px;
  }
  .view-your-star .permalink {
    margin-bottom: 28px;
  }
  .view-your-star__content--mobile-active .view-your-star__tab-content {
    display: block !important;
    max-height: 1000px;
    transition: max-height 0.5s ease;
  }
  .view-your-star__content--mobile-active .view-your-star__mobile-title {
    font-weight: 700;
    justify-content: center;
  }
  .view-your-star__content--mobile-active .view-your-star__mobile-title #arrow-icon {
    transform: rotate(90deg);
    position: absolute;
    right: 30px;
  }
}
/* naming a star */
.b-star-column-left {
  background-image: url("/wp-content/uploads/2023/10/home-section5-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.b-star-column-left .cntr {
  max-width: 1250px;
}
.b-star-column-left .cntr .b-star-box {
  background-color: #2a385c;
  color: white;
  padding: 70px;
  float: right;
  width: calc(100% - 510px);
}
.b-star-column-left .cntr .b-star-box p {
  font-size: 14px;
  line-height: 24px;
}
.b-star-column-left .cntr .b-star-box a {
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b-star-column-left .cntr .b-star-box .button {
  border-radius: 50px;
  padding: 17px 25px;
  height: auto;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b-star-column-left .cntr .b-star-box .button:before {
  margin: 0 10px 0px 0;
}
.new-year .b-star-column-left .cntr .b-star-box .button:before,
.valetine .b-star-column-left .cntr .b-star-box .button:before,
.get-well-soon .b-star-column-left .cntr .b-star-box .button:before,
.thank-you .b-star-column-left .cntr .b-star-box .button:before,
.friendship .b-star-column-left .cntr .b-star-box .button:before,
.sinterklaas .b-star-column-left .cntr .b-star-box .button:before,
.graduation .b-star-column-left .cntr .b-star-box .button:before {
  height: 16px;
  width: 16px;
}
.b-star-column-left .cntr .b-star-box .button:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023px) {
  .b-star-column-left {
    background-image: url("/wp-content/uploads/2023/10/section5-bg-mobile-top.webp"), url("/wp-content/uploads/2023/10/section5-bg-mobile-bottom.webp");
    background-position: top left, bottom left;
    background-repeat: repeat-x;
    background-size: auto 183px, auto 202px;
    background-color: #2a385c;
  }
  .b-star-column-left .cntr .b-star-box {
    background-color: transparent;
    padding: 50px 70px;
  }
}
@media (max-width: 767px) {
  .b-star-column-left .cntr .b-star-box {
    background-color: transparent;
    padding: 50px;
  }
  .b-star-column-left .cntr .b-star-box div {
    text-align: center;
  }
  .b-star-column-left .cntr .b-star-box div .button {
    padding: 13px 30px 13px 50px;
    font-size: 15px;
  }
  .b-star-column-left .cntr .b-star-box div .button::before {
    left: 25px;
    margin: -1px 10px 0px 0;
  }
}
@media (max-width: 360px) {
  .b-star-column-left .cntr .b-star-box {
    padding: 50px 40px;
  }
}
@media (max-width: 360px) {
  .b-star-column-left .cntr .b-star-box {
    padding: 50px 30px;
  }
}
/* end front page */
.has-step-buttons .cntr .step-buttons-container {
  display: inline-block;
  text-align: center !important;
  position: relative;
  width: 100%;
  margin: 30px 0;
}
.has-step-buttons .cntr .step-buttons-container .inner {
  max-width: 1410px;
  margin: 0 auto;
}
.has-step-buttons .cntr .step-buttons-container .button-col {
  float: left;
  width: 33.3333%;
  padding: 0 30px;
}
.has-step-buttons .cntr .step-buttons-container .button-col a {
  display: inline-block;
  text-align: left !important;
  position: relative;
  width: 100%;
  background: #c8cbe7;
  padding: 26px 30px 26px 100px;
  color: #2e3368;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ACB0DB;
}
.has-step-buttons .cntr .step-buttons-container .button-col a:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.has-step-buttons .cntr .step-buttons-container .button-col a:after {
  position: absolute;
  width: 11px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  content: "";
  background: url("/wp-content/themes/osr/static/images/chevron-right.svg") top left / 11px no-repeat;
}
.has-step-buttons .cntr .step-buttons-container .button-col a:hover {
  background: #acb0db;
  background: #8A8FC8;
}
.has-step-buttons .cntr .step-buttons-container .button-col:nth-child(1) a:before {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 32px;
  content: "";
  background: url("/wp-content/themes/osr/static/images/star-blue-v2.svg") top left / 32px no-repeat;
}
.has-step-buttons .cntr .step-buttons-container .button-col:nth-child(2) a:before {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 37px;
  content: "";
  background: url("/wp-content/themes/osr/static/images/gift.svg") top left / 28px no-repeat;
}
.has-step-buttons .cntr .step-buttons-container .button-col:nth-child(3) a:before {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "O";
  width: 38px;
  height: 35px;
  left: 33px;
  font-size: 36px;
}
.has-step-buttons .cntr .step-buttons-container .button-col:nth-child(3) a.has-globe:before {
  position: absolute;
  width: 38px;
  height: 38px;
  left: 32px;
  content: "";
  background: url("/wp-content/themes/osr/static/images/3d-view.svg") top left / 38px no-repeat;
}
@media only screen and (max-width: 1500px) {
  .has-step-buttons .cntr .step-buttons-container .button-col {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1260px) {
  .has-step-buttons .cntr .step-buttons-container .button-col {
    padding: 0 15px;
  }
  .has-step-buttons .cntr .step-buttons-container .button-col a {
    font-size: 16px;
    padding: 20px 30px 20px 60px;
  }
  .has-step-buttons .cntr .step-buttons-container .button-col:nth-child(1) a:before {
    left: 15px;
  }
  .has-step-buttons .cntr .step-buttons-container .button-col:nth-child(2) a:before {
    left: 18px;
  }
  .has-step-buttons .cntr .step-buttons-container .button-col:nth-child(3) a:before {
    left: 13px;
  }
  .has-step-buttons .cntr .step-buttons-container .button-col:nth-child(3) a.has-globe:before {
    left: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .has-step-buttons {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .has-step-buttons .cntr .step-buttons-container {
    margin-top: 30px;
    padding: 0 50px;
    margin-bottom: 0;
  }
  .has-step-buttons .cntr .step-buttons-container .button-col {
    width: 100%;
    margin-bottom: 10px;
  }
  .has-step-buttons .cntr .step-buttons-container .button-col:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .has-step-buttons .cntr .step-buttons-container {
    padding: 0;
  }
}
#fancybox-content,
#fancybox-outer {
  background: none !important;
  -webkit-box-shadow: 0 0 0 #000000 !important;
  -moz-box-shadow: 0 0 0 #000000 !important;
  box-shadow: 0 0 0 #000000 !important;
}
.fancybox__content {
  padding: 0 !important;
  max-width: 100%;
}
.fancybox__content iframe {
  display: block !important;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .fancybox__content--cloudflare {
    height: 355px;
  }
}
@media only screen and (max-width: 375px) {
  .fancybox__content--cloudflare {
    height: 210px;
  }
}
.referenties-container {
  display: inline-block;
  width: 100%;
  background-color: #dddff3;
  background-image: -webkit-linear-gradient(bottom, #dddff3, #f7f8fd);
  background-image: -moz-linear-gradient(bottom, #dddff3, #f7f8fd);
  background-image: -o-linear-gradient(bottom, #dddff3, #f7f8fd);
  background-image: -ms-linear-gradient(bottom, #dddff3, #f7f8fd);
  background-image: linear-gradient(bottom, #dddff3, #f7f8fd);
}
.notification-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #10b4eb;
  padding: 13px 14px 6px 14px;
  max-height: 200px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notification-container.closed {
  max-height: 0;
  padding: 0 14px;
}
.notification-container p,
.notification-container h1,
.notification-container h2,
.notification-container h3,
.notification-container h4,
.notification-container h5,
.notification-container h6 {
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-size: 16px;
  line-height: 24px;
}
.notification-container p a,
.notification-container h1 a,
.notification-container h2 a,
.notification-container h3 a,
.notification-container h4 a,
.notification-container h5 a,
.notification-container h6 a {
  text-decoration: underline;
}
.notification-container p.notification-tag,
.notification-container h1.notification-tag,
.notification-container h2.notification-tag,
.notification-container h3.notification-tag,
.notification-container h4.notification-tag,
.notification-container h5.notification-tag,
.notification-container h6.notification-tag {
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: 700;
  color: white;
  padding: 0 14px;
  background-color: #f5923a;
  background-image: -webkit-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -moz-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -o-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -ms-linear-gradient(top, #f5923a, #f54c4c);
  background-image: linear-gradient(top, #f5923a, #f54c4c);
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}
.notification-container p .white,
.notification-container h1 .white,
.notification-container h2 .white,
.notification-container h3 .white,
.notification-container h4 .white,
.notification-container h5 .white,
.notification-container h6 .white {
  color: white !important;
  font-weight: 700;
}
.notification-container p .white a,
.notification-container h1 .white a,
.notification-container h2 .white a,
.notification-container h3 .white a,
.notification-container h4 .white a,
.notification-container h5 .white a,
.notification-container h6 .white a,
.notification-container p .white p,
.notification-container h1 .white p,
.notification-container h2 .white p,
.notification-container h3 .white p,
.notification-container h4 .white p,
.notification-container h5 .white p,
.notification-container h6 .white p,
.notification-container p .white h1,
.notification-container h1 .white h1,
.notification-container h2 .white h1,
.notification-container h3 .white h1,
.notification-container h4 .white h1,
.notification-container h5 .white h1,
.notification-container h6 .white h1,
.notification-container p .white h2,
.notification-container h1 .white h2,
.notification-container h2 .white h2,
.notification-container h3 .white h2,
.notification-container h4 .white h2,
.notification-container h5 .white h2,
.notification-container h6 .white h2,
.notification-container p .white h3,
.notification-container h1 .white h3,
.notification-container h2 .white h3,
.notification-container h3 .white h3,
.notification-container h4 .white h3,
.notification-container h5 .white h3,
.notification-container h6 .white h3,
.notification-container p .white h4,
.notification-container h1 .white h4,
.notification-container h2 .white h4,
.notification-container h3 .white h4,
.notification-container h4 .white h4,
.notification-container h5 .white h4,
.notification-container h6 .white h4,
.notification-container p .white h5,
.notification-container h1 .white h5,
.notification-container h2 .white h5,
.notification-container h3 .white h5,
.notification-container h4 .white h5,
.notification-container h5 .white h5,
.notification-container h6 .white h5,
.notification-container p .white h6,
.notification-container h1 .white h6,
.notification-container h2 .white h6,
.notification-container h3 .white h6,
.notification-container h4 .white h6,
.notification-container h5 .white h6,
.notification-container h6 .white h6 {
  color: white;
}
.notification-container .close-notification {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  padding: 0;
  right: 9px;
  background: none;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.notification-container .close-notification:before {
  position: absolute;
  width: 20px;
  height: 3px;
  top: 11px;
  right: 5px;
  background: #0b8cb7;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.notification-container .close-notification:after {
  position: absolute;
  width: 20px;
  height: 3px;
  top: 11px;
  right: 5px;
  background: #0b8cb7;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.notification-container .close-notification:hover:before,
.notification-container .close-notification:hover:after {
  background: #025b78;
}
html body .ui-datepicker {
  padding: 0;
  width: 250px;
  background: white;
  box-shadow: 1.5px 2.598px 12.39px 8.609999999999999px rgba(37, 40, 93, 0.08);
  border: none;
  z-index: 100 !important;
  /* top: 498px !important; left: 65px !important; .transform(translate(50%,50%)); */
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
html body .ui-datepicker .ui-datepicker-header {
  background: white;
  border: none;
}
html body .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #000024;
  font-weight: bold;
  font-size: 14px;
  margin: 5px 0;
}
html body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 0 !important;
  right: 0 !important;
  height: 100%;
  background: none !important;
  border: none !important;
  cursor: pointer;
}
html body .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000024;
  background: none !important;
  text-indent: 0;
  font-size: 0;
  margin-top: -6px;
}
html body .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:before {
  content: "c";
  font-size: 12px;
}
html body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  top: 0 !important;
  left: 0 !important;
  height: 100%;
  background: none !important;
  border: none !important;
  cursor: pointer;
}
html body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000024;
  background: none !important;
  text-indent: 0;
  font-size: 0;
  margin-top: -6px;
}
html body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:before {
  content: "b";
  font-size: 12px;
}
html body .ui-datepicker th {
  color: #000024;
  text-transform: uppercase;
  padding: 10px 0;
  border: none;
  font-weight: normal;
  font-size: 12px;
  background: #DCDEF0;
  border-top: none;
  border-bottom: 1px solid #C9CCE6;
}
html body .ui-datepicker tbody {
  position: relative;
  margin-top: -1px;
}
html body .ui-datepicker tbody td {
  background: #ecedf6 !important;
  color: #D4D4D7;
  border-left: 1px solid #C9CCE6 !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px solid #C9CCE6 !important;
}
html body .ui-datepicker tbody td a {
  color: #000024;
  text-transform: uppercase;
  padding: 10px 0;
  border: none;
  font-weight: normal;
  font-size: 12px;
  background: #DCDEF0 !important;
  border: none !important;
}
html body .ui-datepicker tbody td a:hover {
  background: #cacde8 !important;
}
html body .ui-datepicker tbody:after {
  position: absolute;
  top: 74px;
  right: 0;
  background: #C9CCE6;
  height: calc(100% - 74px);
  width: 1px;
  content: "";
}
html body .ui-datepicker:empty {
  display: none;
}
html body .ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}
html body .ui-datepicker table {
  margin: 0;
}
html body .ui-datepicker td {
  background: #f97e76;
  border: none;
  padding: 0;
}
html body td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .5em;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 16px;
}
html body .ui-state-disabled {
  opacity: 1;
}
html body .ui-state-disabled .ui-state-default {
  color: #fba49e;
}
html body td .ui-state-active,
html body td .ui-state-hover {
  background: #2e3641;
}
/* --------------------
Wordpress Country Select -plugin
-------------------- */
.wordpress-country-selector-modal {
  text-align: center !important;
}
.wordpress-country-selector-modal .wordpress-country-selector-modal-dialog {
  display: inline-block;
  width: auto;
}
.wordpress-country-selector-modal .wordpress-country-selector-modal-body {
  padding: 45px 60px 28px;
}
.country_selector_modal_close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #2e3368;
  right: 10px;
  top: 9px;
  border: 0;
  cursor: pointer;
}
.country_selector_modal_close:before {
  position: absolute;
  width: 12px;
  height: 3px;
  top: 50%;
  left: 50%;
  background: white;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.country_selector_modal_close:after {
  position: absolute;
  width: 12px;
  height: 3px;
  top: 50%;
  left: 50%;
  background: white;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.country_selector_modal_close span {
  display: none;
}
.country_selector_modal_close:hover {
  background: rgba(46, 51, 104, 0.5);
}
.wordpress-country-selector-modal-content {
  border-radius: 4px !important;
  -webkit-box-shadow: 0 0 0 0 !important;
  -moz-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}
.country_selector_modal_text {
  overflow: hidden;
  margin-bottom: 15px;
}
.country_selector_seems_text {
  display: none;
  float: left;
  margin-right: 5px;
}
.country_selector_modal_goto {
  display: inline-block;
  position: relative;
  color: white;
  background: #f5923a;
  font-size: 20px;
  padding: 15px;
  z-index: 1;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.country_selector_modal_goto span {
  margin-right: 10px;
}
.country_selector_modal_goto:hover {
  background: #f48522;
}
.country_selector_modal_stay {
  font-size: 14px;
  font-weight: 400;
  background: none;
  color: #045AB0;
  text-decoration: underline;
}
.country_selector_modal_stay:hover {
  text-decoration: none;
}
@media only screen and (max-width: 520px) {
  .wordpress-country-selector-modal .wordpress-country-selector-modal-dialog .wordpress-country-selector-modal-body {
    padding: 35px 15px 18px;
  }
  .country_selector_seems_text {
    float: none;
  }
}
/* --------------------
Popup
-------------------- */
.newsletter-popup {
  position: fixed;
  text-align: center !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.newsletter-popup .modal {
  display: inline-block;
  float: none;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  z-index: 2;
  top: 50%;
  margin-top: -150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
.newsletter-popup .modal .close {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 14px;
  cursor: pointer;
  z-index: 10;
}
.newsletter-popup .modal .close:before {
  float: right;
  margin-left: 5px;
  color: white;
  background: #000024;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.newsletter-popup .modal h4 {
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  color: #5F5F7F;
  padding: 0 30px;
  margin-top: 30px;
}
.newsletter-popup .modal h3 {
  font-size: 30px;
  line-height: 36px;
  padding: 0 30px;
  margin-bottom: 0;
}
.newsletter-popup .modal .newsletter-form {
  float: left;
  width: 100%;
  margin: 20px 0 40px;
  padding: 0 20px;
}
.newsletter-popup .modal .newsletter-form h3 {
  float: left;
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
}
.newsletter-popup .modal .newsletter-form .col-1-2 {
  padding: 10px;
}
.newsletter-popup .modal .newsletter-form .col-1-2.left {
  padding-right: 15px;
}
.newsletter-popup .modal .newsletter-form .col-1-2.right {
  padding-left: 15px;
}
.newsletter-popup .modal .newsletter-form .col-1-2 label {
  float: left;
  width: 100%;
  color: #5f5f7F;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.newsletter-popup .modal .newsletter-form .col-1-2 input {
  float: left;
  width: 98%;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 7px;
  height: 47px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.newsletter-popup .modal .newsletter-form .col-1-2 input.language {
  display: none;
}
.newsletter-popup .modal .newsletter-form .button {
  margin-left: 10px;
  height: 47px;
}
.newsletter-popup .modal:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  content: "";
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #c8cae7);
  background-image: -moz-linear-gradient(top, #ffffff, #c8cae7);
  background-image: -o-linear-gradient(top, #ffffff, #c8cae7);
  background-image: -ms-linear-gradient(top, #ffffff, #c8cae7);
  background-image: linear-gradient(top, #ffffff, #c8cae7);
}
.newsletter-popup .popup-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #010126;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.newsletter-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.newsletter-popup.active .modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.newsletter-popup.active .popup-background {
  opacity: .9;
  visibility: visible;
  pointer-events: all;
}
form input::-ms-clear {
  color: #8793a3;
  width: 15px;
  height: 15px;
}
form p a {
  color: #000024;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
}
/* --------------------
Icon font
-------------------- */
.icons {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img.lazy {
  opacity: 0;
}
img.lazy:not(.initial) {
  transition: opacity .5s;
}
img.lazy.initial,
img.lazy.loaded,
img.lazy.error {
  opacity: 1;
}
img.lazy:not([src]) {
  visibility: hidden;
}
.grecaptcha-badge {
  display: none;
}
.wp-video {
  margin: 0 0 28px;
}
.wp-video video {
  height: auto !important;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  margin-right: 10px !important;
  display: inline-block !important;
}
.wpcf7 .wpcf7-response-output {
  border: none !important;
}
body.page-template-page-blog .blog,
body.page-template-page-blog .service,
body.category .blog,
body.category .service {
  padding-bottom: 0 !important;
  padding-top: 76px;
}
.blog--single,
.service--single {
  padding-bottom: 0 !important;
  padding-top: 76px;
}
.blog--single .date,
.service--single .date {
  margin-left: 5px !important;
}
.blog--single .date:before,
.service--single .date:before {
  display: inline !important;
  content: "- " !important;
}
.blog__cntr,
.service__cntr {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}
.blog__cntr--single,
.service__cntr--single {
  max-width: 1500px;
}
.blog__header,
.service__header {
  display: flex;
  justify-content: space-between;
  padding: 80px;
  background: url("/wp-content/themes/osr/static/images/banners/blog_header.jpg") bottom center / cover no-repeat;
  border-radius: 4px 4px 0 0;
}
.blog__header-left,
.service__header-left {
  display: flex;
  flex-flow: column nowrap;
  padding-right: 80px;
}
.blog__header-left p,
.service__header-left p {
  color: white;
  font-size: 22px;
  line-height: 1.3;
}
.blog__header-left p strong,
.service__header-left p strong {
  font-weight: 400;
}
.blog__header-sub,
.service__header-sub {
  max-width: 900px;
  margin-top: 50px;
}
.blog__header-right div,
.service__header-right div {
  display: flex;
}
.blog__header-right form input,
.service__header-right form input {
  width: 300px;
  font-size: 14px;
  height: 47px;
  padding: 0 20px;
  font-style: italic;
  border: none;
  border-radius: 4px 0 0 4px;
}
.blog__header-right form .button#searchsubmit,
.service__header-right form .button#searchsubmit {
  position: relative;
  border-radius: 0 4px 4px 0;
  margin: 0;
}
.blog__header-title,
.service__header-title {
  font-size: 50px;
  color: white;
  font-weight: 400;
}
.blog__content,
.service__content {
  padding: 80px;
  background: white;
  border-radius: 0 0 4px 4px;
}
.blog__cat-container,
.service__cat-container {
  display: flex;
  justify-content: center;
  border-bottom: 6px solid #16c3fc;
  margin-bottom: 80px;
}
.blog__side-cat-nav .blog__cat-container,
.service__side-cat-nav .blog__cat-container {
  border-bottom: 0;
  margin-bottom: 60px;
}
.blog__side-cat-nav .blog__cat-container--less-margin,
.service__side-cat-nav .blog__cat-container--less-margin {
  margin-bottom: 40px;
}
.blog__cat-nav,
.service__cat-nav {
  display: flex;
  padding-bottom: 100px;
  padding-bottom: 60px;
}
.blog__cat-nav--sidebar,
.service__cat-nav--sidebar {
  flex-flow: column nowrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
}
.blog__cat-nav--sidebar .blog__cat-nav,
.service__cat-nav--sidebar .blog__cat-nav {
  padding-bottom: 0;
}
.blog__cat-nav--sidebar .blog__cat-icon,
.service__cat-nav--sidebar .blog__cat-icon {
  width: 40px;
  height: 40px;
  min-height: 40px;
  margin-bottom: 0;
  margin-right: 15px;
}
.blog__cat-nav--sidebar .blog__cat-icon-img,
.service__cat-nav--sidebar .blog__cat-icon-img {
  min-width: 40px;
}
.blog__cat-nav--sidebar .blog__cat-link,
.service__cat-nav--sidebar .blog__cat-link {
  margin: 0 0 25px 0;
}
.blog__cat-nav--sidebar .blog__cat-link-inner,
.service__cat-nav--sidebar .blog__cat-link-inner {
  flex-flow: row nowrap;
}
.blog__cat-nav--sidebar .blog__cat-name,
.service__cat-nav--sidebar .blog__cat-name {
  text-align: left;
}
.blog__cat-nav--mobile,
.service__cat-nav--mobile {
  display: none;
}
.blog__cat-link,
.service__cat-link {
  position: relative;
  margin: 0 40px;
}
.blog__cat-link:hover .blog__cat-name,
.service__cat-link:hover .blog__cat-name {
  text-decoration: underline;
}
.blog__cat-link:before,
.service__cat-link:before {
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  bottom: -120px;
  bottom: -80px;
  background: white;
  border-left: 6px solid #16c3fc;
  border-top: 6px solid #16c3fc;
  content: "";
  transform: rotate(45deg);
  border-radius: 3px;
  display: none;
}
.blog__cat-link--current .blog__cat-name,
.service__cat-link--current .blog__cat-name {
  color: #16c3fc;
  text-decoration: underline;
}
.blog__cat-link--current .blog__cat-icon-img,
.service__cat-link--current .blog__cat-icon-img {
  opacity: 0;
}
.blog__cat-link--current .blog__cat-icon-img--hover,
.service__cat-link--current .blog__cat-icon-img--hover {
  opacity: 1;
}
.blog__cat-link--current:before,
.service__cat-link--current:before {
  display: block;
}
.blog__cat-link-inner,
.service__cat-link-inner {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.blog__cat-icon,
.service__cat-icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 60px;
  min-height: 60px;
  margin-bottom: 15px;
}
.blog__cat-icon-img,
.service__cat-icon-img {
  width: 100%;
  height: auto;
}
.blog__cat-icon-img--hover,
.service__cat-icon-img--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.blog__cat-name,
.service__cat-name {
  font-size: 18px;
  font-weight: 700;
  color: #000024;
  text-align: center;
}
.blog__posts,
.service__posts {
  display: flex;
  flex-flow: row wrap;
  width: calc(100% + 60px);
  transform: translateX(-30px);
}
.blog__posts article,
.service__posts article {
  position: relative;
  width: 50%;
  padding: 0 30px;
  border-bottom: 0 !important;
}
.blog__posts article:after,
.service__posts article:after {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 60px);
  height: 1px;
  background: #dde1e5;
  content: "";
}
.blog__pagination,
.service__pagination {
  display: inline-block;
  width: 100%;
}
.blog__pagination a,
.service__pagination a {
  font-size: 22px;
  color: #000024;
  position: relative;
}
.blog__pagination a:after,
.service__pagination a:after {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  font-size: 18px;
}
.blog__pagination a:hover,
.service__pagination a:hover {
  color: rgba(0, 0, 36, 0.5);
}
.blog__pagination a:hover:after,
.service__pagination a:hover:after {
  color: rgba(0, 0, 36, 0.5);
}
.blog__pagination-next,
.service__pagination-next {
  float: right;
}
.blog__pagination-next a,
.service__pagination-next a {
  padding-right: 35px;
}
.blog__pagination-next a:after,
.service__pagination-next a:after {
  right: 0;
  content: "c";
}
.blog__pagination-previous,
.service__pagination-previous {
  float: left;
}
.blog__pagination-previous a,
.service__pagination-previous a {
  padding-left: 35px;
}
.blog__pagination-previous a:after,
.service__pagination-previous a:after {
  left: 0;
  content: "b";
}
.blog__single-container,
.service__single-container {
  background: white;
  display: flex;
  border-radius: 4px;
}
.blog__single-content,
.service__single-content {
  padding: 55px 50px;
  width: calc(100% - 444px);
  border-right: 6px solid #16c3fc;
  display: flex;
  flex-flow: column nowrap;
}
.blog__single-title,
.service__single-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.blog__cat-date,
.service__cat-date {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-bottom: 20px;
}
.blog__cat,
.service__cat {
  display: flex;
  align-items: center;
}
.blog__sidebar,
.service__sidebar {
  width: 444px;
  padding: 55px 50px;
  display: flex;
  flex-flow: column nowrap;
}
.blog__sidebar--always-visible,
.service__sidebar--always-visible {
  display: flex !important;
}
.blog__sidebar-title,
.service__sidebar-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.blog__search-container,
.service__search-container {
  display: flex;
}
.blog__search-container .search-input,
.service__search-container .search-input {
  width: 100%;
  font-size: 14px;
  height: 47px;
  padding: 0 20px;
  font-style: italic;
  border: 2px solid #16c3fc;
  border-radius: 4px 0 0 4px;
}
.blog__search-container .button#searchsubmit,
.service__search-container .button#searchsubmit {
  position: relative;
  border-radius: 0 4px 4px 0;
}
.blog__name-occasion,
.service__name-occasion {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dde1e5;
}
.blog__name-occasion .image-wrapper,
.service__name-occasion .image-wrapper {
  margin-bottom: 15px;
}
.blog__name-occasion img,
.service__name-occasion img {
  width: 100%;
  height: auto;
}
.blog__name-occasion .button,
.service__name-occasion .button {
  width: 100%;
}
.blog__thumbnail,
.service__thumbnail {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.blog__thumbnail img,
.service__thumbnail img {
  float: left;
  width: 100%;
  height: auto;
}
.blog__intro-post,
.service__intro-post {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  line-height: 26px;
  font-size: 16px;
}
.blog__intro-post h3,
.service__intro-post h3 {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 28px;
}
.blog__editor,
.service__editor {
  margin-top: 28px;
}
.blog__editor h2,
.service__editor h2 {
  margin-bottom: 0;
}
.blog__editor #toc_container,
.service__editor #toc_container {
  margin-bottom: 30px;
}
.blog__editor img,
.service__editor img {
  max-width: 100%;
  height: auto;
}
.blog__read-more h3,
.service__read-more h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.blog__read-more .article,
.service__read-more .article {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.blog__read-more .article .thumbnail,
.service__read-more .article .thumbnail {
  float: left;
  position: relative;
  width: 100%;
  /* padding-bottom: 45%; */
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.blog__read-more .article .thumbnail h3,
.service__read-more .article .thumbnail h3 {
  position: absolute;
  font-size: 18px;
  color: white;
  bottom: 10px;
  left: 0;
  padding: 0 15px;
  z-index: 3;
  line-height: 22px;
}
.blog__read-more .article .thumbnail img,
.service__read-more .article .thumbnail img {
  float: left;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog__read-more .article .thumbnail:after,
.service__read-more .article .thumbnail:after {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.blog .post-categories,
.service .post-categories {
  display: flex;
}
.blog .post-categories li a,
.service .post-categories li a {
  color: #5F5F7F;
  text-decoration: none;
  font-size: 16px;
}
.blog .post-categories li a:hover,
.service .post-categories li a:hover {
  color: #000024;
  text-decoration: underline;
}
.blog .post-categories li:before,
.service .post-categories li:before {
  display: none;
}
.blog .post-categories li:after,
.service .post-categories li:after {
  content: ",";
  margin-right: 5px;
}
.blog .post-categories li:last-of-type:after,
.service .post-categories li:last-of-type:after {
  content: "";
  margin-right: 0;
}
.blog .date,
.service .date {
  width: auto;
  color: #5F5F7F;
  font-size: 16px;
  margin-left: 5px;
}
.blog .date:before,
.service .date:before {
  content: "- ";
  display: none;
}
.blog .date a,
.service .date a {
  color: #5F5F7F;
  text-decoration: none;
}
.blog .date a:hover,
.service .date a:hover {
  color: #000024;
  text-decoration: underline;
}
.blog__share .rrssb-buttons,
.service__share .rrssb-buttons {
  display: flex;
  align-items: center;
}
.blog__share .rrssb-buttons p,
.service__share .rrssb-buttons p {
  color: #5F5F7F;
  white-space: nowrap;
  margin-right: 10px;
}
.blog__share .rrssb-buttons li,
.service__share .rrssb-buttons li {
  float: left;
  width: 28px !important;
  height: 28px !important;
  margin: 0 5px 0 0;
}
.blog__share .rrssb-buttons li:before,
.service__share .rrssb-buttons li:before {
  display: none;
}
.blog__share .rrssb-buttons li:last-child,
.service__share .rrssb-buttons li:last-child {
  margin: 0;
}
.blog__share .rrssb-buttons li a,
.service__share .rrssb-buttons li a {
  float: left;
  text-align: center !important;
  font-size: 16px;
  line-height: 33px;
  overflow: hidden;
  color: white;
  width: 28px;
  height: 28px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.blog__share .rrssb-buttons li a.icon-facebook,
.service__share .rrssb-buttons li a.icon-facebook {
  background: #3C599B;
  line-height: 42px;
  font-size: 19px;
}
.blog__share .rrssb-buttons li a.icon-facebook:before,
.service__share .rrssb-buttons li a.icon-facebook:before {
  margin-left: 8px;
}
.blog__share .rrssb-buttons li a.icon-facebook:hover,
.service__share .rrssb-buttons li a.icon-facebook:hover {
  background: #2e4476;
}
.blog__share .rrssb-buttons li a.icon-twitter,
.service__share .rrssb-buttons li a.icon-twitter {
  background: #17C5FF;
}
.blog__share .rrssb-buttons li a.icon-twitter:hover,
.service__share .rrssb-buttons li a.icon-twitter:hover {
  background: #00aae3;
}
.blog__share .rrssb-buttons li a.icon-email,
.service__share .rrssb-buttons li a.icon-email {
  background: #655FA7;
}
.blog__share .rrssb-buttons li a.icon-email:hover,
.service__share .rrssb-buttons li a.icon-email:hover {
  background: #504b88;
}
.blog__share .rrssb-buttons li a.icon-pinstrest,
.service__share .rrssb-buttons li a.icon-pinstrest {
  background: #DC0029;
}
.blog__share .rrssb-buttons li a.icon-pinstrest:hover,
.service__share .rrssb-buttons li a.icon-pinstrest:hover {
  background: #a9001f;
}
.blog__share .rrssb-buttons li a.icon-google,
.service__share .rrssb-buttons li a.icon-google {
  background: #EA5335;
}
.blog__share .rrssb-buttons li a.icon-google:hover,
.service__share .rrssb-buttons li a.icon-google:hover {
  background: #d63616;
}
.blog__share .rrssb-buttons li a.icon-whatsapp,
.service__share .rrssb-buttons li a.icon-whatsapp {
  background: #50A940;
}
.blog__share .rrssb-buttons li a.icon-whatsapp:hover,
.service__share .rrssb-buttons li a.icon-whatsapp:hover {
  background: #3e8432;
}
@media (max-width: 1280px) {
  .blog__header,
  .service__header {
    padding: 40px;
  }
  .blog__header-sub,
  .service__header-sub {
    margin-top: 30px;
  }
  .blog__content,
  .service__content {
    padding: 40px;
  }
  .blog__header-title,
  .service__header-title {
    font-size: 40px;
  }
  .blog__cat-date,
  .service__cat-date {
    flex-flow: column nowrap;
    margin-bottom: 20px;
  }
  .blog__cat,
  .service__cat {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .blog__header,
  .service__header {
    flex-flow: column nowrap;
  }
  .blog__header-sub,
  .service__header-sub {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .blog__header-title,
  .service__header-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .blog__header-left p,
  .service__header-left p {
    font-size: 20px;
  }
  .blog__single-content,
  .service__single-content {
    width: calc(100% - 330px);
    padding: 35px 30px;
  }
  .blog__sidebar,
  .service__sidebar {
    width: 330px;
    padding: 35px 30px;
  }
  .blog__single-title,
  .service__single-title {
    font-size: 26px;
  }
  .blog__sidebar-title,
  .service__sidebar-title {
    font-size: 26px;
  }
  .blog__editor h2,
  .service__editor h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .blog--single,
  .service--single {
    padding-top: 0;
  }
  .blog__cat-container,
  .service__cat-container {
    margin-bottom: 50px;
  }
  .blog__cat-nav,
  .service__cat-nav {
    flex-flow: row wrap;
    width: 100%;
    padding-bottom: 40px;
  }
  .blog__cat-nav--sidebar,
  .service__cat-nav--sidebar {
    flex-flow: column nowrap;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
  }
  .blog__cat-nav--sidebar .blog__cat-link,
  .service__cat-nav--sidebar .blog__cat-link {
    width: 100%;
  }
  .blog__cat-nav--sidebar .blog__cat-link-inner,
  .service__cat-nav--sidebar .blog__cat-link-inner {
    justify-content: flex-start;
  }
  .blog__cat-nav--mobile,
  .service__cat-nav--mobile {
    display: flex;
    border-bottom: 6px solid #16c3fc;
    margin-bottom: 30px;
  }
  .blog__cat-nav--mobile .blog__cat-icon,
  .service__cat-nav--mobile .blog__cat-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .blog__cat-nav--mobile .blog__cat-icon-img,
  .service__cat-nav--mobile .blog__cat-icon-img {
    min-width: 40px;
  }
  .blog__cat-date,
  .service__cat-date {
    margin-top: 10px;
  }
  .blog__cat-link,
  .service__cat-link {
    width: 33.3333%;
    margin: 0 0 20px 0;
  }
  .blog__cat-link:before,
  .service__cat-link:before {
    display: none !important;
  }
  .blog__single-container,
  .service__single-container {
    flex-flow: column nowrap;
  }
  .blog__single-content,
  .service__single-content {
    width: 100%;
    border-right: 0;
    padding: 20px;
  }
  .blog__single-title,
  .service__single-title {
    font-size: 20px;
    font-size: 22px;
  }
  .blog__sidebar,
  .service__sidebar {
    display: none;
    width: 100%;
  }
  .blog__cat,
  .service__cat {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .blog__cat .post-categories,
  .service__cat .post-categories {
    display: flex;
    flex-flow: column nowrap;
  }
  .blog__cat .post-categories li a,
  .service__cat .post-categories li a {
    font-size: 14px;
    line-height: 1.3;
    text-decoration: underline;
  }
  .blog__side-cat-nav .blog__cat-container--less-margin,
  .service__side-cat-nav .blog__cat-container--less-margin {
    margin-bottom: 0;
  }
  .blog .date,
  .service .date {
    font-size: 14px;
  }
  .blog--single .date:before,
  .service--single .date:before {
    display: none !important;
  }
  .blog__share .rrssb-buttons p,
  .service__share .rrssb-buttons p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-blog .blog,
  body.page-template-page-blog .service,
  body.category .blog,
  body.category .service {
    padding-top: 0;
  }
  .blog__header,
  .service__header {
    padding: 20px;
  }
  .blog__header-left,
  .service__header-left {
    padding-right: 0;
  }
  .blog__header-title,
  .service__header-title {
    font-size: 20px;
  }
  .blog__header-sub p,
  .service__header-sub p {
    font-size: 14px;
    line-height: 1.8;
  }
  .blog__content,
  .service__content {
    padding: 20px;
  }
  .blog__cat-nav,
  .service__cat-nav {
    padding-bottom: 20px;
  }
  .blog__cat-container,
  .service__cat-container {
    margin-bottom: 30px;
  }
  .blog__cat-name,
  .service__cat-name {
    font-size: 14px;
  }
  .blog__cat-icon,
  .service__cat-icon {
    width: 40px;
    min-height: 40px;
  }
  .blog__posts .article,
  .service__posts .article {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .blog__posts .article h3,
  .service__posts .article h3 {
    font-size: 20px;
  }
  .blog__pagination a,
  .service__pagination a {
    font-size: 18px;
  }
  .blog__pagination a:after,
  .service__pagination a:after {
    top: 3px;
    font-size: 16px;
  }
  .blog__pagination-next a,
  .service__pagination-next a {
    padding-right: 25px;
  }
  .blog__pagination-previous a,
  .service__pagination-previous a {
    padding-left: 25px;
  }
}
@media (max-width: 480px) {
  .blog__header-right form input,
  .service__header-right form input {
    width: 100%;
  }
}
.service {
  padding-top: 76px;
}
.service__content {
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
}
.service__subtitle {
  font-size: 32px;
  font-size: 38px;
  line-height: 1.3;
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 35px;
}
.service__title {
  font-size: 32px;
  line-height: 1.3;
  color: #16c3fc;
  margin-bottom: 30px;
}
.service__nav {
  display: flex;
  margin-bottom: 80px;
}
.service__nav-item {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin: 0 10px;
  padding: 25px 25px 25px;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.service__nav-item:hover {
  border-color: #000024;
}
.service__nav-item:hover .service__nav-title {
  text-decoration: underline;
}
.service__nav-item--active {
  border-color: #16c3fc !important;
}
.service__nav-item--active .service__nav-title {
  text-decoration: underline;
  color: #16c3fc;
}
.service__nav-item--active .service__nav-icon-img {
  opacity: 0;
}
.service__nav-item--active .service__nav-icon-img--active {
  opacity: 1;
}
.service__nav-icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 60px;
  min-height: 60px;
  margin-bottom: 15px;
}
.service__nav-icon-img {
  width: 100%;
  height: auto;
}
.service__nav-icon-img--active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.service__nav-title-container {
  display: flex;
  text-align: center;
  align-items: center;
  min-height: 46px;
  max-width: 170px;
}
.service__nav-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #000024;
  text-align: center;
  word-break: break-word;
}
.service__content-inner {
  max-width: 924px;
  width: 100%;
}
.service__content-inner .search-wrapper {
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 1280px) {
  .service__content-inner .search-wrapper {
    margin-bottom: 56px;
  }
}
@media (max-width: 768px) {
  .service__content-inner .search-wrapper {
    margin-bottom: 25px;
  }
}
.service__content-inner .search-wrapper input {
  width: 100%;
  font-size: 14px;
  height: 47px;
  padding: 0 160px 0 20px;
  font-style: italic;
  border: 1px solid lightgray;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.service__content-inner .search-wrapper button {
  right: 0;
  top: 0;
  position: absolute !important;
}
@media (max-width: 768px) {
  .service__content-inner .search-wrapper button {
    height: 46px;
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .service__nav {
    margin-bottom: 60px;
  }
  .service__subtitle {
    margin-bottom: 56px;
  }
  .service__nav-item {
    padding: 20px 20px 15px;
  }
}
@media (max-width: 1024px) {
  .service__nav {
    flex-flow: row wrap;
  }
  .service__nav-item {
    width: calc(33.3333% - 20px);
  }
}
@media (max-width: 768px) {
  .service {
    padding-top: 0;
  }
  .service__subtitle {
    font-size: 20px;
    margin-bottom: 25px;
    align-self: center;
  }
  .service__title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
  }
  .service__content {
    align-items: flex-start;
  }
  .service__nav {
    width: calc(100% + 20px);
    transform: translateX(-10px);
    margin-bottom: 30px;
  }
  .service__nav-item {
    width: calc(33.3333% - 10px);
    margin: 0 5px;
    padding: 10px 5px 5px;
  }
  .service__nav-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
    margin-bottom: 10px;
  }
  .service__nav-icon-img {
    min-width: 40px;
  }
  .service__nav-title-container {
    min-height: 36px;
  }
  .service__nav-title {
    font-size: 14px;
  }
}
#affwp-login-form,
#affwp-register-form,
#affwp-affiliate-dashboard {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
#affwp-login-form .affwp-wrap label,
#affwp-register-form .affwp-wrap label,
#affwp-affiliate-dashboard .affwp-wrap label {
  display: block;
  margin-bottom: 0.8rem;
}
#affwp-login-form input[type="text"],
#affwp-register-form input[type="text"],
#affwp-affiliate-dashboard input[type="text"],
#affwp-login-form input[type="password"],
#affwp-register-form input[type="password"],
#affwp-affiliate-dashboard input[type="password"],
#affwp-login-form input[type="email"],
#affwp-register-form input[type="email"],
#affwp-affiliate-dashboard input[type="email"] {
  width: 100%;
  border: 1px solid #DBDBDB;
  background: white;
  font-size: 14px;
  color: #000024;
  padding: 7px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#affwp-login-form input[type="text"]:focus,
#affwp-register-form input[type="text"]:focus,
#affwp-affiliate-dashboard input[type="text"]:focus,
#affwp-login-form input[type="password"]:focus,
#affwp-register-form input[type="password"]:focus,
#affwp-affiliate-dashboard input[type="password"]:focus,
#affwp-login-form input[type="email"]:focus,
#affwp-register-form input[type="email"]:focus,
#affwp-affiliate-dashboard input[type="email"]:focus,
#affwp-login-form input[type="text"]:hover,
#affwp-register-form input[type="text"]:hover,
#affwp-affiliate-dashboard input[type="text"]:hover,
#affwp-login-form input[type="password"]:hover,
#affwp-register-form input[type="password"]:hover,
#affwp-affiliate-dashboard input[type="password"]:hover,
#affwp-login-form input[type="email"]:hover,
#affwp-register-form input[type="email"]:hover,
#affwp-affiliate-dashboard input[type="email"]:hover {
  border: 1px solid #2e3368;
}
#affwp-login-form input[type="text"]:disabled,
#affwp-register-form input[type="text"]:disabled,
#affwp-affiliate-dashboard input[type="text"]:disabled,
#affwp-login-form input[type="password"]:disabled,
#affwp-register-form input[type="password"]:disabled,
#affwp-affiliate-dashboard input[type="password"]:disabled,
#affwp-login-form input[type="email"]:disabled,
#affwp-register-form input[type="email"]:disabled,
#affwp-affiliate-dashboard input[type="email"]:disabled {
  background-color: rgba(178, 186, 196, 0.2);
  border: 1px solid #dbdbdb;
}
#affwp-login-form .affwp-tos,
#affwp-register-form .affwp-tos,
#affwp-affiliate-dashboard .affwp-tos,
#affwp-login-form .affwp-user-remember,
#affwp-register-form .affwp-user-remember,
#affwp-affiliate-dashboard .affwp-user-remember {
  position: relative;
  padding-left: 24px;
}
#affwp-login-form .affwp-tos input[type="checkbox"],
#affwp-register-form .affwp-tos input[type="checkbox"],
#affwp-affiliate-dashboard .affwp-tos input[type="checkbox"],
#affwp-login-form .affwp-user-remember input[type="checkbox"],
#affwp-register-form .affwp-user-remember input[type="checkbox"],
#affwp-affiliate-dashboard .affwp-user-remember input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0 4px;
}
#affwp-login-form .affwp-lost-password,
#affwp-register-form .affwp-lost-password,
#affwp-affiliate-dashboard .affwp-lost-password {
  padding: 8px 0;
}
#affwp-login-form .affwp-lost-password a,
#affwp-register-form .affwp-lost-password a,
#affwp-affiliate-dashboard .affwp-lost-password a {
  margin-left: 16px;
}
#affwp-login-form textarea,
#affwp-register-form textarea,
#affwp-affiliate-dashboard textarea {
  -ms-overflow-style: none;
  width: 100%;
  border: 1px solid #DBDBDB;
  background: white;
  font-size: 14px;
  color: #000024;
  padding: 7px;
  height: 197px;
  resize: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#affwp-login-form textarea::-webkit-input-placeholder,
#affwp-register-form textarea::-webkit-input-placeholder,
#affwp-affiliate-dashboard textarea::-webkit-input-placeholder {
  color: #6a6a88;
}
#affwp-login-form textarea:-moz-placeholder,
#affwp-register-form textarea:-moz-placeholder,
#affwp-affiliate-dashboard textarea:-moz-placeholder {
  color: #6a6a88;
}
#affwp-login-form textarea::-moz-placeholder,
#affwp-register-form textarea::-moz-placeholder,
#affwp-affiliate-dashboard textarea::-moz-placeholder {
  color: #6a6a88;
}
#affwp-login-form textarea:-ms-input-placeholder,
#affwp-register-form textarea:-ms-input-placeholder,
#affwp-affiliate-dashboard textarea:-ms-input-placeholder {
  color: #6a6a88;
}
#affwp-login-form textarea:focus,
#affwp-register-form textarea:focus,
#affwp-affiliate-dashboard textarea:focus,
#affwp-login-form textarea:hover,
#affwp-register-form textarea:hover,
#affwp-affiliate-dashboard textarea:hover {
  border: 1px solid #2e3368;
}
#affwp-login-form .button,
#affwp-register-form .button,
#affwp-affiliate-dashboard .button {
  float: left;
  position: relative;
  color: white;
  font-size: 14px;
  z-index: 1;
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 20px;
  background-color: #16c3fc;
  background-image: -webkit-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -moz-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -o-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: -ms-linear-gradient(top, #16c3fc, #03a6dc);
  background-image: linear-gradient(top, #16c3fc, #03a6dc);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#affwp-login-form .button:hover,
#affwp-register-form .button:hover,
#affwp-affiliate-dashboard .button:hover {
  background-color: #16c3fc;
  background-image: -webkit-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -moz-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -o-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: -ms-linear-gradient(bottom, #16c3fc, #03a6dc);
  background-image: linear-gradient(bottom, #16c3fc, #03a6dc);
}
@media (max-width: 767px) {
  .st-slider-container {
    position: relative;
  }
  .st-slider-container:after {
    background: url("/wp-content/themes/osr/static/images/swipe.svg") 1% no-repeat;
    bottom: 0;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 30px;
    z-index: 1;
  }
  .st-slider-container:before {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 45px;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    content: "";
    pointer-events: none;
    z-index: 1;
  }
}
.st-slider {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 50px;
  margin: 50px auto;
}
.st-slider__slide-inner {
  display: flex;
  flex-flow: column nowrap;
}
.st-slider__slide-content {
  background-color: #f1f1f1;
  padding: 12px 20px 2px;
  font-size: 14px;
  line-height: 28px;
  margin-left: 10px;
  margin-top: 20px;
  width: calc(100% - 20px);
}
.st-slider__slide-content p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}
.st-slider__slick-arrow {
  position: absolute;
  font-size: 0;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 2;
  bottom: 50%;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.st-slider__slick-arrow:before {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 14px;
  transition: all 300ms ease 0ms;
}
.st-slider__slick-arrow--next {
  right: -70px;
}
.st-slider__slick-arrow--next:before {
  content: "c";
  left: 16px;
}
.st-slider__slick-arrow--prev {
  left: -70px;
}
.st-slider__slick-arrow--prev:before {
  content: "b";
}
.st-slider__dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  margin-bottom: 0 !important;
}
.st-slider__dots li:before {
  display: none;
}
.st-slider__dots li button {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.st-slider__dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-color: #2e3368;
  border-radius: 50%;
  content: '';
}
.st-slider__dots li.slick-active {
  cursor: auto;
}
.st-slider__dots li.slick-active button:before {
  background-color: #f5923a;
  background-image: -webkit-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -moz-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -o-linear-gradient(top, #f5923a, #f54c4c);
  background-image: -ms-linear-gradient(top, #f5923a, #f54c4c);
  background-image: linear-gradient(top, #f5923a, #f54c4c);
}
@media (max-width: 1280px) {
  .st-slider__slick-arrow--next {
    right: 0;
  }
  .st-slider__slick-arrow--prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .st-slider {
    position: relative;
    display: flex;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .st-slider .swiper-slide {
    flex: 1 0 90%;
  }
  .st-slider__slide-content {
    margin-left: 0;
    width: calc(100% - 10px);
    line-height: 22px;
    padding: 10px 12px 0px;
  }
  .st-slider__slide-content p {
    line-height: 22px;
  }
}
/* --------------------
404 page
-------------------- */
.section .not-found-content {
  text-align: center;
  width: 100%;
  padding: 100px auto;
  color: #ffffff;
  margin-top: 85px;
  margin-bottom: 160px;
}
.section .not-found-content .not-found-logo-bg {
  background-image: url("/wp-content/themes/osr/static/images/logo-osr-404-bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 292px;
  width: 292px;
  margin: 15px auto 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section .not-found-content .not-found-logo-bg .not-found-counter {
  font-weight: bold;
  font-size: 68px;
  line-height: 34px;
  margin-bottom: 32px;
  margin-top: 10px;
}
.section .not-found-content .not-found-logo-bg .not-found-subtext {
  font-weight: normal;
  font-size: 16px;
}
.section .not-found-content .not-found-polaris {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: -78px;
  margin-top: -84px;
  display: flex;
  justify-content: center;
}
.section .not-found-content .not-found-polaris br {
  display: none;
}
.section .not-found-content .not-found-polaris p:first-child {
  display: inline-block;
  margin-top: 84px;
  margin-bottom: 108px;
}
.section .not-found-content .not-found-polaris p:last-child {
  display: inline-block;
  margin-left: -80px;
  margin-bottom: 0px;
  margin-right: -150px;
}
.section .not-found-content ul li {
  margin: 18px 20px 5px;
  display: inline-block;
}
.section .not-found-content ul li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background-color: #10c8ff;
  padding: 15px 65px 15px 15px;
  width: 350px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 3px;
  transition: all 300ms ease 0ms;
}
.section .not-found-content ul li a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  font-size: 18px;
  margin: 0;
  padding: 18px 15px;
  border-left: solid 1px #4cd6ff;
}
.section .not-found-content ul li a:hover {
  background-color: #2a3c60;
}
.section .not-found-content a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .section .cntr {
    overflow: visible;
  }
  .section .not-found-content {
    margin-top: 94px;
    margin-bottom: 40px;
  }
  .section .not-found-content h1 {
    font-size: 21px;
    line-height: 1.3em;
    max-width: 300px;
    margin: auto;
  }
  .section .not-found-content .not-found-logo-bg {
    height: 220px;
    width: 220px;
    margin: 46px auto 30px;
  }
  .section .not-found-content .not-found-logo-bg .not-found-counter {
    font-size: 58px;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .section .not-found-content .not-found-logo-bg .not-found-subtext {
    font-size: 14px;
  }
  .section .not-found-content p {
    font-size: 18px;
    margin-top: 32px;
  }
  .section .not-found-content .not-found-polaris {
    margin-top: -73px;
  }
  .section .not-found-content .not-found-polaris br {
    display: block;
  }
  .section .not-found-content .not-found-polaris p:first-child {
    max-width: calc(100% - 70px);
    margin-top: 100px;
    margin-bottom: 105px;
  }
  .section .not-found-content .not-found-polaris p:last-child {
    margin-left: -95px;
    margin-right: -130px;
  }
  .section .not-found-content ul {
    margin-bottom: 0;
    margin-top: -10px;
  }
  .section .not-found-content ul li {
    margin: 18px 0 5px;
    width: 100%;
  }
  .section .not-found-content ul li a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    background-color: #10c8ff;
    padding: 15px 65px 15px 15px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
  }
  .section .not-found-content ul li a:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "osr" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "c";
    font-size: 18px;
    margin: 0;
    padding: 18px 15px;
    border-left: solid 1px #4cd6ff;
  }
  .section .not-found-content a {
    color: #ffffff;
  }
}
/* --------------------
Reviews
-------------------- */
.section.reviews .module {
  overflow: inherit;
}
.reviews-container .intro {
  padding: 70px 52px;
}
.reviews-container .intro .reviews-header {
  height: 300px;
  background-image: url("/wp-content/themes/osr/static/images/2022/reviews/review-header-bg.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 50px;
  margin-bottom: 21px;
  border-radius: 5px;
  overflow: inherit;
}
.reviews-container .intro .reviews-header h1 {
  color: #FFF;
  font-size: 40px;
  text-shadow: 0 0 10px black;
  margin-bottom: 20px;
}
.reviews-container .intro .reviews-header p {
  color: #FFF;
  font-size: 25px;
  text-shadow: 0 0 10px black;
}
.reviews-container .intro .reviews-header .occasionDropdown {
  top: 170px;
}
.reviews-container .intro .reviews-header .occasionDropdown.en,
.reviews-container .intro .reviews-header .occasionDropdown.en-uk,
.reviews-container .intro .reviews-header .occasionDropdown.hi {
  right: calc(50% - 106px);
  max-width: 212px;
}
.reviews-container .intro .reviews-header .occasionDropdown.zh,
.reviews-container .intro .reviews-header .occasionDropdown.zh-tw {
  right: calc(50% - 85px);
  max-width: 170px;
}
.reviews-container .intro .reviews-header .occasionDropdown.da,
.reviews-container .intro .reviews-header .occasionDropdown.sv {
  right: calc(50% - 105px);
  max-width: 210px;
}
.reviews-container .intro .reviews-header .occasionDropdown.nl {
  right: calc(50% - 136px);
  max-width: 272px;
}
.reviews-container .intro .reviews-header .occasionDropdown.fi {
  right: calc(50% - 91px);
  max-width: 182px;
}
.reviews-container .intro .reviews-header .occasionDropdown.fr {
  right: calc(50% - 144px);
  max-width: 288px;
}
.reviews-container .intro .reviews-header .occasionDropdown.de {
  right: calc(50% - 161px);
  max-width: 322px;
}
.reviews-container .intro .reviews-header .occasionDropdown.it {
  right: calc(50% - 132px);
  max-width: 264px;
}
.reviews-container .intro .reviews-header .occasionDropdown.ja {
  right: calc(50% - 114px);
  max-width: 234px;
}
.reviews-container .intro .reviews-header .occasionDropdown.ko,
.reviews-container .intro .reviews-header .occasionDropdown.no {
  right: calc(50% - 130px);
  max-width: 260px;
}
.reviews-container .intro .reviews-header .occasionDropdown.tr {
  right: calc(50% - 124px);
  max-width: 248px;
}
.reviews-container .intro .reviews-header .occasionDropdown.pl {
  right: calc(50% - 138px);
  max-width: 276px;
}
.reviews-container .intro .reviews-header .occasionDropdown.pt-br {
  right: calc(50% - 168px);
  max-width: 336px;
}
.reviews-container .intro .reviews-header .occasionDropdown.pt {
  right: calc(50% - 148px);
  max-width: 296px;
}
.reviews-container .intro .reviews-header .occasionDropdown.ru {
  right: calc(50% - 150px);
  max-width: 300px;
}
.reviews-container .intro .reviews-header .occasionDropdown.es {
  right: calc(50% - 142px);
  max-width: 284px;
}
.reviews-container .intro .reviews-header .occasionDropdown ul li a {
  background: white !important;
  width: 100% !important;
  max-width: none;
}
.reviews-container .intro .reviews-header .occasionDropdown ul li ul {
  max-width: none !important;
}
.reviews-container .intro .reviews-header .occasionDropdowBackground {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.reviews-container .intro .reviews-header .button-review {
  background-color: #16c3fc;
  margin-top: 71px;
  font-weight: 500;
  padding: 9px 40px;
  border-radius: 5px;
  transition: all 300ms ease 0ms;
}
.reviews-container .intro .reviews-header .button-review:hover {
  background-color: #109bc9;
}
.reviews-container .reviews-wrapper {
  padding: 0 40px 40px;
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner {
  padding: 12px;
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box {
  display: flex;
  position: relative;
  padding: 16px 20px;
  background-color: #dbe9ff;
  border-radius: 5px;
  transition: all 300ms ease 0ms;
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-left {
  padding-right: 20px;
  position: relative;
  height: 122px;
  overflow: hidden;
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-left h2 {
  font-size: 14px;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 11px;
  color: #000000;
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-left p {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-left:before {
  content: "";
  background: linear-gradient(90deg, rgba(219, 233, 255, 0) 0%, #dbe9ff 100%);
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right .review-rating {
  width: 130px;
  margin-bottom: 17px;
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box:hover {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-arrow {
  position: absolute;
  color: #2e3368;
  font-size: 0;
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: calc(50% - 10px);
  padding: 0;
  cursor: pointer;
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-arrow:before {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  transition: all 300ms ease 0ms;
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-arrow.slick-next {
  right: -20px;
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-arrow.slick-next:before {
  content: "c";
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-arrow.slick-prev {
  left: -20px;
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-arrow.slick-prev:before {
  content: "b";
}
.reviews-container .reviews-wrapper .reviews-carousel .slick-arrow:hover {
  color: #fc9842;
}
.reviews-container .review-pop-container {
  display: none;
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.reviews-container .review-pop-container .review-pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.reviews-container .review-pop-container .review-pop {
  position: fixed;
  padding: 50px 70px;
  width: 564px;
  left: calc(50% - 282px);
  top: 230px;
  z-index: 20;
  background: #e6e8f4;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.reviews-container .review-pop-container .review-pop:after {
  position: absolute;
  width: 910px;
  height: 910px;
  bottom: -256px;
  right: -355px;
  content: "";
  z-index: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bccbf1+0,e6e8f4+65,e6e8f4+100 */
  background: #bccbf1;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #bccbf1 0%, #e6e8f4 65%, #e6e8f4 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #bccbf1 0%, #e6e8f4 65%, #e6e8f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #bccbf1 0%, #e6e8f4 65%, #e6e8f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bccbf1', endColorstr='#e6e8f4', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.reviews-container .review-pop-container .review-pop:before {
  position: absolute;
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 220px;
  color: #F3F7FF;
  color: #e1e7f7;
  right: -60px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  z-index: 1;
}
.reviews-container .review-pop-container .review-pop.love:before {
  content: "n";
}
.reviews-container .review-pop-container .review-pop.star:before {
  content: "h";
}
.reviews-container .review-pop-container .review-pop.baptism:before {
  content: "r";
}
.reviews-container .review-pop-container .review-pop.certificate:before {
  content: "q";
}
.reviews-container .review-pop-container .review-pop.starcart:before {
  content: "o";
}
.reviews-container .review-pop-container .review-pop.christmas:before {
  content: "p";
}
.reviews-container .review-pop-container .review-pop.valetine:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-valentine-220.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .45;
  display: inline-block;
}
.reviews-container .review-pop-container .review-pop.wedding:before {
  content: "k";
}
.reviews-container .review-pop-container .review-pop.explanationsheet:before {
  content: "v";
}
.reviews-container .review-pop-container .review-pop.aniversary:before {
  content: "u";
}
.reviews-container .review-pop-container .review-pop.envelope:before {
  content: "l";
}
.reviews-container .review-pop-container .review-pop.personalmessage:before {
  content: "t";
}
.reviews-container .review-pop-container .review-pop.glow-in-the-dark:before {
  content: "s";
}
.reviews-container .review-pop-container .review-pop.fifty:before {
  content: "F";
}
.reviews-container .review-pop-container .review-pop.memorial:before {
  content: "G";
}
.reviews-container .review-pop-container .review-pop.secretary:before {
  content: "H";
}
.reviews-container .review-pop-container .review-pop.geboorte:before {
  content: "I";
}
.reviews-container .review-pop-container .review-pop.gift:before {
  content: "D";
}
.reviews-container .review-pop-container .review-pop.vadermoederdag:before {
  content: "J";
}
.reviews-container .review-pop-container .review-pop.sinterklaas:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/icon-sinterklaas.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.reviews-container .review-pop-container .review-pop.new-year:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-new-year-220.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .45;
  display: inline-block;
}
.reviews-container .review-pop-container .review-pop.friendship:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-friendship-220.png");
  right: -30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .45;
  display: inline-block;
}
.reviews-container .review-pop-container .review-pop.get-well-soon:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-get-well-soon-220.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .45;
  display: inline-block;
}
.reviews-container .review-pop-container .review-pop.graduation:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-graduation-220.png");
  bottom: -35px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .45;
  display: inline-block;
}
.reviews-container .review-pop-container .review-pop.thank-you:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-thank-you-220.png");
  bottom: -51px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .45;
  display: inline-block;
}
.reviews-container .review-pop-container .review-pop .close {
  position: absolute;
  font-size: 20px;
  right: 10px;
  top: 10px;
  color: #999;
  transition: all 300ms ease 0ms;
  z-index: 1;
}
.reviews-container .review-pop-container .review-pop .close:hover {
  color: #2e3368;
}
.reviews-container .review-pop-container .review-pop .review-pop-title-container {
  display: flex;
  justify-content: space-between;
}
.reviews-container .review-pop-container .review-pop .review-pop-title-container h2 {
  font-size: 14px;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 11px;
  color: #000000;
  max-width: calc(100% - 150px);
  z-index: 1;
}
.reviews-container .review-pop-container .review-pop .review-pop-title-container .review-rating {
  width: 130px;
  margin-bottom: 40px;
  z-index: 1;
}
.reviews-container .review-pop-container .review-pop .review-pop-content-container {
  display: flex;
}
.reviews-container .review-pop-container .review-pop .review-pop-content-container p {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding-right: 120px;
  z-index: 1;
}
.reviews-container .review-rating.one:before {
  content: url('/wp-content/themes/osr/static/images/2022/reviews/one-star.svg');
}
.reviews-container .review-rating.one-half:before {
  content: url('/wp-content/themes/osr/static/images/2022/reviews/one-and-half-stars.svg');
}
.reviews-container .review-rating.two:before {
  content: url('/wp-content/themes/osr/static/images/2022/reviews/two-stars.svg');
}
.reviews-container .review-rating.two-half:before {
  content: url('/wp-content/themes/osr/static/images/2022/reviews/two-and-half-stars.svg');
}
.reviews-container .review-rating.three:before {
  content: url('/wp-content/themes/osr/static/images/2022/reviews/three-stars.svg');
}
.reviews-container .review-rating.three-half:before {
  content: url('/wp-content/themes/osr/static/images/2022/reviews/three-and-half-stars.svg');
}
.reviews-container .review-rating.four:before {
  content: url('/wp-content/themes/osr/static/images/2022/reviews/four-stars.svg');
}
.reviews-container .review-rating.four-half:before {
  content: url('/wp-content/themes/osr/static/images/2022/reviews/four-and-half-stars.svg');
}
.reviews-container .review-rating.five:before {
  content: url('/wp-content/themes/osr/static/images/2022/reviews/five-stars.svg');
}
.reviews-container span {
  width: 40px;
  height: 40px;
  color: white;
  font-size: 20px;
  line-height: 46px;
  background: #2e3368;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  margin-bottom: 6px;
}
.reviews-container span.icon-love:before {
  content: "n";
  line-height: 42px;
}
.reviews-container span.icon-valetine:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-valentine.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  transform: translateY(5px);
}
.reviews-container span.icon-new-year:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-new-year.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  display: inline-block;
  transform: translateY(4px);
}
.reviews-container span.icon-friendship:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-friendship.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  display: inline-block;
  transform: translateY(4px);
}
.reviews-container span.icon-get-well-soon:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-get-well-soon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  transform: translateY(2px);
}
.reviews-container span.icon-graduation:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-graduation.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  transform: translateY(2px);
}
.reviews-container span.icon-thank-you:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/2021/icons/icon-thank-you.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  transform: translateY(3px);
}
.reviews-container span.icon-sinterklaas:before {
  content: "";
  background-image: url("/wp-content/themes/osr/static/images/icon-sinterklaas.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.reviews-container span.icon-geboorte:before {
  font-size: 25px;
  line-height: 40px;
}
.reviews-container h3 {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #2e3368;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .reviews-container .reviews .module {
    background: transparent;
  }
  .reviews-container .intro {
    padding: 0;
  }
  .reviews-container .intro .reviews-header {
    height: 230px;
    background-image: url("/wp-content/themes/osr/static/images/2022/reviews/review-header-bg-mobile.jpg");
    padding: 30px;
    margin-bottom: 0;
    border-radius: 0px;
  }
  .reviews-container .intro .reviews-header h1 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .reviews-container .intro .reviews-header p {
    font-size: 14px;
  }
  .reviews-container .intro .reviews-header .occasionDropdown {
    top: 115px;
  }
  .reviews-container .intro .reviews-header .button-review {
    margin-top: 55px;
  }
  .reviews-container .reviews-wrapper {
    padding: 13px 10px 40px;
    background: #fff;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner {
    padding: 6px;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box {
    padding: 11px 13px;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-left {
    padding-right: 10px;
    height: 110px;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-left h2 {
    font-size: 13px;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-left p {
    font-size: 13px;
    line-height: 17px;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-left:before {
    height: 13px;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right .review-rating {
    width: 90px !important;
    margin-bottom: 15px;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 4px;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right span.icon-love:before {
    content: "n";
    line-height: 32px;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right span.icon-valetine:before {
    height: 20px;
    width: 20px;
    transform: translateY(3px);
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right span.icon-new-year:before {
    height: 20px;
    width: 20px;
    transform: translateY(2px);
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right span.icon-friendship:before {
    height: 20px;
    width: 20px;
    transform: translateY(2px);
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right span.icon-get-well-soon:before {
    height: 18px;
    width: 18px;
    transform: translateY(1px);
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right span.icon-graduation:before {
    height: 18px;
    width: 18px;
    transform: translateY(1px);
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right span.icon-thank-you:before {
    height: 18px;
    width: 18px;
    transform: translateY(2px);
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right span.icon-sinterklaas:before {
    height: 18px;
    width: 18px;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right span.icon-geboorte:before {
    font-size: 18px;
    line-height: 31px;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-list .slick-slide .inner .review-box .review-right h3 {
    font-size: 13px;
    line-height: 14px;
    height: 26px;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-arrow {
    top: inherit;
    bottom: -25px;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-arrow.slick-next {
    right: 0;
  }
  .reviews-container .reviews-wrapper .reviews-carousel .slick-arrow.slick-prev {
    left: 0;
  }
  .reviews-container .review-pop-container .review-pop {
    padding: 50px 40px;
    width: 440px;
    left: calc(50% - 220px);
  }
  .reviews-container .review-pop-container .review-pop .review-pop-title-container {
    display: flex;
    justify-content: space-between;
  }
  .reviews-container .review-pop-container .review-pop .review-pop-title-container h2 {
    max-width: calc(100% - 110px);
    margin-top: -2px;
  }
  .reviews-container .review-pop-container .review-pop .review-pop-title-container .review-rating {
    width: 90px;
  }
  .reviews-container .review-pop-container .review-pop .review-pop-content-container .review-pop-icon-container h3 {
    width: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .reviews-container .review-pop-container .review-pop {
    padding: 40px 20px 20px;
    width: 320px;
    left: calc(50% - 160px);
  }
  .reviews-container .review-pop-container .review-pop .review-pop-title-container {
    flex-direction: column;
  }
  .reviews-container .review-pop-container .review-pop .review-pop-title-container h2 {
    max-width: 100%;
    margin-top: 0;
  }
  .reviews-container .review-pop-container .review-pop .review-pop-title-container .review-rating {
    width: 90px;
    margin-bottom: 25px;
  }
  .reviews-container .review-pop-container .review-pop .review-pop-content-container p {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .reviews-container .review-pop-container .review-pop .review-pop-content-container .review-pop-icon-container {
    align-items: flex-start;
  }
  .reviews-container .review-pop-container .review-pop .review-pop-content-container .review-pop-icon-container h3 {
    width: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 370px) {
  .reviews-container .review-pop-container .review-pop {
    width: calc(100% - 40px);
    left: 20px;
  }
}
/* --------------------
Write a Review
-------------------- */
.write-review-content {
  display: flex;
  justify-content: space-between;
  padding: 30px 180px 0;
}
.write-review-content .write-review-title p {
  color: #707986;
  margin-bottom: 0;
}
.write-review-content .write-review-title h3 {
  color: #000;
  font-size: 22px;
}
.write-review-content .write-review-button-desktop {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 14px 20px;
  background-color: #16c3fc;
  background-image: none;
  transition: all 300ms ease 0ms;
  margin-top: 7px;
}
.write-review-content .write-review-button-desktop:after {
  margin-top: 4px;
  margin-right: 20px;
  font-weight: 700 !important;
}
.write-review-content .write-review-button-desktop:hover {
  background-color: #2a3c60;
}
.write-review-button-mobile {
  display: none;
}
.write-review-form {
  padding: 0 180px;
  margin-top: -20px;
}
.write-review-form p {
  font-size: 15px;
}
.write-review-form .rate-stars-box {
  padding-bottom: 22px;
}
.write-review-form .rate-stars-box .radio-87 {
  float: initial !important;
  vertical-align: middle;
  margin-left: 20px;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label:last-child {
  position: static;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label:nth-child(1) {
  z-index: 9;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label:nth-child(2) {
  z-index: 8;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label:nth-child(3) {
  z-index: 7;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label:nth-child(4) {
  z-index: 6;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label:nth-child(5) {
  z-index: 5;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label:nth-child(6) {
  z-index: 4;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label:nth-child(7) {
  z-index: 3;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label:nth-child(8) {
  z-index: 2;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label:nth-child(9) {
  z-index: 1;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label .icon {
  float: left;
  height: 30px;
  width: 32px;
  margin-right: 2px;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label:last-child .icon {
  height: 30px;
  width: 32px;
  content: url("/wp-content/themes/osr/static/images/2022/reviews/non-awarded-star.png");
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label input:focus:not(:checked) ~ .icon:last-child {
  height: 30px;
  width: 32px;
  content: url("/wp-content/themes/osr/static/images/2022/reviews/non-awarded-star.png");
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label .icon-half {
  float: left;
  height: 30px;
  width: 16px;
  margin-right: 0;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label:last-child .icon-half {
  height: 30px;
  width: 16px;
  content: url("/wp-content/themes/osr/static/images/2022/reviews/non-awarded-star-half.png");
}
.write-review-form .rate-stars-box .radio-87 .rate-stars label input:focus:not(:checked) ~ .icon-half:last-child {
  height: 30px;
  width: 16px;
  content: url("/wp-content/themes/osr/static/images/2022/reviews/non-awarded-star-half.png");
}
.write-review-form .rate-stars-box .radio-87 .rate-stars input[type="radio"] {
  top: 0;
  left: 0;
  opacity: 0 !important;
  margin-left: -22px;
}
.write-review-form .rate-stars-box .radio-87 .rate-stars:not(:hover) label input:checked ~ .icon,
.write-review-form .rate-stars-box .radio-87 .rate-stars:hover label:hover input ~ .icon {
  height: 30px;
  width: 32px;
  content: url("/wp-content/themes/osr/static/images/2022/reviews/awarded-star.png");
}
.write-review-form .rate-stars-box .radio-87 .rate-stars:not(:hover) label input:checked ~ .icon-half,
.write-review-form .rate-stars-box .radio-87 .rate-stars:hover label:hover input ~ .icon-half {
  height: 30px;
  width: 16px;
  content: url("/wp-content/themes/osr/static/images/2022/reviews/awarded-star-half.png");
}
.write-review-form .wpcf7-form-control-wrap {
  padding-top: 3px;
}
.write-review-form input[type="text"],
.write-review-form input[type="email"],
.write-review-form textarea {
  border: 1px solid #afbcd2;
  padding: 9px;
}
.write-review-form .wpcf7-submit {
  font-size: 15px;
}
@media only screen and (max-width: 1260px) {
  .write-review-content {
    padding: 90px;
  }
  #wpcf7-f1361-o1 {
    padding: 0 90px;
  }
}
@media only screen and (max-width: 1023px) {
  .write-review-content {
    padding: 30px;
  }
  #wpcf7-f1361-o1 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .write-review-content {
    padding: 0 0 40px;
    justify-content: center;
  }
  .write-review-content .write-review-title {
    text-align: center;
  }
  .write-review-content .write-review-title h3 {
    font-size: 28px;
  }
  .write-review-content .write-review-button-desktop {
    display: none;
  }
  #wpcf7-f1361-o1 {
    padding: 0;
  }
  #wpcf7-f1361-o1 .rate-stars-box {
    text-align: center;
  }
  #wpcf7-f1361-o1 .rate-stars-box .radio-87 {
    float: left !important;
    margin-left: 0;
  }
  .write-review-button-mobile {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 14px 20px;
    background-color: #16c3fc;
    background-image: none;
    transition: all 300ms ease 0ms;
    display: block;
    width: fit-content;
    margin: auto;
  }
  .write-review-button-mobile:after {
    margin-top: 4px;
    margin-right: 20px;
    font-weight: 700 !important;
  }
  .write-review-button-mobile:hover {
    background-color: #2a3c60;
  }
}
