@charset "UTF-8";
:root {
  --dtg-base: #F4F4F4;
  --dtg-primary: #E20613;
  --dtg-primary-light: #FCE6E7;
  --dtg-light-green: #55C095;
  --dtg-green: #1C846A;
  --dtg-link: #0686E2;
  --dtg-white: #FFFFFF;
  --dtg-card-background: #F8F8F8;
  --dtg-blue-grey: #E8EFFA;
  /*--dtg-light-grey: #EEF1F3*/
  --dtg-light-grey: #D9D9D9;
  --dtg-medium-grey: #F0F0F0;
  --dtg-grey: #8A8A8A;
  --dtg-dark-grey: #616161;
  --dtg-black: #2F2F2F;
  --dtg-bad-grey: #EAEAEA;
  --sp-1: 8px ;
  --sp-2: 16px ;
  --sp-3: 24px ;
  --sp-4: 28px ;
  --sp-5: 32px ;
  --sp-6: 36px ;
  --sp-7: 40px ;
  --sp-8: 48px ;
  --sp-9: 56px ;
  --sp-10: 64px ;
  --sp-11: 80px ;
}

body {
  padding: 0 !important;
  margin: 0 !important;
}

* {
  box-sizing: border-box;
}

.text-base {
  color: var(--dtg-base);
}

.text-color-primary {
  color: var(--dtg-primary);
}

.text-primary-light {
  color: var(--dtg-primary-light);
}

.text-light-green {
  color: var(--dtg-light-green);
}

.text-green {
  color: var(--dtg-green);
}

.text-link {
  color: var(--dtg-link);
}

.text-white {
  color: var(--dtg-white);
}

.text-card-background {
  color: var(--dtg-card-background);
}

.text-blue-grey {
  color: var(--dtg-blue-grey);
}

.text-light-grey {
  color: var(--dtg-light-grey);
}

.text-medium-grey {
  color: var(--dtg-medium-grey);
}

.text-grey {
  color: var(--dtg-grey);
}

.text-dark-grey {
  color: var(--dtg-dark-grey);
}

.text-bad-grey {
  color: var(--dtg-bad-grey);
}

.text-black {
  color: var(--dtg-black);
}

.bg-base {
  background-color: var(--dtg-base);
}

.bg-color-primary {
  background-color: var(--dtg-primary);
}

.bg-primary-light {
  background-color: var(--dtg-primary-light);
}

.bg-light-green {
  background-color: var(--dtg-light-green);
}

.bg-green {
  background-color: var(--dtg-green);
}

.bg-link {
  background-color: var(--dtg-link);
}

.bg-white {
  background-color: var(--dtg-white);
}

.bg-card-background {
  background-color: var(--dtg-card-background);
}

.bg-blue-grey {
  background-color: var(--dtg-blue-grey);
}

.bg-light-grey {
  background-color: var(--dtg-light-grey);
}

.bg-medium-grey {
  background-color: var(--dtg-medium-grey);
}

.bg-grey {
  background-color: var(--dtg-grey);
}

.bg-dark-grey {
  background-color: var(--dtg-dark-grey);
}

.bg-bad-grey {
  background-color: var(--dtg-bad-grey);
}

.bg-black {
  background-color: var(--dtg-black);
}

a {
  color: var(--dtg-dark-grey);
  text-decoration: none;
}
a.link {
  color: var(--dtg-link);
}
a.noHover:hover {
  color: var(--dtg-dark-grey);
}

.circle {
  position: relative;
  background: white;
  display: block;
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.circle:after {
  content: " ";
  position: absolute;
  display: block;
  border-radius: 100%;
  border-color: #FFFFFF;
  background: transparent;
}

body {
  background-color: var(--dtg-base);
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  font-family: "Yekan Bakh";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.text-1 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

.text-2 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.text-3, .small {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
}

h2, h3, h4, h5, h6 {
  font-family: "Yekan Bakh";
  line-height: normal;
  font-style: normal;
}

h1, .title-1 {
  font-family: "Yekan Bakh";
  line-height: normal;
  font-style: normal;
  font-weight: 950;
  font-size: 48px;
  letter-spacing: -0.02em;
}

h1.en-title {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.28em;
}

h2, .title-2 {
  font-weight: 900;
  font-size: 24px;
}

h3, .subtitle-1 {
  font-weight: 900;
  font-size: 16px;
}

h4, .subtitle-2 {
  font-weight: 700;
  font-size: 14px;
}

.subtitle-3 {
  font-weight: 900;
  font-size: 18px;
}

.box-shadow-1 {
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.box-shadow-2 {
  box-shadow: 0px 0px 13px rgba(103, 103, 103, 0.06);
  border-radius: 15px;
}

.box-shadow-3 {
  box-shadow: 0px 4px 20px rgba(97, 97, 97, 0.15);
  border-radius: 15px;
}

.box-border-gradiant-1 {
  border: 1px solid;
  border-image-source: linear-gradient(105.8deg, #FFFFFF 3.24%, rgba(255, 255, 255, 0) 97.53%);
}

.glow {
  box-shadow: 0px 0px 40px rgba(226, 6, 19, 0.3);
}

.glow-white {
  box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.3);
}

.btn {
  font-family: "Yekan Bakh";
  border-radius: 200px;
  color: var(--dtg-primary);
  transition: all 0.4s;
  justify-content: center;
}
.btn.btn-lg {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 24px 12px 24px;
}
.btn.btn-m {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px;
}
.btn.btn-s {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  padding: 6px 16px;
}
.btn.btn-primary {
  border: 1px solid var(--dtg-primary);
  background-color: var(--dtg-primary);
  color: var(--dtg-white);
}
.btn.btn-primary.glow {
  box-shadow: 0px 0px 40px rgba(226, 6, 19, 0.3);
}
.btn.btn-primary-outline {
  border: 1px solid var(--dtg-primary);
  color: var(--dtg-primary);
}
.btn.btn-primary-outline:hover {
  background-color: var(--dtg-primary);
  color: var(--dtg-white);
}
.btn.btn-primary-outline.glow {
  box-shadow: 0px 0px 40px rgba(226, 6, 19, 0.3);
}
.btn.btn-primary-light {
  border: 1px solid var(--dtg-primary);
  background-color: var(--dtg-primary-light);
}
.btn.btn-primary-light.glow {
  box-shadow: 0px 0px 40px rgba(226, 6, 19, 0.3);
}
.btn.btn-primary-mute {
  border: 1px solid var(--dtg-grey-0);
  background-color: var(--dtg-grey-0);
}
.btn.btn-primary-mute-light {
  border: 1px solid var(--dtg-grey-0);
  background-color: var(--dtg-white);
}
.btn.btn-primary-mute-dark {
  font-size: 14px;
  border: 1px solid #EAEAEA;
  background-color: #EAEAEA;
  color: #616161;
}

.input[type=text],
.input[type=password],
.input[type=textarea] {
  padding: 8px 16px 8px 18px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(186, 186, 186, 0.15);
  border: 1px solid var(--dtg-grey-8);
  border-radius: 8px;
}
.input[type=text]::placeholder,
.input[type=password]::placeholder,
.input[type=textarea]::placeholder {
  color: var(--dtg-grey-7);
}

.logo-64 {
  width: 64px;
  height: auto;
}

hr.bg-gradient-center {
  height: 2px;
  display: block;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(105, 105, 105, 0) 100%);
}

hr.bg-gradient-center-dark {
  height: 1px;
  display: block;
  background: radial-gradient(50% 50% at 50% 50%, #949494 0%, rgba(105, 105, 105, 0) 100%);
  opacity: 1;
}

section#navBar {
  padding: 1.5rem 0;
  position: sticky;
  top: 0;
  background: #FFFFFF;
  box-shadow: 0 1px 15px -5px #ddd;
  z-index: 999;
  margin-bottom: 3rem;
}
section#navBar .container {
  padding: 0 3rem;
}
section#navBar .container nav.navbar {
  padding-bottom: 0;
}
section#navBar .container nav.navbar ul {
  width: calc(100% - 3rem);
  justify-content: space-between;
}
section#navBar .container nav.navbar ul li {
  padding-bottom: 0;
  white-space: nowrap;
}
section#navBar .container nav.navbar ul li .active {
  border-bottom: 2px solid #0a58ca;
}
section#navBar .container nav.navbar ul li .active a {
  color: #0a58ca;
}
section#navBar .btn.logout {
  transition: background-color 0.3s;
}
section#navBar .btn.logout:hover {
  background-color: #69a5d1;
}
section#navBar .searchBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: calc(100% - 16px);
}
section#navBar .searchBox form {
  height: 100%;
  width: 100%;
}
section#navBar .searchBox form input {
  border: none;
  box-shadow: none;
}
section#navBar .searchBox form input:focus {
  box-shadow: none;
}

/*
section#hero{
  height: calc( 90vh - 150px );
  min-height: 650px;
}*/
#site-wrapper {
  background-color: var(--dtg-base);
  overflow: hidden;
}

.piped-border-center {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.piped-border-center .title {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.piped-border-center .title::after {
  right: 0.5em;
  margin-left: -50%;
  margin-right: 1rem;
}
.piped-border-center .title::before {
  left: 0.5em;
  margin-right: -50%;
  margin-left: 1rem;
}
.piped-border-center .title::after, .piped-border-center .title::before {
  content: " ";
  flex-grow: 1;
  display: flex;
  height: 2px;
  align-self: center;
  background-color: #231F20;
}

/**
*
*	Name:			Yekan Bakh Fonts
*	Version:			1.0
*	Author:			Reza Bakhtiarifard (rbakhtiarifard.ir)
*	Created on:		May 2022
*	Updated on:		May 2022
*	Vendor:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت پیکان یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
Yekan Bakh fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
------------------------------------------------------------------------------------- fonts/-
*	
**/
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff/YekanBakh-thin.woff") format("woff"), url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff2/YekanBakh-thin.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff/YekanBakh-Light.woff") format("woff"), url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff2/YekanBakh-Light.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff/YekanBakh-Regular.woff") format("woff"), url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff2/YekanBakh-Regular.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff/YekanBakh-SemiBold.woff") format("woff"), url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff2/YekanBakh-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff/YekanBakh-Bold.woff") format("woff"), url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff2/YekanBakh-Bold.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff/YekanBakh-ExtraBold.woff") format("woff"), url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff2/YekanBakh-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff/YekanBakh-Black.woff") format("woff"), url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff2/YekanBakh-Black.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 950;
  src: url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff/YekanBakh-ExtraBlack.woff") format("woff"), url("../fonts/YekanBakhPro/YekanBakhFamily/Webfonts/fonts/woff2/YekanBakh-ExtraBlack.woff2") format("woff2");
}
.dir-ltr {
  direction: ltr;
}

.dir-rtl {
  direction: rtl;
}

.container-left, .container-right {
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
}

