/*============================================================================
  #Custrom Styles Here Are Loaded Last
==============================================================================*/
@font-face {
  font-family: 'Pattanakarn';
  src: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2161975423/assets/Pattanakarn_Thin.woff2?17565208875756943") format("woff2");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Pattanakarn';
  src: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2161975423/assets/Pattanakarn_Light.woff2?17565208875756943") format("woff2");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Pattanakarn';
  src: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2161975423/assets/Pattanakarn_Regular.woff2?17565208875756943") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Pattanakarn';
  src: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2161975423/assets/Pattanakarn_Medium.woff2?17565208875756943") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Pattanakarn';
  src: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2161975423/assets/Pattanakarn_Bold_Italic.woff2?17565208875756943") format("woff2");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Pattanakarn';
  src: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2161975423/assets/Pattanakarn_ExtraBold.woff2?17565208875756943") format("woff2");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Pattanakarn';
  src: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2161975423/assets/Pattanakarn_Black.woff2?17565208875756943") format("woff2");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Pattanakarn';
  src: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2161975423/assets/Pattanakarn_Black_Italic.woff2?17565208875756943") format("woff2");
  font-weight: 900;
  font-style: italic; }
.gradient-border {
  display: inline-block;
  padding: 2px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #0fffa9, #a945ff); }

.bending-btn {
  position: relative;
  z-index: 0;
  color: #fff;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 9999px;
  cursor: pointer;
  border: none;
  overflow: hidden; }
  .bending-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #0fffa9, #a945ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1; }
