/*  Imports */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap");
/*
** Fonts
*/
/*
** media query widths
*/
#landing-page {
  margin-top: 92px; }
  #landing-page .landing-content-container {
    height: 100%;
    min-height: calc(100vh - 92px); }
  #landing-page .extension_bg {
    position: absolute;
    width: calc(100% + 1px);
    top: 0px;
    overflow: hidden;
    left: -1px; }
    #landing-page .extension_bg #wave {
      height: 450px; }
      @media (min-width: 1300px) {
        #landing-page .extension_bg #wave {
          height: 100%;
          width: 100%; } }
    @media (min-width: 767px) and (max-width: 980px) {
      #landing-page .extension_bg #wave {
        height: 420px; } }
    @media (max-width: 767px) {
      #landing-page .extension_bg #wave {
        height: 500px; } }
  #landing-page .chrome_button,
  #landing-page .mozilla_button,
  #landing-page .iphone_button,
  #landing-page .android_button,
  #landing-page .safari_button,
  #landing-page .edge_button {
    position: relative;
    padding-left: 50px;
    padding-top: 6px;
    padding-bottom: 6px; }
  #landing-page .chrome_icon {
    width: 50px;
    position: absolute;
    top: -8px;
    left: -4px; }
  #landing-page .mozilla_icon {
    width: 54px;
    position: absolute;
    top: -17px;
    left: -4px; }
  #landing-page .safari_icon {
    width: 54px;
    position: absolute;
    top: -10px;
    left: -8px; }
  #landing-page .edge_icon {
    width: 54px;
    position: absolute;
    top: -10px;
    left: -8px; }
  #landing-page .iphone_icon,
  #landing-page .android_icon {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 60px; }

@media (max-width: 767px) {
  header .beruby-header {
    height: calc(92px + 10px); }
    header .beruby-header .beruby-logo {
      display: flex;
      justify-content: center;
      margin-bottom: 8px; }
      header .beruby-header .beruby-logo img {
        width: 120px; }

  #landing-page {
    margin-top: calc(92px + 10px) !important; }
    #landing-page .landing-content-container {
      height: 100%;
      min-height: calc(100vh - 92px + 10px); } }

/*# sourceMappingURL=landings.css.map */