@media (min-width: 576px) {
  .container-right {
    margin-right: calc((100vw - 540px) / 2);
  }
  .container-left {
    margin-left: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .container-right {
    margin-right: calc((100vw - 720px) / 2);
  }
  .container-left {
    margin-left: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .container-right {
    margin-right: calc((100vw - 960px) / 2);
  }
  .container-left {
    margin-left: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .container-right {
    margin-right: calc((100vw - 1140px) / 2);
  }
  .container-left {
    margin-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .container-right {
    margin-right: calc((100vw - 1320px) / 2);
  }
  .container-left {
    margin-left: calc((100vw - 1320px) / 2);
  }
}
.rb-0-0-0-0-0 {
  border-radius: calc(0 * 0px) calc(0 * 0px) calc(0 * 0px) calc(0 * 0px);
}

.rb-0-0-0-0-1 {
  border-radius: calc(0 * 1px) calc(0 * 1px) calc(0 * 1px) calc(0 * 1px);
}

.rb-0-0-0-0-2 {
  border-radius: calc(0 * 2px) calc(0 * 2px) calc(0 * 2px) calc(0 * 2px);
}

.rb-0-0-0-0-3 {
  border-radius: calc(0 * 3px) calc(0 * 3px) calc(0 * 3px) calc(0 * 3px);
}

.rb-0-0-0-0-4 {
  border-radius: calc(0 * 4px) calc(0 * 4px) calc(0 * 4px) calc(0 * 4px);
}

.rb-0-0-0-0-5 {
  border-radius: calc(0 * 5px) calc(0 * 5px) calc(0 * 5px) calc(0 * 5px);
}

.rb-0-0-0-0-6 {
  border-radius: calc(0 * 6px) calc(0 * 6px) calc(0 * 6px) calc(0 * 6px);
}

.rb-0-0-0-0-7 {
  border-radius: calc(0 * 7px) calc(0 * 7px) calc(0 * 7px) calc(0 * 7px);
}

.rb-0-0-0-0-8 {
  border-radius: calc(0 * 8px) calc(0 * 8px) calc(0 * 8px) calc(0 * 8px);
}

.rb-0-0-0-0-9 {
  border-radius: calc(0 * 9px) calc(0 * 9px) calc(0 * 9px) calc(0 * 9px);
}

.rb-0-0-0-0-10 {
  border-radius: calc(0 * 10px) calc(0 * 10px) calc(0 * 10px) calc(0 * 10px);
}

.rb-0-0-0-0-11 {
  border-radius: calc(0 * 11px) calc(0 * 11px) calc(0 * 11px) calc(0 * 11px);
}

.rb-0-0-0-0-12 {
  border-radius: calc(0 * 12px) calc(0 * 12px) calc(0 * 12px) calc(0 * 12px);
}

.rb-0-0-0-0-13 {
  border-radius: calc(0 * 13px) calc(0 * 13px) calc(0 * 13px) calc(0 * 13px);
}

.rb-0-0-0-0-14 {
  border-radius: calc(0 * 14px) calc(0 * 14px) calc(0 * 14px) calc(0 * 14px);
}

.rb-0-0-0-0-15 {
  border-radius: calc(0 * 15px) calc(0 * 15px) calc(0 * 15px) calc(0 * 15px);
}

.rb-0-0-0-0-16 {
  border-radius: calc(0 * 16px) calc(0 * 16px) calc(0 * 16px) calc(0 * 16px);
}

.rb-0-0-0-0-17 {
  border-radius: calc(0 * 17px) calc(0 * 17px) calc(0 * 17px) calc(0 * 17px);
}

.rb-0-0-0-0-18 {
  border-radius: calc(0 * 18px) calc(0 * 18px) calc(0 * 18px) calc(0 * 18px);
}

.rb-0-0-0-0-19 {
  border-radius: calc(0 * 19px) calc(0 * 19px) calc(0 * 19px) calc(0 * 19px);
}

.rb-0-0-0-0-20 {
  border-radius: calc(0 * 20px) calc(0 * 20px) calc(0 * 20px) calc(0 * 20px);
}

.rb-0-0-0-0-21 {
  border-radius: calc(0 * 21px) calc(0 * 21px) calc(0 * 21px) calc(0 * 21px);
}

.rb-0-0-0-0-22 {
  border-radius: calc(0 * 22px) calc(0 * 22px) calc(0 * 22px) calc(0 * 22px);
}

.rb-0-0-0-0-23 {
  border-radius: calc(0 * 23px) calc(0 * 23px) calc(0 * 23px) calc(0 * 23px);
}

.rb-0-0-0-0-24 {
  border-radius: calc(0 * 24px) calc(0 * 24px) calc(0 * 24px) calc(0 * 24px);
}

.rb-0-0-0-0-25 {
  border-radius: calc(0 * 25px) calc(0 * 25px) calc(0 * 25px) calc(0 * 25px);
}

.rb-0-0-0-0-26 {
  border-radius: calc(0 * 26px) calc(0 * 26px) calc(0 * 26px) calc(0 * 26px);
}

.rb-0-0-0-0-27 {
  border-radius: calc(0 * 27px) calc(0 * 27px) calc(0 * 27px) calc(0 * 27px);
}

.rb-0-0-0-0-28 {
  border-radius: calc(0 * 28px) calc(0 * 28px) calc(0 * 28px) calc(0 * 28px);
}

.rb-0-0-0-0-29 {
  border-radius: calc(0 * 29px) calc(0 * 29px) calc(0 * 29px) calc(0 * 29px);
}

.rb-0-0-0-0-30 {
  border-radius: calc(0 * 30px) calc(0 * 30px) calc(0 * 30px) calc(0 * 30px);
}

.rb-0-0-0-0-31 {
  border-radius: calc(0 * 31px) calc(0 * 31px) calc(0 * 31px) calc(0 * 31px);
}

.rb-0-0-0-0-32 {
  border-radius: calc(0 * 32px) calc(0 * 32px) calc(0 * 32px) calc(0 * 32px);
}

.rb-0-0-0-0-33 {
  border-radius: calc(0 * 33px) calc(0 * 33px) calc(0 * 33px) calc(0 * 33px);
}

.rb-0-0-0-0-34 {
  border-radius: calc(0 * 34px) calc(0 * 34px) calc(0 * 34px) calc(0 * 34px);
}

.rb-0-0-0-0-35 {
  border-radius: calc(0 * 35px) calc(0 * 35px) calc(0 * 35px) calc(0 * 35px);
}

.rb-0-0-0-0-36 {
  border-radius: calc(0 * 36px) calc(0 * 36px) calc(0 * 36px) calc(0 * 36px);
}

.rb-0-0-0-0-37 {
  border-radius: calc(0 * 37px) calc(0 * 37px) calc(0 * 37px) calc(0 * 37px);
}

.rb-0-0-0-0-38 {
  border-radius: calc(0 * 38px) calc(0 * 38px) calc(0 * 38px) calc(0 * 38px);
}

.rb-0-0-0-0-39 {
  border-radius: calc(0 * 39px) calc(0 * 39px) calc(0 * 39px) calc(0 * 39px);
}

.rb-0-0-0-0-40 {
  border-radius: calc(0 * 40px) calc(0 * 40px) calc(0 * 40px) calc(0 * 40px);
}

.rb-0-0-0-0-41 {
  border-radius: calc(0 * 41px) calc(0 * 41px) calc(0 * 41px) calc(0 * 41px);
}

.rb-0-0-0-0-42 {
  border-radius: calc(0 * 42px) calc(0 * 42px) calc(0 * 42px) calc(0 * 42px);
}

.rb-0-0-0-0-43 {
  border-radius: calc(0 * 43px) calc(0 * 43px) calc(0 * 43px) calc(0 * 43px);
}

.rb-0-0-0-0-44 {
  border-radius: calc(0 * 44px) calc(0 * 44px) calc(0 * 44px) calc(0 * 44px);
}

.rb-0-0-0-0-45 {
  border-radius: calc(0 * 45px) calc(0 * 45px) calc(0 * 45px) calc(0 * 45px);
}

.rb-0-0-0-0-46 {
  border-radius: calc(0 * 46px) calc(0 * 46px) calc(0 * 46px) calc(0 * 46px);
}

.rb-0-0-0-0-47 {
  border-radius: calc(0 * 47px) calc(0 * 47px) calc(0 * 47px) calc(0 * 47px);
}

.rb-0-0-0-0-48 {
  border-radius: calc(0 * 48px) calc(0 * 48px) calc(0 * 48px) calc(0 * 48px);
}

.rb-0-0-0-0-49 {
  border-radius: calc(0 * 49px) calc(0 * 49px) calc(0 * 49px) calc(0 * 49px);
}

.rb-0-0-0-0-50 {
  border-radius: calc(0 * 50px) calc(0 * 50px) calc(0 * 50px) calc(0 * 50px);
}

.rb-0-0-0-0-51 {
  border-radius: calc(0 * 51px) calc(0 * 51px) calc(0 * 51px) calc(0 * 51px);
}

.rb-0-0-0-0-52 {
  border-radius: calc(0 * 52px) calc(0 * 52px) calc(0 * 52px) calc(0 * 52px);
}

.rb-0-0-0-0-53 {
  border-radius: calc(0 * 53px) calc(0 * 53px) calc(0 * 53px) calc(0 * 53px);
}

.rb-0-0-0-0-54 {
  border-radius: calc(0 * 54px) calc(0 * 54px) calc(0 * 54px) calc(0 * 54px);
}

.rb-0-0-0-0-55 {
  border-radius: calc(0 * 55px) calc(0 * 55px) calc(0 * 55px) calc(0 * 55px);
}

.rb-0-0-0-0-56 {
  border-radius: calc(0 * 56px) calc(0 * 56px) calc(0 * 56px) calc(0 * 56px);
}

.rb-0-0-0-0-57 {
  border-radius: calc(0 * 57px) calc(0 * 57px) calc(0 * 57px) calc(0 * 57px);
}

.rb-0-0-0-0-58 {
  border-radius: calc(0 * 58px) calc(0 * 58px) calc(0 * 58px) calc(0 * 58px);
}

.rb-0-0-0-0-59 {
  border-radius: calc(0 * 59px) calc(0 * 59px) calc(0 * 59px) calc(0 * 59px);
}

.rb-0-0-0-0-60 {
  border-radius: calc(0 * 60px) calc(0 * 60px) calc(0 * 60px) calc(0 * 60px);
}

.rb-0-0-0-0-61 {
  border-radius: calc(0 * 61px) calc(0 * 61px) calc(0 * 61px) calc(0 * 61px);
}

.rb-0-0-0-0-62 {
  border-radius: calc(0 * 62px) calc(0 * 62px) calc(0 * 62px) calc(0 * 62px);
}

.rb-0-0-0-0-63 {
  border-radius: calc(0 * 63px) calc(0 * 63px) calc(0 * 63px) calc(0 * 63px);
}

.rb-0-0-0-0-64 {
  border-radius: calc(0 * 64px) calc(0 * 64px) calc(0 * 64px) calc(0 * 64px);
}

.rb-0-0-0-0-65 {
  border-radius: calc(0 * 65px) calc(0 * 65px) calc(0 * 65px) calc(0 * 65px);
}

.rb-0-0-0-0-66 {
  border-radius: calc(0 * 66px) calc(0 * 66px) calc(0 * 66px) calc(0 * 66px);
}

.rb-0-0-0-0-67 {
  border-radius: calc(0 * 67px) calc(0 * 67px) calc(0 * 67px) calc(0 * 67px);
}

.rb-0-0-0-0-68 {
  border-radius: calc(0 * 68px) calc(0 * 68px) calc(0 * 68px) calc(0 * 68px);
}

.rb-0-0-0-0-69 {
  border-radius: calc(0 * 69px) calc(0 * 69px) calc(0 * 69px) calc(0 * 69px);
}

.rb-0-0-0-0-70 {
  border-radius: calc(0 * 70px) calc(0 * 70px) calc(0 * 70px) calc(0 * 70px);
}

.rb-0-0-0-0-71 {
  border-radius: calc(0 * 71px) calc(0 * 71px) calc(0 * 71px) calc(0 * 71px);
}

.rb-0-0-0-0-72 {
  border-radius: calc(0 * 72px) calc(0 * 72px) calc(0 * 72px) calc(0 * 72px);
}

.rb-0-0-0-0-73 {
  border-radius: calc(0 * 73px) calc(0 * 73px) calc(0 * 73px) calc(0 * 73px);
}

.rb-0-0-0-0-74 {
  border-radius: calc(0 * 74px) calc(0 * 74px) calc(0 * 74px) calc(0 * 74px);
}

.rb-0-0-0-0-75 {
  border-radius: calc(0 * 75px) calc(0 * 75px) calc(0 * 75px) calc(0 * 75px);
}

.rb-0-0-0-0-76 {
  border-radius: calc(0 * 76px) calc(0 * 76px) calc(0 * 76px) calc(0 * 76px);
}

.rb-0-0-0-0-77 {
  border-radius: calc(0 * 77px) calc(0 * 77px) calc(0 * 77px) calc(0 * 77px);
}

.rb-0-0-0-0-78 {
  border-radius: calc(0 * 78px) calc(0 * 78px) calc(0 * 78px) calc(0 * 78px);
}

.rb-0-0-0-0-79 {
  border-radius: calc(0 * 79px) calc(0 * 79px) calc(0 * 79px) calc(0 * 79px);
}

.rb-0-0-0-0-80 {
  border-radius: calc(0 * 80px) calc(0 * 80px) calc(0 * 80px) calc(0 * 80px);
}

.rb-0-0-0-0-81 {
  border-radius: calc(0 * 81px) calc(0 * 81px) calc(0 * 81px) calc(0 * 81px);
}

.rb-0-0-0-0-82 {
  border-radius: calc(0 * 82px) calc(0 * 82px) calc(0 * 82px) calc(0 * 82px);
}

.rb-0-0-0-0-83 {
  border-radius: calc(0 * 83px) calc(0 * 83px) calc(0 * 83px) calc(0 * 83px);
}

.rb-0-0-0-0-84 {
  border-radius: calc(0 * 84px) calc(0 * 84px) calc(0 * 84px) calc(0 * 84px);
}

.rb-0-0-0-0-85 {
  border-radius: calc(0 * 85px) calc(0 * 85px) calc(0 * 85px) calc(0 * 85px);
}

.rb-0-0-0-0-86 {
  border-radius: calc(0 * 86px) calc(0 * 86px) calc(0 * 86px) calc(0 * 86px);
}

.rb-0-0-0-0-87 {
  border-radius: calc(0 * 87px) calc(0 * 87px) calc(0 * 87px) calc(0 * 87px);
}

.rb-0-0-0-0-88 {
  border-radius: calc(0 * 88px) calc(0 * 88px) calc(0 * 88px) calc(0 * 88px);
}

.rb-0-0-0-0-89 {
  border-radius: calc(0 * 89px) calc(0 * 89px) calc(0 * 89px) calc(0 * 89px);
}

.rb-0-0-0-0-90 {
  border-radius: calc(0 * 90px) calc(0 * 90px) calc(0 * 90px) calc(0 * 90px);
}

.rb-0-0-0-0-91 {
  border-radius: calc(0 * 91px) calc(0 * 91px) calc(0 * 91px) calc(0 * 91px);
}

.rb-0-0-0-0-92 {
  border-radius: calc(0 * 92px) calc(0 * 92px) calc(0 * 92px) calc(0 * 92px);
}

.rb-0-0-0-0-93 {
  border-radius: calc(0 * 93px) calc(0 * 93px) calc(0 * 93px) calc(0 * 93px);
}

.rb-0-0-0-0-94 {
  border-radius: calc(0 * 94px) calc(0 * 94px) calc(0 * 94px) calc(0 * 94px);
}

.rb-0-0-0-0-95 {
  border-radius: calc(0 * 95px) calc(0 * 95px) calc(0 * 95px) calc(0 * 95px);
}

.rb-0-0-0-0-96 {
  border-radius: calc(0 * 96px) calc(0 * 96px) calc(0 * 96px) calc(0 * 96px);
}

.rb-0-0-0-0-97 {
  border-radius: calc(0 * 97px) calc(0 * 97px) calc(0 * 97px) calc(0 * 97px);
}

.rb-0-0-0-0-98 {
  border-radius: calc(0 * 98px) calc(0 * 98px) calc(0 * 98px) calc(0 * 98px);
}

.rb-0-0-0-0-99 {
  border-radius: calc(0 * 99px) calc(0 * 99px) calc(0 * 99px) calc(0 * 99px);
}

.rb-0-0-0-0-100 {
  border-radius: calc(0 * 100px) calc(0 * 100px) calc(0 * 100px) calc(0 * 100px);
}

.rb-0-0-0-1-0 {
  border-radius: calc(0 * 0px) calc(0 * 0px) calc(0 * 0px) calc(1 * 0px);
}

.rb-0-0-0-1-1 {
  border-radius: calc(0 * 1px) calc(0 * 1px) calc(0 * 1px) calc(1 * 1px);
}

.rb-0-0-0-1-2 {
  border-radius: calc(0 * 2px) calc(0 * 2px) calc(0 * 2px) calc(1 * 2px);
}

.rb-0-0-0-1-3 {
  border-radius: calc(0 * 3px) calc(0 * 3px) calc(0 * 3px) calc(1 * 3px);
}

.rb-0-0-0-1-4 {
  border-radius: calc(0 * 4px) calc(0 * 4px) calc(0 * 4px) calc(1 * 4px);
}

.rb-0-0-0-1-5 {
  border-radius: calc(0 * 5px) calc(0 * 5px) calc(0 * 5px) calc(1 * 5px);
}

.rb-0-0-0-1-6 {
  border-radius: calc(0 * 6px) calc(0 * 6px) calc(0 * 6px) calc(1 * 6px);
}

.rb-0-0-0-1-7 {
  border-radius: calc(0 * 7px) calc(0 * 7px) calc(0 * 7px) calc(1 * 7px);
}

.rb-0-0-0-1-8 {
  border-radius: calc(0 * 8px) calc(0 * 8px) calc(0 * 8px) calc(1 * 8px);
}

.rb-0-0-0-1-9 {
  border-radius: calc(0 * 9px) calc(0 * 9px) calc(0 * 9px) calc(1 * 9px);
}

.rb-0-0-0-1-10 {
  border-radius: calc(0 * 10px) calc(0 * 10px) calc(0 * 10px) calc(1 * 10px);
}

.rb-0-0-0-1-11 {
  border-radius: calc(0 * 11px) calc(0 * 11px) calc(0 * 11px) calc(1 * 11px);
}

.rb-0-0-0-1-12 {
  border-radius: calc(0 * 12px) calc(0 * 12px) calc(0 * 12px) calc(1 * 12px);
}

.rb-0-0-0-1-13 {
  border-radius: calc(0 * 13px) calc(0 * 13px) calc(0 * 13px) calc(1 * 13px);
}

.rb-0-0-0-1-14 {
  border-radius: calc(0 * 14px) calc(0 * 14px) calc(0 * 14px) calc(1 * 14px);
}

.rb-0-0-0-1-15 {
  border-radius: calc(0 * 15px) calc(0 * 15px) calc(0 * 15px) calc(1 * 15px);
}

.rb-0-0-0-1-16 {
  border-radius: calc(0 * 16px) calc(0 * 16px) calc(0 * 16px) calc(1 * 16px);
}

.rb-0-0-0-1-17 {
  border-radius: calc(0 * 17px) calc(0 * 17px) calc(0 * 17px) calc(1 * 17px);
}

.rb-0-0-0-1-18 {
  border-radius: calc(0 * 18px) calc(0 * 18px) calc(0 * 18px) calc(1 * 18px);
}

.rb-0-0-0-1-19 {
  border-radius: calc(0 * 19px) calc(0 * 19px) calc(0 * 19px) calc(1 * 19px);
}

.rb-0-0-0-1-20 {
  border-radius: calc(0 * 20px) calc(0 * 20px) calc(0 * 20px) calc(1 * 20px);
}

.rb-0-0-0-1-21 {
  border-radius: calc(0 * 21px) calc(0 * 21px) calc(0 * 21px) calc(1 * 21px);
}

.rb-0-0-0-1-22 {
  border-radius: calc(0 * 22px) calc(0 * 22px) calc(0 * 22px) calc(1 * 22px);
}

.rb-0-0-0-1-23 {
  border-radius: calc(0 * 23px) calc(0 * 23px) calc(0 * 23px) calc(1 * 23px);
}

.rb-0-0-0-1-24 {
  border-radius: calc(0 * 24px) calc(0 * 24px) calc(0 * 24px) calc(1 * 24px);
}

.rb-0-0-0-1-25 {
  border-radius: calc(0 * 25px) calc(0 * 25px) calc(0 * 25px) calc(1 * 25px);
}

.rb-0-0-0-1-26 {
  border-radius: calc(0 * 26px) calc(0 * 26px) calc(0 * 26px) calc(1 * 26px);
}

.rb-0-0-0-1-27 {
  border-radius: calc(0 * 27px) calc(0 * 27px) calc(0 * 27px) calc(1 * 27px);
}

.rb-0-0-0-1-28 {
  border-radius: calc(0 * 28px) calc(0 * 28px) calc(0 * 28px) calc(1 * 28px);
}

.rb-0-0-0-1-29 {
  border-radius: calc(0 * 29px) calc(0 * 29px) calc(0 * 29px) calc(1 * 29px);
}

.rb-0-0-0-1-30 {
  border-radius: calc(0 * 30px) calc(0 * 30px) calc(0 * 30px) calc(1 * 30px);
}

.rb-0-0-0-1-31 {
  border-radius: calc(0 * 31px) calc(0 * 31px) calc(0 * 31px) calc(1 * 31px);
}

.rb-0-0-0-1-32 {
  border-radius: calc(0 * 32px) calc(0 * 32px) calc(0 * 32px) calc(1 * 32px);
}

.rb-0-0-0-1-33 {
  border-radius: calc(0 * 33px) calc(0 * 33px) calc(0 * 33px) calc(1 * 33px);
}

.rb-0-0-0-1-34 {
  border-radius: calc(0 * 34px) calc(0 * 34px) calc(0 * 34px) calc(1 * 34px);
}

.rb-0-0-0-1-35 {
  border-radius: calc(0 * 35px) calc(0 * 35px) calc(0 * 35px) calc(1 * 35px);
}

.rb-0-0-0-1-36 {
  border-radius: calc(0 * 36px) calc(0 * 36px) calc(0 * 36px) calc(1 * 36px);
}

.rb-0-0-0-1-37 {
  border-radius: calc(0 * 37px) calc(0 * 37px) calc(0 * 37px) calc(1 * 37px);
}

.rb-0-0-0-1-38 {
  border-radius: calc(0 * 38px) calc(0 * 38px) calc(0 * 38px) calc(1 * 38px);
}

.rb-0-0-0-1-39 {
  border-radius: calc(0 * 39px) calc(0 * 39px) calc(0 * 39px) calc(1 * 39px);
}

.rb-0-0-0-1-40 {
  border-radius: calc(0 * 40px) calc(0 * 40px) calc(0 * 40px) calc(1 * 40px);
}

.rb-0-0-0-1-41 {
  border-radius: calc(0 * 41px) calc(0 * 41px) calc(0 * 41px) calc(1 * 41px);
}

.rb-0-0-0-1-42 {
  border-radius: calc(0 * 42px) calc(0 * 42px) calc(0 * 42px) calc(1 * 42px);
}

.rb-0-0-0-1-43 {
  border-radius: calc(0 * 43px) calc(0 * 43px) calc(0 * 43px) calc(1 * 43px);
}

.rb-0-0-0-1-44 {
  border-radius: calc(0 * 44px) calc(0 * 44px) calc(0 * 44px) calc(1 * 44px);
}

.rb-0-0-0-1-45 {
  border-radius: calc(0 * 45px) calc(0 * 45px) calc(0 * 45px) calc(1 * 45px);
}

.rb-0-0-0-1-46 {
  border-radius: calc(0 * 46px) calc(0 * 46px) calc(0 * 46px) calc(1 * 46px);
}

.rb-0-0-0-1-47 {
  border-radius: calc(0 * 47px) calc(0 * 47px) calc(0 * 47px) calc(1 * 47px);
}

.rb-0-0-0-1-48 {
  border-radius: calc(0 * 48px) calc(0 * 48px) calc(0 * 48px) calc(1 * 48px);
}

.rb-0-0-0-1-49 {
  border-radius: calc(0 * 49px) calc(0 * 49px) calc(0 * 49px) calc(1 * 49px);
}

.rb-0-0-0-1-50 {
  border-radius: calc(0 * 50px) calc(0 * 50px) calc(0 * 50px) calc(1 * 50px);
}

.rb-0-0-0-1-51 {
  border-radius: calc(0 * 51px) calc(0 * 51px) calc(0 * 51px) calc(1 * 51px);
}

.rb-0-0-0-1-52 {
  border-radius: calc(0 * 52px) calc(0 * 52px) calc(0 * 52px) calc(1 * 52px);
}

.rb-0-0-0-1-53 {
  border-radius: calc(0 * 53px) calc(0 * 53px) calc(0 * 53px) calc(1 * 53px);
}

.rb-0-0-0-1-54 {
  border-radius: calc(0 * 54px) calc(0 * 54px) calc(0 * 54px) calc(1 * 54px);
}

.rb-0-0-0-1-55 {
  border-radius: calc(0 * 55px) calc(0 * 55px) calc(0 * 55px) calc(1 * 55px);
}

.rb-0-0-0-1-56 {
  border-radius: calc(0 * 56px) calc(0 * 56px) calc(0 * 56px) calc(1 * 56px);
}

.rb-0-0-0-1-57 {
  border-radius: calc(0 * 57px) calc(0 * 57px) calc(0 * 57px) calc(1 * 57px);
}

.rb-0-0-0-1-58 {
  border-radius: calc(0 * 58px) calc(0 * 58px) calc(0 * 58px) calc(1 * 58px);
}

.rb-0-0-0-1-59 {
  border-radius: calc(0 * 59px) calc(0 * 59px) calc(0 * 59px) calc(1 * 59px);
}

.rb-0-0-0-1-60 {
  border-radius: calc(0 * 60px) calc(0 * 60px) calc(0 * 60px) calc(1 * 60px);
}

.rb-0-0-0-1-61 {
  border-radius: calc(0 * 61px) calc(0 * 61px) calc(0 * 61px) calc(1 * 61px);
}

.rb-0-0-0-1-62 {
  border-radius: calc(0 * 62px) calc(0 * 62px) calc(0 * 62px) calc(1 * 62px);
}

.rb-0-0-0-1-63 {
  border-radius: calc(0 * 63px) calc(0 * 63px) calc(0 * 63px) calc(1 * 63px);
}

.rb-0-0-0-1-64 {
  border-radius: calc(0 * 64px) calc(0 * 64px) calc(0 * 64px) calc(1 * 64px);
}

.rb-0-0-0-1-65 {
  border-radius: calc(0 * 65px) calc(0 * 65px) calc(0 * 65px) calc(1 * 65px);
}

.rb-0-0-0-1-66 {
  border-radius: calc(0 * 66px) calc(0 * 66px) calc(0 * 66px) calc(1 * 66px);
}

.rb-0-0-0-1-67 {
  border-radius: calc(0 * 67px) calc(0 * 67px) calc(0 * 67px) calc(1 * 67px);
}

.rb-0-0-0-1-68 {
  border-radius: calc(0 * 68px) calc(0 * 68px) calc(0 * 68px) calc(1 * 68px);
}

.rb-0-0-0-1-69 {
  border-radius: calc(0 * 69px) calc(0 * 69px) calc(0 * 69px) calc(1 * 69px);
}

.rb-0-0-0-1-70 {
  border-radius: calc(0 * 70px) calc(0 * 70px) calc(0 * 70px) calc(1 * 70px);
}

.rb-0-0-0-1-71 {
  border-radius: calc(0 * 71px) calc(0 * 71px) calc(0 * 71px) calc(1 * 71px);
}

.rb-0-0-0-1-72 {
  border-radius: calc(0 * 72px) calc(0 * 72px) calc(0 * 72px) calc(1 * 72px);
}

.rb-0-0-0-1-73 {
  border-radius: calc(0 * 73px) calc(0 * 73px) calc(0 * 73px) calc(1 * 73px);
}

.rb-0-0-0-1-74 {
  border-radius: calc(0 * 74px) calc(0 * 74px) calc(0 * 74px) calc(1 * 74px);
}

.rb-0-0-0-1-75 {
  border-radius: calc(0 * 75px) calc(0 * 75px) calc(0 * 75px) calc(1 * 75px);
}

.rb-0-0-0-1-76 {
  border-radius: calc(0 * 76px) calc(0 * 76px) calc(0 * 76px) calc(1 * 76px);
}

.rb-0-0-0-1-77 {
  border-radius: calc(0 * 77px) calc(0 * 77px) calc(0 * 77px) calc(1 * 77px);
}

.rb-0-0-0-1-78 {
  border-radius: calc(0 * 78px) calc(0 * 78px) calc(0 * 78px) calc(1 * 78px);
}

.rb-0-0-0-1-79 {
  border-radius: calc(0 * 79px) calc(0 * 79px) calc(0 * 79px) calc(1 * 79px);
}

.rb-0-0-0-1-80 {
  border-radius: calc(0 * 80px) calc(0 * 80px) calc(0 * 80px) calc(1 * 80px);
}

.rb-0-0-0-1-81 {
  border-radius: calc(0 * 81px) calc(0 * 81px) calc(0 * 81px) calc(1 * 81px);
}

.rb-0-0-0-1-82 {
  border-radius: calc(0 * 82px) calc(0 * 82px) calc(0 * 82px) calc(1 * 82px);
}

.rb-0-0-0-1-83 {
  border-radius: calc(0 * 83px) calc(0 * 83px) calc(0 * 83px) calc(1 * 83px);
}

.rb-0-0-0-1-84 {
  border-radius: calc(0 * 84px) calc(0 * 84px) calc(0 * 84px) calc(1 * 84px);
}

.rb-0-0-0-1-85 {
  border-radius: calc(0 * 85px) calc(0 * 85px) calc(0 * 85px) calc(1 * 85px);
}

.rb-0-0-0-1-86 {
  border-radius: calc(0 * 86px) calc(0 * 86px) calc(0 * 86px) calc(1 * 86px);
}

.rb-0-0-0-1-87 {
  border-radius: calc(0 * 87px) calc(0 * 87px) calc(0 * 87px) calc(1 * 87px);
}

.rb-0-0-0-1-88 {
  border-radius: calc(0 * 88px) calc(0 * 88px) calc(0 * 88px) calc(1 * 88px);
}

.rb-0-0-0-1-89 {
  border-radius: calc(0 * 89px) calc(0 * 89px) calc(0 * 89px) calc(1 * 89px);
}

.rb-0-0-0-1-90 {
  border-radius: calc(0 * 90px) calc(0 * 90px) calc(0 * 90px) calc(1 * 90px);
}

.rb-0-0-0-1-91 {
  border-radius: calc(0 * 91px) calc(0 * 91px) calc(0 * 91px) calc(1 * 91px);
}

.rb-0-0-0-1-92 {
  border-radius: calc(0 * 92px) calc(0 * 92px) calc(0 * 92px) calc(1 * 92px);
}

.rb-0-0-0-1-93 {
  border-radius: calc(0 * 93px) calc(0 * 93px) calc(0 * 93px) calc(1 * 93px);
}

.rb-0-0-0-1-94 {
  border-radius: calc(0 * 94px) calc(0 * 94px) calc(0 * 94px) calc(1 * 94px);
}

.rb-0-0-0-1-95 {
  border-radius: calc(0 * 95px) calc(0 * 95px) calc(0 * 95px) calc(1 * 95px);
}

.rb-0-0-0-1-96 {
  border-radius: calc(0 * 96px) calc(0 * 96px) calc(0 * 96px) calc(1 * 96px);
}

.rb-0-0-0-1-97 {
  border-radius: calc(0 * 97px) calc(0 * 97px) calc(0 * 97px) calc(1 * 97px);
}

.rb-0-0-0-1-98 {
  border-radius: calc(0 * 98px) calc(0 * 98px) calc(0 * 98px) calc(1 * 98px);
}

.rb-0-0-0-1-99 {
  border-radius: calc(0 * 99px) calc(0 * 99px) calc(0 * 99px) calc(1 * 99px);
}

.rb-0-0-0-1-100 {
  border-radius: calc(0 * 100px) calc(0 * 100px) calc(0 * 100px) calc(1 * 100px);
}

.rb-0-0-1-0-0 {
  border-radius: calc(0 * 0px) calc(0 * 0px) calc(1 * 0px) calc(0 * 0px);
}

.rb-0-0-1-0-1 {
  border-radius: calc(0 * 1px) calc(0 * 1px) calc(1 * 1px) calc(0 * 1px);
}

.rb-0-0-1-0-2 {
  border-radius: calc(0 * 2px) calc(0 * 2px) calc(1 * 2px) calc(0 * 2px);
}

.rb-0-0-1-0-3 {
  border-radius: calc(0 * 3px) calc(0 * 3px) calc(1 * 3px) calc(0 * 3px);
}

.rb-0-0-1-0-4 {
  border-radius: calc(0 * 4px) calc(0 * 4px) calc(1 * 4px) calc(0 * 4px);
}

.rb-0-0-1-0-5 {
  border-radius: calc(0 * 5px) calc(0 * 5px) calc(1 * 5px) calc(0 * 5px);
}

.rb-0-0-1-0-6 {
  border-radius: calc(0 * 6px) calc(0 * 6px) calc(1 * 6px) calc(0 * 6px);
}

.rb-0-0-1-0-7 {
  border-radius: calc(0 * 7px) calc(0 * 7px) calc(1 * 7px) calc(0 * 7px);
}

.rb-0-0-1-0-8 {
  border-radius: calc(0 * 8px) calc(0 * 8px) calc(1 * 8px) calc(0 * 8px);
}

.rb-0-0-1-0-9 {
  border-radius: calc(0 * 9px) calc(0 * 9px) calc(1 * 9px) calc(0 * 9px);
}

.rb-0-0-1-0-10 {
  border-radius: calc(0 * 10px) calc(0 * 10px) calc(1 * 10px) calc(0 * 10px);
}

.rb-0-0-1-0-11 {
  border-radius: calc(0 * 11px) calc(0 * 11px) calc(1 * 11px) calc(0 * 11px);
}

.rb-0-0-1-0-12 {
  border-radius: calc(0 * 12px) calc(0 * 12px) calc(1 * 12px) calc(0 * 12px);
}

.rb-0-0-1-0-13 {
  border-radius: calc(0 * 13px) calc(0 * 13px) calc(1 * 13px) calc(0 * 13px);
}

.rb-0-0-1-0-14 {
  border-radius: calc(0 * 14px) calc(0 * 14px) calc(1 * 14px) calc(0 * 14px);
}

.rb-0-0-1-0-15 {
  border-radius: calc(0 * 15px) calc(0 * 15px) calc(1 * 15px) calc(0 * 15px);
}

.rb-0-0-1-0-16 {
  border-radius: calc(0 * 16px) calc(0 * 16px) calc(1 * 16px) calc(0 * 16px);
}

.rb-0-0-1-0-17 {
  border-radius: calc(0 * 17px) calc(0 * 17px) calc(1 * 17px) calc(0 * 17px);
}

.rb-0-0-1-0-18 {
  border-radius: calc(0 * 18px) calc(0 * 18px) calc(1 * 18px) calc(0 * 18px);
}

.rb-0-0-1-0-19 {
  border-radius: calc(0 * 19px) calc(0 * 19px) calc(1 * 19px) calc(0 * 19px);
}

.rb-0-0-1-0-20 {
  border-radius: calc(0 * 20px) calc(0 * 20px) calc(1 * 20px) calc(0 * 20px);
}

.rb-0-0-1-0-21 {
  border-radius: calc(0 * 21px) calc(0 * 21px) calc(1 * 21px) calc(0 * 21px);
}

.rb-0-0-1-0-22 {
  border-radius: calc(0 * 22px) calc(0 * 22px) calc(1 * 22px) calc(0 * 22px);
}

.rb-0-0-1-0-23 {
  border-radius: calc(0 * 23px) calc(0 * 23px) calc(1 * 23px) calc(0 * 23px);
}

.rb-0-0-1-0-24 {
  border-radius: calc(0 * 24px) calc(0 * 24px) calc(1 * 24px) calc(0 * 24px);
}

.rb-0-0-1-0-25 {
  border-radius: calc(0 * 25px) calc(0 * 25px) calc(1 * 25px) calc(0 * 25px);
}

.rb-0-0-1-0-26 {
  border-radius: calc(0 * 26px) calc(0 * 26px) calc(1 * 26px) calc(0 * 26px);
}

.rb-0-0-1-0-27 {
  border-radius: calc(0 * 27px) calc(0 * 27px) calc(1 * 27px) calc(0 * 27px);
}

.rb-0-0-1-0-28 {
  border-radius: calc(0 * 28px) calc(0 * 28px) calc(1 * 28px) calc(0 * 28px);
}

.rb-0-0-1-0-29 {
  border-radius: calc(0 * 29px) calc(0 * 29px) calc(1 * 29px) calc(0 * 29px);
}

.rb-0-0-1-0-30 {
  border-radius: calc(0 * 30px) calc(0 * 30px) calc(1 * 30px) calc(0 * 30px);
}

.rb-0-0-1-0-31 {
  border-radius: calc(0 * 31px) calc(0 * 31px) calc(1 * 31px) calc(0 * 31px);
}

.rb-0-0-1-0-32 {
  border-radius: calc(0 * 32px) calc(0 * 32px) calc(1 * 32px) calc(0 * 32px);
}

.rb-0-0-1-0-33 {
  border-radius: calc(0 * 33px) calc(0 * 33px) calc(1 * 33px) calc(0 * 33px);
}

.rb-0-0-1-0-34 {
  border-radius: calc(0 * 34px) calc(0 * 34px) calc(1 * 34px) calc(0 * 34px);
}

.rb-0-0-1-0-35 {
  border-radius: calc(0 * 35px) calc(0 * 35px) calc(1 * 35px) calc(0 * 35px);
}

.rb-0-0-1-0-36 {
  border-radius: calc(0 * 36px) calc(0 * 36px) calc(1 * 36px) calc(0 * 36px);
}

.rb-0-0-1-0-37 {
  border-radius: calc(0 * 37px) calc(0 * 37px) calc(1 * 37px) calc(0 * 37px);
}

.rb-0-0-1-0-38 {
  border-radius: calc(0 * 38px) calc(0 * 38px) calc(1 * 38px) calc(0 * 38px);
}

.rb-0-0-1-0-39 {
  border-radius: calc(0 * 39px) calc(0 * 39px) calc(1 * 39px) calc(0 * 39px);
}

.rb-0-0-1-0-40 {
  border-radius: calc(0 * 40px) calc(0 * 40px) calc(1 * 40px) calc(0 * 40px);
}

.rb-0-0-1-0-41 {
  border-radius: calc(0 * 41px) calc(0 * 41px) calc(1 * 41px) calc(0 * 41px);
}

.rb-0-0-1-0-42 {
  border-radius: calc(0 * 42px) calc(0 * 42px) calc(1 * 42px) calc(0 * 42px);
}

.rb-0-0-1-0-43 {
  border-radius: calc(0 * 43px) calc(0 * 43px) calc(1 * 43px) calc(0 * 43px);
}

.rb-0-0-1-0-44 {
  border-radius: calc(0 * 44px) calc(0 * 44px) calc(1 * 44px) calc(0 * 44px);
}

.rb-0-0-1-0-45 {
  border-radius: calc(0 * 45px) calc(0 * 45px) calc(1 * 45px) calc(0 * 45px);
}

.rb-0-0-1-0-46 {
  border-radius: calc(0 * 46px) calc(0 * 46px) calc(1 * 46px) calc(0 * 46px);
}

.rb-0-0-1-0-47 {
  border-radius: calc(0 * 47px) calc(0 * 47px) calc(1 * 47px) calc(0 * 47px);
}

.rb-0-0-1-0-48 {
  border-radius: calc(0 * 48px) calc(0 * 48px) calc(1 * 48px) calc(0 * 48px);
}

.rb-0-0-1-0-49 {
  border-radius: calc(0 * 49px) calc(0 * 49px) calc(1 * 49px) calc(0 * 49px);
}

.rb-0-0-1-0-50 {
  border-radius: calc(0 * 50px) calc(0 * 50px) calc(1 * 50px) calc(0 * 50px);
}

.rb-0-0-1-0-51 {
  border-radius: calc(0 * 51px) calc(0 * 51px) calc(1 * 51px) calc(0 * 51px);
}

.rb-0-0-1-0-52 {
  border-radius: calc(0 * 52px) calc(0 * 52px) calc(1 * 52px) calc(0 * 52px);
}

.rb-0-0-1-0-53 {
  border-radius: calc(0 * 53px) calc(0 * 53px) calc(1 * 53px) calc(0 * 53px);
}

.rb-0-0-1-0-54 {
  border-radius: calc(0 * 54px) calc(0 * 54px) calc(1 * 54px) calc(0 * 54px);
}

.rb-0-0-1-0-55 {
  border-radius: calc(0 * 55px) calc(0 * 55px) calc(1 * 55px) calc(0 * 55px);
}

.rb-0-0-1-0-56 {
  border-radius: calc(0 * 56px) calc(0 * 56px) calc(1 * 56px) calc(0 * 56px);
}

.rb-0-0-1-0-57 {
  border-radius: calc(0 * 57px) calc(0 * 57px) calc(1 * 57px) calc(0 * 57px);
}

.rb-0-0-1-0-58 {
  border-radius: calc(0 * 58px) calc(0 * 58px) calc(1 * 58px) calc(0 * 58px);
}

.rb-0-0-1-0-59 {
  border-radius: calc(0 * 59px) calc(0 * 59px) calc(1 * 59px) calc(0 * 59px);
}

.rb-0-0-1-0-60 {
  border-radius: calc(0 * 60px) calc(0 * 60px) calc(1 * 60px) calc(0 * 60px);
}

.rb-0-0-1-0-61 {
  border-radius: calc(0 * 61px) calc(0 * 61px) calc(1 * 61px) calc(0 * 61px);
}

.rb-0-0-1-0-62 {
  border-radius: calc(0 * 62px) calc(0 * 62px) calc(1 * 62px) calc(0 * 62px);
}

.rb-0-0-1-0-63 {
  border-radius: calc(0 * 63px) calc(0 * 63px) calc(1 * 63px) calc(0 * 63px);
}

.rb-0-0-1-0-64 {
  border-radius: calc(0 * 64px) calc(0 * 64px) calc(1 * 64px) calc(0 * 64px);
}

.rb-0-0-1-0-65 {
  border-radius: calc(0 * 65px) calc(0 * 65px) calc(1 * 65px) calc(0 * 65px);
}

.rb-0-0-1-0-66 {
  border-radius: calc(0 * 66px) calc(0 * 66px) calc(1 * 66px) calc(0 * 66px);
}

.rb-0-0-1-0-67 {
  border-radius: calc(0 * 67px) calc(0 * 67px) calc(1 * 67px) calc(0 * 67px);
}

.rb-0-0-1-0-68 {
  border-radius: calc(0 * 68px) calc(0 * 68px) calc(1 * 68px) calc(0 * 68px);
}

.rb-0-0-1-0-69 {
  border-radius: calc(0 * 69px) calc(0 * 69px) calc(1 * 69px) calc(0 * 69px);
}

.rb-0-0-1-0-70 {
  border-radius: calc(0 * 70px) calc(0 * 70px) calc(1 * 70px) calc(0 * 70px);
}

.rb-0-0-1-0-71 {
  border-radius: calc(0 * 71px) calc(0 * 71px) calc(1 * 71px) calc(0 * 71px);
}

.rb-0-0-1-0-72 {
  border-radius: calc(0 * 72px) calc(0 * 72px) calc(1 * 72px) calc(0 * 72px);
}

.rb-0-0-1-0-73 {
  border-radius: calc(0 * 73px) calc(0 * 73px) calc(1 * 73px) calc(0 * 73px);
}

.rb-0-0-1-0-74 {
  border-radius: calc(0 * 74px) calc(0 * 74px) calc(1 * 74px) calc(0 * 74px);
}

.rb-0-0-1-0-75 {
  border-radius: calc(0 * 75px) calc(0 * 75px) calc(1 * 75px) calc(0 * 75px);
}

.rb-0-0-1-0-76 {
  border-radius: calc(0 * 76px) calc(0 * 76px) calc(1 * 76px) calc(0 * 76px);
}

.rb-0-0-1-0-77 {
  border-radius: calc(0 * 77px) calc(0 * 77px) calc(1 * 77px) calc(0 * 77px);
}

.rb-0-0-1-0-78 {
  border-radius: calc(0 * 78px) calc(0 * 78px) calc(1 * 78px) calc(0 * 78px);
}

.rb-0-0-1-0-79 {
  border-radius: calc(0 * 79px) calc(0 * 79px) calc(1 * 79px) calc(0 * 79px);
}

.rb-0-0-1-0-80 {
  border-radius: calc(0 * 80px) calc(0 * 80px) calc(1 * 80px) calc(0 * 80px);
}

.rb-0-0-1-0-81 {
  border-radius: calc(0 * 81px) calc(0 * 81px) calc(1 * 81px) calc(0 * 81px);
}

.rb-0-0-1-0-82 {
  border-radius: calc(0 * 82px) calc(0 * 82px) calc(1 * 82px) calc(0 * 82px);
}

.rb-0-0-1-0-83 {
  border-radius: calc(0 * 83px) calc(0 * 83px) calc(1 * 83px) calc(0 * 83px);
}

.rb-0-0-1-0-84 {
  border-radius: calc(0 * 84px) calc(0 * 84px) calc(1 * 84px) calc(0 * 84px);
}

.rb-0-0-1-0-85 {
  border-radius: calc(0 * 85px) calc(0 * 85px) calc(1 * 85px) calc(0 * 85px);
}

.rb-0-0-1-0-86 {
  border-radius: calc(0 * 86px) calc(0 * 86px) calc(1 * 86px) calc(0 * 86px);
}

.rb-0-0-1-0-87 {
  border-radius: calc(0 * 87px) calc(0 * 87px) calc(1 * 87px) calc(0 * 87px);
}

.rb-0-0-1-0-88 {
  border-radius: calc(0 * 88px) calc(0 * 88px) calc(1 * 88px) calc(0 * 88px);
}

.rb-0-0-1-0-89 {
  border-radius: calc(0 * 89px) calc(0 * 89px) calc(1 * 89px) calc(0 * 89px);
}

.rb-0-0-1-0-90 {
  border-radius: calc(0 * 90px) calc(0 * 90px) calc(1 * 90px) calc(0 * 90px);
}

.rb-0-0-1-0-91 {
  border-radius: calc(0 * 91px) calc(0 * 91px) calc(1 * 91px) calc(0 * 91px);
}

.rb-0-0-1-0-92 {
  border-radius: calc(0 * 92px) calc(0 * 92px) calc(1 * 92px) calc(0 * 92px);
}

.rb-0-0-1-0-93 {
  border-radius: calc(0 * 93px) calc(0 * 93px) calc(1 * 93px) calc(0 * 93px);
}

.rb-0-0-1-0-94 {
  border-radius: calc(0 * 94px) calc(0 * 94px) calc(1 * 94px) calc(0 * 94px);
}

.rb-0-0-1-0-95 {
  border-radius: calc(0 * 95px) calc(0 * 95px) calc(1 * 95px) calc(0 * 95px);
}

.rb-0-0-1-0-96 {
  border-radius: calc(0 * 96px) calc(0 * 96px) calc(1 * 96px) calc(0 * 96px);
}

.rb-0-0-1-0-97 {
  border-radius: calc(0 * 97px) calc(0 * 97px) calc(1 * 97px) calc(0 * 97px);
}

.rb-0-0-1-0-98 {
  border-radius: calc(0 * 98px) calc(0 * 98px) calc(1 * 98px) calc(0 * 98px);
}

.rb-0-0-1-0-99 {
  border-radius: calc(0 * 99px) calc(0 * 99px) calc(1 * 99px) calc(0 * 99px);
}

.rb-0-0-1-0-100 {
  border-radius: calc(0 * 100px) calc(0 * 100px) calc(1 * 100px) calc(0 * 100px);
}

.rb-0-0-1-1-0 {
  border-radius: calc(0 * 0px) calc(0 * 0px) calc(1 * 0px) calc(1 * 0px);
}

.rb-0-0-1-1-1 {
  border-radius: calc(0 * 1px) calc(0 * 1px) calc(1 * 1px) calc(1 * 1px);
}

.rb-0-0-1-1-2 {
  border-radius: calc(0 * 2px) calc(0 * 2px) calc(1 * 2px) calc(1 * 2px);
}

.rb-0-0-1-1-3 {
  border-radius: calc(0 * 3px) calc(0 * 3px) calc(1 * 3px) calc(1 * 3px);
}

.rb-0-0-1-1-4 {
  border-radius: calc(0 * 4px) calc(0 * 4px) calc(1 * 4px) calc(1 * 4px);
}

.rb-0-0-1-1-5 {
  border-radius: calc(0 * 5px) calc(0 * 5px) calc(1 * 5px) calc(1 * 5px);
}

.rb-0-0-1-1-6 {
  border-radius: calc(0 * 6px) calc(0 * 6px) calc(1 * 6px) calc(1 * 6px);
}

.rb-0-0-1-1-7 {
  border-radius: calc(0 * 7px) calc(0 * 7px) calc(1 * 7px) calc(1 * 7px);
}

.rb-0-0-1-1-8 {
  border-radius: calc(0 * 8px) calc(0 * 8px) calc(1 * 8px) calc(1 * 8px);
}

.rb-0-0-1-1-9 {
  border-radius: calc(0 * 9px) calc(0 * 9px) calc(1 * 9px) calc(1 * 9px);
}

.rb-0-0-1-1-10 {
  border-radius: calc(0 * 10px) calc(0 * 10px) calc(1 * 10px) calc(1 * 10px);
}

.rb-0-0-1-1-11 {
  border-radius: calc(0 * 11px) calc(0 * 11px) calc(1 * 11px) calc(1 * 11px);
}

.rb-0-0-1-1-12 {
  border-radius: calc(0 * 12px) calc(0 * 12px) calc(1 * 12px) calc(1 * 12px);
}

.rb-0-0-1-1-13 {
  border-radius: calc(0 * 13px) calc(0 * 13px) calc(1 * 13px) calc(1 * 13px);
}

.rb-0-0-1-1-14 {
  border-radius: calc(0 * 14px) calc(0 * 14px) calc(1 * 14px) calc(1 * 14px);
}

.rb-0-0-1-1-15 {
  border-radius: calc(0 * 15px) calc(0 * 15px) calc(1 * 15px) calc(1 * 15px);
}

.rb-0-0-1-1-16 {
  border-radius: calc(0 * 16px) calc(0 * 16px) calc(1 * 16px) calc(1 * 16px);
}

.rb-0-0-1-1-17 {
  border-radius: calc(0 * 17px) calc(0 * 17px) calc(1 * 17px) calc(1 * 17px);
}

.rb-0-0-1-1-18 {
  border-radius: calc(0 * 18px) calc(0 * 18px) calc(1 * 18px) calc(1 * 18px);
}

.rb-0-0-1-1-19 {
  border-radius: calc(0 * 19px) calc(0 * 19px) calc(1 * 19px) calc(1 * 19px);
}

.rb-0-0-1-1-20 {
  border-radius: calc(0 * 20px) calc(0 * 20px) calc(1 * 20px) calc(1 * 20px);
}

.rb-0-0-1-1-21 {
  border-radius: calc(0 * 21px) calc(0 * 21px) calc(1 * 21px) calc(1 * 21px);
}

.rb-0-0-1-1-22 {
  border-radius: calc(0 * 22px) calc(0 * 22px) calc(1 * 22px) calc(1 * 22px);
}

.rb-0-0-1-1-23 {
  border-radius: calc(0 * 23px) calc(0 * 23px) calc(1 * 23px) calc(1 * 23px);
}

.rb-0-0-1-1-24 {
  border-radius: calc(0 * 24px) calc(0 * 24px) calc(1 * 24px) calc(1 * 24px);
}

.rb-0-0-1-1-25 {
  border-radius: calc(0 * 25px) calc(0 * 25px) calc(1 * 25px) calc(1 * 25px);
}

.rb-0-0-1-1-26 {
  border-radius: calc(0 * 26px) calc(0 * 26px) calc(1 * 26px) calc(1 * 26px);
}

.rb-0-0-1-1-27 {
  border-radius: calc(0 * 27px) calc(0 * 27px) calc(1 * 27px) calc(1 * 27px);
}

.rb-0-0-1-1-28 {
  border-radius: calc(0 * 28px) calc(0 * 28px) calc(1 * 28px) calc(1 * 28px);
}

.rb-0-0-1-1-29 {
  border-radius: calc(0 * 29px) calc(0 * 29px) calc(1 * 29px) calc(1 * 29px);
}

.rb-0-0-1-1-30 {
  border-radius: calc(0 * 30px) calc(0 * 30px) calc(1 * 30px) calc(1 * 30px);
}

.rb-0-0-1-1-31 {
  border-radius: calc(0 * 31px) calc(0 * 31px) calc(1 * 31px) calc(1 * 31px);
}

.rb-0-0-1-1-32 {
  border-radius: calc(0 * 32px) calc(0 * 32px) calc(1 * 32px) calc(1 * 32px);
}

.rb-0-0-1-1-33 {
  border-radius: calc(0 * 33px) calc(0 * 33px) calc(1 * 33px) calc(1 * 33px);
}

.rb-0-0-1-1-34 {
  border-radius: calc(0 * 34px) calc(0 * 34px) calc(1 * 34px) calc(1 * 34px);
}

.rb-0-0-1-1-35 {
  border-radius: calc(0 * 35px) calc(0 * 35px) calc(1 * 35px) calc(1 * 35px);
}

.rb-0-0-1-1-36 {
  border-radius: calc(0 * 36px) calc(0 * 36px) calc(1 * 36px) calc(1 * 36px);
}

.rb-0-0-1-1-37 {
  border-radius: calc(0 * 37px) calc(0 * 37px) calc(1 * 37px) calc(1 * 37px);
}

.rb-0-0-1-1-38 {
  border-radius: calc(0 * 38px) calc(0 * 38px) calc(1 * 38px) calc(1 * 38px);
}

.rb-0-0-1-1-39 {
  border-radius: calc(0 * 39px) calc(0 * 39px) calc(1 * 39px) calc(1 * 39px);
}

.rb-0-0-1-1-40 {
  border-radius: calc(0 * 40px) calc(0 * 40px) calc(1 * 40px) calc(1 * 40px);
}

.rb-0-0-1-1-41 {
  border-radius: calc(0 * 41px) calc(0 * 41px) calc(1 * 41px) calc(1 * 41px);
}

.rb-0-0-1-1-42 {
  border-radius: calc(0 * 42px) calc(0 * 42px) calc(1 * 42px) calc(1 * 42px);
}

.rb-0-0-1-1-43 {
  border-radius: calc(0 * 43px) calc(0 * 43px) calc(1 * 43px) calc(1 * 43px);
}

.rb-0-0-1-1-44 {
  border-radius: calc(0 * 44px) calc(0 * 44px) calc(1 * 44px) calc(1 * 44px);
}

.rb-0-0-1-1-45 {
  border-radius: calc(0 * 45px) calc(0 * 45px) calc(1 * 45px) calc(1 * 45px);
}

.rb-0-0-1-1-46 {
  border-radius: calc(0 * 46px) calc(0 * 46px) calc(1 * 46px) calc(1 * 46px);
}

.rb-0-0-1-1-47 {
  border-radius: calc(0 * 47px) calc(0 * 47px) calc(1 * 47px) calc(1 * 47px);
}

.rb-0-0-1-1-48 {
  border-radius: calc(0 * 48px) calc(0 * 48px) calc(1 * 48px) calc(1 * 48px);
}

.rb-0-0-1-1-49 {
  border-radius: calc(0 * 49px) calc(0 * 49px) calc(1 * 49px) calc(1 * 49px);
}

.rb-0-0-1-1-50 {
  border-radius: calc(0 * 50px) calc(0 * 50px) calc(1 * 50px) calc(1 * 50px);
}

.rb-0-0-1-1-51 {
  border-radius: calc(0 * 51px) calc(0 * 51px) calc(1 * 51px) calc(1 * 51px);
}

.rb-0-0-1-1-52 {
  border-radius: calc(0 * 52px) calc(0 * 52px) calc(1 * 52px) calc(1 * 52px);
}

.rb-0-0-1-1-53 {
  border-radius: calc(0 * 53px) calc(0 * 53px) calc(1 * 53px) calc(1 * 53px);
}

.rb-0-0-1-1-54 {
  border-radius: calc(0 * 54px) calc(0 * 54px) calc(1 * 54px) calc(1 * 54px);
}

.rb-0-0-1-1-55 {
  border-radius: calc(0 * 55px) calc(0 * 55px) calc(1 * 55px) calc(1 * 55px);
}

.rb-0-0-1-1-56 {
  border-radius: calc(0 * 56px) calc(0 * 56px) calc(1 * 56px) calc(1 * 56px);
}

.rb-0-0-1-1-57 {
  border-radius: calc(0 * 57px) calc(0 * 57px) calc(1 * 57px) calc(1 * 57px);
}

.rb-0-0-1-1-58 {
  border-radius: calc(0 * 58px) calc(0 * 58px) calc(1 * 58px) calc(1 * 58px);
}

.rb-0-0-1-1-59 {
  border-radius: calc(0 * 59px) calc(0 * 59px) calc(1 * 59px) calc(1 * 59px);
}

.rb-0-0-1-1-60 {
  border-radius: calc(0 * 60px) calc(0 * 60px) calc(1 * 60px) calc(1 * 60px);
}

.rb-0-0-1-1-61 {
  border-radius: calc(0 * 61px) calc(0 * 61px) calc(1 * 61px) calc(1 * 61px);
}

.rb-0-0-1-1-62 {
  border-radius: calc(0 * 62px) calc(0 * 62px) calc(1 * 62px) calc(1 * 62px);
}

.rb-0-0-1-1-63 {
  border-radius: calc(0 * 63px) calc(0 * 63px) calc(1 * 63px) calc(1 * 63px);
}

.rb-0-0-1-1-64 {
  border-radius: calc(0 * 64px) calc(0 * 64px) calc(1 * 64px) calc(1 * 64px);
}

.rb-0-0-1-1-65 {
  border-radius: calc(0 * 65px) calc(0 * 65px) calc(1 * 65px) calc(1 * 65px);
}

.rb-0-0-1-1-66 {
  border-radius: calc(0 * 66px) calc(0 * 66px) calc(1 * 66px) calc(1 * 66px);
}

.rb-0-0-1-1-67 {
  border-radius: calc(0 * 67px) calc(0 * 67px) calc(1 * 67px) calc(1 * 67px);
}

.rb-0-0-1-1-68 {
  border-radius: calc(0 * 68px) calc(0 * 68px) calc(1 * 68px) calc(1 * 68px);
}

.rb-0-0-1-1-69 {
  border-radius: calc(0 * 69px) calc(0 * 69px) calc(1 * 69px) calc(1 * 69px);
}

.rb-0-0-1-1-70 {
  border-radius: calc(0 * 70px) calc(0 * 70px) calc(1 * 70px) calc(1 * 70px);
}

.rb-0-0-1-1-71 {
  border-radius: calc(0 * 71px) calc(0 * 71px) calc(1 * 71px) calc(1 * 71px);
}

.rb-0-0-1-1-72 {
  border-radius: calc(0 * 72px) calc(0 * 72px) calc(1 * 72px) calc(1 * 72px);
}

.rb-0-0-1-1-73 {
  border-radius: calc(0 * 73px) calc(0 * 73px) calc(1 * 73px) calc(1 * 73px);
}

.rb-0-0-1-1-74 {
  border-radius: calc(0 * 74px) calc(0 * 74px) calc(1 * 74px) calc(1 * 74px);
}

.rb-0-0-1-1-75 {
  border-radius: calc(0 * 75px) calc(0 * 75px) calc(1 * 75px) calc(1 * 75px);
}

.rb-0-0-1-1-76 {
  border-radius: calc(0 * 76px) calc(0 * 76px) calc(1 * 76px) calc(1 * 76px);
}

.rb-0-0-1-1-77 {
  border-radius: calc(0 * 77px) calc(0 * 77px) calc(1 * 77px) calc(1 * 77px);
}

.rb-0-0-1-1-78 {
  border-radius: calc(0 * 78px) calc(0 * 78px) calc(1 * 78px) calc(1 * 78px);
}

.rb-0-0-1-1-79 {
  border-radius: calc(0 * 79px) calc(0 * 79px) calc(1 * 79px) calc(1 * 79px);
}

.rb-0-0-1-1-80 {
  border-radius: calc(0 * 80px) calc(0 * 80px) calc(1 * 80px) calc(1 * 80px);
}

.rb-0-0-1-1-81 {
  border-radius: calc(0 * 81px) calc(0 * 81px) calc(1 * 81px) calc(1 * 81px);
}

.rb-0-0-1-1-82 {
  border-radius: calc(0 * 82px) calc(0 * 82px) calc(1 * 82px) calc(1 * 82px);
}

.rb-0-0-1-1-83 {
  border-radius: calc(0 * 83px) calc(0 * 83px) calc(1 * 83px) calc(1 * 83px);
}

.rb-0-0-1-1-84 {
  border-radius: calc(0 * 84px) calc(0 * 84px) calc(1 * 84px) calc(1 * 84px);
}

.rb-0-0-1-1-85 {
  border-radius: calc(0 * 85px) calc(0 * 85px) calc(1 * 85px) calc(1 * 85px);
}

.rb-0-0-1-1-86 {
  border-radius: calc(0 * 86px) calc(0 * 86px) calc(1 * 86px) calc(1 * 86px);
}

.rb-0-0-1-1-87 {
  border-radius: calc(0 * 87px) calc(0 * 87px) calc(1 * 87px) calc(1 * 87px);
}

.rb-0-0-1-1-88 {
  border-radius: calc(0 * 88px) calc(0 * 88px) calc(1 * 88px) calc(1 * 88px);
}

.rb-0-0-1-1-89 {
  border-radius: calc(0 * 89px) calc(0 * 89px) calc(1 * 89px) calc(1 * 89px);
}

.rb-0-0-1-1-90 {
  border-radius: calc(0 * 90px) calc(0 * 90px) calc(1 * 90px) calc(1 * 90px);
}

.rb-0-0-1-1-91 {
  border-radius: calc(0 * 91px) calc(0 * 91px) calc(1 * 91px) calc(1 * 91px);
}

.rb-0-0-1-1-92 {
  border-radius: calc(0 * 92px) calc(0 * 92px) calc(1 * 92px) calc(1 * 92px);
}

.rb-0-0-1-1-93 {
  border-radius: calc(0 * 93px) calc(0 * 93px) calc(1 * 93px) calc(1 * 93px);
}

.rb-0-0-1-1-94 {
  border-radius: calc(0 * 94px) calc(0 * 94px) calc(1 * 94px) calc(1 * 94px);
}

.rb-0-0-1-1-95 {
  border-radius: calc(0 * 95px) calc(0 * 95px) calc(1 * 95px) calc(1 * 95px);
}

.rb-0-0-1-1-96 {
  border-radius: calc(0 * 96px) calc(0 * 96px) calc(1 * 96px) calc(1 * 96px);
}

.rb-0-0-1-1-97 {
  border-radius: calc(0 * 97px) calc(0 * 97px) calc(1 * 97px) calc(1 * 97px);
}

.rb-0-0-1-1-98 {
  border-radius: calc(0 * 98px) calc(0 * 98px) calc(1 * 98px) calc(1 * 98px);
}

.rb-0-0-1-1-99 {
  border-radius: calc(0 * 99px) calc(0 * 99px) calc(1 * 99px) calc(1 * 99px);
}

.rb-0-0-1-1-100 {
  border-radius: calc(0 * 100px) calc(0 * 100px) calc(1 * 100px) calc(1 * 100px);
}

.rb-0-1-0-0-0 {
  border-radius: calc(0 * 0px) calc(1 * 0px) calc(0 * 0px) calc(0 * 0px);
}

.rb-0-1-0-0-1 {
  border-radius: calc(0 * 1px) calc(1 * 1px) calc(0 * 1px) calc(0 * 1px);
}

.rb-0-1-0-0-2 {
  border-radius: calc(0 * 2px) calc(1 * 2px) calc(0 * 2px) calc(0 * 2px);
}

.rb-0-1-0-0-3 {
  border-radius: calc(0 * 3px) calc(1 * 3px) calc(0 * 3px) calc(0 * 3px);
}

.rb-0-1-0-0-4 {
  border-radius: calc(0 * 4px) calc(1 * 4px) calc(0 * 4px) calc(0 * 4px);
}

.rb-0-1-0-0-5 {
  border-radius: calc(0 * 5px) calc(1 * 5px) calc(0 * 5px) calc(0 * 5px);
}

.rb-0-1-0-0-6 {
  border-radius: calc(0 * 6px) calc(1 * 6px) calc(0 * 6px) calc(0 * 6px);
}

.rb-0-1-0-0-7 {
  border-radius: calc(0 * 7px) calc(1 * 7px) calc(0 * 7px) calc(0 * 7px);
}

.rb-0-1-0-0-8 {
  border-radius: calc(0 * 8px) calc(1 * 8px) calc(0 * 8px) calc(0 * 8px);
}

.rb-0-1-0-0-9 {
  border-radius: calc(0 * 9px) calc(1 * 9px) calc(0 * 9px) calc(0 * 9px);
}

.rb-0-1-0-0-10 {
  border-radius: calc(0 * 10px) calc(1 * 10px) calc(0 * 10px) calc(0 * 10px);
}

.rb-0-1-0-0-11 {
  border-radius: calc(0 * 11px) calc(1 * 11px) calc(0 * 11px) calc(0 * 11px);
}

.rb-0-1-0-0-12 {
  border-radius: calc(0 * 12px) calc(1 * 12px) calc(0 * 12px) calc(0 * 12px);
}

.rb-0-1-0-0-13 {
  border-radius: calc(0 * 13px) calc(1 * 13px) calc(0 * 13px) calc(0 * 13px);
}

.rb-0-1-0-0-14 {
  border-radius: calc(0 * 14px) calc(1 * 14px) calc(0 * 14px) calc(0 * 14px);
}

.rb-0-1-0-0-15 {
  border-radius: calc(0 * 15px) calc(1 * 15px) calc(0 * 15px) calc(0 * 15px);
}

.rb-0-1-0-0-16 {
  border-radius: calc(0 * 16px) calc(1 * 16px) calc(0 * 16px) calc(0 * 16px);
}

.rb-0-1-0-0-17 {
  border-radius: calc(0 * 17px) calc(1 * 17px) calc(0 * 17px) calc(0 * 17px);
}

.rb-0-1-0-0-18 {
  border-radius: calc(0 * 18px) calc(1 * 18px) calc(0 * 18px) calc(0 * 18px);
}

.rb-0-1-0-0-19 {
  border-radius: calc(0 * 19px) calc(1 * 19px) calc(0 * 19px) calc(0 * 19px);
}

.rb-0-1-0-0-20 {
  border-radius: calc(0 * 20px) calc(1 * 20px) calc(0 * 20px) calc(0 * 20px);
}

.rb-0-1-0-0-21 {
  border-radius: calc(0 * 21px) calc(1 * 21px) calc(0 * 21px) calc(0 * 21px);
}

.rb-0-1-0-0-22 {
  border-radius: calc(0 * 22px) calc(1 * 22px) calc(0 * 22px) calc(0 * 22px);
}

.rb-0-1-0-0-23 {
  border-radius: calc(0 * 23px) calc(1 * 23px) calc(0 * 23px) calc(0 * 23px);
}

.rb-0-1-0-0-24 {
  border-radius: calc(0 * 24px) calc(1 * 24px) calc(0 * 24px) calc(0 * 24px);
}

.rb-0-1-0-0-25 {
  border-radius: calc(0 * 25px) calc(1 * 25px) calc(0 * 25px) calc(0 * 25px);
}

.rb-0-1-0-0-26 {
  border-radius: calc(0 * 26px) calc(1 * 26px) calc(0 * 26px) calc(0 * 26px);
}

.rb-0-1-0-0-27 {
  border-radius: calc(0 * 27px) calc(1 * 27px) calc(0 * 27px) calc(0 * 27px);
}

.rb-0-1-0-0-28 {
  border-radius: calc(0 * 28px) calc(1 * 28px) calc(0 * 28px) calc(0 * 28px);
}

.rb-0-1-0-0-29 {
  border-radius: calc(0 * 29px) calc(1 * 29px) calc(0 * 29px) calc(0 * 29px);
}

.rb-0-1-0-0-30 {
  border-radius: calc(0 * 30px) calc(1 * 30px) calc(0 * 30px) calc(0 * 30px);
}

.rb-0-1-0-0-31 {
  border-radius: calc(0 * 31px) calc(1 * 31px) calc(0 * 31px) calc(0 * 31px);
}

.rb-0-1-0-0-32 {
  border-radius: calc(0 * 32px) calc(1 * 32px) calc(0 * 32px) calc(0 * 32px);
}

.rb-0-1-0-0-33 {
  border-radius: calc(0 * 33px) calc(1 * 33px) calc(0 * 33px) calc(0 * 33px);
}

.rb-0-1-0-0-34 {
  border-radius: calc(0 * 34px) calc(1 * 34px) calc(0 * 34px) calc(0 * 34px);
}

.rb-0-1-0-0-35 {
  border-radius: calc(0 * 35px) calc(1 * 35px) calc(0 * 35px) calc(0 * 35px);
}

.rb-0-1-0-0-36 {
  border-radius: calc(0 * 36px) calc(1 * 36px) calc(0 * 36px) calc(0 * 36px);
}

.rb-0-1-0-0-37 {
  border-radius: calc(0 * 37px) calc(1 * 37px) calc(0 * 37px) calc(0 * 37px);
}

.rb-0-1-0-0-38 {
  border-radius: calc(0 * 38px) calc(1 * 38px) calc(0 * 38px) calc(0 * 38px);
}

.rb-0-1-0-0-39 {
  border-radius: calc(0 * 39px) calc(1 * 39px) calc(0 * 39px) calc(0 * 39px);
}

.rb-0-1-0-0-40 {
  border-radius: calc(0 * 40px) calc(1 * 40px) calc(0 * 40px) calc(0 * 40px);
}

.rb-0-1-0-0-41 {
  border-radius: calc(0 * 41px) calc(1 * 41px) calc(0 * 41px) calc(0 * 41px);
}

.rb-0-1-0-0-42 {
  border-radius: calc(0 * 42px) calc(1 * 42px) calc(0 * 42px) calc(0 * 42px);
}

.rb-0-1-0-0-43 {
  border-radius: calc(0 * 43px) calc(1 * 43px) calc(0 * 43px) calc(0 * 43px);
}

.rb-0-1-0-0-44 {
  border-radius: calc(0 * 44px) calc(1 * 44px) calc(0 * 44px) calc(0 * 44px);
}

.rb-0-1-0-0-45 {
  border-radius: calc(0 * 45px) calc(1 * 45px) calc(0 * 45px) calc(0 * 45px);
}

.rb-0-1-0-0-46 {
  border-radius: calc(0 * 46px) calc(1 * 46px) calc(0 * 46px) calc(0 * 46px);
}

.rb-0-1-0-0-47 {
  border-radius: calc(0 * 47px) calc(1 * 47px) calc(0 * 47px) calc(0 * 47px);
}

.rb-0-1-0-0-48 {
  border-radius: calc(0 * 48px) calc(1 * 48px) calc(0 * 48px) calc(0 * 48px);
}

.rb-0-1-0-0-49 {
  border-radius: calc(0 * 49px) calc(1 * 49px) calc(0 * 49px) calc(0 * 49px);
}

.rb-0-1-0-0-50 {
  border-radius: calc(0 * 50px) calc(1 * 50px) calc(0 * 50px) calc(0 * 50px);
}

.rb-0-1-0-0-51 {
  border-radius: calc(0 * 51px) calc(1 * 51px) calc(0 * 51px) calc(0 * 51px);
}

.rb-0-1-0-0-52 {
  border-radius: calc(0 * 52px) calc(1 * 52px) calc(0 * 52px) calc(0 * 52px);
}

.rb-0-1-0-0-53 {
  border-radius: calc(0 * 53px) calc(1 * 53px) calc(0 * 53px) calc(0 * 53px);
}

.rb-0-1-0-0-54 {
  border-radius: calc(0 * 54px) calc(1 * 54px) calc(0 * 54px) calc(0 * 54px);
}

.rb-0-1-0-0-55 {
  border-radius: calc(0 * 55px) calc(1 * 55px) calc(0 * 55px) calc(0 * 55px);
}

.rb-0-1-0-0-56 {
  border-radius: calc(0 * 56px) calc(1 * 56px) calc(0 * 56px) calc(0 * 56px);
}

.rb-0-1-0-0-57 {
  border-radius: calc(0 * 57px) calc(1 * 57px) calc(0 * 57px) calc(0 * 57px);
}

.rb-0-1-0-0-58 {
  border-radius: calc(0 * 58px) calc(1 * 58px) calc(0 * 58px) calc(0 * 58px);
}

.rb-0-1-0-0-59 {
  border-radius: calc(0 * 59px) calc(1 * 59px) calc(0 * 59px) calc(0 * 59px);
}

.rb-0-1-0-0-60 {
  border-radius: calc(0 * 60px) calc(1 * 60px) calc(0 * 60px) calc(0 * 60px);
}

.rb-0-1-0-0-61 {
  border-radius: calc(0 * 61px) calc(1 * 61px) calc(0 * 61px) calc(0 * 61px);
}

.rb-0-1-0-0-62 {
  border-radius: calc(0 * 62px) calc(1 * 62px) calc(0 * 62px) calc(0 * 62px);
}

.rb-0-1-0-0-63 {
  border-radius: calc(0 * 63px) calc(1 * 63px) calc(0 * 63px) calc(0 * 63px);
}

.rb-0-1-0-0-64 {
  border-radius: calc(0 * 64px) calc(1 * 64px) calc(0 * 64px) calc(0 * 64px);
}

.rb-0-1-0-0-65 {
  border-radius: calc(0 * 65px) calc(1 * 65px) calc(0 * 65px) calc(0 * 65px);
}

.rb-0-1-0-0-66 {
  border-radius: calc(0 * 66px) calc(1 * 66px) calc(0 * 66px) calc(0 * 66px);
}

.rb-0-1-0-0-67 {
  border-radius: calc(0 * 67px) calc(1 * 67px) calc(0 * 67px) calc(0 * 67px);
}

.rb-0-1-0-0-68 {
  border-radius: calc(0 * 68px) calc(1 * 68px) calc(0 * 68px) calc(0 * 68px);
}

.rb-0-1-0-0-69 {
  border-radius: calc(0 * 69px) calc(1 * 69px) calc(0 * 69px) calc(0 * 69px);
}

.rb-0-1-0-0-70 {
  border-radius: calc(0 * 70px) calc(1 * 70px) calc(0 * 70px) calc(0 * 70px);
}

.rb-0-1-0-0-71 {
  border-radius: calc(0 * 71px) calc(1 * 71px) calc(0 * 71px) calc(0 * 71px);
}

.rb-0-1-0-0-72 {
  border-radius: calc(0 * 72px) calc(1 * 72px) calc(0 * 72px) calc(0 * 72px);
}

.rb-0-1-0-0-73 {
  border-radius: calc(0 * 73px) calc(1 * 73px) calc(0 * 73px) calc(0 * 73px);
}

.rb-0-1-0-0-74 {
  border-radius: calc(0 * 74px) calc(1 * 74px) calc(0 * 74px) calc(0 * 74px);
}

.rb-0-1-0-0-75 {
  border-radius: calc(0 * 75px) calc(1 * 75px) calc(0 * 75px) calc(0 * 75px);
}

.rb-0-1-0-0-76 {
  border-radius: calc(0 * 76px) calc(1 * 76px) calc(0 * 76px) calc(0 * 76px);
}

.rb-0-1-0-0-77 {
  border-radius: calc(0 * 77px) calc(1 * 77px) calc(0 * 77px) calc(0 * 77px);
}

.rb-0-1-0-0-78 {
  border-radius: calc(0 * 78px) calc(1 * 78px) calc(0 * 78px) calc(0 * 78px);
}

.rb-0-1-0-0-79 {
  border-radius: calc(0 * 79px) calc(1 * 79px) calc(0 * 79px) calc(0 * 79px);
}

.rb-0-1-0-0-80 {
  border-radius: calc(0 * 80px) calc(1 * 80px) calc(0 * 80px) calc(0 * 80px);
}

.rb-0-1-0-0-81 {
  border-radius: calc(0 * 81px) calc(1 * 81px) calc(0 * 81px) calc(0 * 81px);
}

.rb-0-1-0-0-82 {
  border-radius: calc(0 * 82px) calc(1 * 82px) calc(0 * 82px) calc(0 * 82px);
}

.rb-0-1-0-0-83 {
  border-radius: calc(0 * 83px) calc(1 * 83px) calc(0 * 83px) calc(0 * 83px);
}

.rb-0-1-0-0-84 {
  border-radius: calc(0 * 84px) calc(1 * 84px) calc(0 * 84px) calc(0 * 84px);
}

.rb-0-1-0-0-85 {
  border-radius: calc(0 * 85px) calc(1 * 85px) calc(0 * 85px) calc(0 * 85px);
}

.rb-0-1-0-0-86 {
  border-radius: calc(0 * 86px) calc(1 * 86px) calc(0 * 86px) calc(0 * 86px);
}

.rb-0-1-0-0-87 {
  border-radius: calc(0 * 87px) calc(1 * 87px) calc(0 * 87px) calc(0 * 87px);
}

.rb-0-1-0-0-88 {
  border-radius: calc(0 * 88px) calc(1 * 88px) calc(0 * 88px) calc(0 * 88px);
}

.rb-0-1-0-0-89 {
  border-radius: calc(0 * 89px) calc(1 * 89px) calc(0 * 89px) calc(0 * 89px);
}

.rb-0-1-0-0-90 {
  border-radius: calc(0 * 90px) calc(1 * 90px) calc(0 * 90px) calc(0 * 90px);
}

.rb-0-1-0-0-91 {
  border-radius: calc(0 * 91px) calc(1 * 91px) calc(0 * 91px) calc(0 * 91px);
}

.rb-0-1-0-0-92 {
  border-radius: calc(0 * 92px) calc(1 * 92px) calc(0 * 92px) calc(0 * 92px);
}

.rb-0-1-0-0-93 {
  border-radius: calc(0 * 93px) calc(1 * 93px) calc(0 * 93px) calc(0 * 93px);
}

.rb-0-1-0-0-94 {
  border-radius: calc(0 * 94px) calc(1 * 94px) calc(0 * 94px) calc(0 * 94px);
}

.rb-0-1-0-0-95 {
  border-radius: calc(0 * 95px) calc(1 * 95px) calc(0 * 95px) calc(0 * 95px);
}

.rb-0-1-0-0-96 {
  border-radius: calc(0 * 96px) calc(1 * 96px) calc(0 * 96px) calc(0 * 96px);
}

.rb-0-1-0-0-97 {
  border-radius: calc(0 * 97px) calc(1 * 97px) calc(0 * 97px) calc(0 * 97px);
}

.rb-0-1-0-0-98 {
  border-radius: calc(0 * 98px) calc(1 * 98px) calc(0 * 98px) calc(0 * 98px);
}

.rb-0-1-0-0-99 {
  border-radius: calc(0 * 99px) calc(1 * 99px) calc(0 * 99px) calc(0 * 99px);
}

.rb-0-1-0-0-100 {
  border-radius: calc(0 * 100px) calc(1 * 100px) calc(0 * 100px) calc(0 * 100px);
}

.rb-0-1-0-1-0 {
  border-radius: calc(0 * 0px) calc(1 * 0px) calc(0 * 0px) calc(1 * 0px);
}

.rb-0-1-0-1-1 {
  border-radius: calc(0 * 1px) calc(1 * 1px) calc(0 * 1px) calc(1 * 1px);
}

.rb-0-1-0-1-2 {
  border-radius: calc(0 * 2px) calc(1 * 2px) calc(0 * 2px) calc(1 * 2px);
}

.rb-0-1-0-1-3 {
  border-radius: calc(0 * 3px) calc(1 * 3px) calc(0 * 3px) calc(1 * 3px);
}

.rb-0-1-0-1-4 {
  border-radius: calc(0 * 4px) calc(1 * 4px) calc(0 * 4px) calc(1 * 4px);
}

.rb-0-1-0-1-5 {
  border-radius: calc(0 * 5px) calc(1 * 5px) calc(0 * 5px) calc(1 * 5px);
}

.rb-0-1-0-1-6 {
  border-radius: calc(0 * 6px) calc(1 * 6px) calc(0 * 6px) calc(1 * 6px);
}

.rb-0-1-0-1-7 {
  border-radius: calc(0 * 7px) calc(1 * 7px) calc(0 * 7px) calc(1 * 7px);
}

.rb-0-1-0-1-8 {
  border-radius: calc(0 * 8px) calc(1 * 8px) calc(0 * 8px) calc(1 * 8px);
}

.rb-0-1-0-1-9 {
  border-radius: calc(0 * 9px) calc(1 * 9px) calc(0 * 9px) calc(1 * 9px);
}

.rb-0-1-0-1-10 {
  border-radius: calc(0 * 10px) calc(1 * 10px) calc(0 * 10px) calc(1 * 10px);
}

.rb-0-1-0-1-11 {
  border-radius: calc(0 * 11px) calc(1 * 11px) calc(0 * 11px) calc(1 * 11px);
}

.rb-0-1-0-1-12 {
  border-radius: calc(0 * 12px) calc(1 * 12px) calc(0 * 12px) calc(1 * 12px);
}

.rb-0-1-0-1-13 {
  border-radius: calc(0 * 13px) calc(1 * 13px) calc(0 * 13px) calc(1 * 13px);
}

.rb-0-1-0-1-14 {
  border-radius: calc(0 * 14px) calc(1 * 14px) calc(0 * 14px) calc(1 * 14px);
}

.rb-0-1-0-1-15 {
  border-radius: calc(0 * 15px) calc(1 * 15px) calc(0 * 15px) calc(1 * 15px);
}

.rb-0-1-0-1-16 {
  border-radius: calc(0 * 16px) calc(1 * 16px) calc(0 * 16px) calc(1 * 16px);
}

.rb-0-1-0-1-17 {
  border-radius: calc(0 * 17px) calc(1 * 17px) calc(0 * 17px) calc(1 * 17px);
}

.rb-0-1-0-1-18 {
  border-radius: calc(0 * 18px) calc(1 * 18px) calc(0 * 18px) calc(1 * 18px);
}

.rb-0-1-0-1-19 {
  border-radius: calc(0 * 19px) calc(1 * 19px) calc(0 * 19px) calc(1 * 19px);
}

.rb-0-1-0-1-20 {
  border-radius: calc(0 * 20px) calc(1 * 20px) calc(0 * 20px) calc(1 * 20px);
}

.rb-0-1-0-1-21 {
  border-radius: calc(0 * 21px) calc(1 * 21px) calc(0 * 21px) calc(1 * 21px);
}

.rb-0-1-0-1-22 {
  border-radius: calc(0 * 22px) calc(1 * 22px) calc(0 * 22px) calc(1 * 22px);
}

.rb-0-1-0-1-23 {
  border-radius: calc(0 * 23px) calc(1 * 23px) calc(0 * 23px) calc(1 * 23px);
}

.rb-0-1-0-1-24 {
  border-radius: calc(0 * 24px) calc(1 * 24px) calc(0 * 24px) calc(1 * 24px);
}

.rb-0-1-0-1-25 {
  border-radius: calc(0 * 25px) calc(1 * 25px) calc(0 * 25px) calc(1 * 25px);
}

.rb-0-1-0-1-26 {
  border-radius: calc(0 * 26px) calc(1 * 26px) calc(0 * 26px) calc(1 * 26px);
}

.rb-0-1-0-1-27 {
  border-radius: calc(0 * 27px) calc(1 * 27px) calc(0 * 27px) calc(1 * 27px);
}

.rb-0-1-0-1-28 {
  border-radius: calc(0 * 28px) calc(1 * 28px) calc(0 * 28px) calc(1 * 28px);
}

.rb-0-1-0-1-29 {
  border-radius: calc(0 * 29px) calc(1 * 29px) calc(0 * 29px) calc(1 * 29px);
}

.rb-0-1-0-1-30 {
  border-radius: calc(0 * 30px) calc(1 * 30px) calc(0 * 30px) calc(1 * 30px);
}

.rb-0-1-0-1-31 {
  border-radius: calc(0 * 31px) calc(1 * 31px) calc(0 * 31px) calc(1 * 31px);
}

.rb-0-1-0-1-32 {
  border-radius: calc(0 * 32px) calc(1 * 32px) calc(0 * 32px) calc(1 * 32px);
}

.rb-0-1-0-1-33 {
  border-radius: calc(0 * 33px) calc(1 * 33px) calc(0 * 33px) calc(1 * 33px);
}

.rb-0-1-0-1-34 {
  border-radius: calc(0 * 34px) calc(1 * 34px) calc(0 * 34px) calc(1 * 34px);
}

.rb-0-1-0-1-35 {
  border-radius: calc(0 * 35px) calc(1 * 35px) calc(0 * 35px) calc(1 * 35px);
}

.rb-0-1-0-1-36 {
  border-radius: calc(0 * 36px) calc(1 * 36px) calc(0 * 36px) calc(1 * 36px);
}

.rb-0-1-0-1-37 {
  border-radius: calc(0 * 37px) calc(1 * 37px) calc(0 * 37px) calc(1 * 37px);
}

.rb-0-1-0-1-38 {
  border-radius: calc(0 * 38px) calc(1 * 38px) calc(0 * 38px) calc(1 * 38px);
}

.rb-0-1-0-1-39 {
  border-radius: calc(0 * 39px) calc(1 * 39px) calc(0 * 39px) calc(1 * 39px);
}

.rb-0-1-0-1-40 {
  border-radius: calc(0 * 40px) calc(1 * 40px) calc(0 * 40px) calc(1 * 40px);
}

.rb-0-1-0-1-41 {
  border-radius: calc(0 * 41px) calc(1 * 41px) calc(0 * 41px) calc(1 * 41px);
}

.rb-0-1-0-1-42 {
  border-radius: calc(0 * 42px) calc(1 * 42px) calc(0 * 42px) calc(1 * 42px);
}

.rb-0-1-0-1-43 {
  border-radius: calc(0 * 43px) calc(1 * 43px) calc(0 * 43px) calc(1 * 43px);
}

.rb-0-1-0-1-44 {
  border-radius: calc(0 * 44px) calc(1 * 44px) calc(0 * 44px) calc(1 * 44px);
}

.rb-0-1-0-1-45 {
  border-radius: calc(0 * 45px) calc(1 * 45px) calc(0 * 45px) calc(1 * 45px);
}

.rb-0-1-0-1-46 {
  border-radius: calc(0 * 46px) calc(1 * 46px) calc(0 * 46px) calc(1 * 46px);
}

.rb-0-1-0-1-47 {
  border-radius: calc(0 * 47px) calc(1 * 47px) calc(0 * 47px) calc(1 * 47px);
}

.rb-0-1-0-1-48 {
  border-radius: calc(0 * 48px) calc(1 * 48px) calc(0 * 48px) calc(1 * 48px);
}

.rb-0-1-0-1-49 {
  border-radius: calc(0 * 49px) calc(1 * 49px) calc(0 * 49px) calc(1 * 49px);
}

.rb-0-1-0-1-50 {
  border-radius: calc(0 * 50px) calc(1 * 50px) calc(0 * 50px) calc(1 * 50px);
}

.rb-0-1-0-1-51 {
  border-radius: calc(0 * 51px) calc(1 * 51px) calc(0 * 51px) calc(1 * 51px);
}

.rb-0-1-0-1-52 {
  border-radius: calc(0 * 52px) calc(1 * 52px) calc(0 * 52px) calc(1 * 52px);
}

.rb-0-1-0-1-53 {
  border-radius: calc(0 * 53px) calc(1 * 53px) calc(0 * 53px) calc(1 * 53px);
}

.rb-0-1-0-1-54 {
  border-radius: calc(0 * 54px) calc(1 * 54px) calc(0 * 54px) calc(1 * 54px);
}

.rb-0-1-0-1-55 {
  border-radius: calc(0 * 55px) calc(1 * 55px) calc(0 * 55px) calc(1 * 55px);
}

.rb-0-1-0-1-56 {
  border-radius: calc(0 * 56px) calc(1 * 56px) calc(0 * 56px) calc(1 * 56px);
}

.rb-0-1-0-1-57 {
  border-radius: calc(0 * 57px) calc(1 * 57px) calc(0 * 57px) calc(1 * 57px);
}

.rb-0-1-0-1-58 {
  border-radius: calc(0 * 58px) calc(1 * 58px) calc(0 * 58px) calc(1 * 58px);
}

.rb-0-1-0-1-59 {
  border-radius: calc(0 * 59px) calc(1 * 59px) calc(0 * 59px) calc(1 * 59px);
}

.rb-0-1-0-1-60 {
  border-radius: calc(0 * 60px) calc(1 * 60px) calc(0 * 60px) calc(1 * 60px);
}

.rb-0-1-0-1-61 {
  border-radius: calc(0 * 61px) calc(1 * 61px) calc(0 * 61px) calc(1 * 61px);
}

.rb-0-1-0-1-62 {
  border-radius: calc(0 * 62px) calc(1 * 62px) calc(0 * 62px) calc(1 * 62px);
}

.rb-0-1-0-1-63 {
  border-radius: calc(0 * 63px) calc(1 * 63px) calc(0 * 63px) calc(1 * 63px);
}

.rb-0-1-0-1-64 {
  border-radius: calc(0 * 64px) calc(1 * 64px) calc(0 * 64px) calc(1 * 64px);
}

.rb-0-1-0-1-65 {
  border-radius: calc(0 * 65px) calc(1 * 65px) calc(0 * 65px) calc(1 * 65px);
}

.rb-0-1-0-1-66 {
  border-radius: calc(0 * 66px) calc(1 * 66px) calc(0 * 66px) calc(1 * 66px);
}

.rb-0-1-0-1-67 {
  border-radius: calc(0 * 67px) calc(1 * 67px) calc(0 * 67px) calc(1 * 67px);
}

.rb-0-1-0-1-68 {
  border-radius: calc(0 * 68px) calc(1 * 68px) calc(0 * 68px) calc(1 * 68px);
}

.rb-0-1-0-1-69 {
  border-radius: calc(0 * 69px) calc(1 * 69px) calc(0 * 69px) calc(1 * 69px);
}

.rb-0-1-0-1-70 {
  border-radius: calc(0 * 70px) calc(1 * 70px) calc(0 * 70px) calc(1 * 70px);
}

.rb-0-1-0-1-71 {
  border-radius: calc(0 * 71px) calc(1 * 71px) calc(0 * 71px) calc(1 * 71px);
}

.rb-0-1-0-1-72 {
  border-radius: calc(0 * 72px) calc(1 * 72px) calc(0 * 72px) calc(1 * 72px);
}

.rb-0-1-0-1-73 {
  border-radius: calc(0 * 73px) calc(1 * 73px) calc(0 * 73px) calc(1 * 73px);
}

.rb-0-1-0-1-74 {
  border-radius: calc(0 * 74px) calc(1 * 74px) calc(0 * 74px) calc(1 * 74px);
}

.rb-0-1-0-1-75 {
  border-radius: calc(0 * 75px) calc(1 * 75px) calc(0 * 75px) calc(1 * 75px);
}

.rb-0-1-0-1-76 {
  border-radius: calc(0 * 76px) calc(1 * 76px) calc(0 * 76px) calc(1 * 76px);
}

.rb-0-1-0-1-77 {
  border-radius: calc(0 * 77px) calc(1 * 77px) calc(0 * 77px) calc(1 * 77px);
}

.rb-0-1-0-1-78 {
  border-radius: calc(0 * 78px) calc(1 * 78px) calc(0 * 78px) calc(1 * 78px);
}

.rb-0-1-0-1-79 {
  border-radius: calc(0 * 79px) calc(1 * 79px) calc(0 * 79px) calc(1 * 79px);
}

.rb-0-1-0-1-80 {
  border-radius: calc(0 * 80px) calc(1 * 80px) calc(0 * 80px) calc(1 * 80px);
}

.rb-0-1-0-1-81 {
  border-radius: calc(0 * 81px) calc(1 * 81px) calc(0 * 81px) calc(1 * 81px);
}

.rb-0-1-0-1-82 {
  border-radius: calc(0 * 82px) calc(1 * 82px) calc(0 * 82px) calc(1 * 82px);
}

.rb-0-1-0-1-83 {
  border-radius: calc(0 * 83px) calc(1 * 83px) calc(0 * 83px) calc(1 * 83px);
}

.rb-0-1-0-1-84 {
  border-radius: calc(0 * 84px) calc(1 * 84px) calc(0 * 84px) calc(1 * 84px);
}

.rb-0-1-0-1-85 {
  border-radius: calc(0 * 85px) calc(1 * 85px) calc(0 * 85px) calc(1 * 85px);
}

.rb-0-1-0-1-86 {
  border-radius: calc(0 * 86px) calc(1 * 86px) calc(0 * 86px) calc(1 * 86px);
}

.rb-0-1-0-1-87 {
  border-radius: calc(0 * 87px) calc(1 * 87px) calc(0 * 87px) calc(1 * 87px);
}

.rb-0-1-0-1-88 {
  border-radius: calc(0 * 88px) calc(1 * 88px) calc(0 * 88px) calc(1 * 88px);
}

.rb-0-1-0-1-89 {
  border-radius: calc(0 * 89px) calc(1 * 89px) calc(0 * 89px) calc(1 * 89px);
}

.rb-0-1-0-1-90 {
  border-radius: calc(0 * 90px) calc(1 * 90px) calc(0 * 90px) calc(1 * 90px);
}

.rb-0-1-0-1-91 {
  border-radius: calc(0 * 91px) calc(1 * 91px) calc(0 * 91px) calc(1 * 91px);
}

.rb-0-1-0-1-92 {
  border-radius: calc(0 * 92px) calc(1 * 92px) calc(0 * 92px) calc(1 * 92px);
}

.rb-0-1-0-1-93 {
  border-radius: calc(0 * 93px) calc(1 * 93px) calc(0 * 93px) calc(1 * 93px);
}

.rb-0-1-0-1-94 {
  border-radius: calc(0 * 94px) calc(1 * 94px) calc(0 * 94px) calc(1 * 94px);
}

.rb-0-1-0-1-95 {
  border-radius: calc(0 * 95px) calc(1 * 95px) calc(0 * 95px) calc(1 * 95px);
}

.rb-0-1-0-1-96 {
  border-radius: calc(0 * 96px) calc(1 * 96px) calc(0 * 96px) calc(1 * 96px);
}

.rb-0-1-0-1-97 {
  border-radius: calc(0 * 97px) calc(1 * 97px) calc(0 * 97px) calc(1 * 97px);
}

.rb-0-1-0-1-98 {
  border-radius: calc(0 * 98px) calc(1 * 98px) calc(0 * 98px) calc(1 * 98px);
}

.rb-0-1-0-1-99 {
  border-radius: calc(0 * 99px) calc(1 * 99px) calc(0 * 99px) calc(1 * 99px);
}

.rb-0-1-0-1-100 {
  border-radius: calc(0 * 100px) calc(1 * 100px) calc(0 * 100px) calc(1 * 100px);
}

.rb-0-1-1-0-0 {
  border-radius: calc(0 * 0px) calc(1 * 0px) calc(1 * 0px) calc(0 * 0px);
}

.rb-0-1-1-0-1 {
  border-radius: calc(0 * 1px) calc(1 * 1px) calc(1 * 1px) calc(0 * 1px);
}

.rb-0-1-1-0-2 {
  border-radius: calc(0 * 2px) calc(1 * 2px) calc(1 * 2px) calc(0 * 2px);
}

.rb-0-1-1-0-3 {
  border-radius: calc(0 * 3px) calc(1 * 3px) calc(1 * 3px) calc(0 * 3px);
}

.rb-0-1-1-0-4 {
  border-radius: calc(0 * 4px) calc(1 * 4px) calc(1 * 4px) calc(0 * 4px);
}

.rb-0-1-1-0-5 {
  border-radius: calc(0 * 5px) calc(1 * 5px) calc(1 * 5px) calc(0 * 5px);
}

.rb-0-1-1-0-6 {
  border-radius: calc(0 * 6px) calc(1 * 6px) calc(1 * 6px) calc(0 * 6px);
}

.rb-0-1-1-0-7 {
  border-radius: calc(0 * 7px) calc(1 * 7px) calc(1 * 7px) calc(0 * 7px);
}

.rb-0-1-1-0-8 {
  border-radius: calc(0 * 8px) calc(1 * 8px) calc(1 * 8px) calc(0 * 8px);
}

.rb-0-1-1-0-9 {
  border-radius: calc(0 * 9px) calc(1 * 9px) calc(1 * 9px) calc(0 * 9px);
}

.rb-0-1-1-0-10 {
  border-radius: calc(0 * 10px) calc(1 * 10px) calc(1 * 10px) calc(0 * 10px);
}

.rb-0-1-1-0-11 {
  border-radius: calc(0 * 11px) calc(1 * 11px) calc(1 * 11px) calc(0 * 11px);
}

.rb-0-1-1-0-12 {
  border-radius: calc(0 * 12px) calc(1 * 12px) calc(1 * 12px) calc(0 * 12px);
}

.rb-0-1-1-0-13 {
  border-radius: calc(0 * 13px) calc(1 * 13px) calc(1 * 13px) calc(0 * 13px);
}

.rb-0-1-1-0-14 {
  border-radius: calc(0 * 14px) calc(1 * 14px) calc(1 * 14px) calc(0 * 14px);
}

.rb-0-1-1-0-15 {
  border-radius: calc(0 * 15px) calc(1 * 15px) calc(1 * 15px) calc(0 * 15px);
}

.rb-0-1-1-0-16 {
  border-radius: calc(0 * 16px) calc(1 * 16px) calc(1 * 16px) calc(0 * 16px);
}

.rb-0-1-1-0-17 {
  border-radius: calc(0 * 17px) calc(1 * 17px) calc(1 * 17px) calc(0 * 17px);
}

.rb-0-1-1-0-18 {
  border-radius: calc(0 * 18px) calc(1 * 18px) calc(1 * 18px) calc(0 * 18px);
}

.rb-0-1-1-0-19 {
  border-radius: calc(0 * 19px) calc(1 * 19px) calc(1 * 19px) calc(0 * 19px);
}

.rb-0-1-1-0-20 {
  border-radius: calc(0 * 20px) calc(1 * 20px) calc(1 * 20px) calc(0 * 20px);
}

.rb-0-1-1-0-21 {
  border-radius: calc(0 * 21px) calc(1 * 21px) calc(1 * 21px) calc(0 * 21px);
}

.rb-0-1-1-0-22 {
  border-radius: calc(0 * 22px) calc(1 * 22px) calc(1 * 22px) calc(0 * 22px);
}

.rb-0-1-1-0-23 {
  border-radius: calc(0 * 23px) calc(1 * 23px) calc(1 * 23px) calc(0 * 23px);
}

.rb-0-1-1-0-24 {
  border-radius: calc(0 * 24px) calc(1 * 24px) calc(1 * 24px) calc(0 * 24px);
}

.rb-0-1-1-0-25 {
  border-radius: calc(0 * 25px) calc(1 * 25px) calc(1 * 25px) calc(0 * 25px);
}

.rb-0-1-1-0-26 {
  border-radius: calc(0 * 26px) calc(1 * 26px) calc(1 * 26px) calc(0 * 26px);
}

.rb-0-1-1-0-27 {
  border-radius: calc(0 * 27px) calc(1 * 27px) calc(1 * 27px) calc(0 * 27px);
}

.rb-0-1-1-0-28 {
  border-radius: calc(0 * 28px) calc(1 * 28px) calc(1 * 28px) calc(0 * 28px);
}

.rb-0-1-1-0-29 {
  border-radius: calc(0 * 29px) calc(1 * 29px) calc(1 * 29px) calc(0 * 29px);
}

.rb-0-1-1-0-30 {
  border-radius: calc(0 * 30px) calc(1 * 30px) calc(1 * 30px) calc(0 * 30px);
}

.rb-0-1-1-0-31 {
  border-radius: calc(0 * 31px) calc(1 * 31px) calc(1 * 31px) calc(0 * 31px);
}

.rb-0-1-1-0-32 {
  border-radius: calc(0 * 32px) calc(1 * 32px) calc(1 * 32px) calc(0 * 32px);
}

.rb-0-1-1-0-33 {
  border-radius: calc(0 * 33px) calc(1 * 33px) calc(1 * 33px) calc(0 * 33px);
}

.rb-0-1-1-0-34 {
  border-radius: calc(0 * 34px) calc(1 * 34px) calc(1 * 34px) calc(0 * 34px);
}

.rb-0-1-1-0-35 {
  border-radius: calc(0 * 35px) calc(1 * 35px) calc(1 * 35px) calc(0 * 35px);
}

.rb-0-1-1-0-36 {
  border-radius: calc(0 * 36px) calc(1 * 36px) calc(1 * 36px) calc(0 * 36px);
}

.rb-0-1-1-0-37 {
  border-radius: calc(0 * 37px) calc(1 * 37px) calc(1 * 37px) calc(0 * 37px);
}

.rb-0-1-1-0-38 {
  border-radius: calc(0 * 38px) calc(1 * 38px) calc(1 * 38px) calc(0 * 38px);
}

.rb-0-1-1-0-39 {
  border-radius: calc(0 * 39px) calc(1 * 39px) calc(1 * 39px) calc(0 * 39px);
}

.rb-0-1-1-0-40 {
  border-radius: calc(0 * 40px) calc(1 * 40px) calc(1 * 40px) calc(0 * 40px);
}

.rb-0-1-1-0-41 {
  border-radius: calc(0 * 41px) calc(1 * 41px) calc(1 * 41px) calc(0 * 41px);
}

.rb-0-1-1-0-42 {
  border-radius: calc(0 * 42px) calc(1 * 42px) calc(1 * 42px) calc(0 * 42px);
}

.rb-0-1-1-0-43 {
  border-radius: calc(0 * 43px) calc(1 * 43px) calc(1 * 43px) calc(0 * 43px);
}

.rb-0-1-1-0-44 {
  border-radius: calc(0 * 44px) calc(1 * 44px) calc(1 * 44px) calc(0 * 44px);
}

.rb-0-1-1-0-45 {
  border-radius: calc(0 * 45px) calc(1 * 45px) calc(1 * 45px) calc(0 * 45px);
}

.rb-0-1-1-0-46 {
  border-radius: calc(0 * 46px) calc(1 * 46px) calc(1 * 46px) calc(0 * 46px);
}

.rb-0-1-1-0-47 {
  border-radius: calc(0 * 47px) calc(1 * 47px) calc(1 * 47px) calc(0 * 47px);
}

.rb-0-1-1-0-48 {
  border-radius: calc(0 * 48px) calc(1 * 48px) calc(1 * 48px) calc(0 * 48px);
}

.rb-0-1-1-0-49 {
  border-radius: calc(0 * 49px) calc(1 * 49px) calc(1 * 49px) calc(0 * 49px);
}

.rb-0-1-1-0-50 {
  border-radius: calc(0 * 50px) calc(1 * 50px) calc(1 * 50px) calc(0 * 50px);
}

.rb-0-1-1-0-51 {
  border-radius: calc(0 * 51px) calc(1 * 51px) calc(1 * 51px) calc(0 * 51px);
}

.rb-0-1-1-0-52 {
  border-radius: calc(0 * 52px) calc(1 * 52px) calc(1 * 52px) calc(0 * 52px);
}

.rb-0-1-1-0-53 {
  border-radius: calc(0 * 53px) calc(1 * 53px) calc(1 * 53px) calc(0 * 53px);
}

.rb-0-1-1-0-54 {
  border-radius: calc(0 * 54px) calc(1 * 54px) calc(1 * 54px) calc(0 * 54px);
}

.rb-0-1-1-0-55 {
  border-radius: calc(0 * 55px) calc(1 * 55px) calc(1 * 55px) calc(0 * 55px);
}

.rb-0-1-1-0-56 {
  border-radius: calc(0 * 56px) calc(1 * 56px) calc(1 * 56px) calc(0 * 56px);
}

.rb-0-1-1-0-57 {
  border-radius: calc(0 * 57px) calc(1 * 57px) calc(1 * 57px) calc(0 * 57px);
}

.rb-0-1-1-0-58 {
  border-radius: calc(0 * 58px) calc(1 * 58px) calc(1 * 58px) calc(0 * 58px);
}

.rb-0-1-1-0-59 {
  border-radius: calc(0 * 59px) calc(1 * 59px) calc(1 * 59px) calc(0 * 59px);
}

.rb-0-1-1-0-60 {
  border-radius: calc(0 * 60px) calc(1 * 60px) calc(1 * 60px) calc(0 * 60px);
}

.rb-0-1-1-0-61 {
  border-radius: calc(0 * 61px) calc(1 * 61px) calc(1 * 61px) calc(0 * 61px);
}

.rb-0-1-1-0-62 {
  border-radius: calc(0 * 62px) calc(1 * 62px) calc(1 * 62px) calc(0 * 62px);
}

.rb-0-1-1-0-63 {
  border-radius: calc(0 * 63px) calc(1 * 63px) calc(1 * 63px) calc(0 * 63px);
}

.rb-0-1-1-0-64 {
  border-radius: calc(0 * 64px) calc(1 * 64px) calc(1 * 64px) calc(0 * 64px);
}

.rb-0-1-1-0-65 {
  border-radius: calc(0 * 65px) calc(1 * 65px) calc(1 * 65px) calc(0 * 65px);
}

.rb-0-1-1-0-66 {
  border-radius: calc(0 * 66px) calc(1 * 66px) calc(1 * 66px) calc(0 * 66px);
}

.rb-0-1-1-0-67 {
  border-radius: calc(0 * 67px) calc(1 * 67px) calc(1 * 67px) calc(0 * 67px);
}

.rb-0-1-1-0-68 {
  border-radius: calc(0 * 68px) calc(1 * 68px) calc(1 * 68px) calc(0 * 68px);
}

.rb-0-1-1-0-69 {
  border-radius: calc(0 * 69px) calc(1 * 69px) calc(1 * 69px) calc(0 * 69px);
}

.rb-0-1-1-0-70 {
  border-radius: calc(0 * 70px) calc(1 * 70px) calc(1 * 70px) calc(0 * 70px);
}

.rb-0-1-1-0-71 {
  border-radius: calc(0 * 71px) calc(1 * 71px) calc(1 * 71px) calc(0 * 71px);
}

.rb-0-1-1-0-72 {
  border-radius: calc(0 * 72px) calc(1 * 72px) calc(1 * 72px) calc(0 * 72px);
}

.rb-0-1-1-0-73 {
  border-radius: calc(0 * 73px) calc(1 * 73px) calc(1 * 73px) calc(0 * 73px);
}

.rb-0-1-1-0-74 {
  border-radius: calc(0 * 74px) calc(1 * 74px) calc(1 * 74px) calc(0 * 74px);
}

.rb-0-1-1-0-75 {
  border-radius: calc(0 * 75px) calc(1 * 75px) calc(1 * 75px) calc(0 * 75px);
}

.rb-0-1-1-0-76 {
  border-radius: calc(0 * 76px) calc(1 * 76px) calc(1 * 76px) calc(0 * 76px);
}

.rb-0-1-1-0-77 {
  border-radius: calc(0 * 77px) calc(1 * 77px) calc(1 * 77px) calc(0 * 77px);
}

.rb-0-1-1-0-78 {
  border-radius: calc(0 * 78px) calc(1 * 78px) calc(1 * 78px) calc(0 * 78px);
}

.rb-0-1-1-0-79 {
  border-radius: calc(0 * 79px) calc(1 * 79px) calc(1 * 79px) calc(0 * 79px);
}

.rb-0-1-1-0-80 {
  border-radius: calc(0 * 80px) calc(1 * 80px) calc(1 * 80px) calc(0 * 80px);
}

.rb-0-1-1-0-81 {
  border-radius: calc(0 * 81px) calc(1 * 81px) calc(1 * 81px) calc(0 * 81px);
}

.rb-0-1-1-0-82 {
  border-radius: calc(0 * 82px) calc(1 * 82px) calc(1 * 82px) calc(0 * 82px);
}

.rb-0-1-1-0-83 {
  border-radius: calc(0 * 83px) calc(1 * 83px) calc(1 * 83px) calc(0 * 83px);
}

.rb-0-1-1-0-84 {
  border-radius: calc(0 * 84px) calc(1 * 84px) calc(1 * 84px) calc(0 * 84px);
}

.rb-0-1-1-0-85 {
  border-radius: calc(0 * 85px) calc(1 * 85px) calc(1 * 85px) calc(0 * 85px);
}

.rb-0-1-1-0-86 {
  border-radius: calc(0 * 86px) calc(1 * 86px) calc(1 * 86px) calc(0 * 86px);
}

.rb-0-1-1-0-87 {
  border-radius: calc(0 * 87px) calc(1 * 87px) calc(1 * 87px) calc(0 * 87px);
}

.rb-0-1-1-0-88 {
  border-radius: calc(0 * 88px) calc(1 * 88px) calc(1 * 88px) calc(0 * 88px);
}

.rb-0-1-1-0-89 {
  border-radius: calc(0 * 89px) calc(1 * 89px) calc(1 * 89px) calc(0 * 89px);
}

.rb-0-1-1-0-90 {
  border-radius: calc(0 * 90px) calc(1 * 90px) calc(1 * 90px) calc(0 * 90px);
}

.rb-0-1-1-0-91 {
  border-radius: calc(0 * 91px) calc(1 * 91px) calc(1 * 91px) calc(0 * 91px);
}

.rb-0-1-1-0-92 {
  border-radius: calc(0 * 92px) calc(1 * 92px) calc(1 * 92px) calc(0 * 92px);
}

.rb-0-1-1-0-93 {
  border-radius: calc(0 * 93px) calc(1 * 93px) calc(1 * 93px) calc(0 * 93px);
}

.rb-0-1-1-0-94 {
  border-radius: calc(0 * 94px) calc(1 * 94px) calc(1 * 94px) calc(0 * 94px);
}

.rb-0-1-1-0-95 {
  border-radius: calc(0 * 95px) calc(1 * 95px) calc(1 * 95px) calc(0 * 95px);
}

.rb-0-1-1-0-96 {
  border-radius: calc(0 * 96px) calc(1 * 96px) calc(1 * 96px) calc(0 * 96px);
}

.rb-0-1-1-0-97 {
  border-radius: calc(0 * 97px) calc(1 * 97px) calc(1 * 97px) calc(0 * 97px);
}

.rb-0-1-1-0-98 {
  border-radius: calc(0 * 98px) calc(1 * 98px) calc(1 * 98px) calc(0 * 98px);
}

.rb-0-1-1-0-99 {
  border-radius: calc(0 * 99px) calc(1 * 99px) calc(1 * 99px) calc(0 * 99px);
}

.rb-0-1-1-0-100 {
  border-radius: calc(0 * 100px) calc(1 * 100px) calc(1 * 100px) calc(0 * 100px);
}

.rb-0-1-1-1-0 {
  border-radius: calc(0 * 0px) calc(1 * 0px) calc(1 * 0px) calc(1 * 0px);
}

.rb-0-1-1-1-1 {
  border-radius: calc(0 * 1px) calc(1 * 1px) calc(1 * 1px) calc(1 * 1px);
}

.rb-0-1-1-1-2 {
  border-radius: calc(0 * 2px) calc(1 * 2px) calc(1 * 2px) calc(1 * 2px);
}

.rb-0-1-1-1-3 {
  border-radius: calc(0 * 3px) calc(1 * 3px) calc(1 * 3px) calc(1 * 3px);
}

.rb-0-1-1-1-4 {
  border-radius: calc(0 * 4px) calc(1 * 4px) calc(1 * 4px) calc(1 * 4px);
}

.rb-0-1-1-1-5 {
  border-radius: calc(0 * 5px) calc(1 * 5px) calc(1 * 5px) calc(1 * 5px);
}

.rb-0-1-1-1-6 {
  border-radius: calc(0 * 6px) calc(1 * 6px) calc(1 * 6px) calc(1 * 6px);
}

.rb-0-1-1-1-7 {
  border-radius: calc(0 * 7px) calc(1 * 7px) calc(1 * 7px) calc(1 * 7px);
}

.rb-0-1-1-1-8 {
  border-radius: calc(0 * 8px) calc(1 * 8px) calc(1 * 8px) calc(1 * 8px);
}

.rb-0-1-1-1-9 {
  border-radius: calc(0 * 9px) calc(1 * 9px) calc(1 * 9px) calc(1 * 9px);
}

.rb-0-1-1-1-10 {
  border-radius: calc(0 * 10px) calc(1 * 10px) calc(1 * 10px) calc(1 * 10px);
}

.rb-0-1-1-1-11 {
  border-radius: calc(0 * 11px) calc(1 * 11px) calc(1 * 11px) calc(1 * 11px);
}

.rb-0-1-1-1-12 {
  border-radius: calc(0 * 12px) calc(1 * 12px) calc(1 * 12px) calc(1 * 12px);
}

.rb-0-1-1-1-13 {
  border-radius: calc(0 * 13px) calc(1 * 13px) calc(1 * 13px) calc(1 * 13px);
}

.rb-0-1-1-1-14 {
  border-radius: calc(0 * 14px) calc(1 * 14px) calc(1 * 14px) calc(1 * 14px);
}

.rb-0-1-1-1-15 {
  border-radius: calc(0 * 15px) calc(1 * 15px) calc(1 * 15px) calc(1 * 15px);
}

.rb-0-1-1-1-16 {
  border-radius: calc(0 * 16px) calc(1 * 16px) calc(1 * 16px) calc(1 * 16px);
}

.rb-0-1-1-1-17 {
  border-radius: calc(0 * 17px) calc(1 * 17px) calc(1 * 17px) calc(1 * 17px);
}

.rb-0-1-1-1-18 {
  border-radius: calc(0 * 18px) calc(1 * 18px) calc(1 * 18px) calc(1 * 18px);
}

.rb-0-1-1-1-19 {
  border-radius: calc(0 * 19px) calc(1 * 19px) calc(1 * 19px) calc(1 * 19px);
}

.rb-0-1-1-1-20 {
  border-radius: calc(0 * 20px) calc(1 * 20px) calc(1 * 20px) calc(1 * 20px);
}

.rb-0-1-1-1-21 {
  border-radius: calc(0 * 21px) calc(1 * 21px) calc(1 * 21px) calc(1 * 21px);
}

.rb-0-1-1-1-22 {
  border-radius: calc(0 * 22px) calc(1 * 22px) calc(1 * 22px) calc(1 * 22px);
}

.rb-0-1-1-1-23 {
  border-radius: calc(0 * 23px) calc(1 * 23px) calc(1 * 23px) calc(1 * 23px);
}

.rb-0-1-1-1-24 {
  border-radius: calc(0 * 24px) calc(1 * 24px) calc(1 * 24px) calc(1 * 24px);
}

.rb-0-1-1-1-25 {
  border-radius: calc(0 * 25px) calc(1 * 25px) calc(1 * 25px) calc(1 * 25px);
}

.rb-0-1-1-1-26 {
  border-radius: calc(0 * 26px) calc(1 * 26px) calc(1 * 26px) calc(1 * 26px);
}

.rb-0-1-1-1-27 {
  border-radius: calc(0 * 27px) calc(1 * 27px) calc(1 * 27px) calc(1 * 27px);
}

.rb-0-1-1-1-28 {
  border-radius: calc(0 * 28px) calc(1 * 28px) calc(1 * 28px) calc(1 * 28px);
}

.rb-0-1-1-1-29 {
  border-radius: calc(0 * 29px) calc(1 * 29px) calc(1 * 29px) calc(1 * 29px);
}

.rb-0-1-1-1-30 {
  border-radius: calc(0 * 30px) calc(1 * 30px) calc(1 * 30px) calc(1 * 30px);
}

.rb-0-1-1-1-31 {
  border-radius: calc(0 * 31px) calc(1 * 31px) calc(1 * 31px) calc(1 * 31px);
}

.rb-0-1-1-1-32 {
  border-radius: calc(0 * 32px) calc(1 * 32px) calc(1 * 32px) calc(1 * 32px);
}

.rb-0-1-1-1-33 {
  border-radius: calc(0 * 33px) calc(1 * 33px) calc(1 * 33px) calc(1 * 33px);
}

.rb-0-1-1-1-34 {
  border-radius: calc(0 * 34px) calc(1 * 34px) calc(1 * 34px) calc(1 * 34px);
}

.rb-0-1-1-1-35 {
  border-radius: calc(0 * 35px) calc(1 * 35px) calc(1 * 35px) calc(1 * 35px);
}

.rb-0-1-1-1-36 {
  border-radius: calc(0 * 36px) calc(1 * 36px) calc(1 * 36px) calc(1 * 36px);
}

.rb-0-1-1-1-37 {
  border-radius: calc(0 * 37px) calc(1 * 37px) calc(1 * 37px) calc(1 * 37px);
}

.rb-0-1-1-1-38 {
  border-radius: calc(0 * 38px) calc(1 * 38px) calc(1 * 38px) calc(1 * 38px);
}

.rb-0-1-1-1-39 {
  border-radius: calc(0 * 39px) calc(1 * 39px) calc(1 * 39px) calc(1 * 39px);
}

.rb-0-1-1-1-40 {
  border-radius: calc(0 * 40px) calc(1 * 40px) calc(1 * 40px) calc(1 * 40px);
}

.rb-0-1-1-1-41 {
  border-radius: calc(0 * 41px) calc(1 * 41px) calc(1 * 41px) calc(1 * 41px);
}

.rb-0-1-1-1-42 {
  border-radius: calc(0 * 42px) calc(1 * 42px) calc(1 * 42px) calc(1 * 42px);
}

.rb-0-1-1-1-43 {
  border-radius: calc(0 * 43px) calc(1 * 43px) calc(1 * 43px) calc(1 * 43px);
}

.rb-0-1-1-1-44 {
  border-radius: calc(0 * 44px) calc(1 * 44px) calc(1 * 44px) calc(1 * 44px);
}

.rb-0-1-1-1-45 {
  border-radius: calc(0 * 45px) calc(1 * 45px) calc(1 * 45px) calc(1 * 45px);
}

.rb-0-1-1-1-46 {
  border-radius: calc(0 * 46px) calc(1 * 46px) calc(1 * 46px) calc(1 * 46px);
}

.rb-0-1-1-1-47 {
  border-radius: calc(0 * 47px) calc(1 * 47px) calc(1 * 47px) calc(1 * 47px);
}

.rb-0-1-1-1-48 {
  border-radius: calc(0 * 48px) calc(1 * 48px) calc(1 * 48px) calc(1 * 48px);
}

.rb-0-1-1-1-49 {
  border-radius: calc(0 * 49px) calc(1 * 49px) calc(1 * 49px) calc(1 * 49px);
}

.rb-0-1-1-1-50 {
  border-radius: calc(0 * 50px) calc(1 * 50px) calc(1 * 50px) calc(1 * 50px);
}

.rb-0-1-1-1-51 {
  border-radius: calc(0 * 51px) calc(1 * 51px) calc(1 * 51px) calc(1 * 51px);
}

.rb-0-1-1-1-52 {
  border-radius: calc(0 * 52px) calc(1 * 52px) calc(1 * 52px) calc(1 * 52px);
}

.rb-0-1-1-1-53 {
  border-radius: calc(0 * 53px) calc(1 * 53px) calc(1 * 53px) calc(1 * 53px);
}

.rb-0-1-1-1-54 {
  border-radius: calc(0 * 54px) calc(1 * 54px) calc(1 * 54px) calc(1 * 54px);
}

.rb-0-1-1-1-55 {
  border-radius: calc(0 * 55px) calc(1 * 55px) calc(1 * 55px) calc(1 * 55px);
}

.rb-0-1-1-1-56 {
  border-radius: calc(0 * 56px) calc(1 * 56px) calc(1 * 56px) calc(1 * 56px);
}

.rb-0-1-1-1-57 {
  border-radius: calc(0 * 57px) calc(1 * 57px) calc(1 * 57px) calc(1 * 57px);
}

.rb-0-1-1-1-58 {
  border-radius: calc(0 * 58px) calc(1 * 58px) calc(1 * 58px) calc(1 * 58px);
}

.rb-0-1-1-1-59 {
  border-radius: calc(0 * 59px) calc(1 * 59px) calc(1 * 59px) calc(1 * 59px);
}

.rb-0-1-1-1-60 {
  border-radius: calc(0 * 60px) calc(1 * 60px) calc(1 * 60px) calc(1 * 60px);
}

.rb-0-1-1-1-61 {
  border-radius: calc(0 * 61px) calc(1 * 61px) calc(1 * 61px) calc(1 * 61px);
}

.rb-0-1-1-1-62 {
  border-radius: calc(0 * 62px) calc(1 * 62px) calc(1 * 62px) calc(1 * 62px);
}

.rb-0-1-1-1-63 {
  border-radius: calc(0 * 63px) calc(1 * 63px) calc(1 * 63px) calc(1 * 63px);
}

.rb-0-1-1-1-64 {
  border-radius: calc(0 * 64px) calc(1 * 64px) calc(1 * 64px) calc(1 * 64px);
}

.rb-0-1-1-1-65 {
  border-radius: calc(0 * 65px) calc(1 * 65px) calc(1 * 65px) calc(1 * 65px);
}

.rb-0-1-1-1-66 {
  border-radius: calc(0 * 66px) calc(1 * 66px) calc(1 * 66px) calc(1 * 66px);
}

.rb-0-1-1-1-67 {
  border-radius: calc(0 * 67px) calc(1 * 67px) calc(1 * 67px) calc(1 * 67px);
}

.rb-0-1-1-1-68 {
  border-radius: calc(0 * 68px) calc(1 * 68px) calc(1 * 68px) calc(1 * 68px);
}

.rb-0-1-1-1-69 {
  border-radius: calc(0 * 69px) calc(1 * 69px) calc(1 * 69px) calc(1 * 69px);
}

.rb-0-1-1-1-70 {
  border-radius: calc(0 * 70px) calc(1 * 70px) calc(1 * 70px) calc(1 * 70px);
}

.rb-0-1-1-1-71 {
  border-radius: calc(0 * 71px) calc(1 * 71px) calc(1 * 71px) calc(1 * 71px);
}

.rb-0-1-1-1-72 {
  border-radius: calc(0 * 72px) calc(1 * 72px) calc(1 * 72px) calc(1 * 72px);
}

.rb-0-1-1-1-73 {
  border-radius: calc(0 * 73px) calc(1 * 73px) calc(1 * 73px) calc(1 * 73px);
}

.rb-0-1-1-1-74 {
  border-radius: calc(0 * 74px) calc(1 * 74px) calc(1 * 74px) calc(1 * 74px);
}

.rb-0-1-1-1-75 {
  border-radius: calc(0 * 75px) calc(1 * 75px) calc(1 * 75px) calc(1 * 75px);
}

.rb-0-1-1-1-76 {
  border-radius: calc(0 * 76px) calc(1 * 76px) calc(1 * 76px) calc(1 * 76px);
}

.rb-0-1-1-1-77 {
  border-radius: calc(0 * 77px) calc(1 * 77px) calc(1 * 77px) calc(1 * 77px);
}

.rb-0-1-1-1-78 {
  border-radius: calc(0 * 78px) calc(1 * 78px) calc(1 * 78px) calc(1 * 78px);
}

.rb-0-1-1-1-79 {
  border-radius: calc(0 * 79px) calc(1 * 79px) calc(1 * 79px) calc(1 * 79px);
}

.rb-0-1-1-1-80 {
  border-radius: calc(0 * 80px) calc(1 * 80px) calc(1 * 80px) calc(1 * 80px);
}

.rb-0-1-1-1-81 {
  border-radius: calc(0 * 81px) calc(1 * 81px) calc(1 * 81px) calc(1 * 81px);
}

.rb-0-1-1-1-82 {
  border-radius: calc(0 * 82px) calc(1 * 82px) calc(1 * 82px) calc(1 * 82px);
}

.rb-0-1-1-1-83 {
  border-radius: calc(0 * 83px) calc(1 * 83px) calc(1 * 83px) calc(1 * 83px);
}

.rb-0-1-1-1-84 {
  border-radius: calc(0 * 84px) calc(1 * 84px) calc(1 * 84px) calc(1 * 84px);
}

.rb-0-1-1-1-85 {
  border-radius: calc(0 * 85px) calc(1 * 85px) calc(1 * 85px) calc(1 * 85px);
}

.rb-0-1-1-1-86 {
  border-radius: calc(0 * 86px) calc(1 * 86px) calc(1 * 86px) calc(1 * 86px);
}

.rb-0-1-1-1-87 {
  border-radius: calc(0 * 87px) calc(1 * 87px) calc(1 * 87px) calc(1 * 87px);
}

.rb-0-1-1-1-88 {
  border-radius: calc(0 * 88px) calc(1 * 88px) calc(1 * 88px) calc(1 * 88px);
}

.rb-0-1-1-1-89 {
  border-radius: calc(0 * 89px) calc(1 * 89px) calc(1 * 89px) calc(1 * 89px);
}

.rb-0-1-1-1-90 {
  border-radius: calc(0 * 90px) calc(1 * 90px) calc(1 * 90px) calc(1 * 90px);
}

.rb-0-1-1-1-91 {
  border-radius: calc(0 * 91px) calc(1 * 91px) calc(1 * 91px) calc(1 * 91px);
}

.rb-0-1-1-1-92 {
  border-radius: calc(0 * 92px) calc(1 * 92px) calc(1 * 92px) calc(1 * 92px);
}

.rb-0-1-1-1-93 {
  border-radius: calc(0 * 93px) calc(1 * 93px) calc(1 * 93px) calc(1 * 93px);
}

.rb-0-1-1-1-94 {
  border-radius: calc(0 * 94px) calc(1 * 94px) calc(1 * 94px) calc(1 * 94px);
}

.rb-0-1-1-1-95 {
  border-radius: calc(0 * 95px) calc(1 * 95px) calc(1 * 95px) calc(1 * 95px);
}

.rb-0-1-1-1-96 {
  border-radius: calc(0 * 96px) calc(1 * 96px) calc(1 * 96px) calc(1 * 96px);
}

.rb-0-1-1-1-97 {
  border-radius: calc(0 * 97px) calc(1 * 97px) calc(1 * 97px) calc(1 * 97px);
}

.rb-0-1-1-1-98 {
  border-radius: calc(0 * 98px) calc(1 * 98px) calc(1 * 98px) calc(1 * 98px);
}

.rb-0-1-1-1-99 {
  border-radius: calc(0 * 99px) calc(1 * 99px) calc(1 * 99px) calc(1 * 99px);
}

.rb-0-1-1-1-100 {
  border-radius: calc(0 * 100px) calc(1 * 100px) calc(1 * 100px) calc(1 * 100px);
}

.rb-1-0-0-0-0 {
  border-radius: calc(1 * 0px) calc(0 * 0px) calc(0 * 0px) calc(0 * 0px);
}

.rb-1-0-0-0-1 {
  border-radius: calc(1 * 1px) calc(0 * 1px) calc(0 * 1px) calc(0 * 1px);
}

.rb-1-0-0-0-2 {
  border-radius: calc(1 * 2px) calc(0 * 2px) calc(0 * 2px) calc(0 * 2px);
}

.rb-1-0-0-0-3 {
  border-radius: calc(1 * 3px) calc(0 * 3px) calc(0 * 3px) calc(0 * 3px);
}

.rb-1-0-0-0-4 {
  border-radius: calc(1 * 4px) calc(0 * 4px) calc(0 * 4px) calc(0 * 4px);
}

.rb-1-0-0-0-5 {
  border-radius: calc(1 * 5px) calc(0 * 5px) calc(0 * 5px) calc(0 * 5px);
}

.rb-1-0-0-0-6 {
  border-radius: calc(1 * 6px) calc(0 * 6px) calc(0 * 6px) calc(0 * 6px);
}

.rb-1-0-0-0-7 {
  border-radius: calc(1 * 7px) calc(0 * 7px) calc(0 * 7px) calc(0 * 7px);
}

.rb-1-0-0-0-8 {
  border-radius: calc(1 * 8px) calc(0 * 8px) calc(0 * 8px) calc(0 * 8px);
}

.rb-1-0-0-0-9 {
  border-radius: calc(1 * 9px) calc(0 * 9px) calc(0 * 9px) calc(0 * 9px);
}

.rb-1-0-0-0-10 {
  border-radius: calc(1 * 10px) calc(0 * 10px) calc(0 * 10px) calc(0 * 10px);
}

.rb-1-0-0-0-11 {
  border-radius: calc(1 * 11px) calc(0 * 11px) calc(0 * 11px) calc(0 * 11px);
}

.rb-1-0-0-0-12 {
  border-radius: calc(1 * 12px) calc(0 * 12px) calc(0 * 12px) calc(0 * 12px);
}

.rb-1-0-0-0-13 {
  border-radius: calc(1 * 13px) calc(0 * 13px) calc(0 * 13px) calc(0 * 13px);
}

.rb-1-0-0-0-14 {
  border-radius: calc(1 * 14px) calc(0 * 14px) calc(0 * 14px) calc(0 * 14px);
}

.rb-1-0-0-0-15 {
  border-radius: calc(1 * 15px) calc(0 * 15px) calc(0 * 15px) calc(0 * 15px);
}

.rb-1-0-0-0-16 {
  border-radius: calc(1 * 16px) calc(0 * 16px) calc(0 * 16px) calc(0 * 16px);
}

.rb-1-0-0-0-17 {
  border-radius: calc(1 * 17px) calc(0 * 17px) calc(0 * 17px) calc(0 * 17px);
}

.rb-1-0-0-0-18 {
  border-radius: calc(1 * 18px) calc(0 * 18px) calc(0 * 18px) calc(0 * 18px);
}

.rb-1-0-0-0-19 {
  border-radius: calc(1 * 19px) calc(0 * 19px) calc(0 * 19px) calc(0 * 19px);
}

.rb-1-0-0-0-20 {
  border-radius: calc(1 * 20px) calc(0 * 20px) calc(0 * 20px) calc(0 * 20px);
}

.rb-1-0-0-0-21 {
  border-radius: calc(1 * 21px) calc(0 * 21px) calc(0 * 21px) calc(0 * 21px);
}

.rb-1-0-0-0-22 {
  border-radius: calc(1 * 22px) calc(0 * 22px) calc(0 * 22px) calc(0 * 22px);
}

.rb-1-0-0-0-23 {
  border-radius: calc(1 * 23px) calc(0 * 23px) calc(0 * 23px) calc(0 * 23px);
}

.rb-1-0-0-0-24 {
  border-radius: calc(1 * 24px) calc(0 * 24px) calc(0 * 24px) calc(0 * 24px);
}

.rb-1-0-0-0-25 {
  border-radius: calc(1 * 25px) calc(0 * 25px) calc(0 * 25px) calc(0 * 25px);
}

.rb-1-0-0-0-26 {
  border-radius: calc(1 * 26px) calc(0 * 26px) calc(0 * 26px) calc(0 * 26px);
}

.rb-1-0-0-0-27 {
  border-radius: calc(1 * 27px) calc(0 * 27px) calc(0 * 27px) calc(0 * 27px);
}

.rb-1-0-0-0-28 {
  border-radius: calc(1 * 28px) calc(0 * 28px) calc(0 * 28px) calc(0 * 28px);
}

.rb-1-0-0-0-29 {
  border-radius: calc(1 * 29px) calc(0 * 29px) calc(0 * 29px) calc(0 * 29px);
}

.rb-1-0-0-0-30 {
  border-radius: calc(1 * 30px) calc(0 * 30px) calc(0 * 30px) calc(0 * 30px);
}

.rb-1-0-0-0-31 {
  border-radius: calc(1 * 31px) calc(0 * 31px) calc(0 * 31px) calc(0 * 31px);
}

.rb-1-0-0-0-32 {
  border-radius: calc(1 * 32px) calc(0 * 32px) calc(0 * 32px) calc(0 * 32px);
}

.rb-1-0-0-0-33 {
  border-radius: calc(1 * 33px) calc(0 * 33px) calc(0 * 33px) calc(0 * 33px);
}

.rb-1-0-0-0-34 {
  border-radius: calc(1 * 34px) calc(0 * 34px) calc(0 * 34px) calc(0 * 34px);
}

.rb-1-0-0-0-35 {
  border-radius: calc(1 * 35px) calc(0 * 35px) calc(0 * 35px) calc(0 * 35px);
}

.rb-1-0-0-0-36 {
  border-radius: calc(1 * 36px) calc(0 * 36px) calc(0 * 36px) calc(0 * 36px);
}

.rb-1-0-0-0-37 {
  border-radius: calc(1 * 37px) calc(0 * 37px) calc(0 * 37px) calc(0 * 37px);
}

.rb-1-0-0-0-38 {
  border-radius: calc(1 * 38px) calc(0 * 38px) calc(0 * 38px) calc(0 * 38px);
}

.rb-1-0-0-0-39 {
  border-radius: calc(1 * 39px) calc(0 * 39px) calc(0 * 39px) calc(0 * 39px);
}

.rb-1-0-0-0-40 {
  border-radius: calc(1 * 40px) calc(0 * 40px) calc(0 * 40px) calc(0 * 40px);
}

.rb-1-0-0-0-41 {
  border-radius: calc(1 * 41px) calc(0 * 41px) calc(0 * 41px) calc(0 * 41px);
}

.rb-1-0-0-0-42 {
  border-radius: calc(1 * 42px) calc(0 * 42px) calc(0 * 42px) calc(0 * 42px);
}

.rb-1-0-0-0-43 {
  border-radius: calc(1 * 43px) calc(0 * 43px) calc(0 * 43px) calc(0 * 43px);
}

.rb-1-0-0-0-44 {
  border-radius: calc(1 * 44px) calc(0 * 44px) calc(0 * 44px) calc(0 * 44px);
}

.rb-1-0-0-0-45 {
  border-radius: calc(1 * 45px) calc(0 * 45px) calc(0 * 45px) calc(0 * 45px);
}

.rb-1-0-0-0-46 {
  border-radius: calc(1 * 46px) calc(0 * 46px) calc(0 * 46px) calc(0 * 46px);
}

.rb-1-0-0-0-47 {
  border-radius: calc(1 * 47px) calc(0 * 47px) calc(0 * 47px) calc(0 * 47px);
}

.rb-1-0-0-0-48 {
  border-radius: calc(1 * 48px) calc(0 * 48px) calc(0 * 48px) calc(0 * 48px);
}

.rb-1-0-0-0-49 {
  border-radius: calc(1 * 49px) calc(0 * 49px) calc(0 * 49px) calc(0 * 49px);
}

.rb-1-0-0-0-50 {
  border-radius: calc(1 * 50px) calc(0 * 50px) calc(0 * 50px) calc(0 * 50px);
}

.rb-1-0-0-0-51 {
  border-radius: calc(1 * 51px) calc(0 * 51px) calc(0 * 51px) calc(0 * 51px);
}

.rb-1-0-0-0-52 {
  border-radius: calc(1 * 52px) calc(0 * 52px) calc(0 * 52px) calc(0 * 52px);
}

.rb-1-0-0-0-53 {
  border-radius: calc(1 * 53px) calc(0 * 53px) calc(0 * 53px) calc(0 * 53px);
}

.rb-1-0-0-0-54 {
  border-radius: calc(1 * 54px) calc(0 * 54px) calc(0 * 54px) calc(0 * 54px);
}

.rb-1-0-0-0-55 {
  border-radius: calc(1 * 55px) calc(0 * 55px) calc(0 * 55px) calc(0 * 55px);
}

.rb-1-0-0-0-56 {
  border-radius: calc(1 * 56px) calc(0 * 56px) calc(0 * 56px) calc(0 * 56px);
}

.rb-1-0-0-0-57 {
  border-radius: calc(1 * 57px) calc(0 * 57px) calc(0 * 57px) calc(0 * 57px);
}

.rb-1-0-0-0-58 {
  border-radius: calc(1 * 58px) calc(0 * 58px) calc(0 * 58px) calc(0 * 58px);
}

.rb-1-0-0-0-59 {
  border-radius: calc(1 * 59px) calc(0 * 59px) calc(0 * 59px) calc(0 * 59px);
}

.rb-1-0-0-0-60 {
  border-radius: calc(1 * 60px) calc(0 * 60px) calc(0 * 60px) calc(0 * 60px);
}

.rb-1-0-0-0-61 {
  border-radius: calc(1 * 61px) calc(0 * 61px) calc(0 * 61px) calc(0 * 61px);
}

.rb-1-0-0-0-62 {
  border-radius: calc(1 * 62px) calc(0 * 62px) calc(0 * 62px) calc(0 * 62px);
}

.rb-1-0-0-0-63 {
  border-radius: calc(1 * 63px) calc(0 * 63px) calc(0 * 63px) calc(0 * 63px);
}

.rb-1-0-0-0-64 {
  border-radius: calc(1 * 64px) calc(0 * 64px) calc(0 * 64px) calc(0 * 64px);
}

.rb-1-0-0-0-65 {
  border-radius: calc(1 * 65px) calc(0 * 65px) calc(0 * 65px) calc(0 * 65px);
}

.rb-1-0-0-0-66 {
  border-radius: calc(1 * 66px) calc(0 * 66px) calc(0 * 66px) calc(0 * 66px);
}

.rb-1-0-0-0-67 {
  border-radius: calc(1 * 67px) calc(0 * 67px) calc(0 * 67px) calc(0 * 67px);
}

.rb-1-0-0-0-68 {
  border-radius: calc(1 * 68px) calc(0 * 68px) calc(0 * 68px) calc(0 * 68px);
}

.rb-1-0-0-0-69 {
  border-radius: calc(1 * 69px) calc(0 * 69px) calc(0 * 69px) calc(0 * 69px);
}

.rb-1-0-0-0-70 {
  border-radius: calc(1 * 70px) calc(0 * 70px) calc(0 * 70px) calc(0 * 70px);
}

.rb-1-0-0-0-71 {
  border-radius: calc(1 * 71px) calc(0 * 71px) calc(0 * 71px) calc(0 * 71px);
}

.rb-1-0-0-0-72 {
  border-radius: calc(1 * 72px) calc(0 * 72px) calc(0 * 72px) calc(0 * 72px);
}

.rb-1-0-0-0-73 {
  border-radius: calc(1 * 73px) calc(0 * 73px) calc(0 * 73px) calc(0 * 73px);
}

.rb-1-0-0-0-74 {
  border-radius: calc(1 * 74px) calc(0 * 74px) calc(0 * 74px) calc(0 * 74px);
}

.rb-1-0-0-0-75 {
  border-radius: calc(1 * 75px) calc(0 * 75px) calc(0 * 75px) calc(0 * 75px);
}

.rb-1-0-0-0-76 {
  border-radius: calc(1 * 76px) calc(0 * 76px) calc(0 * 76px) calc(0 * 76px);
}

.rb-1-0-0-0-77 {
  border-radius: calc(1 * 77px) calc(0 * 77px) calc(0 * 77px) calc(0 * 77px);
}

.rb-1-0-0-0-78 {
  border-radius: calc(1 * 78px) calc(0 * 78px) calc(0 * 78px) calc(0 * 78px);
}

.rb-1-0-0-0-79 {
  border-radius: calc(1 * 79px) calc(0 * 79px) calc(0 * 79px) calc(0 * 79px);
}

.rb-1-0-0-0-80 {
  border-radius: calc(1 * 80px) calc(0 * 80px) calc(0 * 80px) calc(0 * 80px);
}

.rb-1-0-0-0-81 {
  border-radius: calc(1 * 81px) calc(0 * 81px) calc(0 * 81px) calc(0 * 81px);
}

.rb-1-0-0-0-82 {
  border-radius: calc(1 * 82px) calc(0 * 82px) calc(0 * 82px) calc(0 * 82px);
}

.rb-1-0-0-0-83 {
  border-radius: calc(1 * 83px) calc(0 * 83px) calc(0 * 83px) calc(0 * 83px);
}

.rb-1-0-0-0-84 {
  border-radius: calc(1 * 84px) calc(0 * 84px) calc(0 * 84px) calc(0 * 84px);
}

.rb-1-0-0-0-85 {
  border-radius: calc(1 * 85px) calc(0 * 85px) calc(0 * 85px) calc(0 * 85px);
}

.rb-1-0-0-0-86 {
  border-radius: calc(1 * 86px) calc(0 * 86px) calc(0 * 86px) calc(0 * 86px);
}

.rb-1-0-0-0-87 {
  border-radius: calc(1 * 87px) calc(0 * 87px) calc(0 * 87px) calc(0 * 87px);
}

.rb-1-0-0-0-88 {
  border-radius: calc(1 * 88px) calc(0 * 88px) calc(0 * 88px) calc(0 * 88px);
}

.rb-1-0-0-0-89 {
  border-radius: calc(1 * 89px) calc(0 * 89px) calc(0 * 89px) calc(0 * 89px);
}

.rb-1-0-0-0-90 {
  border-radius: calc(1 * 90px) calc(0 * 90px) calc(0 * 90px) calc(0 * 90px);
}

.rb-1-0-0-0-91 {
  border-radius: calc(1 * 91px) calc(0 * 91px) calc(0 * 91px) calc(0 * 91px);
}

.rb-1-0-0-0-92 {
  border-radius: calc(1 * 92px) calc(0 * 92px) calc(0 * 92px) calc(0 * 92px);
}

.rb-1-0-0-0-93 {
  border-radius: calc(1 * 93px) calc(0 * 93px) calc(0 * 93px) calc(0 * 93px);
}

.rb-1-0-0-0-94 {
  border-radius: calc(1 * 94px) calc(0 * 94px) calc(0 * 94px) calc(0 * 94px);
}

.rb-1-0-0-0-95 {
  border-radius: calc(1 * 95px) calc(0 * 95px) calc(0 * 95px) calc(0 * 95px);
}

.rb-1-0-0-0-96 {
  border-radius: calc(1 * 96px) calc(0 * 96px) calc(0 * 96px) calc(0 * 96px);
}

.rb-1-0-0-0-97 {
  border-radius: calc(1 * 97px) calc(0 * 97px) calc(0 * 97px) calc(0 * 97px);
}

.rb-1-0-0-0-98 {
  border-radius: calc(1 * 98px) calc(0 * 98px) calc(0 * 98px) calc(0 * 98px);
}

.rb-1-0-0-0-99 {
  border-radius: calc(1 * 99px) calc(0 * 99px) calc(0 * 99px) calc(0 * 99px);
}

.rb-1-0-0-0-100 {
  border-radius: calc(1 * 100px) calc(0 * 100px) calc(0 * 100px) calc(0 * 100px);
}

.rb-1-0-0-1-0 {
  border-radius: calc(1 * 0px) calc(0 * 0px) calc(0 * 0px) calc(1 * 0px);
}

.rb-1-0-0-1-1 {
  border-radius: calc(1 * 1px) calc(0 * 1px) calc(0 * 1px) calc(1 * 1px);
}

.rb-1-0-0-1-2 {
  border-radius: calc(1 * 2px) calc(0 * 2px) calc(0 * 2px) calc(1 * 2px);
}

.rb-1-0-0-1-3 {
  border-radius: calc(1 * 3px) calc(0 * 3px) calc(0 * 3px) calc(1 * 3px);
}

.rb-1-0-0-1-4 {
  border-radius: calc(1 * 4px) calc(0 * 4px) calc(0 * 4px) calc(1 * 4px);
}

.rb-1-0-0-1-5 {
  border-radius: calc(1 * 5px) calc(0 * 5px) calc(0 * 5px) calc(1 * 5px);
}

.rb-1-0-0-1-6 {
  border-radius: calc(1 * 6px) calc(0 * 6px) calc(0 * 6px) calc(1 * 6px);
}

.rb-1-0-0-1-7 {
  border-radius: calc(1 * 7px) calc(0 * 7px) calc(0 * 7px) calc(1 * 7px);
}

.rb-1-0-0-1-8 {
  border-radius: calc(1 * 8px) calc(0 * 8px) calc(0 * 8px) calc(1 * 8px);
}

.rb-1-0-0-1-9 {
  border-radius: calc(1 * 9px) calc(0 * 9px) calc(0 * 9px) calc(1 * 9px);
}

.rb-1-0-0-1-10 {
  border-radius: calc(1 * 10px) calc(0 * 10px) calc(0 * 10px) calc(1 * 10px);
}

.rb-1-0-0-1-11 {
  border-radius: calc(1 * 11px) calc(0 * 11px) calc(0 * 11px) calc(1 * 11px);
}

.rb-1-0-0-1-12 {
  border-radius: calc(1 * 12px) calc(0 * 12px) calc(0 * 12px) calc(1 * 12px);
}

.rb-1-0-0-1-13 {
  border-radius: calc(1 * 13px) calc(0 * 13px) calc(0 * 13px) calc(1 * 13px);
}

.rb-1-0-0-1-14 {
  border-radius: calc(1 * 14px) calc(0 * 14px) calc(0 * 14px) calc(1 * 14px);
}

.rb-1-0-0-1-15 {
  border-radius: calc(1 * 15px) calc(0 * 15px) calc(0 * 15px) calc(1 * 15px);
}

.rb-1-0-0-1-16 {
  border-radius: calc(1 * 16px) calc(0 * 16px) calc(0 * 16px) calc(1 * 16px);
}

.rb-1-0-0-1-17 {
  border-radius: calc(1 * 17px) calc(0 * 17px) calc(0 * 17px) calc(1 * 17px);
}

.rb-1-0-0-1-18 {
  border-radius: calc(1 * 18px) calc(0 * 18px) calc(0 * 18px) calc(1 * 18px);
}

.rb-1-0-0-1-19 {
  border-radius: calc(1 * 19px) calc(0 * 19px) calc(0 * 19px) calc(1 * 19px);
}

.rb-1-0-0-1-20 {
  border-radius: calc(1 * 20px) calc(0 * 20px) calc(0 * 20px) calc(1 * 20px);
}

.rb-1-0-0-1-21 {
  border-radius: calc(1 * 21px) calc(0 * 21px) calc(0 * 21px) calc(1 * 21px);
}

.rb-1-0-0-1-22 {
  border-radius: calc(1 * 22px) calc(0 * 22px) calc(0 * 22px) calc(1 * 22px);
}

.rb-1-0-0-1-23 {
  border-radius: calc(1 * 23px) calc(0 * 23px) calc(0 * 23px) calc(1 * 23px);
}

.rb-1-0-0-1-24 {
  border-radius: calc(1 * 24px) calc(0 * 24px) calc(0 * 24px) calc(1 * 24px);
}

.rb-1-0-0-1-25 {
  border-radius: calc(1 * 25px) calc(0 * 25px) calc(0 * 25px) calc(1 * 25px);
}

.rb-1-0-0-1-26 {
  border-radius: calc(1 * 26px) calc(0 * 26px) calc(0 * 26px) calc(1 * 26px);
}

.rb-1-0-0-1-27 {
  border-radius: calc(1 * 27px) calc(0 * 27px) calc(0 * 27px) calc(1 * 27px);
}

.rb-1-0-0-1-28 {
  border-radius: calc(1 * 28px) calc(0 * 28px) calc(0 * 28px) calc(1 * 28px);
}

.rb-1-0-0-1-29 {
  border-radius: calc(1 * 29px) calc(0 * 29px) calc(0 * 29px) calc(1 * 29px);
}

.rb-1-0-0-1-30 {
  border-radius: calc(1 * 30px) calc(0 * 30px) calc(0 * 30px) calc(1 * 30px);
}

.rb-1-0-0-1-31 {
  border-radius: calc(1 * 31px) calc(0 * 31px) calc(0 * 31px) calc(1 * 31px);
}

.rb-1-0-0-1-32 {
  border-radius: calc(1 * 32px) calc(0 * 32px) calc(0 * 32px) calc(1 * 32px);
}

.rb-1-0-0-1-33 {
  border-radius: calc(1 * 33px) calc(0 * 33px) calc(0 * 33px) calc(1 * 33px);
}

.rb-1-0-0-1-34 {
  border-radius: calc(1 * 34px) calc(0 * 34px) calc(0 * 34px) calc(1 * 34px);
}

.rb-1-0-0-1-35 {
  border-radius: calc(1 * 35px) calc(0 * 35px) calc(0 * 35px) calc(1 * 35px);
}

.rb-1-0-0-1-36 {
  border-radius: calc(1 * 36px) calc(0 * 36px) calc(0 * 36px) calc(1 * 36px);
}

.rb-1-0-0-1-37 {
  border-radius: calc(1 * 37px) calc(0 * 37px) calc(0 * 37px) calc(1 * 37px);
}

.rb-1-0-0-1-38 {
  border-radius: calc(1 * 38px) calc(0 * 38px) calc(0 * 38px) calc(1 * 38px);
}

.rb-1-0-0-1-39 {
  border-radius: calc(1 * 39px) calc(0 * 39px) calc(0 * 39px) calc(1 * 39px);
}

.rb-1-0-0-1-40 {
  border-radius: calc(1 * 40px) calc(0 * 40px) calc(0 * 40px) calc(1 * 40px);
}

.rb-1-0-0-1-41 {
  border-radius: calc(1 * 41px) calc(0 * 41px) calc(0 * 41px) calc(1 * 41px);
}

.rb-1-0-0-1-42 {
  border-radius: calc(1 * 42px) calc(0 * 42px) calc(0 * 42px) calc(1 * 42px);
}

.rb-1-0-0-1-43 {
  border-radius: calc(1 * 43px) calc(0 * 43px) calc(0 * 43px) calc(1 * 43px);
}

.rb-1-0-0-1-44 {
  border-radius: calc(1 * 44px) calc(0 * 44px) calc(0 * 44px) calc(1 * 44px);
}

.rb-1-0-0-1-45 {
  border-radius: calc(1 * 45px) calc(0 * 45px) calc(0 * 45px) calc(1 * 45px);
}

.rb-1-0-0-1-46 {
  border-radius: calc(1 * 46px) calc(0 * 46px) calc(0 * 46px) calc(1 * 46px);
}

.rb-1-0-0-1-47 {
  border-radius: calc(1 * 47px) calc(0 * 47px) calc(0 * 47px) calc(1 * 47px);
}

.rb-1-0-0-1-48 {
  border-radius: calc(1 * 48px) calc(0 * 48px) calc(0 * 48px) calc(1 * 48px);
}

.rb-1-0-0-1-49 {
  border-radius: calc(1 * 49px) calc(0 * 49px) calc(0 * 49px) calc(1 * 49px);
}

.rb-1-0-0-1-50 {
  border-radius: calc(1 * 50px) calc(0 * 50px) calc(0 * 50px) calc(1 * 50px);
}

.rb-1-0-0-1-51 {
  border-radius: calc(1 * 51px) calc(0 * 51px) calc(0 * 51px) calc(1 * 51px);
}

.rb-1-0-0-1-52 {
  border-radius: calc(1 * 52px) calc(0 * 52px) calc(0 * 52px) calc(1 * 52px);
}

.rb-1-0-0-1-53 {
  border-radius: calc(1 * 53px) calc(0 * 53px) calc(0 * 53px) calc(1 * 53px);
}

.rb-1-0-0-1-54 {
  border-radius: calc(1 * 54px) calc(0 * 54px) calc(0 * 54px) calc(1 * 54px);
}

.rb-1-0-0-1-55 {
  border-radius: calc(1 * 55px) calc(0 * 55px) calc(0 * 55px) calc(1 * 55px);
}

.rb-1-0-0-1-56 {
  border-radius: calc(1 * 56px) calc(0 * 56px) calc(0 * 56px) calc(1 * 56px);
}

.rb-1-0-0-1-57 {
  border-radius: calc(1 * 57px) calc(0 * 57px) calc(0 * 57px) calc(1 * 57px);
}

.rb-1-0-0-1-58 {
  border-radius: calc(1 * 58px) calc(0 * 58px) calc(0 * 58px) calc(1 * 58px);
}

.rb-1-0-0-1-59 {
  border-radius: calc(1 * 59px) calc(0 * 59px) calc(0 * 59px) calc(1 * 59px);
}

.rb-1-0-0-1-60 {
  border-radius: calc(1 * 60px) calc(0 * 60px) calc(0 * 60px) calc(1 * 60px);
}

.rb-1-0-0-1-61 {
  border-radius: calc(1 * 61px) calc(0 * 61px) calc(0 * 61px) calc(1 * 61px);
}

.rb-1-0-0-1-62 {
  border-radius: calc(1 * 62px) calc(0 * 62px) calc(0 * 62px) calc(1 * 62px);
}

.rb-1-0-0-1-63 {
  border-radius: calc(1 * 63px) calc(0 * 63px) calc(0 * 63px) calc(1 * 63px);
}

.rb-1-0-0-1-64 {
  border-radius: calc(1 * 64px) calc(0 * 64px) calc(0 * 64px) calc(1 * 64px);
}

.rb-1-0-0-1-65 {
  border-radius: calc(1 * 65px) calc(0 * 65px) calc(0 * 65px) calc(1 * 65px);
}

.rb-1-0-0-1-66 {
  border-radius: calc(1 * 66px) calc(0 * 66px) calc(0 * 66px) calc(1 * 66px);
}

.rb-1-0-0-1-67 {
  border-radius: calc(1 * 67px) calc(0 * 67px) calc(0 * 67px) calc(1 * 67px);
}

.rb-1-0-0-1-68 {
  border-radius: calc(1 * 68px) calc(0 * 68px) calc(0 * 68px) calc(1 * 68px);
}

.rb-1-0-0-1-69 {
  border-radius: calc(1 * 69px) calc(0 * 69px) calc(0 * 69px) calc(1 * 69px);
}

.rb-1-0-0-1-70 {
  border-radius: calc(1 * 70px) calc(0 * 70px) calc(0 * 70px) calc(1 * 70px);
}

.rb-1-0-0-1-71 {
  border-radius: calc(1 * 71px) calc(0 * 71px) calc(0 * 71px) calc(1 * 71px);
}

.rb-1-0-0-1-72 {
  border-radius: calc(1 * 72px) calc(0 * 72px) calc(0 * 72px) calc(1 * 72px);
}

.rb-1-0-0-1-73 {
  border-radius: calc(1 * 73px) calc(0 * 73px) calc(0 * 73px) calc(1 * 73px);
}

.rb-1-0-0-1-74 {
  border-radius: calc(1 * 74px) calc(0 * 74px) calc(0 * 74px) calc(1 * 74px);
}

.rb-1-0-0-1-75 {
  border-radius: calc(1 * 75px) calc(0 * 75px) calc(0 * 75px) calc(1 * 75px);
}

.rb-1-0-0-1-76 {
  border-radius: calc(1 * 76px) calc(0 * 76px) calc(0 * 76px) calc(1 * 76px);
}

.rb-1-0-0-1-77 {
  border-radius: calc(1 * 77px) calc(0 * 77px) calc(0 * 77px) calc(1 * 77px);
}

.rb-1-0-0-1-78 {
  border-radius: calc(1 * 78px) calc(0 * 78px) calc(0 * 78px) calc(1 * 78px);
}

.rb-1-0-0-1-79 {
  border-radius: calc(1 * 79px) calc(0 * 79px) calc(0 * 79px) calc(1 * 79px);
}

.rb-1-0-0-1-80 {
  border-radius: calc(1 * 80px) calc(0 * 80px) calc(0 * 80px) calc(1 * 80px);
}

.rb-1-0-0-1-81 {
  border-radius: calc(1 * 81px) calc(0 * 81px) calc(0 * 81px) calc(1 * 81px);
}

.rb-1-0-0-1-82 {
  border-radius: calc(1 * 82px) calc(0 * 82px) calc(0 * 82px) calc(1 * 82px);
}

.rb-1-0-0-1-83 {
  border-radius: calc(1 * 83px) calc(0 * 83px) calc(0 * 83px) calc(1 * 83px);
}

.rb-1-0-0-1-84 {
  border-radius: calc(1 * 84px) calc(0 * 84px) calc(0 * 84px) calc(1 * 84px);
}

.rb-1-0-0-1-85 {
  border-radius: calc(1 * 85px) calc(0 * 85px) calc(0 * 85px) calc(1 * 85px);
}

.rb-1-0-0-1-86 {
  border-radius: calc(1 * 86px) calc(0 * 86px) calc(0 * 86px) calc(1 * 86px);
}

.rb-1-0-0-1-87 {
  border-radius: calc(1 * 87px) calc(0 * 87px) calc(0 * 87px) calc(1 * 87px);
}

.rb-1-0-0-1-88 {
  border-radius: calc(1 * 88px) calc(0 * 88px) calc(0 * 88px) calc(1 * 88px);
}

.rb-1-0-0-1-89 {
  border-radius: calc(1 * 89px) calc(0 * 89px) calc(0 * 89px) calc(1 * 89px);
}

.rb-1-0-0-1-90 {
  border-radius: calc(1 * 90px) calc(0 * 90px) calc(0 * 90px) calc(1 * 90px);
}

.rb-1-0-0-1-91 {
  border-radius: calc(1 * 91px) calc(0 * 91px) calc(0 * 91px) calc(1 * 91px);
}

.rb-1-0-0-1-92 {
  border-radius: calc(1 * 92px) calc(0 * 92px) calc(0 * 92px) calc(1 * 92px);
}

.rb-1-0-0-1-93 {
  border-radius: calc(1 * 93px) calc(0 * 93px) calc(0 * 93px) calc(1 * 93px);
}

.rb-1-0-0-1-94 {
  border-radius: calc(1 * 94px) calc(0 * 94px) calc(0 * 94px) calc(1 * 94px);
}

.rb-1-0-0-1-95 {
  border-radius: calc(1 * 95px) calc(0 * 95px) calc(0 * 95px) calc(1 * 95px);
}

.rb-1-0-0-1-96 {
  border-radius: calc(1 * 96px) calc(0 * 96px) calc(0 * 96px) calc(1 * 96px);
}

.rb-1-0-0-1-97 {
  border-radius: calc(1 * 97px) calc(0 * 97px) calc(0 * 97px) calc(1 * 97px);
}

.rb-1-0-0-1-98 {
  border-radius: calc(1 * 98px) calc(0 * 98px) calc(0 * 98px) calc(1 * 98px);
}

.rb-1-0-0-1-99 {
  border-radius: calc(1 * 99px) calc(0 * 99px) calc(0 * 99px) calc(1 * 99px);
}

.rb-1-0-0-1-100 {
  border-radius: calc(1 * 100px) calc(0 * 100px) calc(0 * 100px) calc(1 * 100px);
}

.rb-1-0-1-0-0 {
  border-radius: calc(1 * 0px) calc(0 * 0px) calc(1 * 0px) calc(0 * 0px);
}

.rb-1-0-1-0-1 {
  border-radius: calc(1 * 1px) calc(0 * 1px) calc(1 * 1px) calc(0 * 1px);
}

.rb-1-0-1-0-2 {
  border-radius: calc(1 * 2px) calc(0 * 2px) calc(1 * 2px) calc(0 * 2px);
}

.rb-1-0-1-0-3 {
  border-radius: calc(1 * 3px) calc(0 * 3px) calc(1 * 3px) calc(0 * 3px);
}

.rb-1-0-1-0-4 {
  border-radius: calc(1 * 4px) calc(0 * 4px) calc(1 * 4px) calc(0 * 4px);
}

.rb-1-0-1-0-5 {
  border-radius: calc(1 * 5px) calc(0 * 5px) calc(1 * 5px) calc(0 * 5px);
}

.rb-1-0-1-0-6 {
  border-radius: calc(1 * 6px) calc(0 * 6px) calc(1 * 6px) calc(0 * 6px);
}

.rb-1-0-1-0-7 {
  border-radius: calc(1 * 7px) calc(0 * 7px) calc(1 * 7px) calc(0 * 7px);
}

.rb-1-0-1-0-8 {
  border-radius: calc(1 * 8px) calc(0 * 8px) calc(1 * 8px) calc(0 * 8px);
}

.rb-1-0-1-0-9 {
  border-radius: calc(1 * 9px) calc(0 * 9px) calc(1 * 9px) calc(0 * 9px);
}

.rb-1-0-1-0-10 {
  border-radius: calc(1 * 10px) calc(0 * 10px) calc(1 * 10px) calc(0 * 10px);
}

.rb-1-0-1-0-11 {
  border-radius: calc(1 * 11px) calc(0 * 11px) calc(1 * 11px) calc(0 * 11px);
}

.rb-1-0-1-0-12 {
  border-radius: calc(1 * 12px) calc(0 * 12px) calc(1 * 12px) calc(0 * 12px);
}

.rb-1-0-1-0-13 {
  border-radius: calc(1 * 13px) calc(0 * 13px) calc(1 * 13px) calc(0 * 13px);
}

.rb-1-0-1-0-14 {
  border-radius: calc(1 * 14px) calc(0 * 14px) calc(1 * 14px) calc(0 * 14px);
}

.rb-1-0-1-0-15 {
  border-radius: calc(1 * 15px) calc(0 * 15px) calc(1 * 15px) calc(0 * 15px);
}

.rb-1-0-1-0-16 {
  border-radius: calc(1 * 16px) calc(0 * 16px) calc(1 * 16px) calc(0 * 16px);
}

.rb-1-0-1-0-17 {
  border-radius: calc(1 * 17px) calc(0 * 17px) calc(1 * 17px) calc(0 * 17px);
}

.rb-1-0-1-0-18 {
  border-radius: calc(1 * 18px) calc(0 * 18px) calc(1 * 18px) calc(0 * 18px);
}

.rb-1-0-1-0-19 {
  border-radius: calc(1 * 19px) calc(0 * 19px) calc(1 * 19px) calc(0 * 19px);
}

.rb-1-0-1-0-20 {
  border-radius: calc(1 * 20px) calc(0 * 20px) calc(1 * 20px) calc(0 * 20px);
}

.rb-1-0-1-0-21 {
  border-radius: calc(1 * 21px) calc(0 * 21px) calc(1 * 21px) calc(0 * 21px);
}

.rb-1-0-1-0-22 {
  border-radius: calc(1 * 22px) calc(0 * 22px) calc(1 * 22px) calc(0 * 22px);
}

.rb-1-0-1-0-23 {
  border-radius: calc(1 * 23px) calc(0 * 23px) calc(1 * 23px) calc(0 * 23px);
}

.rb-1-0-1-0-24 {
  border-radius: calc(1 * 24px) calc(0 * 24px) calc(1 * 24px) calc(0 * 24px);
}

.rb-1-0-1-0-25 {
  border-radius: calc(1 * 25px) calc(0 * 25px) calc(1 * 25px) calc(0 * 25px);
}

.rb-1-0-1-0-26 {
  border-radius: calc(1 * 26px) calc(0 * 26px) calc(1 * 26px) calc(0 * 26px);
}

.rb-1-0-1-0-27 {
  border-radius: calc(1 * 27px) calc(0 * 27px) calc(1 * 27px) calc(0 * 27px);
}

.rb-1-0-1-0-28 {
  border-radius: calc(1 * 28px) calc(0 * 28px) calc(1 * 28px) calc(0 * 28px);
}

.rb-1-0-1-0-29 {
  border-radius: calc(1 * 29px) calc(0 * 29px) calc(1 * 29px) calc(0 * 29px);
}

.rb-1-0-1-0-30 {
  border-radius: calc(1 * 30px) calc(0 * 30px) calc(1 * 30px) calc(0 * 30px);
}

.rb-1-0-1-0-31 {
  border-radius: calc(1 * 31px) calc(0 * 31px) calc(1 * 31px) calc(0 * 31px);
}

.rb-1-0-1-0-32 {
  border-radius: calc(1 * 32px) calc(0 * 32px) calc(1 * 32px) calc(0 * 32px);
}

.rb-1-0-1-0-33 {
  border-radius: calc(1 * 33px) calc(0 * 33px) calc(1 * 33px) calc(0 * 33px);
}

.rb-1-0-1-0-34 {
  border-radius: calc(1 * 34px) calc(0 * 34px) calc(1 * 34px) calc(0 * 34px);
}

.rb-1-0-1-0-35 {
  border-radius: calc(1 * 35px) calc(0 * 35px) calc(1 * 35px) calc(0 * 35px);
}

.rb-1-0-1-0-36 {
  border-radius: calc(1 * 36px) calc(0 * 36px) calc(1 * 36px) calc(0 * 36px);
}

.rb-1-0-1-0-37 {
  border-radius: calc(1 * 37px) calc(0 * 37px) calc(1 * 37px) calc(0 * 37px);
}

.rb-1-0-1-0-38 {
  border-radius: calc(1 * 38px) calc(0 * 38px) calc(1 * 38px) calc(0 * 38px);
}

.rb-1-0-1-0-39 {
  border-radius: calc(1 * 39px) calc(0 * 39px) calc(1 * 39px) calc(0 * 39px);
}

.rb-1-0-1-0-40 {
  border-radius: calc(1 * 40px) calc(0 * 40px) calc(1 * 40px) calc(0 * 40px);
}

.rb-1-0-1-0-41 {
  border-radius: calc(1 * 41px) calc(0 * 41px) calc(1 * 41px) calc(0 * 41px);
}

.rb-1-0-1-0-42 {
  border-radius: calc(1 * 42px) calc(0 * 42px) calc(1 * 42px) calc(0 * 42px);
}

.rb-1-0-1-0-43 {
  border-radius: calc(1 * 43px) calc(0 * 43px) calc(1 * 43px) calc(0 * 43px);
}

.rb-1-0-1-0-44 {
  border-radius: calc(1 * 44px) calc(0 * 44px) calc(1 * 44px) calc(0 * 44px);
}

.rb-1-0-1-0-45 {
  border-radius: calc(1 * 45px) calc(0 * 45px) calc(1 * 45px) calc(0 * 45px);
}

.rb-1-0-1-0-46 {
  border-radius: calc(1 * 46px) calc(0 * 46px) calc(1 * 46px) calc(0 * 46px);
}

.rb-1-0-1-0-47 {
  border-radius: calc(1 * 47px) calc(0 * 47px) calc(1 * 47px) calc(0 * 47px);
}

.rb-1-0-1-0-48 {
  border-radius: calc(1 * 48px) calc(0 * 48px) calc(1 * 48px) calc(0 * 48px);
}

.rb-1-0-1-0-49 {
  border-radius: calc(1 * 49px) calc(0 * 49px) calc(1 * 49px) calc(0 * 49px);
}

.rb-1-0-1-0-50 {
  border-radius: calc(1 * 50px) calc(0 * 50px) calc(1 * 50px) calc(0 * 50px);
}

.rb-1-0-1-0-51 {
  border-radius: calc(1 * 51px) calc(0 * 51px) calc(1 * 51px) calc(0 * 51px);
}

.rb-1-0-1-0-52 {
  border-radius: calc(1 * 52px) calc(0 * 52px) calc(1 * 52px) calc(0 * 52px);
}

.rb-1-0-1-0-53 {
  border-radius: calc(1 * 53px) calc(0 * 53px) calc(1 * 53px) calc(0 * 53px);
}

.rb-1-0-1-0-54 {
  border-radius: calc(1 * 54px) calc(0 * 54px) calc(1 * 54px) calc(0 * 54px);
}

.rb-1-0-1-0-55 {
  border-radius: calc(1 * 55px) calc(0 * 55px) calc(1 * 55px) calc(0 * 55px);
}

.rb-1-0-1-0-56 {
  border-radius: calc(1 * 56px) calc(0 * 56px) calc(1 * 56px) calc(0 * 56px);
}

.rb-1-0-1-0-57 {
  border-radius: calc(1 * 57px) calc(0 * 57px) calc(1 * 57px) calc(0 * 57px);
}

.rb-1-0-1-0-58 {
  border-radius: calc(1 * 58px) calc(0 * 58px) calc(1 * 58px) calc(0 * 58px);
}

.rb-1-0-1-0-59 {
  border-radius: calc(1 * 59px) calc(0 * 59px) calc(1 * 59px) calc(0 * 59px);
}

.rb-1-0-1-0-60 {
  border-radius: calc(1 * 60px) calc(0 * 60px) calc(1 * 60px) calc(0 * 60px);
}

.rb-1-0-1-0-61 {
  border-radius: calc(1 * 61px) calc(0 * 61px) calc(1 * 61px) calc(0 * 61px);
}

.rb-1-0-1-0-62 {
  border-radius: calc(1 * 62px) calc(0 * 62px) calc(1 * 62px) calc(0 * 62px);
}

.rb-1-0-1-0-63 {
  border-radius: calc(1 * 63px) calc(0 * 63px) calc(1 * 63px) calc(0 * 63px);
}

.rb-1-0-1-0-64 {
  border-radius: calc(1 * 64px) calc(0 * 64px) calc(1 * 64px) calc(0 * 64px);
}

.rb-1-0-1-0-65 {
  border-radius: calc(1 * 65px) calc(0 * 65px) calc(1 * 65px) calc(0 * 65px);
}

.rb-1-0-1-0-66 {
  border-radius: calc(1 * 66px) calc(0 * 66px) calc(1 * 66px) calc(0 * 66px);
}

.rb-1-0-1-0-67 {
  border-radius: calc(1 * 67px) calc(0 * 67px) calc(1 * 67px) calc(0 * 67px);
}

.rb-1-0-1-0-68 {
  border-radius: calc(1 * 68px) calc(0 * 68px) calc(1 * 68px) calc(0 * 68px);
}

.rb-1-0-1-0-69 {
  border-radius: calc(1 * 69px) calc(0 * 69px) calc(1 * 69px) calc(0 * 69px);
}

.rb-1-0-1-0-70 {
  border-radius: calc(1 * 70px) calc(0 * 70px) calc(1 * 70px) calc(0 * 70px);
}

.rb-1-0-1-0-71 {
  border-radius: calc(1 * 71px) calc(0 * 71px) calc(1 * 71px) calc(0 * 71px);
}

.rb-1-0-1-0-72 {
  border-radius: calc(1 * 72px) calc(0 * 72px) calc(1 * 72px) calc(0 * 72px);
}

.rb-1-0-1-0-73 {
  border-radius: calc(1 * 73px) calc(0 * 73px) calc(1 * 73px) calc(0 * 73px);
}

.rb-1-0-1-0-74 {
  border-radius: calc(1 * 74px) calc(0 * 74px) calc(1 * 74px) calc(0 * 74px);
}

.rb-1-0-1-0-75 {
  border-radius: calc(1 * 75px) calc(0 * 75px) calc(1 * 75px) calc(0 * 75px);
}

.rb-1-0-1-0-76 {
  border-radius: calc(1 * 76px) calc(0 * 76px) calc(1 * 76px) calc(0 * 76px);
}

.rb-1-0-1-0-77 {
  border-radius: calc(1 * 77px) calc(0 * 77px) calc(1 * 77px) calc(0 * 77px);
}

.rb-1-0-1-0-78 {
  border-radius: calc(1 * 78px) calc(0 * 78px) calc(1 * 78px) calc(0 * 78px);
}

.rb-1-0-1-0-79 {
  border-radius: calc(1 * 79px) calc(0 * 79px) calc(1 * 79px) calc(0 * 79px);
}

.rb-1-0-1-0-80 {
  border-radius: calc(1 * 80px) calc(0 * 80px) calc(1 * 80px) calc(0 * 80px);
}

.rb-1-0-1-0-81 {
  border-radius: calc(1 * 81px) calc(0 * 81px) calc(1 * 81px) calc(0 * 81px);
}

.rb-1-0-1-0-82 {
  border-radius: calc(1 * 82px) calc(0 * 82px) calc(1 * 82px) calc(0 * 82px);
}

.rb-1-0-1-0-83 {
  border-radius: calc(1 * 83px) calc(0 * 83px) calc(1 * 83px) calc(0 * 83px);
}

.rb-1-0-1-0-84 {
  border-radius: calc(1 * 84px) calc(0 * 84px) calc(1 * 84px) calc(0 * 84px);
}

.rb-1-0-1-0-85 {
  border-radius: calc(1 * 85px) calc(0 * 85px) calc(1 * 85px) calc(0 * 85px);
}

.rb-1-0-1-0-86 {
  border-radius: calc(1 * 86px) calc(0 * 86px) calc(1 * 86px) calc(0 * 86px);
}

.rb-1-0-1-0-87 {
  border-radius: calc(1 * 87px) calc(0 * 87px) calc(1 * 87px) calc(0 * 87px);
}

.rb-1-0-1-0-88 {
  border-radius: calc(1 * 88px) calc(0 * 88px) calc(1 * 88px) calc(0 * 88px);
}

.rb-1-0-1-0-89 {
  border-radius: calc(1 * 89px) calc(0 * 89px) calc(1 * 89px) calc(0 * 89px);
}

.rb-1-0-1-0-90 {
  border-radius: calc(1 * 90px) calc(0 * 90px) calc(1 * 90px) calc(0 * 90px);
}

.rb-1-0-1-0-91 {
  border-radius: calc(1 * 91px) calc(0 * 91px) calc(1 * 91px) calc(0 * 91px);
}

.rb-1-0-1-0-92 {
  border-radius: calc(1 * 92px) calc(0 * 92px) calc(1 * 92px) calc(0 * 92px);
}

.rb-1-0-1-0-93 {
  border-radius: calc(1 * 93px) calc(0 * 93px) calc(1 * 93px) calc(0 * 93px);
}

.rb-1-0-1-0-94 {
  border-radius: calc(1 * 94px) calc(0 * 94px) calc(1 * 94px) calc(0 * 94px);
}

.rb-1-0-1-0-95 {
  border-radius: calc(1 * 95px) calc(0 * 95px) calc(1 * 95px) calc(0 * 95px);
}

.rb-1-0-1-0-96 {
  border-radius: calc(1 * 96px) calc(0 * 96px) calc(1 * 96px) calc(0 * 96px);
}

.rb-1-0-1-0-97 {
  border-radius: calc(1 * 97px) calc(0 * 97px) calc(1 * 97px) calc(0 * 97px);
}

.rb-1-0-1-0-98 {
  border-radius: calc(1 * 98px) calc(0 * 98px) calc(1 * 98px) calc(0 * 98px);
}

.rb-1-0-1-0-99 {
  border-radius: calc(1 * 99px) calc(0 * 99px) calc(1 * 99px) calc(0 * 99px);
}

.rb-1-0-1-0-100 {
  border-radius: calc(1 * 100px) calc(0 * 100px) calc(1 * 100px) calc(0 * 100px);
}

.rb-1-0-1-1-0 {
  border-radius: calc(1 * 0px) calc(0 * 0px) calc(1 * 0px) calc(1 * 0px);
}

.rb-1-0-1-1-1 {
  border-radius: calc(1 * 1px) calc(0 * 1px) calc(1 * 1px) calc(1 * 1px);
}

.rb-1-0-1-1-2 {
  border-radius: calc(1 * 2px) calc(0 * 2px) calc(1 * 2px) calc(1 * 2px);
}

.rb-1-0-1-1-3 {
  border-radius: calc(1 * 3px) calc(0 * 3px) calc(1 * 3px) calc(1 * 3px);
}

.rb-1-0-1-1-4 {
  border-radius: calc(1 * 4px) calc(0 * 4px) calc(1 * 4px) calc(1 * 4px);
}

.rb-1-0-1-1-5 {
  border-radius: calc(1 * 5px) calc(0 * 5px) calc(1 * 5px) calc(1 * 5px);
}

.rb-1-0-1-1-6 {
  border-radius: calc(1 * 6px) calc(0 * 6px) calc(1 * 6px) calc(1 * 6px);
}

.rb-1-0-1-1-7 {
  border-radius: calc(1 * 7px) calc(0 * 7px) calc(1 * 7px) calc(1 * 7px);
}

.rb-1-0-1-1-8 {
  border-radius: calc(1 * 8px) calc(0 * 8px) calc(1 * 8px) calc(1 * 8px);
}

.rb-1-0-1-1-9 {
  border-radius: calc(1 * 9px) calc(0 * 9px) calc(1 * 9px) calc(1 * 9px);
}

.rb-1-0-1-1-10 {
  border-radius: calc(1 * 10px) calc(0 * 10px) calc(1 * 10px) calc(1 * 10px);
}

.rb-1-0-1-1-11 {
  border-radius: calc(1 * 11px) calc(0 * 11px) calc(1 * 11px) calc(1 * 11px);
}

.rb-1-0-1-1-12 {
  border-radius: calc(1 * 12px) calc(0 * 12px) calc(1 * 12px) calc(1 * 12px);
}

.rb-1-0-1-1-13 {
  border-radius: calc(1 * 13px) calc(0 * 13px) calc(1 * 13px) calc(1 * 13px);
}

.rb-1-0-1-1-14 {
  border-radius: calc(1 * 14px) calc(0 * 14px) calc(1 * 14px) calc(1 * 14px);
}

.rb-1-0-1-1-15 {
  border-radius: calc(1 * 15px) calc(0 * 15px) calc(1 * 15px) calc(1 * 15px);
}

.rb-1-0-1-1-16 {
  border-radius: calc(1 * 16px) calc(0 * 16px) calc(1 * 16px) calc(1 * 16px);
}

.rb-1-0-1-1-17 {
  border-radius: calc(1 * 17px) calc(0 * 17px) calc(1 * 17px) calc(1 * 17px);
}

.rb-1-0-1-1-18 {
  border-radius: calc(1 * 18px) calc(0 * 18px) calc(1 * 18px) calc(1 * 18px);
}

.rb-1-0-1-1-19 {
  border-radius: calc(1 * 19px) calc(0 * 19px) calc(1 * 19px) calc(1 * 19px);
}

.rb-1-0-1-1-20 {
  border-radius: calc(1 * 20px) calc(0 * 20px) calc(1 * 20px) calc(1 * 20px);
}

.rb-1-0-1-1-21 {
  border-radius: calc(1 * 21px) calc(0 * 21px) calc(1 * 21px) calc(1 * 21px);
}

.rb-1-0-1-1-22 {
  border-radius: calc(1 * 22px) calc(0 * 22px) calc(1 * 22px) calc(1 * 22px);
}

.rb-1-0-1-1-23 {
  border-radius: calc(1 * 23px) calc(0 * 23px) calc(1 * 23px) calc(1 * 23px);
}

.rb-1-0-1-1-24 {
  border-radius: calc(1 * 24px) calc(0 * 24px) calc(1 * 24px) calc(1 * 24px);
}

.rb-1-0-1-1-25 {
  border-radius: calc(1 * 25px) calc(0 * 25px) calc(1 * 25px) calc(1 * 25px);
}

.rb-1-0-1-1-26 {
  border-radius: calc(1 * 26px) calc(0 * 26px) calc(1 * 26px) calc(1 * 26px);
}

.rb-1-0-1-1-27 {
  border-radius: calc(1 * 27px) calc(0 * 27px) calc(1 * 27px) calc(1 * 27px);
}

.rb-1-0-1-1-28 {
  border-radius: calc(1 * 28px) calc(0 * 28px) calc(1 * 28px) calc(1 * 28px);
}

.rb-1-0-1-1-29 {
  border-radius: calc(1 * 29px) calc(0 * 29px) calc(1 * 29px) calc(1 * 29px);
}

.rb-1-0-1-1-30 {
  border-radius: calc(1 * 30px) calc(0 * 30px) calc(1 * 30px) calc(1 * 30px);
}

.rb-1-0-1-1-31 {
  border-radius: calc(1 * 31px) calc(0 * 31px) calc(1 * 31px) calc(1 * 31px);
}

.rb-1-0-1-1-32 {
  border-radius: calc(1 * 32px) calc(0 * 32px) calc(1 * 32px) calc(1 * 32px);
}

.rb-1-0-1-1-33 {
  border-radius: calc(1 * 33px) calc(0 * 33px) calc(1 * 33px) calc(1 * 33px);
}

.rb-1-0-1-1-34 {
  border-radius: calc(1 * 34px) calc(0 * 34px) calc(1 * 34px) calc(1 * 34px);
}

.rb-1-0-1-1-35 {
  border-radius: calc(1 * 35px) calc(0 * 35px) calc(1 * 35px) calc(1 * 35px);
}

.rb-1-0-1-1-36 {
  border-radius: calc(1 * 36px) calc(0 * 36px) calc(1 * 36px) calc(1 * 36px);
}

.rb-1-0-1-1-37 {
  border-radius: calc(1 * 37px) calc(0 * 37px) calc(1 * 37px) calc(1 * 37px);
}

.rb-1-0-1-1-38 {
  border-radius: calc(1 * 38px) calc(0 * 38px) calc(1 * 38px) calc(1 * 38px);
}

.rb-1-0-1-1-39 {
  border-radius: calc(1 * 39px) calc(0 * 39px) calc(1 * 39px) calc(1 * 39px);
}

.rb-1-0-1-1-40 {
  border-radius: calc(1 * 40px) calc(0 * 40px) calc(1 * 40px) calc(1 * 40px);
}

.rb-1-0-1-1-41 {
  border-radius: calc(1 * 41px) calc(0 * 41px) calc(1 * 41px) calc(1 * 41px);
}

.rb-1-0-1-1-42 {
  border-radius: calc(1 * 42px) calc(0 * 42px) calc(1 * 42px) calc(1 * 42px);
}

.rb-1-0-1-1-43 {
  border-radius: calc(1 * 43px) calc(0 * 43px) calc(1 * 43px) calc(1 * 43px);
}

.rb-1-0-1-1-44 {
  border-radius: calc(1 * 44px) calc(0 * 44px) calc(1 * 44px) calc(1 * 44px);
}

.rb-1-0-1-1-45 {
  border-radius: calc(1 * 45px) calc(0 * 45px) calc(1 * 45px) calc(1 * 45px);
}

.rb-1-0-1-1-46 {
  border-radius: calc(1 * 46px) calc(0 * 46px) calc(1 * 46px) calc(1 * 46px);
}

.rb-1-0-1-1-47 {
  border-radius: calc(1 * 47px) calc(0 * 47px) calc(1 * 47px) calc(1 * 47px);
}

.rb-1-0-1-1-48 {
  border-radius: calc(1 * 48px) calc(0 * 48px) calc(1 * 48px) calc(1 * 48px);
}

.rb-1-0-1-1-49 {
  border-radius: calc(1 * 49px) calc(0 * 49px) calc(1 * 49px) calc(1 * 49px);
}

.rb-1-0-1-1-50 {
  border-radius: calc(1 * 50px) calc(0 * 50px) calc(1 * 50px) calc(1 * 50px);
}

.rb-1-0-1-1-51 {
  border-radius: calc(1 * 51px) calc(0 * 51px) calc(1 * 51px) calc(1 * 51px);
}

.rb-1-0-1-1-52 {
  border-radius: calc(1 * 52px) calc(0 * 52px) calc(1 * 52px) calc(1 * 52px);
}

.rb-1-0-1-1-53 {
  border-radius: calc(1 * 53px) calc(0 * 53px) calc(1 * 53px) calc(1 * 53px);
}

.rb-1-0-1-1-54 {
  border-radius: calc(1 * 54px) calc(0 * 54px) calc(1 * 54px) calc(1 * 54px);
}

.rb-1-0-1-1-55 {
  border-radius: calc(1 * 55px) calc(0 * 55px) calc(1 * 55px) calc(1 * 55px);
}

.rb-1-0-1-1-56 {
  border-radius: calc(1 * 56px) calc(0 * 56px) calc(1 * 56px) calc(1 * 56px);
}

.rb-1-0-1-1-57 {
  border-radius: calc(1 * 57px) calc(0 * 57px) calc(1 * 57px) calc(1 * 57px);
}

.rb-1-0-1-1-58 {
  border-radius: calc(1 * 58px) calc(0 * 58px) calc(1 * 58px) calc(1 * 58px);
}

.rb-1-0-1-1-59 {
  border-radius: calc(1 * 59px) calc(0 * 59px) calc(1 * 59px) calc(1 * 59px);
}

.rb-1-0-1-1-60 {
  border-radius: calc(1 * 60px) calc(0 * 60px) calc(1 * 60px) calc(1 * 60px);
}

.rb-1-0-1-1-61 {
  border-radius: calc(1 * 61px) calc(0 * 61px) calc(1 * 61px) calc(1 * 61px);
}

.rb-1-0-1-1-62 {
  border-radius: calc(1 * 62px) calc(0 * 62px) calc(1 * 62px) calc(1 * 62px);
}

.rb-1-0-1-1-63 {
  border-radius: calc(1 * 63px) calc(0 * 63px) calc(1 * 63px) calc(1 * 63px);
}

.rb-1-0-1-1-64 {
  border-radius: calc(1 * 64px) calc(0 * 64px) calc(1 * 64px) calc(1 * 64px);
}

.rb-1-0-1-1-65 {
  border-radius: calc(1 * 65px) calc(0 * 65px) calc(1 * 65px) calc(1 * 65px);
}

.rb-1-0-1-1-66 {
  border-radius: calc(1 * 66px) calc(0 * 66px) calc(1 * 66px) calc(1 * 66px);
}

.rb-1-0-1-1-67 {
  border-radius: calc(1 * 67px) calc(0 * 67px) calc(1 * 67px) calc(1 * 67px);
}

.rb-1-0-1-1-68 {
  border-radius: calc(1 * 68px) calc(0 * 68px) calc(1 * 68px) calc(1 * 68px);
}

.rb-1-0-1-1-69 {
  border-radius: calc(1 * 69px) calc(0 * 69px) calc(1 * 69px) calc(1 * 69px);
}

.rb-1-0-1-1-70 {
  border-radius: calc(1 * 70px) calc(0 * 70px) calc(1 * 70px) calc(1 * 70px);
}

.rb-1-0-1-1-71 {
  border-radius: calc(1 * 71px) calc(0 * 71px) calc(1 * 71px) calc(1 * 71px);
}

.rb-1-0-1-1-72 {
  border-radius: calc(1 * 72px) calc(0 * 72px) calc(1 * 72px) calc(1 * 72px);
}

.rb-1-0-1-1-73 {
  border-radius: calc(1 * 73px) calc(0 * 73px) calc(1 * 73px) calc(1 * 73px);
}

.rb-1-0-1-1-74 {
  border-radius: calc(1 * 74px) calc(0 * 74px) calc(1 * 74px) calc(1 * 74px);
}

.rb-1-0-1-1-75 {
  border-radius: calc(1 * 75px) calc(0 * 75px) calc(1 * 75px) calc(1 * 75px);
}

.rb-1-0-1-1-76 {
  border-radius: calc(1 * 76px) calc(0 * 76px) calc(1 * 76px) calc(1 * 76px);
}

.rb-1-0-1-1-77 {
  border-radius: calc(1 * 77px) calc(0 * 77px) calc(1 * 77px) calc(1 * 77px);
}

.rb-1-0-1-1-78 {
  border-radius: calc(1 * 78px) calc(0 * 78px) calc(1 * 78px) calc(1 * 78px);
}

.rb-1-0-1-1-79 {
  border-radius: calc(1 * 79px) calc(0 * 79px) calc(1 * 79px) calc(1 * 79px);
}

.rb-1-0-1-1-80 {
  border-radius: calc(1 * 80px) calc(0 * 80px) calc(1 * 80px) calc(1 * 80px);
}

.rb-1-0-1-1-81 {
  border-radius: calc(1 * 81px) calc(0 * 81px) calc(1 * 81px) calc(1 * 81px);
}

.rb-1-0-1-1-82 {
  border-radius: calc(1 * 82px) calc(0 * 82px) calc(1 * 82px) calc(1 * 82px);
}

.rb-1-0-1-1-83 {
  border-radius: calc(1 * 83px) calc(0 * 83px) calc(1 * 83px) calc(1 * 83px);
}

.rb-1-0-1-1-84 {
  border-radius: calc(1 * 84px) calc(0 * 84px) calc(1 * 84px) calc(1 * 84px);
}

.rb-1-0-1-1-85 {
  border-radius: calc(1 * 85px) calc(0 * 85px) calc(1 * 85px) calc(1 * 85px);
}

.rb-1-0-1-1-86 {
  border-radius: calc(1 * 86px) calc(0 * 86px) calc(1 * 86px) calc(1 * 86px);
}

.rb-1-0-1-1-87 {
  border-radius: calc(1 * 87px) calc(0 * 87px) calc(1 * 87px) calc(1 * 87px);
}

.rb-1-0-1-1-88 {
  border-radius: calc(1 * 88px) calc(0 * 88px) calc(1 * 88px) calc(1 * 88px);
}

.rb-1-0-1-1-89 {
  border-radius: calc(1 * 89px) calc(0 * 89px) calc(1 * 89px) calc(1 * 89px);
}

.rb-1-0-1-1-90 {
  border-radius: calc(1 * 90px) calc(0 * 90px) calc(1 * 90px) calc(1 * 90px);
}

.rb-1-0-1-1-91 {
  border-radius: calc(1 * 91px) calc(0 * 91px) calc(1 * 91px) calc(1 * 91px);
}

.rb-1-0-1-1-92 {
  border-radius: calc(1 * 92px) calc(0 * 92px) calc(1 * 92px) calc(1 * 92px);
}

.rb-1-0-1-1-93 {
  border-radius: calc(1 * 93px) calc(0 * 93px) calc(1 * 93px) calc(1 * 93px);
}

.rb-1-0-1-1-94 {
  border-radius: calc(1 * 94px) calc(0 * 94px) calc(1 * 94px) calc(1 * 94px);
}

.rb-1-0-1-1-95 {
  border-radius: calc(1 * 95px) calc(0 * 95px) calc(1 * 95px) calc(1 * 95px);
}

.rb-1-0-1-1-96 {
  border-radius: calc(1 * 96px) calc(0 * 96px) calc(1 * 96px) calc(1 * 96px);
}

.rb-1-0-1-1-97 {
  border-radius: calc(1 * 97px) calc(0 * 97px) calc(1 * 97px) calc(1 * 97px);
}

.rb-1-0-1-1-98 {
  border-radius: calc(1 * 98px) calc(0 * 98px) calc(1 * 98px) calc(1 * 98px);
}

.rb-1-0-1-1-99 {
  border-radius: calc(1 * 99px) calc(0 * 99px) calc(1 * 99px) calc(1 * 99px);
}

.rb-1-0-1-1-100 {
  border-radius: calc(1 * 100px) calc(0 * 100px) calc(1 * 100px) calc(1 * 100px);
}

.rb-1-1-0-0-0 {
  border-radius: calc(1 * 0px) calc(1 * 0px) calc(0 * 0px) calc(0 * 0px);
}

.rb-1-1-0-0-1 {
  border-radius: calc(1 * 1px) calc(1 * 1px) calc(0 * 1px) calc(0 * 1px);
}

.rb-1-1-0-0-2 {
  border-radius: calc(1 * 2px) calc(1 * 2px) calc(0 * 2px) calc(0 * 2px);
}

.rb-1-1-0-0-3 {
  border-radius: calc(1 * 3px) calc(1 * 3px) calc(0 * 3px) calc(0 * 3px);
}

.rb-1-1-0-0-4 {
  border-radius: calc(1 * 4px) calc(1 * 4px) calc(0 * 4px) calc(0 * 4px);
}

.rb-1-1-0-0-5 {
  border-radius: calc(1 * 5px) calc(1 * 5px) calc(0 * 5px) calc(0 * 5px);
}

.rb-1-1-0-0-6 {
  border-radius: calc(1 * 6px) calc(1 * 6px) calc(0 * 6px) calc(0 * 6px);
}

.rb-1-1-0-0-7 {
  border-radius: calc(1 * 7px) calc(1 * 7px) calc(0 * 7px) calc(0 * 7px);
}

.rb-1-1-0-0-8 {
  border-radius: calc(1 * 8px) calc(1 * 8px) calc(0 * 8px) calc(0 * 8px);
}

.rb-1-1-0-0-9 {
  border-radius: calc(1 * 9px) calc(1 * 9px) calc(0 * 9px) calc(0 * 9px);
}

.rb-1-1-0-0-10 {
  border-radius: calc(1 * 10px) calc(1 * 10px) calc(0 * 10px) calc(0 * 10px);
}

.rb-1-1-0-0-11 {
  border-radius: calc(1 * 11px) calc(1 * 11px) calc(0 * 11px) calc(0 * 11px);
}

.rb-1-1-0-0-12 {
  border-radius: calc(1 * 12px) calc(1 * 12px) calc(0 * 12px) calc(0 * 12px);
}

.rb-1-1-0-0-13 {
  border-radius: calc(1 * 13px) calc(1 * 13px) calc(0 * 13px) calc(0 * 13px);
}

.rb-1-1-0-0-14 {
  border-radius: calc(1 * 14px) calc(1 * 14px) calc(0 * 14px) calc(0 * 14px);
}

.rb-1-1-0-0-15 {
  border-radius: calc(1 * 15px) calc(1 * 15px) calc(0 * 15px) calc(0 * 15px);
}

.rb-1-1-0-0-16 {
  border-radius: calc(1 * 16px) calc(1 * 16px) calc(0 * 16px) calc(0 * 16px);
}

.rb-1-1-0-0-17 {
  border-radius: calc(1 * 17px) calc(1 * 17px) calc(0 * 17px) calc(0 * 17px);
}

.rb-1-1-0-0-18 {
  border-radius: calc(1 * 18px) calc(1 * 18px) calc(0 * 18px) calc(0 * 18px);
}

.rb-1-1-0-0-19 {
  border-radius: calc(1 * 19px) calc(1 * 19px) calc(0 * 19px) calc(0 * 19px);
}

.rb-1-1-0-0-20 {
  border-radius: calc(1 * 20px) calc(1 * 20px) calc(0 * 20px) calc(0 * 20px);
}

.rb-1-1-0-0-21 {
  border-radius: calc(1 * 21px) calc(1 * 21px) calc(0 * 21px) calc(0 * 21px);
}

.rb-1-1-0-0-22 {
  border-radius: calc(1 * 22px) calc(1 * 22px) calc(0 * 22px) calc(0 * 22px);
}

.rb-1-1-0-0-23 {
  border-radius: calc(1 * 23px) calc(1 * 23px) calc(0 * 23px) calc(0 * 23px);
}

.rb-1-1-0-0-24 {
  border-radius: calc(1 * 24px) calc(1 * 24px) calc(0 * 24px) calc(0 * 24px);
}

.rb-1-1-0-0-25 {
  border-radius: calc(1 * 25px) calc(1 * 25px) calc(0 * 25px) calc(0 * 25px);
}

.rb-1-1-0-0-26 {
  border-radius: calc(1 * 26px) calc(1 * 26px) calc(0 * 26px) calc(0 * 26px);
}

.rb-1-1-0-0-27 {
  border-radius: calc(1 * 27px) calc(1 * 27px) calc(0 * 27px) calc(0 * 27px);
}

.rb-1-1-0-0-28 {
  border-radius: calc(1 * 28px) calc(1 * 28px) calc(0 * 28px) calc(0 * 28px);
}

.rb-1-1-0-0-29 {
  border-radius: calc(1 * 29px) calc(1 * 29px) calc(0 * 29px) calc(0 * 29px);
}

.rb-1-1-0-0-30 {
  border-radius: calc(1 * 30px) calc(1 * 30px) calc(0 * 30px) calc(0 * 30px);
}

.rb-1-1-0-0-31 {
  border-radius: calc(1 * 31px) calc(1 * 31px) calc(0 * 31px) calc(0 * 31px);
}

.rb-1-1-0-0-32 {
  border-radius: calc(1 * 32px) calc(1 * 32px) calc(0 * 32px) calc(0 * 32px);
}

.rb-1-1-0-0-33 {
  border-radius: calc(1 * 33px) calc(1 * 33px) calc(0 * 33px) calc(0 * 33px);
}

.rb-1-1-0-0-34 {
  border-radius: calc(1 * 34px) calc(1 * 34px) calc(0 * 34px) calc(0 * 34px);
}

.rb-1-1-0-0-35 {
  border-radius: calc(1 * 35px) calc(1 * 35px) calc(0 * 35px) calc(0 * 35px);
}

.rb-1-1-0-0-36 {
  border-radius: calc(1 * 36px) calc(1 * 36px) calc(0 * 36px) calc(0 * 36px);
}

.rb-1-1-0-0-37 {
  border-radius: calc(1 * 37px) calc(1 * 37px) calc(0 * 37px) calc(0 * 37px);
}

.rb-1-1-0-0-38 {
  border-radius: calc(1 * 38px) calc(1 * 38px) calc(0 * 38px) calc(0 * 38px);
}

.rb-1-1-0-0-39 {
  border-radius: calc(1 * 39px) calc(1 * 39px) calc(0 * 39px) calc(0 * 39px);
}

.rb-1-1-0-0-40 {
  border-radius: calc(1 * 40px) calc(1 * 40px) calc(0 * 40px) calc(0 * 40px);
}

.rb-1-1-0-0-41 {
  border-radius: calc(1 * 41px) calc(1 * 41px) calc(0 * 41px) calc(0 * 41px);
}

.rb-1-1-0-0-42 {
  border-radius: calc(1 * 42px) calc(1 * 42px) calc(0 * 42px) calc(0 * 42px);
}

.rb-1-1-0-0-43 {
  border-radius: calc(1 * 43px) calc(1 * 43px) calc(0 * 43px) calc(0 * 43px);
}

.rb-1-1-0-0-44 {
  border-radius: calc(1 * 44px) calc(1 * 44px) calc(0 * 44px) calc(0 * 44px);
}

.rb-1-1-0-0-45 {
  border-radius: calc(1 * 45px) calc(1 * 45px) calc(0 * 45px) calc(0 * 45px);
}

.rb-1-1-0-0-46 {
  border-radius: calc(1 * 46px) calc(1 * 46px) calc(0 * 46px) calc(0 * 46px);
}

.rb-1-1-0-0-47 {
  border-radius: calc(1 * 47px) calc(1 * 47px) calc(0 * 47px) calc(0 * 47px);
}

.rb-1-1-0-0-48 {
  border-radius: calc(1 * 48px) calc(1 * 48px) calc(0 * 48px) calc(0 * 48px);
}

.rb-1-1-0-0-49 {
  border-radius: calc(1 * 49px) calc(1 * 49px) calc(0 * 49px) calc(0 * 49px);
}

.rb-1-1-0-0-50 {
  border-radius: calc(1 * 50px) calc(1 * 50px) calc(0 * 50px) calc(0 * 50px);
}

.rb-1-1-0-0-51 {
  border-radius: calc(1 * 51px) calc(1 * 51px) calc(0 * 51px) calc(0 * 51px);
}

.rb-1-1-0-0-52 {
  border-radius: calc(1 * 52px) calc(1 * 52px) calc(0 * 52px) calc(0 * 52px);
}

.rb-1-1-0-0-53 {
  border-radius: calc(1 * 53px) calc(1 * 53px) calc(0 * 53px) calc(0 * 53px);
}

.rb-1-1-0-0-54 {
  border-radius: calc(1 * 54px) calc(1 * 54px) calc(0 * 54px) calc(0 * 54px);
}

.rb-1-1-0-0-55 {
  border-radius: calc(1 * 55px) calc(1 * 55px) calc(0 * 55px) calc(0 * 55px);
}

.rb-1-1-0-0-56 {
  border-radius: calc(1 * 56px) calc(1 * 56px) calc(0 * 56px) calc(0 * 56px);
}

.rb-1-1-0-0-57 {
  border-radius: calc(1 * 57px) calc(1 * 57px) calc(0 * 57px) calc(0 * 57px);
}

.rb-1-1-0-0-58 {
  border-radius: calc(1 * 58px) calc(1 * 58px) calc(0 * 58px) calc(0 * 58px);
}

.rb-1-1-0-0-59 {
  border-radius: calc(1 * 59px) calc(1 * 59px) calc(0 * 59px) calc(0 * 59px);
}

.rb-1-1-0-0-60 {
  border-radius: calc(1 * 60px) calc(1 * 60px) calc(0 * 60px) calc(0 * 60px);
}

.rb-1-1-0-0-61 {
  border-radius: calc(1 * 61px) calc(1 * 61px) calc(0 * 61px) calc(0 * 61px);
}

.rb-1-1-0-0-62 {
  border-radius: calc(1 * 62px) calc(1 * 62px) calc(0 * 62px) calc(0 * 62px);
}

.rb-1-1-0-0-63 {
  border-radius: calc(1 * 63px) calc(1 * 63px) calc(0 * 63px) calc(0 * 63px);
}

.rb-1-1-0-0-64 {
  border-radius: calc(1 * 64px) calc(1 * 64px) calc(0 * 64px) calc(0 * 64px);
}

.rb-1-1-0-0-65 {
  border-radius: calc(1 * 65px) calc(1 * 65px) calc(0 * 65px) calc(0 * 65px);
}

.rb-1-1-0-0-66 {
  border-radius: calc(1 * 66px) calc(1 * 66px) calc(0 * 66px) calc(0 * 66px);
}

.rb-1-1-0-0-67 {
  border-radius: calc(1 * 67px) calc(1 * 67px) calc(0 * 67px) calc(0 * 67px);
}

.rb-1-1-0-0-68 {
  border-radius: calc(1 * 68px) calc(1 * 68px) calc(0 * 68px) calc(0 * 68px);
}

.rb-1-1-0-0-69 {
  border-radius: calc(1 * 69px) calc(1 * 69px) calc(0 * 69px) calc(0 * 69px);
}

.rb-1-1-0-0-70 {
  border-radius: calc(1 * 70px) calc(1 * 70px) calc(0 * 70px) calc(0 * 70px);
}

.rb-1-1-0-0-71 {
  border-radius: calc(1 * 71px) calc(1 * 71px) calc(0 * 71px) calc(0 * 71px);
}

.rb-1-1-0-0-72 {
  border-radius: calc(1 * 72px) calc(1 * 72px) calc(0 * 72px) calc(0 * 72px);
}

.rb-1-1-0-0-73 {
  border-radius: calc(1 * 73px) calc(1 * 73px) calc(0 * 73px) calc(0 * 73px);
}

.rb-1-1-0-0-74 {
  border-radius: calc(1 * 74px) calc(1 * 74px) calc(0 * 74px) calc(0 * 74px);
}

.rb-1-1-0-0-75 {
  border-radius: calc(1 * 75px) calc(1 * 75px) calc(0 * 75px) calc(0 * 75px);
}

.rb-1-1-0-0-76 {
  border-radius: calc(1 * 76px) calc(1 * 76px) calc(0 * 76px) calc(0 * 76px);
}

.rb-1-1-0-0-77 {
  border-radius: calc(1 * 77px) calc(1 * 77px) calc(0 * 77px) calc(0 * 77px);
}

.rb-1-1-0-0-78 {
  border-radius: calc(1 * 78px) calc(1 * 78px) calc(0 * 78px) calc(0 * 78px);
}

.rb-1-1-0-0-79 {
  border-radius: calc(1 * 79px) calc(1 * 79px) calc(0 * 79px) calc(0 * 79px);
}

.rb-1-1-0-0-80 {
  border-radius: calc(1 * 80px) calc(1 * 80px) calc(0 * 80px) calc(0 * 80px);
}

.rb-1-1-0-0-81 {
  border-radius: calc(1 * 81px) calc(1 * 81px) calc(0 * 81px) calc(0 * 81px);
}

.rb-1-1-0-0-82 {
  border-radius: calc(1 * 82px) calc(1 * 82px) calc(0 * 82px) calc(0 * 82px);
}

.rb-1-1-0-0-83 {
  border-radius: calc(1 * 83px) calc(1 * 83px) calc(0 * 83px) calc(0 * 83px);
}

.rb-1-1-0-0-84 {
  border-radius: calc(1 * 84px) calc(1 * 84px) calc(0 * 84px) calc(0 * 84px);
}

.rb-1-1-0-0-85 {
  border-radius: calc(1 * 85px) calc(1 * 85px) calc(0 * 85px) calc(0 * 85px);
}

.rb-1-1-0-0-86 {
  border-radius: calc(1 * 86px) calc(1 * 86px) calc(0 * 86px) calc(0 * 86px);
}

.rb-1-1-0-0-87 {
  border-radius: calc(1 * 87px) calc(1 * 87px) calc(0 * 87px) calc(0 * 87px);
}

.rb-1-1-0-0-88 {
  border-radius: calc(1 * 88px) calc(1 * 88px) calc(0 * 88px) calc(0 * 88px);
}

.rb-1-1-0-0-89 {
  border-radius: calc(1 * 89px) calc(1 * 89px) calc(0 * 89px) calc(0 * 89px);
}

.rb-1-1-0-0-90 {
  border-radius: calc(1 * 90px) calc(1 * 90px) calc(0 * 90px) calc(0 * 90px);
}

.rb-1-1-0-0-91 {
  border-radius: calc(1 * 91px) calc(1 * 91px) calc(0 * 91px) calc(0 * 91px);
}

.rb-1-1-0-0-92 {
  border-radius: calc(1 * 92px) calc(1 * 92px) calc(0 * 92px) calc(0 * 92px);
}

.rb-1-1-0-0-93 {
  border-radius: calc(1 * 93px) calc(1 * 93px) calc(0 * 93px) calc(0 * 93px);
}

.rb-1-1-0-0-94 {
  border-radius: calc(1 * 94px) calc(1 * 94px) calc(0 * 94px) calc(0 * 94px);
}

.rb-1-1-0-0-95 {
  border-radius: calc(1 * 95px) calc(1 * 95px) calc(0 * 95px) calc(0 * 95px);
}

.rb-1-1-0-0-96 {
  border-radius: calc(1 * 96px) calc(1 * 96px) calc(0 * 96px) calc(0 * 96px);
}

.rb-1-1-0-0-97 {
  border-radius: calc(1 * 97px) calc(1 * 97px) calc(0 * 97px) calc(0 * 97px);
}

.rb-1-1-0-0-98 {
  border-radius: calc(1 * 98px) calc(1 * 98px) calc(0 * 98px) calc(0 * 98px);
}

.rb-1-1-0-0-99 {
  border-radius: calc(1 * 99px) calc(1 * 99px) calc(0 * 99px) calc(0 * 99px);
}

.rb-1-1-0-0-100 {
  border-radius: calc(1 * 100px) calc(1 * 100px) calc(0 * 100px) calc(0 * 100px);
}

.rb-1-1-0-1-0 {
  border-radius: calc(1 * 0px) calc(1 * 0px) calc(0 * 0px) calc(1 * 0px);
}

.rb-1-1-0-1-1 {
  border-radius: calc(1 * 1px) calc(1 * 1px) calc(0 * 1px) calc(1 * 1px);
}

.rb-1-1-0-1-2 {
  border-radius: calc(1 * 2px) calc(1 * 2px) calc(0 * 2px) calc(1 * 2px);
}

.rb-1-1-0-1-3 {
  border-radius: calc(1 * 3px) calc(1 * 3px) calc(0 * 3px) calc(1 * 3px);
}

.rb-1-1-0-1-4 {
  border-radius: calc(1 * 4px) calc(1 * 4px) calc(0 * 4px) calc(1 * 4px);
}

.rb-1-1-0-1-5 {
  border-radius: calc(1 * 5px) calc(1 * 5px) calc(0 * 5px) calc(1 * 5px);
}

.rb-1-1-0-1-6 {
  border-radius: calc(1 * 6px) calc(1 * 6px) calc(0 * 6px) calc(1 * 6px);
}

.rb-1-1-0-1-7 {
  border-radius: calc(1 * 7px) calc(1 * 7px) calc(0 * 7px) calc(1 * 7px);
}

.rb-1-1-0-1-8 {
  border-radius: calc(1 * 8px) calc(1 * 8px) calc(0 * 8px) calc(1 * 8px);
}

.rb-1-1-0-1-9 {
  border-radius: calc(1 * 9px) calc(1 * 9px) calc(0 * 9px) calc(1 * 9px);
}

.rb-1-1-0-1-10 {
  border-radius: calc(1 * 10px) calc(1 * 10px) calc(0 * 10px) calc(1 * 10px);
}

.rb-1-1-0-1-11 {
  border-radius: calc(1 * 11px) calc(1 * 11px) calc(0 * 11px) calc(1 * 11px);
}

.rb-1-1-0-1-12 {
  border-radius: calc(1 * 12px) calc(1 * 12px) calc(0 * 12px) calc(1 * 12px);
}

.rb-1-1-0-1-13 {
  border-radius: calc(1 * 13px) calc(1 * 13px) calc(0 * 13px) calc(1 * 13px);
}

.rb-1-1-0-1-14 {
  border-radius: calc(1 * 14px) calc(1 * 14px) calc(0 * 14px) calc(1 * 14px);
}

.rb-1-1-0-1-15 {
  border-radius: calc(1 * 15px) calc(1 * 15px) calc(0 * 15px) calc(1 * 15px);
}

.rb-1-1-0-1-16 {
  border-radius: calc(1 * 16px) calc(1 * 16px) calc(0 * 16px) calc(1 * 16px);
}

.rb-1-1-0-1-17 {
  border-radius: calc(1 * 17px) calc(1 * 17px) calc(0 * 17px) calc(1 * 17px);
}

.rb-1-1-0-1-18 {
  border-radius: calc(1 * 18px) calc(1 * 18px) calc(0 * 18px) calc(1 * 18px);
}

.rb-1-1-0-1-19 {
  border-radius: calc(1 * 19px) calc(1 * 19px) calc(0 * 19px) calc(1 * 19px);
}

.rb-1-1-0-1-20 {
  border-radius: calc(1 * 20px) calc(1 * 20px) calc(0 * 20px) calc(1 * 20px);
}

.rb-1-1-0-1-21 {
  border-radius: calc(1 * 21px) calc(1 * 21px) calc(0 * 21px) calc(1 * 21px);
}

.rb-1-1-0-1-22 {
  border-radius: calc(1 * 22px) calc(1 * 22px) calc(0 * 22px) calc(1 * 22px);
}

.rb-1-1-0-1-23 {
  border-radius: calc(1 * 23px) calc(1 * 23px) calc(0 * 23px) calc(1 * 23px);
}

.rb-1-1-0-1-24 {
  border-radius: calc(1 * 24px) calc(1 * 24px) calc(0 * 24px) calc(1 * 24px);
}

.rb-1-1-0-1-25 {
  border-radius: calc(1 * 25px) calc(1 * 25px) calc(0 * 25px) calc(1 * 25px);
}

.rb-1-1-0-1-26 {
  border-radius: calc(1 * 26px) calc(1 * 26px) calc(0 * 26px) calc(1 * 26px);
}

.rb-1-1-0-1-27 {
  border-radius: calc(1 * 27px) calc(1 * 27px) calc(0 * 27px) calc(1 * 27px);
}

.rb-1-1-0-1-28 {
  border-radius: calc(1 * 28px) calc(1 * 28px) calc(0 * 28px) calc(1 * 28px);
}

.rb-1-1-0-1-29 {
  border-radius: calc(1 * 29px) calc(1 * 29px) calc(0 * 29px) calc(1 * 29px);
}

.rb-1-1-0-1-30 {
  border-radius: calc(1 * 30px) calc(1 * 30px) calc(0 * 30px) calc(1 * 30px);
}

.rb-1-1-0-1-31 {
  border-radius: calc(1 * 31px) calc(1 * 31px) calc(0 * 31px) calc(1 * 31px);
}

.rb-1-1-0-1-32 {
  border-radius: calc(1 * 32px) calc(1 * 32px) calc(0 * 32px) calc(1 * 32px);
}

.rb-1-1-0-1-33 {
  border-radius: calc(1 * 33px) calc(1 * 33px) calc(0 * 33px) calc(1 * 33px);
}

.rb-1-1-0-1-34 {
  border-radius: calc(1 * 34px) calc(1 * 34px) calc(0 * 34px) calc(1 * 34px);
}

.rb-1-1-0-1-35 {
  border-radius: calc(1 * 35px) calc(1 * 35px) calc(0 * 35px) calc(1 * 35px);
}

.rb-1-1-0-1-36 {
  border-radius: calc(1 * 36px) calc(1 * 36px) calc(0 * 36px) calc(1 * 36px);
}

.rb-1-1-0-1-37 {
  border-radius: calc(1 * 37px) calc(1 * 37px) calc(0 * 37px) calc(1 * 37px);
}

.rb-1-1-0-1-38 {
  border-radius: calc(1 * 38px) calc(1 * 38px) calc(0 * 38px) calc(1 * 38px);
}

.rb-1-1-0-1-39 {
  border-radius: calc(1 * 39px) calc(1 * 39px) calc(0 * 39px) calc(1 * 39px);
}

.rb-1-1-0-1-40 {
  border-radius: calc(1 * 40px) calc(1 * 40px) calc(0 * 40px) calc(1 * 40px);
}

.rb-1-1-0-1-41 {
  border-radius: calc(1 * 41px) calc(1 * 41px) calc(0 * 41px) calc(1 * 41px);
}

.rb-1-1-0-1-42 {
  border-radius: calc(1 * 42px) calc(1 * 42px) calc(0 * 42px) calc(1 * 42px);
}

.rb-1-1-0-1-43 {
  border-radius: calc(1 * 43px) calc(1 * 43px) calc(0 * 43px) calc(1 * 43px);
}

.rb-1-1-0-1-44 {
  border-radius: calc(1 * 44px) calc(1 * 44px) calc(0 * 44px) calc(1 * 44px);
}

.rb-1-1-0-1-45 {
  border-radius: calc(1 * 45px) calc(1 * 45px) calc(0 * 45px) calc(1 * 45px);
}

.rb-1-1-0-1-46 {
  border-radius: calc(1 * 46px) calc(1 * 46px) calc(0 * 46px) calc(1 * 46px);
}

.rb-1-1-0-1-47 {
  border-radius: calc(1 * 47px) calc(1 * 47px) calc(0 * 47px) calc(1 * 47px);
}

.rb-1-1-0-1-48 {
  border-radius: calc(1 * 48px) calc(1 * 48px) calc(0 * 48px) calc(1 * 48px);
}

.rb-1-1-0-1-49 {
  border-radius: calc(1 * 49px) calc(1 * 49px) calc(0 * 49px) calc(1 * 49px);
}

.rb-1-1-0-1-50 {
  border-radius: calc(1 * 50px) calc(1 * 50px) calc(0 * 50px) calc(1 * 50px);
}

.rb-1-1-0-1-51 {
  border-radius: calc(1 * 51px) calc(1 * 51px) calc(0 * 51px) calc(1 * 51px);
}

.rb-1-1-0-1-52 {
  border-radius: calc(1 * 52px) calc(1 * 52px) calc(0 * 52px) calc(1 * 52px);
}

.rb-1-1-0-1-53 {
  border-radius: calc(1 * 53px) calc(1 * 53px) calc(0 * 53px) calc(1 * 53px);
}

.rb-1-1-0-1-54 {
  border-radius: calc(1 * 54px) calc(1 * 54px) calc(0 * 54px) calc(1 * 54px);
}

.rb-1-1-0-1-55 {
  border-radius: calc(1 * 55px) calc(1 * 55px) calc(0 * 55px) calc(1 * 55px);
}

.rb-1-1-0-1-56 {
  border-radius: calc(1 * 56px) calc(1 * 56px) calc(0 * 56px) calc(1 * 56px);
}

.rb-1-1-0-1-57 {
  border-radius: calc(1 * 57px) calc(1 * 57px) calc(0 * 57px) calc(1 * 57px);
}

.rb-1-1-0-1-58 {
  border-radius: calc(1 * 58px) calc(1 * 58px) calc(0 * 58px) calc(1 * 58px);
}

.rb-1-1-0-1-59 {
  border-radius: calc(1 * 59px) calc(1 * 59px) calc(0 * 59px) calc(1 * 59px);
}

.rb-1-1-0-1-60 {
  border-radius: calc(1 * 60px) calc(1 * 60px) calc(0 * 60px) calc(1 * 60px);
}

.rb-1-1-0-1-61 {
  border-radius: calc(1 * 61px) calc(1 * 61px) calc(0 * 61px) calc(1 * 61px);
}

.rb-1-1-0-1-62 {
  border-radius: calc(1 * 62px) calc(1 * 62px) calc(0 * 62px) calc(1 * 62px);
}

.rb-1-1-0-1-63 {
  border-radius: calc(1 * 63px) calc(1 * 63px) calc(0 * 63px) calc(1 * 63px);
}

.rb-1-1-0-1-64 {
  border-radius: calc(1 * 64px) calc(1 * 64px) calc(0 * 64px) calc(1 * 64px);
}

.rb-1-1-0-1-65 {
  border-radius: calc(1 * 65px) calc(1 * 65px) calc(0 * 65px) calc(1 * 65px);
}

.rb-1-1-0-1-66 {
  border-radius: calc(1 * 66px) calc(1 * 66px) calc(0 * 66px) calc(1 * 66px);
}

.rb-1-1-0-1-67 {
  border-radius: calc(1 * 67px) calc(1 * 67px) calc(0 * 67px) calc(1 * 67px);
}

.rb-1-1-0-1-68 {
  border-radius: calc(1 * 68px) calc(1 * 68px) calc(0 * 68px) calc(1 * 68px);
}

.rb-1-1-0-1-69 {
  border-radius: calc(1 * 69px) calc(1 * 69px) calc(0 * 69px) calc(1 * 69px);
}

.rb-1-1-0-1-70 {
  border-radius: calc(1 * 70px) calc(1 * 70px) calc(0 * 70px) calc(1 * 70px);
}

.rb-1-1-0-1-71 {
  border-radius: calc(1 * 71px) calc(1 * 71px) calc(0 * 71px) calc(1 * 71px);
}

.rb-1-1-0-1-72 {
  border-radius: calc(1 * 72px) calc(1 * 72px) calc(0 * 72px) calc(1 * 72px);
}

.rb-1-1-0-1-73 {
  border-radius: calc(1 * 73px) calc(1 * 73px) calc(0 * 73px) calc(1 * 73px);
}

.rb-1-1-0-1-74 {
  border-radius: calc(1 * 74px) calc(1 * 74px) calc(0 * 74px) calc(1 * 74px);
}

.rb-1-1-0-1-75 {
  border-radius: calc(1 * 75px) calc(1 * 75px) calc(0 * 75px) calc(1 * 75px);
}

.rb-1-1-0-1-76 {
  border-radius: calc(1 * 76px) calc(1 * 76px) calc(0 * 76px) calc(1 * 76px);
}

.rb-1-1-0-1-77 {
  border-radius: calc(1 * 77px) calc(1 * 77px) calc(0 * 77px) calc(1 * 77px);
}

.rb-1-1-0-1-78 {
  border-radius: calc(1 * 78px) calc(1 * 78px) calc(0 * 78px) calc(1 * 78px);
}

.rb-1-1-0-1-79 {
  border-radius: calc(1 * 79px) calc(1 * 79px) calc(0 * 79px) calc(1 * 79px);
}

.rb-1-1-0-1-80 {
  border-radius: calc(1 * 80px) calc(1 * 80px) calc(0 * 80px) calc(1 * 80px);
}

.rb-1-1-0-1-81 {
  border-radius: calc(1 * 81px) calc(1 * 81px) calc(0 * 81px) calc(1 * 81px);
}

.rb-1-1-0-1-82 {
  border-radius: calc(1 * 82px) calc(1 * 82px) calc(0 * 82px) calc(1 * 82px);
}

.rb-1-1-0-1-83 {
  border-radius: calc(1 * 83px) calc(1 * 83px) calc(0 * 83px) calc(1 * 83px);
}

.rb-1-1-0-1-84 {
  border-radius: calc(1 * 84px) calc(1 * 84px) calc(0 * 84px) calc(1 * 84px);
}

.rb-1-1-0-1-85 {
  border-radius: calc(1 * 85px) calc(1 * 85px) calc(0 * 85px) calc(1 * 85px);
}

.rb-1-1-0-1-86 {
  border-radius: calc(1 * 86px) calc(1 * 86px) calc(0 * 86px) calc(1 * 86px);
}

.rb-1-1-0-1-87 {
  border-radius: calc(1 * 87px) calc(1 * 87px) calc(0 * 87px) calc(1 * 87px);
}

.rb-1-1-0-1-88 {
  border-radius: calc(1 * 88px) calc(1 * 88px) calc(0 * 88px) calc(1 * 88px);
}

.rb-1-1-0-1-89 {
  border-radius: calc(1 * 89px) calc(1 * 89px) calc(0 * 89px) calc(1 * 89px);
}

.rb-1-1-0-1-90 {
  border-radius: calc(1 * 90px) calc(1 * 90px) calc(0 * 90px) calc(1 * 90px);
}

.rb-1-1-0-1-91 {
  border-radius: calc(1 * 91px) calc(1 * 91px) calc(0 * 91px) calc(1 * 91px);
}

.rb-1-1-0-1-92 {
  border-radius: calc(1 * 92px) calc(1 * 92px) calc(0 * 92px) calc(1 * 92px);
}

.rb-1-1-0-1-93 {
  border-radius: calc(1 * 93px) calc(1 * 93px) calc(0 * 93px) calc(1 * 93px);
}

.rb-1-1-0-1-94 {
  border-radius: calc(1 * 94px) calc(1 * 94px) calc(0 * 94px) calc(1 * 94px);
}

.rb-1-1-0-1-95 {
  border-radius: calc(1 * 95px) calc(1 * 95px) calc(0 * 95px) calc(1 * 95px);
}

.rb-1-1-0-1-96 {
  border-radius: calc(1 * 96px) calc(1 * 96px) calc(0 * 96px) calc(1 * 96px);
}

.rb-1-1-0-1-97 {
  border-radius: calc(1 * 97px) calc(1 * 97px) calc(0 * 97px) calc(1 * 97px);
}

.rb-1-1-0-1-98 {
  border-radius: calc(1 * 98px) calc(1 * 98px) calc(0 * 98px) calc(1 * 98px);
}

.rb-1-1-0-1-99 {
  border-radius: calc(1 * 99px) calc(1 * 99px) calc(0 * 99px) calc(1 * 99px);
}

.rb-1-1-0-1-100 {
  border-radius: calc(1 * 100px) calc(1 * 100px) calc(0 * 100px) calc(1 * 100px);
}

.rb-1-1-1-0-0 {
  border-radius: calc(1 * 0px) calc(1 * 0px) calc(1 * 0px) calc(0 * 0px);
}

.rb-1-1-1-0-1 {
  border-radius: calc(1 * 1px) calc(1 * 1px) calc(1 * 1px) calc(0 * 1px);
}

.rb-1-1-1-0-2 {
  border-radius: calc(1 * 2px) calc(1 * 2px) calc(1 * 2px) calc(0 * 2px);
}

.rb-1-1-1-0-3 {
  border-radius: calc(1 * 3px) calc(1 * 3px) calc(1 * 3px) calc(0 * 3px);
}

.rb-1-1-1-0-4 {
  border-radius: calc(1 * 4px) calc(1 * 4px) calc(1 * 4px) calc(0 * 4px);
}

.rb-1-1-1-0-5 {
  border-radius: calc(1 * 5px) calc(1 * 5px) calc(1 * 5px) calc(0 * 5px);
}

.rb-1-1-1-0-6 {
  border-radius: calc(1 * 6px) calc(1 * 6px) calc(1 * 6px) calc(0 * 6px);
}

.rb-1-1-1-0-7 {
  border-radius: calc(1 * 7px) calc(1 * 7px) calc(1 * 7px) calc(0 * 7px);
}

.rb-1-1-1-0-8 {
  border-radius: calc(1 * 8px) calc(1 * 8px) calc(1 * 8px) calc(0 * 8px);
}

.rb-1-1-1-0-9 {
  border-radius: calc(1 * 9px) calc(1 * 9px) calc(1 * 9px) calc(0 * 9px);
}

.rb-1-1-1-0-10 {
  border-radius: calc(1 * 10px) calc(1 * 10px) calc(1 * 10px) calc(0 * 10px);
}

.rb-1-1-1-0-11 {
  border-radius: calc(1 * 11px) calc(1 * 11px) calc(1 * 11px) calc(0 * 11px);
}

.rb-1-1-1-0-12 {
  border-radius: calc(1 * 12px) calc(1 * 12px) calc(1 * 12px) calc(0 * 12px);
}

.rb-1-1-1-0-13 {
  border-radius: calc(1 * 13px) calc(1 * 13px) calc(1 * 13px) calc(0 * 13px);
}

.rb-1-1-1-0-14 {
  border-radius: calc(1 * 14px) calc(1 * 14px) calc(1 * 14px) calc(0 * 14px);
}

.rb-1-1-1-0-15 {
  border-radius: calc(1 * 15px) calc(1 * 15px) calc(1 * 15px) calc(0 * 15px);
}

.rb-1-1-1-0-16 {
  border-radius: calc(1 * 16px) calc(1 * 16px) calc(1 * 16px) calc(0 * 16px);
}

.rb-1-1-1-0-17 {
  border-radius: calc(1 * 17px) calc(1 * 17px) calc(1 * 17px) calc(0 * 17px);
}

.rb-1-1-1-0-18 {
  border-radius: calc(1 * 18px) calc(1 * 18px) calc(1 * 18px) calc(0 * 18px);
}

.rb-1-1-1-0-19 {
  border-radius: calc(1 * 19px) calc(1 * 19px) calc(1 * 19px) calc(0 * 19px);
}

.rb-1-1-1-0-20 {
  border-radius: calc(1 * 20px) calc(1 * 20px) calc(1 * 20px) calc(0 * 20px);
}

.rb-1-1-1-0-21 {
  border-radius: calc(1 * 21px) calc(1 * 21px) calc(1 * 21px) calc(0 * 21px);
}

.rb-1-1-1-0-22 {
  border-radius: calc(1 * 22px) calc(1 * 22px) calc(1 * 22px) calc(0 * 22px);
}

.rb-1-1-1-0-23 {
  border-radius: calc(1 * 23px) calc(1 * 23px) calc(1 * 23px) calc(0 * 23px);
}

.rb-1-1-1-0-24 {
  border-radius: calc(1 * 24px) calc(1 * 24px) calc(1 * 24px) calc(0 * 24px);
}

.rb-1-1-1-0-25 {
  border-radius: calc(1 * 25px) calc(1 * 25px) calc(1 * 25px) calc(0 * 25px);
}

.rb-1-1-1-0-26 {
  border-radius: calc(1 * 26px) calc(1 * 26px) calc(1 * 26px) calc(0 * 26px);
}

.rb-1-1-1-0-27 {
  border-radius: calc(1 * 27px) calc(1 * 27px) calc(1 * 27px) calc(0 * 27px);
}

.rb-1-1-1-0-28 {
  border-radius: calc(1 * 28px) calc(1 * 28px) calc(1 * 28px) calc(0 * 28px);
}

.rb-1-1-1-0-29 {
  border-radius: calc(1 * 29px) calc(1 * 29px) calc(1 * 29px) calc(0 * 29px);
}

.rb-1-1-1-0-30 {
  border-radius: calc(1 * 30px) calc(1 * 30px) calc(1 * 30px) calc(0 * 30px);
}

.rb-1-1-1-0-31 {
  border-radius: calc(1 * 31px) calc(1 * 31px) calc(1 * 31px) calc(0 * 31px);
}

.rb-1-1-1-0-32 {
  border-radius: calc(1 * 32px) calc(1 * 32px) calc(1 * 32px) calc(0 * 32px);
}

.rb-1-1-1-0-33 {
  border-radius: calc(1 * 33px) calc(1 * 33px) calc(1 * 33px) calc(0 * 33px);
}

.rb-1-1-1-0-34 {
  border-radius: calc(1 * 34px) calc(1 * 34px) calc(1 * 34px) calc(0 * 34px);
}

.rb-1-1-1-0-35 {
  border-radius: calc(1 * 35px) calc(1 * 35px) calc(1 * 35px) calc(0 * 35px);
}

.rb-1-1-1-0-36 {
  border-radius: calc(1 * 36px) calc(1 * 36px) calc(1 * 36px) calc(0 * 36px);
}

.rb-1-1-1-0-37 {
  border-radius: calc(1 * 37px) calc(1 * 37px) calc(1 * 37px) calc(0 * 37px);
}

.rb-1-1-1-0-38 {
  border-radius: calc(1 * 38px) calc(1 * 38px) calc(1 * 38px) calc(0 * 38px);
}

.rb-1-1-1-0-39 {
  border-radius: calc(1 * 39px) calc(1 * 39px) calc(1 * 39px) calc(0 * 39px);
}

.rb-1-1-1-0-40 {
  border-radius: calc(1 * 40px) calc(1 * 40px) calc(1 * 40px) calc(0 * 40px);
}

.rb-1-1-1-0-41 {
  border-radius: calc(1 * 41px) calc(1 * 41px) calc(1 * 41px) calc(0 * 41px);
}

.rb-1-1-1-0-42 {
  border-radius: calc(1 * 42px) calc(1 * 42px) calc(1 * 42px) calc(0 * 42px);
}

.rb-1-1-1-0-43 {
  border-radius: calc(1 * 43px) calc(1 * 43px) calc(1 * 43px) calc(0 * 43px);
}

.rb-1-1-1-0-44 {
  border-radius: calc(1 * 44px) calc(1 * 44px) calc(1 * 44px) calc(0 * 44px);
}

.rb-1-1-1-0-45 {
  border-radius: calc(1 * 45px) calc(1 * 45px) calc(1 * 45px) calc(0 * 45px);
}

.rb-1-1-1-0-46 {
  border-radius: calc(1 * 46px) calc(1 * 46px) calc(1 * 46px) calc(0 * 46px);
}

.rb-1-1-1-0-47 {
  border-radius: calc(1 * 47px) calc(1 * 47px) calc(1 * 47px) calc(0 * 47px);
}

.rb-1-1-1-0-48 {
  border-radius: calc(1 * 48px) calc(1 * 48px) calc(1 * 48px) calc(0 * 48px);
}

.rb-1-1-1-0-49 {
  border-radius: calc(1 * 49px) calc(1 * 49px) calc(1 * 49px) calc(0 * 49px);
}

.rb-1-1-1-0-50 {
  border-radius: calc(1 * 50px) calc(1 * 50px) calc(1 * 50px) calc(0 * 50px);
}

.rb-1-1-1-0-51 {
  border-radius: calc(1 * 51px) calc(1 * 51px) calc(1 * 51px) calc(0 * 51px);
}

.rb-1-1-1-0-52 {
  border-radius: calc(1 * 52px) calc(1 * 52px) calc(1 * 52px) calc(0 * 52px);
}

.rb-1-1-1-0-53 {
  border-radius: calc(1 * 53px) calc(1 * 53px) calc(1 * 53px) calc(0 * 53px);
}

.rb-1-1-1-0-54 {
  border-radius: calc(1 * 54px) calc(1 * 54px) calc(1 * 54px) calc(0 * 54px);
}

.rb-1-1-1-0-55 {
  border-radius: calc(1 * 55px) calc(1 * 55px) calc(1 * 55px) calc(0 * 55px);
}

.rb-1-1-1-0-56 {
  border-radius: calc(1 * 56px) calc(1 * 56px) calc(1 * 56px) calc(0 * 56px);
}

.rb-1-1-1-0-57 {
  border-radius: calc(1 * 57px) calc(1 * 57px) calc(1 * 57px) calc(0 * 57px);
}

.rb-1-1-1-0-58 {
  border-radius: calc(1 * 58px) calc(1 * 58px) calc(1 * 58px) calc(0 * 58px);
}

.rb-1-1-1-0-59 {
  border-radius: calc(1 * 59px) calc(1 * 59px) calc(1 * 59px) calc(0 * 59px);
}

.rb-1-1-1-0-60 {
  border-radius: calc(1 * 60px) calc(1 * 60px) calc(1 * 60px) calc(0 * 60px);
}

.rb-1-1-1-0-61 {
  border-radius: calc(1 * 61px) calc(1 * 61px) calc(1 * 61px) calc(0 * 61px);
}

.rb-1-1-1-0-62 {
  border-radius: calc(1 * 62px) calc(1 * 62px) calc(1 * 62px) calc(0 * 62px);
}

.rb-1-1-1-0-63 {
  border-radius: calc(1 * 63px) calc(1 * 63px) calc(1 * 63px) calc(0 * 63px);
}

.rb-1-1-1-0-64 {
  border-radius: calc(1 * 64px) calc(1 * 64px) calc(1 * 64px) calc(0 * 64px);
}

.rb-1-1-1-0-65 {
  border-radius: calc(1 * 65px) calc(1 * 65px) calc(1 * 65px) calc(0 * 65px);
}

.rb-1-1-1-0-66 {
  border-radius: calc(1 * 66px) calc(1 * 66px) calc(1 * 66px) calc(0 * 66px);
}

.rb-1-1-1-0-67 {
  border-radius: calc(1 * 67px) calc(1 * 67px) calc(1 * 67px) calc(0 * 67px);
}

.rb-1-1-1-0-68 {
  border-radius: calc(1 * 68px) calc(1 * 68px) calc(1 * 68px) calc(0 * 68px);
}

.rb-1-1-1-0-69 {
  border-radius: calc(1 * 69px) calc(1 * 69px) calc(1 * 69px) calc(0 * 69px);
}

.rb-1-1-1-0-70 {
  border-radius: calc(1 * 70px) calc(1 * 70px) calc(1 * 70px) calc(0 * 70px);
}

.rb-1-1-1-0-71 {
  border-radius: calc(1 * 71px) calc(1 * 71px) calc(1 * 71px) calc(0 * 71px);
}

.rb-1-1-1-0-72 {
  border-radius: calc(1 * 72px) calc(1 * 72px) calc(1 * 72px) calc(0 * 72px);
}

.rb-1-1-1-0-73 {
  border-radius: calc(1 * 73px) calc(1 * 73px) calc(1 * 73px) calc(0 * 73px);
}

.rb-1-1-1-0-74 {
  border-radius: calc(1 * 74px) calc(1 * 74px) calc(1 * 74px) calc(0 * 74px);
}

.rb-1-1-1-0-75 {
  border-radius: calc(1 * 75px) calc(1 * 75px) calc(1 * 75px) calc(0 * 75px);
}

.rb-1-1-1-0-76 {
  border-radius: calc(1 * 76px) calc(1 * 76px) calc(1 * 76px) calc(0 * 76px);
}

.rb-1-1-1-0-77 {
  border-radius: calc(1 * 77px) calc(1 * 77px) calc(1 * 77px) calc(0 * 77px);
}

.rb-1-1-1-0-78 {
  border-radius: calc(1 * 78px) calc(1 * 78px) calc(1 * 78px) calc(0 * 78px);
}

.rb-1-1-1-0-79 {
  border-radius: calc(1 * 79px) calc(1 * 79px) calc(1 * 79px) calc(0 * 79px);
}

.rb-1-1-1-0-80 {
  border-radius: calc(1 * 80px) calc(1 * 80px) calc(1 * 80px) calc(0 * 80px);
}

.rb-1-1-1-0-81 {
  border-radius: calc(1 * 81px) calc(1 * 81px) calc(1 * 81px) calc(0 * 81px);
}

.rb-1-1-1-0-82 {
  border-radius: calc(1 * 82px) calc(1 * 82px) calc(1 * 82px) calc(0 * 82px);
}

.rb-1-1-1-0-83 {
  border-radius: calc(1 * 83px) calc(1 * 83px) calc(1 * 83px) calc(0 * 83px);
}

.rb-1-1-1-0-84 {
  border-radius: calc(1 * 84px) calc(1 * 84px) calc(1 * 84px) calc(0 * 84px);
}

.rb-1-1-1-0-85 {
  border-radius: calc(1 * 85px) calc(1 * 85px) calc(1 * 85px) calc(0 * 85px);
}

.rb-1-1-1-0-86 {
  border-radius: calc(1 * 86px) calc(1 * 86px) calc(1 * 86px) calc(0 * 86px);
}

.rb-1-1-1-0-87 {
  border-radius: calc(1 * 87px) calc(1 * 87px) calc(1 * 87px) calc(0 * 87px);
}

.rb-1-1-1-0-88 {
  border-radius: calc(1 * 88px) calc(1 * 88px) calc(1 * 88px) calc(0 * 88px);
}

.rb-1-1-1-0-89 {
  border-radius: calc(1 * 89px) calc(1 * 89px) calc(1 * 89px) calc(0 * 89px);
}

.rb-1-1-1-0-90 {
  border-radius: calc(1 * 90px) calc(1 * 90px) calc(1 * 90px) calc(0 * 90px);
}

.rb-1-1-1-0-91 {
  border-radius: calc(1 * 91px) calc(1 * 91px) calc(1 * 91px) calc(0 * 91px);
}

.rb-1-1-1-0-92 {
  border-radius: calc(1 * 92px) calc(1 * 92px) calc(1 * 92px) calc(0 * 92px);
}

.rb-1-1-1-0-93 {
  border-radius: calc(1 * 93px) calc(1 * 93px) calc(1 * 93px) calc(0 * 93px);
}

.rb-1-1-1-0-94 {
  border-radius: calc(1 * 94px) calc(1 * 94px) calc(1 * 94px) calc(0 * 94px);
}

.rb-1-1-1-0-95 {
  border-radius: calc(1 * 95px) calc(1 * 95px) calc(1 * 95px) calc(0 * 95px);
}

.rb-1-1-1-0-96 {
  border-radius: calc(1 * 96px) calc(1 * 96px) calc(1 * 96px) calc(0 * 96px);
}

.rb-1-1-1-0-97 {
  border-radius: calc(1 * 97px) calc(1 * 97px) calc(1 * 97px) calc(0 * 97px);
}

.rb-1-1-1-0-98 {
  border-radius: calc(1 * 98px) calc(1 * 98px) calc(1 * 98px) calc(0 * 98px);
}

.rb-1-1-1-0-99 {
  border-radius: calc(1 * 99px) calc(1 * 99px) calc(1 * 99px) calc(0 * 99px);
}

.rb-1-1-1-0-100 {
  border-radius: calc(1 * 100px) calc(1 * 100px) calc(1 * 100px) calc(0 * 100px);
}

.rb-1-1-1-1-0 {
  border-radius: calc(1 * 0px) calc(1 * 0px) calc(1 * 0px) calc(1 * 0px);
}

.rb-1-1-1-1-1 {
  border-radius: calc(1 * 1px) calc(1 * 1px) calc(1 * 1px) calc(1 * 1px);
}

.rb-1-1-1-1-2 {
  border-radius: calc(1 * 2px) calc(1 * 2px) calc(1 * 2px) calc(1 * 2px);
}

.rb-1-1-1-1-3 {
  border-radius: calc(1 * 3px) calc(1 * 3px) calc(1 * 3px) calc(1 * 3px);
}

.rb-1-1-1-1-4 {
  border-radius: calc(1 * 4px) calc(1 * 4px) calc(1 * 4px) calc(1 * 4px);
}

.rb-1-1-1-1-5 {
  border-radius: calc(1 * 5px) calc(1 * 5px) calc(1 * 5px) calc(1 * 5px);
}

.rb-1-1-1-1-6 {
  border-radius: calc(1 * 6px) calc(1 * 6px) calc(1 * 6px) calc(1 * 6px);
}

.rb-1-1-1-1-7 {
  border-radius: calc(1 * 7px) calc(1 * 7px) calc(1 * 7px) calc(1 * 7px);
}

.rb-1-1-1-1-8 {
  border-radius: calc(1 * 8px) calc(1 * 8px) calc(1 * 8px) calc(1 * 8px);
}

.rb-1-1-1-1-9 {
  border-radius: calc(1 * 9px) calc(1 * 9px) calc(1 * 9px) calc(1 * 9px);
}

.rb-1-1-1-1-10 {
  border-radius: calc(1 * 10px) calc(1 * 10px) calc(1 * 10px) calc(1 * 10px);
}

.rb-1-1-1-1-11 {
  border-radius: calc(1 * 11px) calc(1 * 11px) calc(1 * 11px) calc(1 * 11px);
}

.rb-1-1-1-1-12 {
  border-radius: calc(1 * 12px) calc(1 * 12px) calc(1 * 12px) calc(1 * 12px);
}

.rb-1-1-1-1-13 {
  border-radius: calc(1 * 13px) calc(1 * 13px) calc(1 * 13px) calc(1 * 13px);
}

.rb-1-1-1-1-14 {
  border-radius: calc(1 * 14px) calc(1 * 14px) calc(1 * 14px) calc(1 * 14px);
}

.rb-1-1-1-1-15 {
  border-radius: calc(1 * 15px) calc(1 * 15px) calc(1 * 15px) calc(1 * 15px);
}

.rb-1-1-1-1-16 {
  border-radius: calc(1 * 16px) calc(1 * 16px) calc(1 * 16px) calc(1 * 16px);
}

.rb-1-1-1-1-17 {
  border-radius: calc(1 * 17px) calc(1 * 17px) calc(1 * 17px) calc(1 * 17px);
}

.rb-1-1-1-1-18 {
  border-radius: calc(1 * 18px) calc(1 * 18px) calc(1 * 18px) calc(1 * 18px);
}

.rb-1-1-1-1-19 {
  border-radius: calc(1 * 19px) calc(1 * 19px) calc(1 * 19px) calc(1 * 19px);
}

.rb-1-1-1-1-20 {
  border-radius: calc(1 * 20px) calc(1 * 20px) calc(1 * 20px) calc(1 * 20px);
}

.rb-1-1-1-1-21 {
  border-radius: calc(1 * 21px) calc(1 * 21px) calc(1 * 21px) calc(1 * 21px);
}

.rb-1-1-1-1-22 {
  border-radius: calc(1 * 22px) calc(1 * 22px) calc(1 * 22px) calc(1 * 22px);
}

.rb-1-1-1-1-23 {
  border-radius: calc(1 * 23px) calc(1 * 23px) calc(1 * 23px) calc(1 * 23px);
}

.rb-1-1-1-1-24 {
  border-radius: calc(1 * 24px) calc(1 * 24px) calc(1 * 24px) calc(1 * 24px);
}

.rb-1-1-1-1-25 {
  border-radius: calc(1 * 25px) calc(1 * 25px) calc(1 * 25px) calc(1 * 25px);
}

.rb-1-1-1-1-26 {
  border-radius: calc(1 * 26px) calc(1 * 26px) calc(1 * 26px) calc(1 * 26px);
}

.rb-1-1-1-1-27 {
  border-radius: calc(1 * 27px) calc(1 * 27px) calc(1 * 27px) calc(1 * 27px);
}

.rb-1-1-1-1-28 {
  border-radius: calc(1 * 28px) calc(1 * 28px) calc(1 * 28px) calc(1 * 28px);
}

.rb-1-1-1-1-29 {
  border-radius: calc(1 * 29px) calc(1 * 29px) calc(1 * 29px) calc(1 * 29px);
}

.rb-1-1-1-1-30 {
  border-radius: calc(1 * 30px) calc(1 * 30px) calc(1 * 30px) calc(1 * 30px);
}

.rb-1-1-1-1-31 {
  border-radius: calc(1 * 31px) calc(1 * 31px) calc(1 * 31px) calc(1 * 31px);
}

.rb-1-1-1-1-32 {
  border-radius: calc(1 * 32px) calc(1 * 32px) calc(1 * 32px) calc(1 * 32px);
}

.rb-1-1-1-1-33 {
  border-radius: calc(1 * 33px) calc(1 * 33px) calc(1 * 33px) calc(1 * 33px);
}

.rb-1-1-1-1-34 {
  border-radius: calc(1 * 34px) calc(1 * 34px) calc(1 * 34px) calc(1 * 34px);
}

.rb-1-1-1-1-35 {
  border-radius: calc(1 * 35px) calc(1 * 35px) calc(1 * 35px) calc(1 * 35px);
}

.rb-1-1-1-1-36 {
  border-radius: calc(1 * 36px) calc(1 * 36px) calc(1 * 36px) calc(1 * 36px);
}

.rb-1-1-1-1-37 {
  border-radius: calc(1 * 37px) calc(1 * 37px) calc(1 * 37px) calc(1 * 37px);
}

.rb-1-1-1-1-38 {
  border-radius: calc(1 * 38px) calc(1 * 38px) calc(1 * 38px) calc(1 * 38px);
}

.rb-1-1-1-1-39 {
  border-radius: calc(1 * 39px) calc(1 * 39px) calc(1 * 39px) calc(1 * 39px);
}

.rb-1-1-1-1-40 {
  border-radius: calc(1 * 40px) calc(1 * 40px) calc(1 * 40px) calc(1 * 40px);
}

.rb-1-1-1-1-41 {
  border-radius: calc(1 * 41px) calc(1 * 41px) calc(1 * 41px) calc(1 * 41px);
}

.rb-1-1-1-1-42 {
  border-radius: calc(1 * 42px) calc(1 * 42px) calc(1 * 42px) calc(1 * 42px);
}

.rb-1-1-1-1-43 {
  border-radius: calc(1 * 43px) calc(1 * 43px) calc(1 * 43px) calc(1 * 43px);
}

.rb-1-1-1-1-44 {
  border-radius: calc(1 * 44px) calc(1 * 44px) calc(1 * 44px) calc(1 * 44px);
}

.rb-1-1-1-1-45 {
  border-radius: calc(1 * 45px) calc(1 * 45px) calc(1 * 45px) calc(1 * 45px);
}

.rb-1-1-1-1-46 {
  border-radius: calc(1 * 46px) calc(1 * 46px) calc(1 * 46px) calc(1 * 46px);
}

.rb-1-1-1-1-47 {
  border-radius: calc(1 * 47px) calc(1 * 47px) calc(1 * 47px) calc(1 * 47px);
}

.rb-1-1-1-1-48 {
  border-radius: calc(1 * 48px) calc(1 * 48px) calc(1 * 48px) calc(1 * 48px);
}

.rb-1-1-1-1-49 {
  border-radius: calc(1 * 49px) calc(1 * 49px) calc(1 * 49px) calc(1 * 49px);
}

.rb-1-1-1-1-50 {
  border-radius: calc(1 * 50px) calc(1 * 50px) calc(1 * 50px) calc(1 * 50px);
}

.rb-1-1-1-1-51 {
  border-radius: calc(1 * 51px) calc(1 * 51px) calc(1 * 51px) calc(1 * 51px);
}

.rb-1-1-1-1-52 {
  border-radius: calc(1 * 52px) calc(1 * 52px) calc(1 * 52px) calc(1 * 52px);
}

.rb-1-1-1-1-53 {
  border-radius: calc(1 * 53px) calc(1 * 53px) calc(1 * 53px) calc(1 * 53px);
}

.rb-1-1-1-1-54 {
  border-radius: calc(1 * 54px) calc(1 * 54px) calc(1 * 54px) calc(1 * 54px);
}

.rb-1-1-1-1-55 {
  border-radius: calc(1 * 55px) calc(1 * 55px) calc(1 * 55px) calc(1 * 55px);
}

.rb-1-1-1-1-56 {
  border-radius: calc(1 * 56px) calc(1 * 56px) calc(1 * 56px) calc(1 * 56px);
}

.rb-1-1-1-1-57 {
  border-radius: calc(1 * 57px) calc(1 * 57px) calc(1 * 57px) calc(1 * 57px);
}

.rb-1-1-1-1-58 {
  border-radius: calc(1 * 58px) calc(1 * 58px) calc(1 * 58px) calc(1 * 58px);
}

.rb-1-1-1-1-59 {
  border-radius: calc(1 * 59px) calc(1 * 59px) calc(1 * 59px) calc(1 * 59px);
}

.rb-1-1-1-1-60 {
  border-radius: calc(1 * 60px) calc(1 * 60px) calc(1 * 60px) calc(1 * 60px);
}

.rb-1-1-1-1-61 {
  border-radius: calc(1 * 61px) calc(1 * 61px) calc(1 * 61px) calc(1 * 61px);
}

.rb-1-1-1-1-62 {
  border-radius: calc(1 * 62px) calc(1 * 62px) calc(1 * 62px) calc(1 * 62px);
}

.rb-1-1-1-1-63 {
  border-radius: calc(1 * 63px) calc(1 * 63px) calc(1 * 63px) calc(1 * 63px);
}

.rb-1-1-1-1-64 {
  border-radius: calc(1 * 64px) calc(1 * 64px) calc(1 * 64px) calc(1 * 64px);
}

.rb-1-1-1-1-65 {
  border-radius: calc(1 * 65px) calc(1 * 65px) calc(1 * 65px) calc(1 * 65px);
}

.rb-1-1-1-1-66 {
  border-radius: calc(1 * 66px) calc(1 * 66px) calc(1 * 66px) calc(1 * 66px);
}

.rb-1-1-1-1-67 {
  border-radius: calc(1 * 67px) calc(1 * 67px) calc(1 * 67px) calc(1 * 67px);
}

.rb-1-1-1-1-68 {
  border-radius: calc(1 * 68px) calc(1 * 68px) calc(1 * 68px) calc(1 * 68px);
}

.rb-1-1-1-1-69 {
  border-radius: calc(1 * 69px) calc(1 * 69px) calc(1 * 69px) calc(1 * 69px);
}

.rb-1-1-1-1-70 {
  border-radius: calc(1 * 70px) calc(1 * 70px) calc(1 * 70px) calc(1 * 70px);
}

.rb-1-1-1-1-71 {
  border-radius: calc(1 * 71px) calc(1 * 71px) calc(1 * 71px) calc(1 * 71px);
}

.rb-1-1-1-1-72 {
  border-radius: calc(1 * 72px) calc(1 * 72px) calc(1 * 72px) calc(1 * 72px);
}

.rb-1-1-1-1-73 {
  border-radius: calc(1 * 73px) calc(1 * 73px) calc(1 * 73px) calc(1 * 73px);
}

.rb-1-1-1-1-74 {
  border-radius: calc(1 * 74px) calc(1 * 74px) calc(1 * 74px) calc(1 * 74px);
}

.rb-1-1-1-1-75 {
  border-radius: calc(1 * 75px) calc(1 * 75px) calc(1 * 75px) calc(1 * 75px);
}

.rb-1-1-1-1-76 {
  border-radius: calc(1 * 76px) calc(1 * 76px) calc(1 * 76px) calc(1 * 76px);
}

.rb-1-1-1-1-77 {
  border-radius: calc(1 * 77px) calc(1 * 77px) calc(1 * 77px) calc(1 * 77px);
}

.rb-1-1-1-1-78 {
  border-radius: calc(1 * 78px) calc(1 * 78px) calc(1 * 78px) calc(1 * 78px);
}

.rb-1-1-1-1-79 {
  border-radius: calc(1 * 79px) calc(1 * 79px) calc(1 * 79px) calc(1 * 79px);
}

.rb-1-1-1-1-80 {
  border-radius: calc(1 * 80px) calc(1 * 80px) calc(1 * 80px) calc(1 * 80px);
}

.rb-1-1-1-1-81 {
  border-radius: calc(1 * 81px) calc(1 * 81px) calc(1 * 81px) calc(1 * 81px);
}

.rb-1-1-1-1-82 {
  border-radius: calc(1 * 82px) calc(1 * 82px) calc(1 * 82px) calc(1 * 82px);
}

.rb-1-1-1-1-83 {
  border-radius: calc(1 * 83px) calc(1 * 83px) calc(1 * 83px) calc(1 * 83px);
}

.rb-1-1-1-1-84 {
  border-radius: calc(1 * 84px) calc(1 * 84px) calc(1 * 84px) calc(1 * 84px);
}

.rb-1-1-1-1-85 {
  border-radius: calc(1 * 85px) calc(1 * 85px) calc(1 * 85px) calc(1 * 85px);
}

.rb-1-1-1-1-86 {
  border-radius: calc(1 * 86px) calc(1 * 86px) calc(1 * 86px) calc(1 * 86px);
}

.rb-1-1-1-1-87 {
  border-radius: calc(1 * 87px) calc(1 * 87px) calc(1 * 87px) calc(1 * 87px);
}

.rb-1-1-1-1-88 {
  border-radius: calc(1 * 88px) calc(1 * 88px) calc(1 * 88px) calc(1 * 88px);
}

.rb-1-1-1-1-89 {
  border-radius: calc(1 * 89px) calc(1 * 89px) calc(1 * 89px) calc(1 * 89px);
}

.rb-1-1-1-1-90 {
  border-radius: calc(1 * 90px) calc(1 * 90px) calc(1 * 90px) calc(1 * 90px);
}

.rb-1-1-1-1-91 {
  border-radius: calc(1 * 91px) calc(1 * 91px) calc(1 * 91px) calc(1 * 91px);
}

.rb-1-1-1-1-92 {
  border-radius: calc(1 * 92px) calc(1 * 92px) calc(1 * 92px) calc(1 * 92px);
}

.rb-1-1-1-1-93 {
  border-radius: calc(1 * 93px) calc(1 * 93px) calc(1 * 93px) calc(1 * 93px);
}

.rb-1-1-1-1-94 {
  border-radius: calc(1 * 94px) calc(1 * 94px) calc(1 * 94px) calc(1 * 94px);
}

.rb-1-1-1-1-95 {
  border-radius: calc(1 * 95px) calc(1 * 95px) calc(1 * 95px) calc(1 * 95px);
}

.rb-1-1-1-1-96 {
  border-radius: calc(1 * 96px) calc(1 * 96px) calc(1 * 96px) calc(1 * 96px);
}

.rb-1-1-1-1-97 {
  border-radius: calc(1 * 97px) calc(1 * 97px) calc(1 * 97px) calc(1 * 97px);
}

.rb-1-1-1-1-98 {
  border-radius: calc(1 * 98px) calc(1 * 98px) calc(1 * 98px) calc(1 * 98px);
}

.rb-1-1-1-1-99 {
  border-radius: calc(1 * 99px) calc(1 * 99px) calc(1 * 99px) calc(1 * 99px);
}

.rb-1-1-1-1-100 {
  border-radius: calc(1 * 100px) calc(1 * 100px) calc(1 * 100px) calc(1 * 100px);
}

.w-ch-1 > * {
  width: 1%;
}

.w-1p {
  width: 1%;
}

.z-index-1 {
  z-index: 1;
}

.fs-1 {
  font-size: 1px;
}

.w-ch-2 > * {
  width: 2%;
}

.w-2p {
  width: 2%;
}

.z-index-2 {
  z-index: 2;
}

.fs-2 {
  font-size: 2px;
}

.w-ch-3 > * {
  width: 3%;
}

.w-3p {
  width: 3%;
}

.z-index-3 {
  z-index: 3;
}

.fs-3 {
  font-size: 3px;
}

.w-ch-4 > * {
  width: 4%;
}

.w-4p {
  width: 4%;
}

.z-index-4 {
  z-index: 4;
}

.fs-4 {
  font-size: 4px;
}

.w-ch-5 > * {
  width: 5%;
}

.w-5p {
  width: 5%;
}

.z-index-5 {
  z-index: 5;
}

.fs-5 {
  font-size: 5px;
}

.w-ch-6 > * {
  width: 6%;
}

.w-6p {
  width: 6%;
}

.z-index-6 {
  z-index: 6;
}

.fs-6 {
  font-size: 6px;
}

.w-ch-7 > * {
  width: 7%;
}

.w-7p {
  width: 7%;
}

.z-index-7 {
  z-index: 7;
}

.fs-7 {
  font-size: 7px;
}

.w-ch-8 > * {
  width: 8%;
}

.w-8p {
  width: 8%;
}

.z-index-8 {
  z-index: 8;
}

.fs-8 {
  font-size: 8px;
}

.w-ch-9 > * {
  width: 9%;
}

.w-9p {
  width: 9%;
}

.z-index-9 {
  z-index: 9;
}

.fs-9 {
  font-size: 9px;
}

.w-ch-10 > * {
  width: 10%;
}

.w-10p {
  width: 10%;
}

.z-index-10 {
  z-index: 10;
}

.fs-10 {
  font-size: 10px;
}

.w-ch-11 > * {
  width: 11%;
}

.w-11p {
  width: 11%;
}

.z-index-11 {
  z-index: 11;
}

.fs-11 {
  font-size: 11px;
}

.w-ch-12 > * {
  width: 12%;
}

.w-12p {
  width: 12%;
}

.z-index-12 {
  z-index: 12;
}

.fs-12 {
  font-size: 12px;
}

.w-ch-13 > * {
  width: 13%;
}

.w-13p {
  width: 13%;
}

.z-index-13 {
  z-index: 13;
}

.fs-13 {
  font-size: 13px;
}

.w-ch-14 > * {
  width: 14%;
}

.w-14p {
  width: 14%;
}

.z-index-14 {
  z-index: 14;
}

.fs-14 {
  font-size: 14px;
}

.w-ch-15 > * {
  width: 15%;
}

.w-15p {
  width: 15%;
}

.z-index-15 {
  z-index: 15;
}

.fs-15 {
  font-size: 15px;
}

.w-ch-16 > * {
  width: 16%;
}

.w-16p {
  width: 16%;
}

.z-index-16 {
  z-index: 16;
}

.fs-16 {
  font-size: 16px;
}

.w-ch-17 > * {
  width: 17%;
}

.w-17p {
  width: 17%;
}

.z-index-17 {
  z-index: 17;
}

.fs-17 {
  font-size: 17px;
}

.w-ch-18 > * {
  width: 18%;
}

.w-18p {
  width: 18%;
}

.z-index-18 {
  z-index: 18;
}

.fs-18 {
  font-size: 18px;
}

.w-ch-19 > * {
  width: 19%;
}

.w-19p {
  width: 19%;
}

.z-index-19 {
  z-index: 19;
}

.fs-19 {
  font-size: 19px;
}

.w-ch-20 > * {
  width: 20%;
}

.w-20p {
  width: 20%;
}

.z-index-20 {
  z-index: 20;
}

.fs-20 {
  font-size: 20px;
}

.w-ch-21 > * {
  width: 21%;
}

.w-21p {
  width: 21%;
}

.z-index-21 {
  z-index: 21;
}

.fs-21 {
  font-size: 21px;
}

.w-ch-22 > * {
  width: 22%;
}

.w-22p {
  width: 22%;
}

.z-index-22 {
  z-index: 22;
}

.fs-22 {
  font-size: 22px;
}

.w-ch-23 > * {
  width: 23%;
}

.w-23p {
  width: 23%;
}

.z-index-23 {
  z-index: 23;
}

.fs-23 {
  font-size: 23px;
}

.w-ch-24 > * {
  width: 24%;
}

.w-24p {
  width: 24%;
}

.z-index-24 {
  z-index: 24;
}

.fs-24 {
  font-size: 24px;
}

.w-ch-25 > * {
  width: 25%;
}

.w-25p {
  width: 25%;
}

.z-index-25 {
  z-index: 25;
}

.fs-25 {
  font-size: 25px;
}

.w-ch-26 > * {
  width: 26%;
}

.w-26p {
  width: 26%;
}

.z-index-26 {
  z-index: 26;
}

.fs-26 {
  font-size: 26px;
}

.w-ch-27 > * {
  width: 27%;
}

.w-27p {
  width: 27%;
}

.z-index-27 {
  z-index: 27;
}

.fs-27 {
  font-size: 27px;
}

.w-ch-28 > * {
  width: 28%;
}

.w-28p {
  width: 28%;
}

.z-index-28 {
  z-index: 28;
}

.fs-28 {
  font-size: 28px;
}

.w-ch-29 > * {
  width: 29%;
}

.w-29p {
  width: 29%;
}

.z-index-29 {
  z-index: 29;
}

.fs-29 {
  font-size: 29px;
}

.w-ch-30 > * {
  width: 30%;
}

.w-30p {
  width: 30%;
}

.z-index-30 {
  z-index: 30;
}

.fs-30 {
  font-size: 30px;
}

.w-ch-31 > * {
  width: 31%;
}

.w-31p {
  width: 31%;
}

.z-index-31 {
  z-index: 31;
}

.fs-31 {
  font-size: 31px;
}

.w-ch-32 > * {
  width: 32%;
}

.w-32p {
  width: 32%;
}

.z-index-32 {
  z-index: 32;
}

.fs-32 {
  font-size: 32px;
}

.w-ch-33 > * {
  width: 33%;
}

.w-33p {
  width: 33%;
}

.z-index-33 {
  z-index: 33;
}

.fs-33 {
  font-size: 33px;
}

.w-ch-34 > * {
  width: 34%;
}

.w-34p {
  width: 34%;
}

.z-index-34 {
  z-index: 34;
}

.fs-34 {
  font-size: 34px;
}

.w-ch-35 > * {
  width: 35%;
}

.w-35p {
  width: 35%;
}

.z-index-35 {
  z-index: 35;
}

.fs-35 {
  font-size: 35px;
}

.w-ch-36 > * {
  width: 36%;
}

.w-36p {
  width: 36%;
}

.z-index-36 {
  z-index: 36;
}

.fs-36 {
  font-size: 36px;
}

.w-ch-37 > * {
  width: 37%;
}

.w-37p {
  width: 37%;
}

.z-index-37 {
  z-index: 37;
}

.fs-37 {
  font-size: 37px;
}

.w-ch-38 > * {
  width: 38%;
}

.w-38p {
  width: 38%;
}

.z-index-38 {
  z-index: 38;
}

.fs-38 {
  font-size: 38px;
}

.w-ch-39 > * {
  width: 39%;
}

.w-39p {
  width: 39%;
}

.z-index-39 {
  z-index: 39;
}

.fs-39 {
  font-size: 39px;
}

.w-ch-40 > * {
  width: 40%;
}

.w-40p {
  width: 40%;
}

.z-index-40 {
  z-index: 40;
}

.fs-40 {
  font-size: 40px;
}

.w-ch-41 > * {
  width: 41%;
}

.w-41p {
  width: 41%;
}

.z-index-41 {
  z-index: 41;
}

.fs-41 {
  font-size: 41px;
}

.w-ch-42 > * {
  width: 42%;
}

.w-42p {
  width: 42%;
}

.z-index-42 {
  z-index: 42;
}

.fs-42 {
  font-size: 42px;
}

.w-ch-43 > * {
  width: 43%;
}

.w-43p {
  width: 43%;
}

.z-index-43 {
  z-index: 43;
}

.fs-43 {
  font-size: 43px;
}

.w-ch-44 > * {
  width: 44%;
}

.w-44p {
  width: 44%;
}

.z-index-44 {
  z-index: 44;
}

.fs-44 {
  font-size: 44px;
}

.w-ch-45 > * {
  width: 45%;
}

.w-45p {
  width: 45%;
}

.z-index-45 {
  z-index: 45;
}

.fs-45 {
  font-size: 45px;
}

.w-ch-46 > * {
  width: 46%;
}

.w-46p {
  width: 46%;
}

.z-index-46 {
  z-index: 46;
}

.fs-46 {
  font-size: 46px;
}

.w-ch-47 > * {
  width: 47%;
}

.w-47p {
  width: 47%;
}

.z-index-47 {
  z-index: 47;
}

.fs-47 {
  font-size: 47px;
}

.w-ch-48 > * {
  width: 48%;
}

.w-48p {
  width: 48%;
}

.z-index-48 {
  z-index: 48;
}

.fs-48 {
  font-size: 48px;
}

.w-ch-49 > * {
  width: 49%;
}

.w-49p {
  width: 49%;
}

.z-index-49 {
  z-index: 49;
}

.fs-49 {
  font-size: 49px;
}

.w-ch-50 > * {
  width: 50%;
}

.w-50p {
  width: 50%;
}

.z-index-50 {
  z-index: 50;
}

.fs-50 {
  font-size: 50px;
}

.w-ch-51 > * {
  width: 51%;
}

.w-51p {
  width: 51%;
}

.z-index-51 {
  z-index: 51;
}

.fs-51 {
  font-size: 51px;
}

.w-ch-52 > * {
  width: 52%;
}

.w-52p {
  width: 52%;
}

.z-index-52 {
  z-index: 52;
}

.fs-52 {
  font-size: 52px;
}

.w-ch-53 > * {
  width: 53%;
}

.w-53p {
  width: 53%;
}

.z-index-53 {
  z-index: 53;
}

.fs-53 {
  font-size: 53px;
}

.w-ch-54 > * {
  width: 54%;
}

.w-54p {
  width: 54%;
}

.z-index-54 {
  z-index: 54;
}

.fs-54 {
  font-size: 54px;
}

.w-ch-55 > * {
  width: 55%;
}

.w-55p {
  width: 55%;
}

.z-index-55 {
  z-index: 55;
}

.fs-55 {
  font-size: 55px;
}

.w-ch-56 > * {
  width: 56%;
}

.w-56p {
  width: 56%;
}

.z-index-56 {
  z-index: 56;
}

.fs-56 {
  font-size: 56px;
}

.w-ch-57 > * {
  width: 57%;
}

.w-57p {
  width: 57%;
}

.z-index-57 {
  z-index: 57;
}

.fs-57 {
  font-size: 57px;
}

.w-ch-58 > * {
  width: 58%;
}

.w-58p {
  width: 58%;
}

.z-index-58 {
  z-index: 58;
}

.fs-58 {
  font-size: 58px;
}

.w-ch-59 > * {
  width: 59%;
}

.w-59p {
  width: 59%;
}

.z-index-59 {
  z-index: 59;
}

.fs-59 {
  font-size: 59px;
}

.w-ch-60 > * {
  width: 60%;
}

.w-60p {
  width: 60%;
}

.z-index-60 {
  z-index: 60;
}

.fs-60 {
  font-size: 60px;
}

.w-ch-61 > * {
  width: 61%;
}

.w-61p {
  width: 61%;
}

.z-index-61 {
  z-index: 61;
}

.fs-61 {
  font-size: 61px;
}

.w-ch-62 > * {
  width: 62%;
}

.w-62p {
  width: 62%;
}

.z-index-62 {
  z-index: 62;
}

.fs-62 {
  font-size: 62px;
}

.w-ch-63 > * {
  width: 63%;
}

.w-63p {
  width: 63%;
}

.z-index-63 {
  z-index: 63;
}

.fs-63 {
  font-size: 63px;
}

.w-ch-64 > * {
  width: 64%;
}

.w-64p {
  width: 64%;
}

.z-index-64 {
  z-index: 64;
}

.fs-64 {
  font-size: 64px;
}

.w-ch-65 > * {
  width: 65%;
}

.w-65p {
  width: 65%;
}

.z-index-65 {
  z-index: 65;
}

.fs-65 {
  font-size: 65px;
}

.w-ch-66 > * {
  width: 66%;
}

.w-66p {
  width: 66%;
}

.z-index-66 {
  z-index: 66;
}

.fs-66 {
  font-size: 66px;
}

.w-ch-67 > * {
  width: 67%;
}

.w-67p {
  width: 67%;
}

.z-index-67 {
  z-index: 67;
}

.fs-67 {
  font-size: 67px;
}

.w-ch-68 > * {
  width: 68%;
}

.w-68p {
  width: 68%;
}

.z-index-68 {
  z-index: 68;
}

.fs-68 {
  font-size: 68px;
}

.w-ch-69 > * {
  width: 69%;
}

.w-69p {
  width: 69%;
}

.z-index-69 {
  z-index: 69;
}

.fs-69 {
  font-size: 69px;
}

.w-ch-70 > * {
  width: 70%;
}

.w-70p {
  width: 70%;
}

.z-index-70 {
  z-index: 70;
}

.fs-70 {
  font-size: 70px;
}

.w-ch-71 > * {
  width: 71%;
}

.w-71p {
  width: 71%;
}

.z-index-71 {
  z-index: 71;
}

.fs-71 {
  font-size: 71px;
}

.w-ch-72 > * {
  width: 72%;
}

.w-72p {
  width: 72%;
}

.z-index-72 {
  z-index: 72;
}

.fs-72 {
  font-size: 72px;
}

.w-ch-73 > * {
  width: 73%;
}

.w-73p {
  width: 73%;
}

.z-index-73 {
  z-index: 73;
}

.fs-73 {
  font-size: 73px;
}

.w-ch-74 > * {
  width: 74%;
}

.w-74p {
  width: 74%;
}

.z-index-74 {
  z-index: 74;
}

.fs-74 {
  font-size: 74px;
}

.w-ch-75 > * {
  width: 75%;
}

.w-75p {
  width: 75%;
}

.z-index-75 {
  z-index: 75;
}

.fs-75 {
  font-size: 75px;
}

.w-ch-76 > * {
  width: 76%;
}

.w-76p {
  width: 76%;
}

.z-index-76 {
  z-index: 76;
}

.fs-76 {
  font-size: 76px;
}

.w-ch-77 > * {
  width: 77%;
}

.w-77p {
  width: 77%;
}

.z-index-77 {
  z-index: 77;
}

.fs-77 {
  font-size: 77px;
}

.w-ch-78 > * {
  width: 78%;
}

.w-78p {
  width: 78%;
}

.z-index-78 {
  z-index: 78;
}

.fs-78 {
  font-size: 78px;
}

.w-ch-79 > * {
  width: 79%;
}

.w-79p {
  width: 79%;
}

.z-index-79 {
  z-index: 79;
}

.fs-79 {
  font-size: 79px;
}

.w-ch-80 > * {
  width: 80%;
}

.w-80p {
  width: 80%;
}

.z-index-80 {
  z-index: 80;
}

.fs-80 {
  font-size: 80px;
}

.w-ch-81 > * {
  width: 81%;
}

.w-81p {
  width: 81%;
}

.z-index-81 {
  z-index: 81;
}

.fs-81 {
  font-size: 81px;
}

.w-ch-82 > * {
  width: 82%;
}

.w-82p {
  width: 82%;
}

.z-index-82 {
  z-index: 82;
}

.fs-82 {
  font-size: 82px;
}

.w-ch-83 > * {
  width: 83%;
}

.w-83p {
  width: 83%;
}

.z-index-83 {
  z-index: 83;
}

.fs-83 {
  font-size: 83px;
}

.w-ch-84 > * {
  width: 84%;
}

.w-84p {
  width: 84%;
}

.z-index-84 {
  z-index: 84;
}

.fs-84 {
  font-size: 84px;
}

.w-ch-85 > * {
  width: 85%;
}

.w-85p {
  width: 85%;
}

.z-index-85 {
  z-index: 85;
}

.fs-85 {
  font-size: 85px;
}

.w-ch-86 > * {
  width: 86%;
}

.w-86p {
  width: 86%;
}

.z-index-86 {
  z-index: 86;
}

.fs-86 {
  font-size: 86px;
}

.w-ch-87 > * {
  width: 87%;
}

.w-87p {
  width: 87%;
}

.z-index-87 {
  z-index: 87;
}

.fs-87 {
  font-size: 87px;
}

.w-ch-88 > * {
  width: 88%;
}

.w-88p {
  width: 88%;
}

.z-index-88 {
  z-index: 88;
}

.fs-88 {
  font-size: 88px;
}

.w-ch-89 > * {
  width: 89%;
}

.w-89p {
  width: 89%;
}

.z-index-89 {
  z-index: 89;
}

.fs-89 {
  font-size: 89px;
}

.w-ch-90 > * {
  width: 90%;
}

.w-90p {
  width: 90%;
}

.z-index-90 {
  z-index: 90;
}

.fs-90 {
  font-size: 90px;
}

.w-ch-91 > * {
  width: 91%;
}

.w-91p {
  width: 91%;
}

.z-index-91 {
  z-index: 91;
}

.fs-91 {
  font-size: 91px;
}

.w-ch-92 > * {
  width: 92%;
}

.w-92p {
  width: 92%;
}

.z-index-92 {
  z-index: 92;
}

.fs-92 {
  font-size: 92px;
}

.w-ch-93 > * {
  width: 93%;
}

.w-93p {
  width: 93%;
}

.z-index-93 {
  z-index: 93;
}

.fs-93 {
  font-size: 93px;
}

.w-ch-94 > * {
  width: 94%;
}

.w-94p {
  width: 94%;
}

.z-index-94 {
  z-index: 94;
}

.fs-94 {
  font-size: 94px;
}

.w-ch-95 > * {
  width: 95%;
}

.w-95p {
  width: 95%;
}

.z-index-95 {
  z-index: 95;
}

.fs-95 {
  font-size: 95px;
}

.w-ch-96 > * {
  width: 96%;
}

.w-96p {
  width: 96%;
}

.z-index-96 {
  z-index: 96;
}

.fs-96 {
  font-size: 96px;
}

.w-ch-97 > * {
  width: 97%;
}

.w-97p {
  width: 97%;
}

.z-index-97 {
  z-index: 97;
}

.fs-97 {
  font-size: 97px;
}

.w-ch-98 > * {
  width: 98%;
}

.w-98p {
  width: 98%;
}

.z-index-98 {
  z-index: 98;
}

.fs-98 {
  font-size: 98px;
}

.w-ch-99 > * {
  width: 99%;
}

.w-99p {
  width: 99%;
}

.z-index-99 {
  z-index: 99;
}

.fs-99 {
  font-size: 99px;
}

.w-ch-100 > * {
  width: 100%;
}

.w-100p {
  width: 100%;
}

.z-index-100 {
  z-index: 100;
}

.fs-100 {
  font-size: 100px;
}

py-ch-0 > * {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

px-ch-0 > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-ch-0 > * {
  padding: 0 !important;
}

.p-ch-1 > * {
  padding: 0.25rem !important;
}

.p-ch-2 > * {
  padding: 0.5rem !important;
}

.p-ch-3 > * {
  padding: 1rem !important;
}

.p-ch-4 > * {
  padding: 1.5rem !important;
}

.p-ch-5 > * {
  padding: 3rem !important;
}

.h-0-vh {
  height: 0vh;
}

.h-25-vh {
  height: 25vh;
}

.h-50-vh {
  height: 50vh;
}

.h-75-vh {
  height: 75vh;
}

.h-100-vh {
  height: 100vh;
}

.overflow-x-auto {
  overflow-x: auto;
}

.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}

.text-dead {
  color: rgba(97, 97, 97, 0.25);
}

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

.btn-gray {
  background-color: #e8e9e9;
}

.btn-black {
  background-color: #2F2F2F;
}

.black-glow {
  box-shadow: 0px 0px 30px 0px rgba(47, 47, 47, 0.2);
}

.btn-check:checked + .btn-underline-primary,
.btn-check:active + .btn-underline-primary,
.btn-underline-primary:active,
.btn-underline-primary.active,
.btn-underline-primary.dropdown-toggle.show {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
  border-bottom: 3px solid #0066B1;
}

.btn.btn-social {
  line-height: unset;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
}

.btn-underline-primary:focus {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}

.consistent-height .tab-content {
  display: flex;
  direction: ltr;
}
.consistent-height .tab-content > .tab-pane {
  display: block; /* undo "display: none;" */
  visibility: hidden;
  margin-right: -100%;
  width: 100%;
}
.consistent-height .tab-content > .active {
  visibility: visible;
}

#faqAccordion .accordion-button::after {
  background: none;
  font-family: Dara-Font-Icon;
  content: "\e924";
  color: var(--dtg-primary);
  font-size: 1.5rem;
}
#faqAccordion .accordion-button:not(.collapsed)::after {
  content: "\ea0e";
  transform: none;
}

a.toggle-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2em;
}

.offcanvas {
  background-color: rgba(62, 62, 62, 0.9);
  visibility: visible;
  font-family: "iransansx";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
.offcanvas .offcanvas-body {
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 170px;
}
.offcanvas .offcanvas-body .offcanvasNav > ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.offcanvas .offcanvas-body .offcanvasNav > ul > li {
  padding: 0.5rem 0 0 0;
  text-align: start;
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.offcanvas .offcanvas-body .offcanvasNav > ul > li:not(:last-child) {
  border-bottom: #585858;
}
.offcanvas .offcanvas-body .offcanvasNav > ul > li a {
  color: #FFFFFF;
}
.offcanvas .offcanvas-body .offcanvasNav > ul > li > ul {
  list-style: none;
}
.offcanvas .offcanvas-body .offcanvasNav > ul > li > ul li {
  font-size: 12px;
}
.offcanvas .offcanvas-body .offcanvasNav > ul > li > ul li * {
  display: inline-block;
}
.offcanvas .offcanvas-body .offcanvasNav > ul > li > ul li::before {
  content: "•";
  color: var(--dtg-white);
  font-weight: bold;
  width: 1em;
  margin-left: -1em;
}
.offcanvas .offcanvas-body .offcanvasNav > ul > li > ul li .dropdown-item:hover,
.offcanvas .offcanvas-body .offcanvasNav > ul > li > ul li .dropdown-item:focus {
  background-color: transparent;
}

/* offcanvas-toggle */
.offcanvas-toggle {
  display: flex;
  align-items: center;
  width: 53px;
  height: 43px;
  position: relative;
  z-index: 9999;
}
.offcanvas-toggle .hamburger {
  --hamburger-width: 10px;
  --radical-width: calc(var(--hamburger-width) + 2 * 4.472px);
  margin: 0 0 0 -5px;
  width: 20px;
  height: 15px;
  position: relative;
  text-align: center;
}
.offcanvas-toggle .hamburger .bar {
  padding: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.offcanvas-toggle .hamburger .bar.bar1 {
  top: 0px;
  width: 75%;
}
.offcanvas-toggle .hamburger .bar.bar2 {
  top: calc(50% - 1px);
}
.offcanvas-toggle .hamburger .bar.bar3 {
  top: calc(50% - 1px);
  right: 0;
}
.offcanvas-toggle .hamburger .bar.bar4 {
  bottom: 1px;
  width: 75%;
}
.offcanvas-toggle .hamburger.close > .bar1 {
  transform: rotate(45deg);
  transform-origin: 5%;
  width: var(--radical-width);
}
.offcanvas-toggle .hamburger.close > .bar2 {
  transform: translateX(-100%);
  background-color: transparent;
}
.offcanvas-toggle .hamburger.close > .bar3 {
  transform: translateX(100%);
  background-color: transparent;
}
.offcanvas-toggle .hamburger.close > .bar4 {
  transform-origin: 5%;
  transform: rotate(-45deg);
  width: var(--radical-width);
}

.input-group-round-box {
  border: 1px solid #B5B5B5;
  color: #B5B5B5;
  border-radius: 30px;
  padding: 0.5rem;
  display: flex;
}
.input-group-round-box input[type=text] {
  font-size: 12px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  display: inline-flex;
  flex-grow: 1;
}
.input-group-round-box input[type=text]:focus-visible {
  border: none;
  outline-width: 0;
}
.input-group-round-box input[type=button] {
  display: inline-flex;
  flex-grow: 0;
}

.vertical-seperator {
  width: 1px;
  background: linear-gradient(0, transparent 0%, #CDCDCD 30%, #CDCDCD 70%, transparent 100%);
}

.horizontal-seperator {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #CDCDCD 30%, #CDCDCD 70%, transparent 100%);
}

.socials a {
  padding: 1rem;
  font-size: 20px;
}

.box-1 {
  border: 1px solid #DFDFDF;
  border-radius: 5px;
}

.box-2 {
  box-shadow: 0px 0px 20px rgba(231, 231, 231, 0.15);
  border: double 2px transparent;
  border-radius: 16px;
  background-image: linear-gradient(#F8F8F8, #F8F8F8), linear-gradient(105.8deg, #FFFFFF 3.24%, rgba(255, 255, 255, 0) 97.53%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 1rem;
}
.box-2 img {
  width: 33%;
}
.box-2 .box-row {
  box-shadow: 0px 0px 20px rgba(231, 231, 231, 0.15);
  border: double 2px transparent;
  border-radius: 8px;
  background-image: linear-gradient(#F8F8F8, #F8F8F8), linear-gradient(105.8deg, #FFFFFF 3.24%, rgba(255, 255, 255, 0) 97.53%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 0.5rem;
  margin: 0.5rem 0;
}

.bankAccounts .box-2 {
  font-size: 14px;
}
.bankAccounts .box-2 img {
  width: 92px;
}

.box-3 {
  box-shadow: 0px 0px 20px rgba(231, 231, 231, 0.15);
  border: double 2px transparent;
  border-radius: 16px;
  background-image: linear-gradient(#F8F8F8, #F8F8F8), linear-gradient(105.8deg, #FFFFFF 3.24%, rgba(255, 255, 255, 0) 97.53%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 1rem;
}

.badge-1 {
  padding: 0.5rem;
  margin: 0.5rem 0;
  box-shadow: 0px 0px 20px rgba(231, 231, 231, 0.15);
  border: double 2px transparent;
  border-radius: 12px;
  background-image: linear-gradient(#F8F8F8, #F8F8F8), linear-gradient(105.8deg, #FFFFFF 3.24%, rgba(255, 255, 255, 0) 97.53%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.box-4 {
  background-color: #F0F0F0;
  height: 100%;
}

.box-5 {
  box-shadow: 0px 0px 20px rgba(231, 231, 231, 0.15);
  border: solid 2px #FFFFFF !important;
  border-radius: 16px;
  background-color: #F0F0F0 !important;
  padding: 1rem;
}

ul.red-bullet {
  list-style: none;
}
ul.red-bullet li {
  margin-right: -1rem;
  padding-bottom: 1rem;
}
ul.red-bullet li::before {
  content: "•";
  color: var(--dtg-primary);
  font-weight: bold;
  font-size: 1.7rem;
  width: 2em;
  margin-left: 1rem;
}

.headButtonBorderBox {
  border: 1px solid #DDDDDD;
  border-radius: 1rem;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.headButtonBorderBox .btnHead {
  transform: translateY(-50%);
}

.polygon-rotate {
  position: relative;
  overflow: visible;
  text-align: center;
}
.polygon-rotate * {
  position: relative;
  z-index: 2;
}
.polygon-rotate > img {
  transform: scale(0.8);
}
.polygon-rotate span {
  position: absolute;
  height: 90%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  aspect-ratio: 1/1;
  z-index: 0;
  text-align: center;
}
.polygon-rotate span > img {
  content: "";
  display: block;
  height: 100%;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  background: url(../images/Polygon.svg) center center no-repeat;
  background-size: contain;
  -webkit-animation: rotate 4s linear infinite;
  -moz-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
}

.round-input {
  margin: 0.5rem 0;
}
.round-input input, .round-input textarea {
  width: 100%;
  border: 1px solid var(--dtg-grey);
  border-radius: 16px;
  background: transparent;
  padding: 1rem;
}
.round-input input::placeholder, .round-input textarea::placeholder {
  color: var(--dtg-grey);
}

.dara-map-frame-container {
  height: 200px;
}

.dara-map-image-container {
  background: url(../images/map.jpg) center center;
  background-size: contain;
  height: 200px;
  display: flex;
  justify-content: end;
  align-items: end;
}

.cross-left {
  position: relative;
}
.cross-left:before {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  top: calc(50% - 0.5px);
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #CDCDCD 0%, transparent 50%);
}
.cross-left:after {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.5px;
  background: linear-gradient(0, transparent 0%, #CDCDCD 30%, #CDCDCD 70%, transparent 100%);
}

.cross-right {
  position: relative;
}
.cross-right:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.5px;
  background: linear-gradient(0, transparent 0%, #CDCDCD 30%, #CDCDCD 70%, transparent 100%);
}
.cross-right:before {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  top: calc(50% - 0.5px);
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #CDCDCD 0%, transparent 50%);
}

.line-left {
  display: flex;
  align-items: center;
}
.line-left:after {
  content: " ";
  flex-grow: 1;
  height: 1px;
  margin-right: 1rem;
  background: linear-gradient(270deg, #CDCDCD 0%, transparent 50%);
}

.line-right {
  display: flex;
  align-items: center;
}
.line-right:after {
  content: " ";
  flex-grow: 1;
  height: 1px;
  margin-left: 1rem;
  background: linear-gradient(90deg, #CDCDCD 0%, transparent 50%);
}

.line-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-center:after {
  content: " ";
  flex-grow: 1;
  height: 1px;
  margin-right: 1rem;
  background: linear-gradient(270deg, #CDCDCD 0%, transparent 50%);
}
.line-center:before {
  content: " ";
  flex-grow: 1;
  height: 1px;
  margin-left: 1rem;
  background: linear-gradient(90deg, #CDCDCD 0%, transparent 50%);
}

.branches {
  overflow-y: scroll;
  direction: ltr;
  padding: 0 2rem 0 0;
}
.branches::-webkit-scrollbar {
  width: 13px;
}
.branches::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--dtg-grey);
  border-radius: 10px;
}
.branches::-webkit-scrollbar-thumb {
  background: var(--dtg-primary);
  border-radius: 10px;
}
.branches::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.branches .branch {
  direction: rtl;
}
.branches .branch .branchData {
  padding-top: 1rem;
}

@-moz-keyframes rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in-center-bottom {
  0% {
    -webkit-transform: translateY(50px) translateX(-50%);
    transform: translateY(100%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
@keyframes fade-in-center-bottom {
  0% {
    -webkit-transform: translateY(50px) translateX(-50%);
    transform: translateY(100%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
/* sm */
/* md */
@media (max-width: 768px) {
  body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }
  .text-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  .text-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .text-3, .small {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
  }
  h2, h3, h4, h5, h6 {
    font-family: "IRANSansX";
    line-height: normal;
    font-style: normal;
  }
  h1, .title-1 {
    font-family: "Yekan Bakh";
    line-height: normal;
    letter-spacing: -0.02em;
    font-weight: 950;
    font-size: 32px;
  }
  h1.en-title {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.28em;
  }
  h2, .title-2 {
    font-weight: 900;
    font-size: 24px;
  }
  h3, .subtitle-1 {
    font-weight: 900;
    font-size: 16px;
  }
  h4, .subtitle-2 {
    font-weight: 700;
    font-size: 14px;
  }
  .subtitle-3 {
    font-weight: 900;
    font-size: 18px;
  }
  section#navbar {
    position: initial;
  }
  section#hero {
    --navbar-height: 126px;
    margin-top: calc(-1 * var(--navbar-height));
    margin-bottom: calc(var(--navbar-height) / 2);
  }
  section#hero.news .container:after {
    top: 50%;
  }
  #main.news section#navbar {
    margin-bottom: 0;
  }
  #main.news section#hero {
    margin-top: 0;
  }
  section#navbar {
    background-color: var(--dtg-white);
    z-index: 9999;
    position: relative;
    height: 110px;
    margin-bottom: 50px;
  }
  section#navbar:after {
    content: " ";
    position: absolute;
    background: url("../images/navbar-m-wave.svg") top center no-repeat;
    background-size: contain;
    top: 100%;
    left: 30%;
    right: 30%;
    height: 50px;
  }
  section#navbar img.logo {
    height: 100px;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(25%);
  }
  .branches {
    overflow-y: hidden;
    direction: ltr;
    padding: 0 0 0 0;
  }
  .bankAccounts .box-2 {
    font-size: 12px;
  }
  .w-ch-md-1 > * {
    width: 1%;
  }
  .w-md-1p {
    width: 1%;
  }
  .fs-md-1 {
    font-size: 1px;
  }
  .w-ch-md-2 > * {
    width: 2%;
  }
  .w-md-2p {
    width: 2%;
  }
  .fs-md-2 {
    font-size: 2px;
  }
  .w-ch-md-3 > * {
    width: 3%;
  }
  .w-md-3p {
    width: 3%;
  }
  .fs-md-3 {
    font-size: 3px;
  }
  .w-ch-md-4 > * {
    width: 4%;
  }
  .w-md-4p {
    width: 4%;
  }
  .fs-md-4 {
    font-size: 4px;
  }
  .w-ch-md-5 > * {
    width: 5%;
  }
  .w-md-5p {
    width: 5%;
  }
  .fs-md-5 {
    font-size: 5px;
  }
  .w-ch-md-6 > * {
    width: 6%;
  }
  .w-md-6p {
    width: 6%;
  }
  .fs-md-6 {
    font-size: 6px;
  }
  .w-ch-md-7 > * {
    width: 7%;
  }
  .w-md-7p {
    width: 7%;
  }
  .fs-md-7 {
    font-size: 7px;
  }
  .w-ch-md-8 > * {
    width: 8%;
  }
  .w-md-8p {
    width: 8%;
  }
  .fs-md-8 {
    font-size: 8px;
  }
  .w-ch-md-9 > * {
    width: 9%;
  }
  .w-md-9p {
    width: 9%;
  }
  .fs-md-9 {
    font-size: 9px;
  }
  .w-ch-md-10 > * {
    width: 10%;
  }
  .w-md-10p {
    width: 10%;
  }
  .fs-md-10 {
    font-size: 10px;
  }
  .w-ch-md-11 > * {
    width: 11%;
  }
  .w-md-11p {
    width: 11%;
  }
  .fs-md-11 {
    font-size: 11px;
  }
  .w-ch-md-12 > * {
    width: 12%;
  }
  .w-md-12p {
    width: 12%;
  }
  .fs-md-12 {
    font-size: 12px;
  }
  .w-ch-md-13 > * {
    width: 13%;
  }
  .w-md-13p {
    width: 13%;
  }
  .fs-md-13 {
    font-size: 13px;
  }
  .w-ch-md-14 > * {
    width: 14%;
  }
  .w-md-14p {
    width: 14%;
  }
  .fs-md-14 {
    font-size: 14px;
  }
  .w-ch-md-15 > * {
    width: 15%;
  }
  .w-md-15p {
    width: 15%;
  }
  .fs-md-15 {
    font-size: 15px;
  }
  .w-ch-md-16 > * {
    width: 16%;
  }
  .w-md-16p {
    width: 16%;
  }
  .fs-md-16 {
    font-size: 16px;
  }
  .w-ch-md-17 > * {
    width: 17%;
  }
  .w-md-17p {
    width: 17%;
  }
  .fs-md-17 {
    font-size: 17px;
  }
  .w-ch-md-18 > * {
    width: 18%;
  }
  .w-md-18p {
    width: 18%;
  }
  .fs-md-18 {
    font-size: 18px;
  }
  .w-ch-md-19 > * {
    width: 19%;
  }
  .w-md-19p {
    width: 19%;
  }
  .fs-md-19 {
    font-size: 19px;
  }
  .w-ch-md-20 > * {
    width: 20%;
  }
  .w-md-20p {
    width: 20%;
  }
  .fs-md-20 {
    font-size: 20px;
  }
  .w-ch-md-21 > * {
    width: 21%;
  }
  .w-md-21p {
    width: 21%;
  }
  .fs-md-21 {
    font-size: 21px;
  }
  .w-ch-md-22 > * {
    width: 22%;
  }
  .w-md-22p {
    width: 22%;
  }
  .fs-md-22 {
    font-size: 22px;
  }
  .w-ch-md-23 > * {
    width: 23%;
  }
  .w-md-23p {
    width: 23%;
  }
  .fs-md-23 {
    font-size: 23px;
  }
  .w-ch-md-24 > * {
    width: 24%;
  }
  .w-md-24p {
    width: 24%;
  }
  .fs-md-24 {
    font-size: 24px;
  }
  .w-ch-md-25 > * {
    width: 25%;
  }
  .w-md-25p {
    width: 25%;
  }
  .fs-md-25 {
    font-size: 25px;
  }
  .w-ch-md-26 > * {
    width: 26%;
  }
  .w-md-26p {
    width: 26%;
  }
  .fs-md-26 {
    font-size: 26px;
  }
  .w-ch-md-27 > * {
    width: 27%;
  }
  .w-md-27p {
    width: 27%;
  }
  .fs-md-27 {
    font-size: 27px;
  }
  .w-ch-md-28 > * {
    width: 28%;
  }
  .w-md-28p {
    width: 28%;
  }
  .fs-md-28 {
    font-size: 28px;
  }
  .w-ch-md-29 > * {
    width: 29%;
  }
  .w-md-29p {
    width: 29%;
  }
  .fs-md-29 {
    font-size: 29px;
  }
  .w-ch-md-30 > * {
    width: 30%;
  }
  .w-md-30p {
    width: 30%;
  }
  .fs-md-30 {
    font-size: 30px;
  }
  .w-ch-md-31 > * {
    width: 31%;
  }
  .w-md-31p {
    width: 31%;
  }
  .fs-md-31 {
    font-size: 31px;
  }
  .w-ch-md-32 > * {
    width: 32%;
  }
  .w-md-32p {
    width: 32%;
  }
  .fs-md-32 {
    font-size: 32px;
  }
  .w-ch-md-33 > * {
    width: 33%;
  }
  .w-md-33p {
    width: 33%;
  }
  .fs-md-33 {
    font-size: 33px;
  }
  .w-ch-md-34 > * {
    width: 34%;
  }
  .w-md-34p {
    width: 34%;
  }
  .fs-md-34 {
    font-size: 34px;
  }
  .w-ch-md-35 > * {
    width: 35%;
  }
  .w-md-35p {
    width: 35%;
  }
  .fs-md-35 {
    font-size: 35px;
  }
  .w-ch-md-36 > * {
    width: 36%;
  }
  .w-md-36p {
    width: 36%;
  }
  .fs-md-36 {
    font-size: 36px;
  }
  .w-ch-md-37 > * {
    width: 37%;
  }
  .w-md-37p {
    width: 37%;
  }
  .fs-md-37 {
    font-size: 37px;
  }
  .w-ch-md-38 > * {
    width: 38%;
  }
  .w-md-38p {
    width: 38%;
  }
  .fs-md-38 {
    font-size: 38px;
  }
  .w-ch-md-39 > * {
    width: 39%;
  }
  .w-md-39p {
    width: 39%;
  }
  .fs-md-39 {
    font-size: 39px;
  }
  .w-ch-md-40 > * {
    width: 40%;
  }
  .w-md-40p {
    width: 40%;
  }
  .fs-md-40 {
    font-size: 40px;
  }
  .w-ch-md-41 > * {
    width: 41%;
  }
  .w-md-41p {
    width: 41%;
  }
  .fs-md-41 {
    font-size: 41px;
  }
  .w-ch-md-42 > * {
    width: 42%;
  }
  .w-md-42p {
    width: 42%;
  }
  .fs-md-42 {
    font-size: 42px;
  }
  .w-ch-md-43 > * {
    width: 43%;
  }
  .w-md-43p {
    width: 43%;
  }
  .fs-md-43 {
    font-size: 43px;
  }
  .w-ch-md-44 > * {
    width: 44%;
  }
  .w-md-44p {
    width: 44%;
  }
  .fs-md-44 {
    font-size: 44px;
  }
  .w-ch-md-45 > * {
    width: 45%;
  }
  .w-md-45p {
    width: 45%;
  }
  .fs-md-45 {
    font-size: 45px;
  }
  .w-ch-md-46 > * {
    width: 46%;
  }
  .w-md-46p {
    width: 46%;
  }
  .fs-md-46 {
    font-size: 46px;
  }
  .w-ch-md-47 > * {
    width: 47%;
  }
  .w-md-47p {
    width: 47%;
  }
  .fs-md-47 {
    font-size: 47px;
  }
  .w-ch-md-48 > * {
    width: 48%;
  }
  .w-md-48p {
    width: 48%;
  }
  .fs-md-48 {
    font-size: 48px;
  }
  .w-ch-md-49 > * {
    width: 49%;
  }
  .w-md-49p {
    width: 49%;
  }
  .fs-md-49 {
    font-size: 49px;
  }
  .w-ch-md-50 > * {
    width: 50%;
  }
  .w-md-50p {
    width: 50%;
  }
  .fs-md-50 {
    font-size: 50px;
  }
  .w-ch-md-51 > * {
    width: 51%;
  }
  .w-md-51p {
    width: 51%;
  }
  .fs-md-51 {
    font-size: 51px;
  }
  .w-ch-md-52 > * {
    width: 52%;
  }
  .w-md-52p {
    width: 52%;
  }
  .fs-md-52 {
    font-size: 52px;
  }
  .w-ch-md-53 > * {
    width: 53%;
  }
  .w-md-53p {
    width: 53%;
  }
  .fs-md-53 {
    font-size: 53px;
  }
  .w-ch-md-54 > * {
    width: 54%;
  }
  .w-md-54p {
    width: 54%;
  }
  .fs-md-54 {
    font-size: 54px;
  }
  .w-ch-md-55 > * {
    width: 55%;
  }
  .w-md-55p {
    width: 55%;
  }
  .fs-md-55 {
    font-size: 55px;
  }
  .w-ch-md-56 > * {
    width: 56%;
  }
  .w-md-56p {
    width: 56%;
  }
  .fs-md-56 {
    font-size: 56px;
  }
  .w-ch-md-57 > * {
    width: 57%;
  }
  .w-md-57p {
    width: 57%;
  }
  .fs-md-57 {
    font-size: 57px;
  }
  .w-ch-md-58 > * {
    width: 58%;
  }
  .w-md-58p {
    width: 58%;
  }
  .fs-md-58 {
    font-size: 58px;
  }
  .w-ch-md-59 > * {
    width: 59%;
  }
  .w-md-59p {
    width: 59%;
  }
  .fs-md-59 {
    font-size: 59px;
  }
  .w-ch-md-60 > * {
    width: 60%;
  }
  .w-md-60p {
    width: 60%;
  }
  .fs-md-60 {
    font-size: 60px;
  }
  .w-ch-md-61 > * {
    width: 61%;
  }
  .w-md-61p {
    width: 61%;
  }
  .fs-md-61 {
    font-size: 61px;
  }
  .w-ch-md-62 > * {
    width: 62%;
  }
  .w-md-62p {
    width: 62%;
  }
  .fs-md-62 {
    font-size: 62px;
  }
  .w-ch-md-63 > * {
    width: 63%;
  }
  .w-md-63p {
    width: 63%;
  }
  .fs-md-63 {
    font-size: 63px;
  }
  .w-ch-md-64 > * {
    width: 64%;
  }
  .w-md-64p {
    width: 64%;
  }
  .fs-md-64 {
    font-size: 64px;
  }
  .w-ch-md-65 > * {
    width: 65%;
  }
  .w-md-65p {
    width: 65%;
  }
  .fs-md-65 {
    font-size: 65px;
  }
  .w-ch-md-66 > * {
    width: 66%;
  }
  .w-md-66p {
    width: 66%;
  }
  .fs-md-66 {
    font-size: 66px;
  }
  .w-ch-md-67 > * {
    width: 67%;
  }
  .w-md-67p {
    width: 67%;
  }
  .fs-md-67 {
    font-size: 67px;
  }
  .w-ch-md-68 > * {
    width: 68%;
  }
  .w-md-68p {
    width: 68%;
  }
  .fs-md-68 {
    font-size: 68px;
  }
  .w-ch-md-69 > * {
    width: 69%;
  }
  .w-md-69p {
    width: 69%;
  }
  .fs-md-69 {
    font-size: 69px;
  }
  .w-ch-md-70 > * {
    width: 70%;
  }
  .w-md-70p {
    width: 70%;
  }
  .fs-md-70 {
    font-size: 70px;
  }
  .w-ch-md-71 > * {
    width: 71%;
  }
  .w-md-71p {
    width: 71%;
  }
  .fs-md-71 {
    font-size: 71px;
  }
  .w-ch-md-72 > * {
    width: 72%;
  }
  .w-md-72p {
    width: 72%;
  }
  .fs-md-72 {
    font-size: 72px;
  }
  .w-ch-md-73 > * {
    width: 73%;
  }
  .w-md-73p {
    width: 73%;
  }
  .fs-md-73 {
    font-size: 73px;
  }
  .w-ch-md-74 > * {
    width: 74%;
  }
  .w-md-74p {
    width: 74%;
  }
  .fs-md-74 {
    font-size: 74px;
  }
  .w-ch-md-75 > * {
    width: 75%;
  }
  .w-md-75p {
    width: 75%;
  }
  .fs-md-75 {
    font-size: 75px;
  }
  .w-ch-md-76 > * {
    width: 76%;
  }
  .w-md-76p {
    width: 76%;
  }
  .fs-md-76 {
    font-size: 76px;
  }
  .w-ch-md-77 > * {
    width: 77%;
  }
  .w-md-77p {
    width: 77%;
  }
  .fs-md-77 {
    font-size: 77px;
  }
  .w-ch-md-78 > * {
    width: 78%;
  }
  .w-md-78p {
    width: 78%;
  }
  .fs-md-78 {
    font-size: 78px;
  }
  .w-ch-md-79 > * {
    width: 79%;
  }
  .w-md-79p {
    width: 79%;
  }
  .fs-md-79 {
    font-size: 79px;
  }
  .w-ch-md-80 > * {
    width: 80%;
  }
  .w-md-80p {
    width: 80%;
  }
  .fs-md-80 {
    font-size: 80px;
  }
  .w-ch-md-81 > * {
    width: 81%;
  }
  .w-md-81p {
    width: 81%;
  }
  .fs-md-81 {
    font-size: 81px;
  }
  .w-ch-md-82 > * {
    width: 82%;
  }
  .w-md-82p {
    width: 82%;
  }
  .fs-md-82 {
    font-size: 82px;
  }
  .w-ch-md-83 > * {
    width: 83%;
  }
  .w-md-83p {
    width: 83%;
  }
  .fs-md-83 {
    font-size: 83px;
  }
  .w-ch-md-84 > * {
    width: 84%;
  }
  .w-md-84p {
    width: 84%;
  }
  .fs-md-84 {
    font-size: 84px;
  }
  .w-ch-md-85 > * {
    width: 85%;
  }
  .w-md-85p {
    width: 85%;
  }
  .fs-md-85 {
    font-size: 85px;
  }
  .w-ch-md-86 > * {
    width: 86%;
  }
  .w-md-86p {
    width: 86%;
  }
  .fs-md-86 {
    font-size: 86px;
  }
  .w-ch-md-87 > * {
    width: 87%;
  }
  .w-md-87p {
    width: 87%;
  }
  .fs-md-87 {
    font-size: 87px;
  }
  .w-ch-md-88 > * {
    width: 88%;
  }
  .w-md-88p {
    width: 88%;
  }
  .fs-md-88 {
    font-size: 88px;
  }
  .w-ch-md-89 > * {
    width: 89%;
  }
  .w-md-89p {
    width: 89%;
  }
  .fs-md-89 {
    font-size: 89px;
  }
  .w-ch-md-90 > * {
    width: 90%;
  }
  .w-md-90p {
    width: 90%;
  }
  .fs-md-90 {
    font-size: 90px;
  }
  .w-ch-md-91 > * {
    width: 91%;
  }
  .w-md-91p {
    width: 91%;
  }
  .fs-md-91 {
    font-size: 91px;
  }
  .w-ch-md-92 > * {
    width: 92%;
  }
  .w-md-92p {
    width: 92%;
  }
  .fs-md-92 {
    font-size: 92px;
  }
  .w-ch-md-93 > * {
    width: 93%;
  }
  .w-md-93p {
    width: 93%;
  }
  .fs-md-93 {
    font-size: 93px;
  }
  .w-ch-md-94 > * {
    width: 94%;
  }
  .w-md-94p {
    width: 94%;
  }
  .fs-md-94 {
    font-size: 94px;
  }
  .w-ch-md-95 > * {
    width: 95%;
  }
  .w-md-95p {
    width: 95%;
  }
  .fs-md-95 {
    font-size: 95px;
  }
  .w-ch-md-96 > * {
    width: 96%;
  }
  .w-md-96p {
    width: 96%;
  }
  .fs-md-96 {
    font-size: 96px;
  }
  .w-ch-md-97 > * {
    width: 97%;
  }
  .w-md-97p {
    width: 97%;
  }
  .fs-md-97 {
    font-size: 97px;
  }
  .w-ch-md-98 > * {
    width: 98%;
  }
  .w-md-98p {
    width: 98%;
  }
  .fs-md-98 {
    font-size: 98px;
  }
  .w-ch-md-99 > * {
    width: 99%;
  }
  .w-md-99p {
    width: 99%;
  }
  .fs-md-99 {
    font-size: 99px;
  }
  .w-ch-md-100 > * {
    width: 100%;
  }
  .w-md-100p {
    width: 100%;
  }
  .fs-md-100 {
    font-size: 100px;
  }
}
/* lg */
/* xl */
/* Print */

/*# sourceMappingURL=style-min.css.map */
