/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v26-latin-700.woff2") format("woff2"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* merriweather-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/merriweather-sans-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/merriweather-sans-v26-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* caveat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/caveat-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* caveat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Caveat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/caveat-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  overflow: auto;
}

body {
  font-size: 16px;
  line-height: 26px;
  background: #f7f4f2;
  color: #40454d;
  font-family: "Lato", sans-serif;
  -ms-hyphens: auto;
      hyphens: auto;
}

.container {
  width: 100%;
  max-width: 1356px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.omgb-btn {
  padding: 10px 20px;
  background: #f3722b;
  border-radius: 100px;
  color: #f7f4f2;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
}
.omgb-btn:hover {
  background: #40454d;
}

.group-btn {
  margin-top: 15px;
}
.group-btn .omgb-btn {
  display: inline-block;
}
.group-btn .omgb-btn:not(:last-child) {
  margin-right: 10px;
}

a {
  color: #40454d;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Lato", sans-serif;
  word-break: break-all;
}

h1 {
  font-size: 82px;
  line-height: 92px;
  font-weight: 900;
  text-transform: capitalize;
}

h2 {
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
}

h3 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.omgb-form-container {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 80px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.omgb-form-container .omgb-form-title {
  text-align: center;
  margin-bottom: 30px;
}
.omgb-form-container .input-wrap {
  position: relative;
  margin-bottom: 15px;
}
.omgb-form-container .input-wrap label {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  left: 60px;
  top: 10px;
}
.omgb-form-container .input-wrap .icon {
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 12;
  height: 100%;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.omgb-form-container .input-wrap .icon svg {
  max-width: 25px;
}
.omgb-form-container input {
  width: 100%;
  padding: 12px 20px;
  margin: 0;
  display: inline-block;
  border: 1px solid #8f8f8f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-left: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.omgb-form-container input:hover, .omgb-form-container input:focus {
  border-color: #000;
}
.omgb-form-container .login-btn {
  padding: 11px 60px;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.omgb-form-container .login-btn svg {
  max-width: 30px;
  margin-left: 30px;
}
.omgb-form-container .omgb-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 40px;
}

.oblamedia-gb {
  margin-bottom: 80px;
}
.oblamedia-gb .omgb-hedding {
  padding: 80px 0;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item {
  gap: 60px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item:not(:first-child) {
  margin-top: 60px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-header {
  border-top: 5px solid #40454d;
  width: 50%;
  padding-top: 20px;
  margin-top: 8px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content {
  width: 50%;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content:not(:first-child) {
  margin-top: 40px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content h2 {
  margin-bottom: 20px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .item-logo-box-wrapper .ombg-item-logo-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .item-logo-box-wrapper .ombg-item-logo-box h6 {
  border-bottom: solid 2px #40454d;
  padding-bottom: 10px;
  display: inline-block;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .item-logo-box-wrapper .ombg-item-logo-box .logo-box {
  margin-top: 10px;
  gap: 20px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .item-logo-box-wrapper .ombg-item-logo-box .logo-box img {
  width: 100%;
  max-width: 300px;
  padding: 30px;
  background: currentColor;
  border-radius: 20px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .item-logo-box-wrapper .ombg-item-logo-box .logo-box .logo-download-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .ombg-item-color-wrapper {
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .ombg-item-color-wrapper .color-box {
  width: 30%;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .ombg-item-color-wrapper .color-box .color-identity {
  background: currentColor;
  width: 100%;
  height: 150px;
  border-radius: 30px 0;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .ombg-item-color-wrapper .color-box .color-identity h6 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 4px;
  background: #fff;
  border: 0.4px solid currentColor;
  border-radius: 30px 0;
  letter-spacing: 0.3px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .ombg-item-color-wrapper .color-box .color-details {
  margin-top: 10px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .ombg-item-color-wrapper .color-box .color-details ul {
  list-style: none;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .ombg-item-color-wrapper .color-box .color-details ul li {
  font-size: 14px;
  font-weight: 600;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box {
  margin-top: 40px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box h4 {
  border-top: 3px solid #40454d;
  padding: 10px 0 30px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box h6 {
  margin-bottom: 10px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box h2 {
  font-size: 90px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 30px;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box.montserrat h6 {
  font-family: "Montserrat", sans-serif;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box.montserrat h2 {
  font-family: "Montserrat", sans-serif;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box.montserrat p {
  font-family: "Montserrat", sans-serif;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box.montserrat .omgb-btn {
  font-family: "Montserrat", sans-serif;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box.merriweather h6 {
  font-family: "Merriweather Sans", sans-serif;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box.merriweather h2 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box.merriweather p {
  font-family: "Merriweather Sans", sans-serif;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box.caveat h6 {
  font-family: "Caveat", cursive;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box.caveat h2 {
  font-family: "Caveat", cursive;
}
.oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box.caveat p {
  font-family: "Caveat", cursive;
}

@media only screen and (max-width: 1200px) {
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-header {
    width: 35%;
  }
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content {
    width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 80px;
    line-height: 90px;
  }
  .oblamedia-gb .omgb-hedding {
    padding: 50px 0;
  }
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item {
    gap: 40px;
  }
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item:not(:first-child) {
    margin-top: 40px;
  }
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content p {
    margin: 10px 0 30px;
  }
  .omgb-btn {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 880px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h2 {
    font-size: 40px;
    line-height: 44px;
  }
  h3 {
    font-size: 30px;
    line-height: 34px;
  }
  h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
  h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .oblamedia-gb .omgb-hedding {
    padding: 40px 0;
  }
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item:not(:first-child) {
    margin-top: 30px;
  }
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-header {
    width: 100%;
  }
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content {
    width: 100%;
  }
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content h2 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .item-logo-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .item-logo-box-wrapper .ombg-item-logo-box {
    margin-top: 0;
  }
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .item-logo-box-wrapper .ombg-item-logo-box h6 {
    margin-top: 0;
  }
  .oblamedia-gb .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .omgb-typography-wrapper .typography-box {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .item-logo-box-wrapper .ombg-item-logo-box {
    margin-top: 10px !important;
  }
  .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .item-logo-box-wrapper .ombg-item-logo-box .logo-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .omgb-gidelines-wrapper .gideline-item .gideline-item-content .item-content .item-logo-box-wrapper .ombg-item-logo-box .logo-box .logo-download-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 400px) {
  .omgb-btn {
    font-size: 12px !important;
  }
}